hanchenye-llvm-project/clang/lib
Anders Carlsson 5f7ee680f8 Add 'x' constraint character.
llvm-svn: 57198
2008-10-06 19:17:39 +00:00
..
AST Added PrintRawDeclStmt; use this method to print out DeclStmt instead of using PrintRawDecl (which falsely assumes DeclStmts have only one Decl). 2008-10-06 18:39:36 +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 In EmitDeclStmt: use DeclStmt::const_decl_iterator instead of walking the scoped decl chain. 2008-10-06 18:42:27 +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 the DeclStmt::decl_iterator to get the first decl in a DeclStmt instead of using DeclStmt::getDecl(). 2008-10-06 18:48: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