llvm-project/clang/lib
Nick Lewycky 2667f1d409 Remove ElseScope which is also dead code now.
llvm-svn: 110433
2010-08-06 06:50:17 +00:00
..
AST Implement #pragma GCC visibility. 2010-08-05 06:57:20 +00:00
Analysis Remove bonehead redeclaration. 2010-08-05 00:03:46 +00:00
Basic fix the va_list definition for vc++64, patch by Cameron Esfahani! 2010-08-05 20:04:20 +00:00
Checker If all nodes are sunk, bail out early. This make the later check for checkersEvaluated really meaningful. 2010-08-06 04:20:59 +00:00
CodeGen vdup_lane was missing 2010-08-06 01:24:57 +00:00
Driver Driver: Don't forward any -g options to GCC, when using it to drive the 2010-08-03 16:14:14 +00:00
Frontend Remove the DeclaredInCondition bit now that it's no longer used. 2010-08-06 05:43:55 +00:00
Headers Fix AVX 256-bit intrinsics headers by using the right cast type while dealing with logical ops 2010-08-05 23:04:58 +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 Remove ElseScope which is also dead code now. 2010-08-06 06:50:17 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Remove the DeclaredInCondition bit now that it's no longer used. 2010-08-06 05:43:55 +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