llvm-project/clang/lib
Douglas Gregor 81c000fb6d When remapping a virtual file, also make an entry for the file with
its absolute path on disk. Also, introduce a fun test for the
precompiled preamble, which almost works...

llvm-svn: 109470
2010-07-26 23:54:23 +00:00
..
AST It's not necessary to call flush() on a raw_ostream immediately prior 2010-07-26 21:29:50 +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 Introduce basic support for loading a precompiled preamble while 2010-07-26 21:36:20 +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 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