hanchenye-llvm-project/clang/lib
Chris Lattner b22f1c8bf7 refactor the autosizing code, eliminating duplication
and making Get8ByteTypeAtOffset always succeed and documented.

llvm-svn: 109685
2010-07-28 22:44:07 +00:00
..
AST - Fix recording of offsets of types in dependent PCHs. 2010-07-27 00:17:23 +00:00
Analysis Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format" 2010-07-27 04:46:02 +00:00
Basic Add a test case for tentative definitions in chained PCH. Fix a bug that completely messed up source locations and thus caused a crash whenever a diagnostic was emitted in chained PCH files. 2010-07-28 21:07:02 +00:00
Checker Added some false positive checking to UnreachableCodeChecker 2010-07-27 23:30:21 +00:00
CodeGen refactor the autosizing code, eliminating duplication 2010-07-28 22:44:07 +00:00
Driver Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. 2010-07-22 01:47:22 +00:00
Frontend Turn off precompiled preamble support for C++ 2010-07-28 22:12:37 +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 Preprocessor: Add support for '#pragma clang __debug crash' and '#pragma clang 2010-07-28 15:40:33 +00:00
Parse The grammar for GNU typeof in C requires an expression to be 2010-07-28 18:22:12 +00:00
Rewrite Fix source location of the initializer in 2010-07-21 18:31:47 +00:00
Sema Don't die when a member access refers to a non-class member via a 2010-07-28 22:27:52 +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