hanchenye-llvm-project/clang/lib
Daniel Dunbar eca513d945 Lift EmitTargetBuiltinExpr out of EmitBuiltinExpr.
llvm-svn: 57335
2008-10-10 00:24:54 +00:00
..
AST Adjust calls to APFloat conversion for new interface. 2008-10-09 23:02:32 +00:00
Analysis Check some cases for previous patch. Make the code more robust. 2008-10-09 03:19:06 +00:00
Basic Add 'x' constraint character. 2008-10-06 19:17:39 +00:00
CodeGen Lift EmitTargetBuiltinExpr out of EmitBuiltinExpr. 2008-10-10 00:24:54 +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 In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGroupingParens call after the ')' is parsed. 2008-10-07 10:21:57 +00:00
Rewrite Add #include (introduced by dependence on DeclGroup) 2008-10-07 23:08:39 +00:00
Sema Fix a bug that crashed clang when parsing this: 2008-10-08 22:20:31 +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