llvm-project/clang/lib
Chris Lattner e82411b47f add regex support for -verify mode. You can now do things like
expected-error-re {{someregex}}

Patch by mike-m!

llvm-svn: 102516
2010-04-28 20:02:30 +00:00
..
AST Revert "Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of", it is breaking the builds of quite a few projects (emacs, dovecot, gnutar, bison). 2010-04-28 16:20:58 +00:00
Analysis Use direct assignment instead of user defined conversion. 2010-04-14 05:50:04 +00:00
Basic david conrad points out that {|} in inline assembly on arm are not asm 2010-04-23 16:29:58 +00:00
Checker Introduce Type::isStructureOrClassType(), which does the obvious 2010-04-26 21:31:17 +00:00
CodeGen Changed signature of GenerateMessageSend() function to pass the ObjCInterfaceDecl for class messages and removed the boolean IsClassMessage argument, which wasn't used anywhere. 2010-04-28 19:33:36 +00:00
Driver Simplify. 2010-04-27 15:35:03 +00:00
Frontend add regex support for -verify mode. You can now do things like 2010-04-28 20:02:30 +00:00
Headers Stub out NEON support, more to come. 2010-04-28 18:37:32 +00:00
Index Overhaul the AST representation of Objective-C message send 2010-04-21 00:45:42 +00:00
Lex push some source location information down through the compiler, 2010-04-20 20:35:58 +00:00
Parse Cleanup error recovery for a missing '-'|'+' 2010-04-26 21:18:08 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema More of Sema to implement initialization of 2010-04-28 16:11:27 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00