llvm-project/clang/lib
Sebastian Redl 66c5eef182 - Fix recording of offsets of types in dependent PCHs.
- Stop reading in (and thus deserializing) every declaration in the TU when creating a dependent PCH.
- Switch the storage of a decl context's lexical declarations to a blob containing the IDs instead of a record. This is the only sane way of supporting update records later on.

llvm-svn: 109474
2010-07-27 00:17:23 +00:00
..
AST - Fix recording of offsets of types in dependent PCHs. 2010-07-27 00:17:23 +00:00
Analysis Fix namespace polution. 2010-07-26 21:25:24 +00:00
Basic When remapping a virtual file, also make an entry for the file with 2010-07-26 23:54:23 +00:00
Checker Added an path-sensitive unreachable code checker to the experimental analyzer checks. 2010-07-23 23:04:53 +00:00
CodeGen 2nd argument of __builtin_expect must be evaluated 2010-07-26 23:11:03 +00:00
Driver Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. 2010-07-22 01:47:22 +00:00
Frontend - Fix recording of offsets of types in dependent PCHs. 2010-07-27 00:17:23 +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 Introduce basic support for loading a precompiled preamble while 2010-07-26 21:36:20 +00:00
Parse Add source location information to C++ base specifiers. 2010-07-26 16:56:01 +00:00
Rewrite Fix source location of the initializer in 2010-07-21 18:31:47 +00:00
Sema Minor code simplification. 2010-07-26 21:33:22 +00:00
CMakeLists.txt
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00