llvm-project/clang/test
Chris Lattner 24dbee71ab Fix a stringizing bug that Neil noticed. We should preprocess this:
#define t(x) #x
t(a
c)

to "a c", not "ac".

llvm-svn: 40060
2007-07-19 16:11:58 +00:00
..
CodeGen add FIXME and un-XFAIL test 2007-07-14 20:05:18 +00:00
Lexer Make octal constant lexing use AdvanceToTokenCharacter to give more 2007-07-16 06:55:01 +00:00
Parser Work towards fixing crasher with compound literals... 2007-07-19 01:06:55 +00:00
Preprocessor Fix a stringizing bug that Neil noticed. We should preprocess this: 2007-07-19 16:11:58 +00:00
Sema Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never 2007-07-19 00:42:40 +00:00
Makefile add required directories to the path automatically, so the user doesn't need to worry about it. 2007-07-16 04:35:52 +00:00
TestRunner.sh Make make check work again. 2007-06-08 17:57:13 +00:00