llvm-project/clang/lib
Jordy Rose daa1c83413 Use a LazyCompoundVal to handle initialization with a string literal, rather than copying each character.
llvm-svn: 109734
2010-07-29 06:40:33 +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 Use a LazyCompoundVal to handle initialization with a string literal, rather than copying each character. 2010-07-29 06:40:33 +00:00
CodeGen Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always 2010-07-29 06:26:06 +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 Transcribe clattner email to SVN. 2010-07-29 02:46:02 +00:00
Parse The grammar for GNU typeof in C requires an expression to be 2010-07-28 18:22:12 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Don't set out-of-line template specialization/definition information 2010-07-28 23:59:57 +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