forked from OSchip/llvm-project
9db2d9adef
This will emit a warning if a call to clang_analyzer_warnIfReached is executed, printing REACHABLE. This is a more explicit way to declare expected reachability than using clang_analyzer_eval or triggering a bug (divide-by-zero or null dereference), and unlike the former will work the same in inlined functions and top-level functions. Like the other debug helpers, it is part of the debug.ExprInspection checker. Patch by Jared Grubb! llvm-svn: 191909 |
||
---|---|---|
.. | ||
DebugChecks.rst | ||
IPA.txt | ||
Makefile | ||
RegionStore.txt | ||
conf.py | ||
index.rst | ||
make.bat |