Kernel ASan is basically ASan with a few specific settings, but has a
seperate front-end flag. Provide a helper that checks for both, so new
comitters like myself are less likely to forget the Kernel variant.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 27703 Build 27702: arc lint + arc unit
Event Timeline
clang/include/clang/Basic/Sanitizers.h | ||
---|---|---|
89 | Sorry to bike-shed, but this seems a bit hard to read. How about: 'hasAnyASan'? |
Sorry to bike-shed, but this seems a bit hard to read. How about: 'hasAnyASan'?