hanchenye-llvm-project/clang/lib
Sebastian Redl 3df5a08b99 Safely get a data pointer for vectors that might be empty.
llvm-svn: 109867
2010-07-30 17:03:48 +00:00
..
AST When we are deserializing the lexical decls of a DeclContext from PCH, notify the PCHReader to hold off passing Decls 2010-07-30 10:03: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 Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. 2010-07-30 00:29:29 +00:00
Checker Use a LazyCompoundVal to handle initialization with a string literal, rather than copying each character. 2010-07-29 06:40:33 +00:00
CodeGen Emit global destructors even if the destroyed object has no initializers or has 2010-07-30 04:56:58 +00:00
Driver Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. 2010-07-22 01:47:22 +00:00
Frontend Safely get a data pointer for vectors that might be empty. 2010-07-30 17:03:48 +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 Transcribe clattner email to SVN. 2010-07-29 02:46:02 +00:00
Parse Fixed typedef inside extern "C". 2010-07-30 16:47:02 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Tighten the rules when deciding if an ivar must be 2010-07-30 16:59:05 +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