llvm-project/clang/lib
Chris Lattner 60fbd7744f now that direct and coerce are merged, getCoerceResult gets simpler.
llvm-svn: 109805
2010-07-29 21:29:53 +00:00
..
AST Change the name to something less terrible; suggestion by Doug. No functionality change. 2010-07-29 20:08:05 +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 now that direct and coerce are merged, getCoerceResult gets simpler. 2010-07-29 21:29:53 +00:00
Driver Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. 2010-07-22 01:47:22 +00:00
Frontend Change the name to something less terrible; suggestion by Doug. No functionality change. 2010-07-29 20:08:05 +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 Reword the empty struct/union warning in C to note that such structs and unions have size 0 in C, size 1 in C++. Put this warning under -Wc++-compat. 2010-07-29 14:29:34 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Tigthen the condition for issung ivar shadowing 2010-07-29 16:53:53 +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