llvm-project/clang/lib
Anders Carlsson cc5de097a6 Minor cleanups to the empty subobject map.
llvm-svn: 105608
2010-06-08 15:56:03 +00:00
..
AST Minor cleanups to the empty subobject map. 2010-06-08 15:56:03 +00:00
Analysis Assignments to reference variables shouldn't kill the variable. 2010-06-04 01:14:56 +00:00
Basic Correctly align large arrays in x86-64. This fixes PR5599. 2010-06-04 23:15:27 +00:00
Checker Add a checker check if a global variable holds a local variable's address after 2010-06-08 10:00:00 +00:00
CodeGen Correctly mangle static variables of anonymous struct/union type. 2010-06-08 14:49:03 +00:00
Driver Implement -fcaret-diagnostics to undo -fno-caret-diagnostics. 2010-06-08 04:56:20 +00:00
Frontend Frontend: Add CodeGenAction support for handling LLVM IR. 2010-06-07 23:27:59 +00:00
Headers Implement ARM NEON up through vcvt, alphabetically. 2010-06-08 00:17:19 +00:00
Index Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +00:00
Lex simpler fix for rdar://8044135 - escaped newlines have already 2010-05-30 23:27:38 +00:00
Parse Added AccessSpecDecl node. 2010-06-05 05:09:32 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema Since the enum values for each arch's builtins overlap, it is not appropriate to check them when compiling or other archs. Fixes a problem where compiling for NEON would use x86 sema rules. 2010-06-08 02:47:44 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00