llvm-project/clang/lib
Ted Kremenek 6553748599 Added prototype serialization code for DeclGroup.
llvm-svn: 57222
2008-10-06 23:49:24 +00:00
..
AST Added prototype serialization code for DeclGroup. 2008-10-06 23:49:24 +00:00
Analysis Don't use DeclStmt::getDecl(); this will eventually disappear. Just fetch the first decl using the DeclStmt::decl_iterator. 2008-10-06 18:43:53 +00:00
Basic Add 'x' constraint character. 2008-10-06 19:17:39 +00:00
CodeGen Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processing the Decl of an Objective-C foreach statement. 2008-10-06 20:59:48 +00:00
Driver Bug fix, CPATH="" does not add '.' to search path. 2008-10-04 20:58:18 +00:00
Headers Actually use the mmintrin.h header, it's good enough now. 2008-10-06 04:49:00 +00:00
Lex __CONSTANT_CFSTRINGS__ should be defined even in C mode, otherwise the CFSTR 2008-10-06 07:43:09 +00:00
Parse Implement support for C++ direct initializers in declarations, e.g. "int x(1);". 2008-10-06 17:10:33 +00:00
Rewrite add a new Rewriter::getRewritenText method that returns the text for a range 2008-10-03 23:31:16 +00:00
Sema Use getCustomDiagID() instead of specifying the diagnostic in the 'DiagnosticKinds.def' file. 2008-10-06 23:16:35 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00