hanchenye-llvm-project/clang/lib
Chris Lattner 01ff98a48a add a new CallExpr::isBuiltinCall() method, and use it to simplify some existing
code.

llvm-svn: 57151
2008-10-06 05:00:53 +00:00
..
AST add a new CallExpr::isBuiltinCall() method, and use it to simplify some existing 2008-10-06 05:00:53 +00:00
Analysis Fix typos. 2008-10-06 03:03:33 +00:00
Basic Add the 'y' assembler constraint. 2008-10-06 00:41:45 +00:00
CodeGen Implement support for the const and pure attributes. 2008-10-05 23:32:53 +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 move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into 2008-10-05 21:49:27 +00:00
Parse Allow variadic arguments without named ones for C++, e.g. "void(...);" 2008-10-06 00:07:55 +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 Implement support for the const and pure attributes. 2008-10-05 23:32:53 +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