Commit Graph

5 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 439d0bc2c6
Enable centipede on a bunch of projects (#9643) 2023-02-13 14:24:42 -05:00
Oliver Chang d6022d14da
Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
Andy Hippo f43633e0ec
[lldb-eval] Upgrade to LLVM-12 and enable undefined sanitizer (#5952)
* Upgrade to LLVM-12 and enable undefined sanitizer (#1)

* Upgrade to LLVM-12
* Enable undefined sanitizer

* Fix missing scope
2021-06-21 11:08:11 +01:00
Tonko Sabolčec 4fb4850860
[lldb-eval] Initial integration (#5831)
* [lldb-eval] Initial integration

* Update project.yaml

* Add missing license headers

* Update Dockerfile

* Update build.sh

* Update project.yaml

* Use prebuilt LLVM, Clang and LLDB libraries

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2021-06-01 16:59:42 +00:00