llvm-project/clang/lib
Chris Lattner 5e4702db61 DefineBuiltinMacro is always passed two args, remove the defaulted third
one.  

llvm-svn: 72868
2009-06-04 16:47:09 +00:00
..
AST Minor improvements to template parameter writing. 2009-06-04 05:37:43 +00:00
Analysis Add special cases to retain checker for 'create' methods in QCView, QCRenderer, and CIContext (Apple APIs). 2009-05-20 22:39:57 +00:00
Basic Back out r72764; I should have looked more carefully before committing 2009-06-03 10:41:42 +00:00
CodeGen Use PushConditionalTempDestruction/PopConditionalTempDestruction for the ternary operator. 2009-06-04 03:00:32 +00:00
Driver forward -fno-color-diagnostics to clang-cc. 2009-06-04 07:27:53 +00:00
Frontend DefineBuiltinMacro is always passed two args, remove the defaulted third 2009-06-04 16:47:09 +00:00
Headers Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten. 2009-06-02 05:55:48 +00:00
Lex PR4283: Don't truncate multibyte character constants in the 2009-06-01 05:25:02 +00:00
Parse Make sure to call FullExpr before parsing anything else. 2009-06-04 02:18:15 +00:00
Rewrite Fix for PR2386: distinguish between insertion and replacements in the 2009-05-18 13:56:52 +00:00
Sema Template argument deduction for incomplete and constant array types. Doug, please review. 2009-06-04 04:11:30 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00