llvm-project/clang/lib
Ted Kremenek df4472bca0 Hoist argument type checking into CheckFormatHandler. This is prep for scanf format
string argument type checking.

llvm-svn: 109428
2010-07-26 19:45:54 +00:00
..
AST Add source location information to C++ base specifiers. 2010-07-26 16:56:01 +00:00
Analysis Hoist argument type checking into CheckFormatHandler. This is prep for scanf format 2010-07-26 19:45:54 +00:00
Basic Wrap bit mangling logic for DiagMappings in its own class so it doesn't leak 2010-07-25 21:40:48 +00:00
Checker Added an path-sensitive unreachable code checker to the experimental analyzer checks. 2010-07-23 23:04:53 +00:00
CodeGen Revert 109303. 2010-07-26 18:49:27 +00:00
Driver Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. 2010-07-22 01:47:22 +00:00
Frontend Add source location information to C++ base specifiers. 2010-07-26 16:56:01 +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 Improve performance during cursor traversal when a region of interest 2010-07-22 20:22:31 +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 Hoist argument type checking into CheckFormatHandler. This is prep for scanf format 2010-07-26 19:45:54 +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