| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Made the "expected string literal" diagnostic more expressive | Andy Gibbs | 2012-11-17 | 1 | -1/+1 | 
| | | | | | llvm-svn: 168267 | ||||
| * | Refactored duplicate string literal lexing code within Preprocessor, into a | Andy Gibbs | 2012-11-17 | 1 | -1/+1 | 
| | | | | | | | | | | | | | | common LexStringLiteral function. In doing so, some consistency problems have been ironed out (e.g. where the first token in the string literal was lexed with macro expansion, but subsequent ones were not) and also an erroneous diagnostic has been corrected. LexStringLiteral is complemented by a FinishLexStringLiteral function which can be used in the situation where the first token of the string literal has already been lexed. llvm-svn: 168266 | ||||
| * | Now that GCC will have #pragma push/pop (in GCC 4.6), allow the | Douglas Gregor | 2010-08-30 | 1 | -2/+1 | 
| | | | | | | | | #pragma without requiring it to be in the "clang" namespace, from Louis Gerbarg! llvm-svn: 112484 | ||||
| * | a really old testcase I apparently forgot to 'svn add'. | Chris Lattner | 2009-12-20 | 1 | -0/+33 | 
| llvm-svn: 91800 | |||||

