llvm-project/clang/lib
Chandler Carruth 3c31aa3a44 Fix PR7673 by allowing an empty clobbers section in an ASM statement.
llvm-svn: 109087
2010-07-22 07:11:21 +00:00
..
AST Hide FunctionTemplateDecl's specializations folding set as implementation detail and introduce 2010-07-20 13:59:58 +00:00
Analysis Hookup checking for invalid length modifiers in scanf format strings. 2010-07-20 20:04:47 +00:00
Basic Catch thinko that Daniel Dunbar found. 2010-07-21 18:11:42 +00:00
Checker Move some methods inline. 2010-07-21 05:21:41 +00:00
CodeGen ObjCId is special "struct objc_object". Make this explicit in debug info. 2010-07-21 22:41:25 +00:00
Driver Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. 2010-07-22 01:47:22 +00:00
Frontend Allow loading macros from any file in the chain. WIP 2010-07-21 22:31: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 Introduce a new lexer function to compute the "preamble" of a file, 2010-07-20 20:18:03 +00:00
Parse Fix PR7673 by allowing an empty clobbers section in an ASM statement. 2010-07-22 07:11:21 +00:00
Rewrite Fix source location of the initializer in 2010-07-21 18:31:47 +00:00
Sema Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that 2010-07-21 20:43:11 +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