llvm-project/clang/test
Chris Lattner 794c001ad4 fix PR3764 - A redefinition of a pre-processor macro fails
Redefinition checking should ignore the leading whitespace and
start of line flags on the first token of an expansion.

llvm-svn: 66442
2009-03-09 20:33:32 +00:00
..
Analysis Fix another GRExprEngine::VisitCast regression: handle casts of void* to function pointers. 2009-03-05 22:47:06 +00:00
CodeGen codegen support for dispose helpers for block literals. 2009-03-07 02:53:18 +00:00
CodeGenCXX Make mangling work with anonymous tag types. Doug, please review 2009-03-07 23:57:03 +00:00
CodeGenObjC add rdar# 2009-03-08 01:43:34 +00:00
Coverage Don't mangle names of local variables. 2009-03-05 22:59:19 +00:00
Frontend Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 2009-03-02 06:16:29 +00:00
Lexer this test isn't testing anything. 2009-03-08 20:12:34 +00:00
Misc add \n characters to the scratch buffer *before* returned tokens. 2009-03-08 08:16:41 +00:00
Parser Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680 2009-03-06 23:28:18 +00:00
Preprocessor fix PR3764 - A redefinition of a pre-processor macro fails 2009-03-09 20:33:32 +00:00
Rewriter Extend builtin "attribute" syntax to include a notation for 2009-02-14 00:32:47 +00:00
Sema do not warn about -=/=- confusion with macros, thanks to rdogra for a testcase. 2009-03-09 07:11:10 +00:00
SemaCXX Improve recovery from ill-formed scope specifiers. Fixes PR3670. 2009-03-06 19:06:37 +00:00
SemaObjC Improvements to private method lookup. 2009-03-08 18:56:13 +00:00
SemaObjCXX When inside an Objective-C++ method, name lookup should look into the 2009-02-16 19:28:42 +00:00
SemaTemplate Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
Serialization true is pass, false is success. 2009-02-03 07:28:12 +00:00
Makefile Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00