Commit Graph

12 Commits

Author SHA1 Message Date
Dongge Liu 7e66453383
Make `Centipede` a default fuzzing engine (#10109)
1. Add `centipede` to `DEFAULT_ENGINES`.
2. Remove the `fuzzing_engines` attribute from `project.yaml`s if
redundant (i.e., all default engines are included in that YAML file).
3. Temporarily disable `centipede` on `c`/`c++` projects that previously
use all `DEFAULT_ENGINES` (200 projects did not specify
`fuzzing_engines` in `project.yaml`) so that we can gradually enable
centipede later them later.
2023-04-21 09:48:45 +10:00
jonathanmetzman 3ef53579bf
Add missing main repo (#9644) 2023-02-08 12:13:01 -05:00
Abhishek Arya 6fb0ce9366
Update project.yaml 2021-01-26 12:36:58 -08:00
Abhishek Arya 3e112546fc
Update project.yaml 2021-01-25 22:43:44 -08:00
Abhishek Arya 54bfb5e406
Disable llvm_libcxx (unmaintained, bad fuzz targets) 2021-01-25 22:43:18 -08:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Louis Dionne f7e0c99fe6 Add my email to libc++ notifications (#3154) 2019-12-19 15:16:43 -08:00
Eric afdf534851 Add myself to libc++ and libc++abi project files. (#3114) 2019-12-12 12:52:04 -08:00
Kostya Serebryany 893f503de3 [llvm] add Michael to LLVM CCs, as requested in issue #2167 2019-02-14 14:49:33 -08:00
Oliver Chang 4e82ca2bdf
Update project.yaml 2018-06-04 18:35:40 +10:00
Tim Shen 336dffcf22 Add myself to libcxx's auto_ccs (#972) 2017-11-08 13:49:02 -08:00
Kostya Serebryany a88717dfdb add LLVM libc++ (llvm_libcxx) (#904) 2017-10-18 12:38:14 -07:00