clang/lib
Tom Care bc42c533e7 Changed GRExprEngine to pass down a reference to itself when checkers are doing postanalysis. This allows the checker to gather information about the state of the engine when it has finished.
- Exposed the worklist and BlockAborted flag in GRCoreEngine
- Changed postanalysis checkers to use the new infrastructure


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110095 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-03 01:55:07 +00:00
..
AST Further adjustments to -Wglobal-constructors; works for references and direct 2010-08-02 21:13:48 +00:00
Analysis Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis) that doesn't prune CFG edges. 2010-08-03 00:09:51 +00:00
Basic PR7777: Set EnabledByDefault to something useful, instead of setting it 2010-08-01 22:13:15 +00:00
Checker Changed GRExprEngine to pass down a reference to itself when checkers are doing postanalysis. This allows the checker to gather information about the state of the engine when it has finished. 2010-08-03 01:55:07 +00:00
CodeGen Further adjustments to -Wglobal-constructors; works for references and direct 2010-08-02 21:13:48 +00:00
Driver Driver/Darwin: Change where Darwin computes the host version, to normalize tool 2010-08-02 05:44:07 +00:00
Frontend Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis) that doesn't prune CFG edges. 2010-08-03 00:09:51 +00:00
Headers Add alternate names for x86 SIMD intrinsics. These aren't as common, but show 2010-07-22 06:47:28 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! 2010-07-31 01:52:11 +00:00
Parse Parser: Add support for #pragma align, which is just another spelling of #pragma 2010-07-31 19:17:07 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Labels (and case statement) don't create independent scope parents for the 2010-08-02 23:33:14 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00