| Commit message (Expand) | Author | Age | Files | Lines |
* | Warn for missing terminating " or ' instead of error for gcc compatibility. F... | Argyrios Kyrtzidis | 2011-02-15 | 1 | -2/+2 |
* | Lexer: add CUDA kernel call tokens | Peter Collingbourne | 2011-02-09 | 1 | -0/+8 |
* | Harden Lexer::GetBeginningOfToken() against bogus source locations and | Douglas Gregor | 2011-01-31 | 1 | -0/+6 |
* | Introduced raw_identifier token kind. | Abramo Bagnara | 2010-12-22 | 1 | -25/+24 |
* | move getSpelling from Preprocessor to Lexer, which it is more conceptually re... | Chris Lattner | 2010-11-17 | 1 | -0/+101 |
* | move AdvanceToTokenCharacter and getLocForEndOfToken from | Chris Lattner | 2010-11-17 | 1 | -0/+77 |
* | Update remaining attribute macros to new style. | Chandler Carruth | 2010-10-23 | 1 | -4/+2 |
* | In MeasureTokenLength, the FileLoc supplied to the lexer must point to the st... | Sebastian Redl | 2010-09-30 | 1 | -1/+2 |
* | improve isHexaLiteral to work with escaped newlines and trigraphs, | Chris Lattner | 2010-08-31 | 1 | -7/+8 |
* | silence a warning | Chris Lattner | 2010-08-30 | 1 | -1/+1 |
* | Revert my user-defined literal commits - r1124{58,60,67} pending | Alexis Hunt | 2010-08-30 | 1 | -29/+2 |
* | add a fixme. | Chris Lattner | 2010-08-30 | 1 | -1/+5 |
* | use 'features' instead of 'PP->getLangOptions'. | Chris Lattner | 2010-08-30 | 1 | -8/+8 |
* | In Microsoft compatibility mode, don't parse the exponent as part of | Douglas Gregor | 2010-08-30 | 1 | -1/+10 |
* | Implement C++0x user-defined string literals. | Alexis Hunt | 2010-08-29 | 1 | -2/+29 |
* | Introduce a preprocessor code-completion hook for contexts where we | Douglas Gregor | 2010-08-25 | 1 | -6/+22 |
* | Introduce basic code-completion support for preprocessor directives, | Douglas Gregor | 2010-08-24 | 1 | -18/+18 |
* | Don't emit end-of-file diagnostics like "unterminated conditional" or | Douglas Gregor | 2010-08-12 | 1 | -4/+7 |
* | Random temporary string cleanup. | Benjamin Kramer | 2010-08-11 | 1 | -1/+1 |
* | Use precompiled preambles for in-process code completion. | Douglas Gregor | 2010-08-09 | 1 | -2/+16 |
* | Introduce basic support for loading a precompiled preamble while | Douglas Gregor | 2010-07-26 | 1 | -2/+13 |
* | Improve performance during cursor traversal when a region of interest | Douglas Gregor | 2010-07-22 | 1 | -0/+53 |
* | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor | 2010-07-20 | 1 | -0/+125 |
* | fix PR4499, patch by Kyle Dean! | Chris Lattner | 2010-07-07 | 1 | -24/+16 |
* | simpler fix for rdar://8044135 - escaped newlines have already | Chris Lattner | 2010-05-30 | 1 | -10/+7 |
* | Improve our handling of NULL after an escaping '\' in a string | Douglas Gregor | 2010-05-30 | 1 | -2/+7 |
* | Improve code completion in failure cases in two ways: | Douglas Gregor | 2010-05-25 | 1 | -0/+3 |
* | robustify the conflict marker stuff. Don't add 7 twice, which would | Chris Lattner | 2010-05-17 | 1 | -1/+2 |
* | when code completing inside a C-style block comment, don't emit errors about | Chris Lattner | 2010-05-16 | 1 | -2/+3 |
* | fix a minor bug I noticed while work with Jordy's patch for PR6101, | Chris Lattner | 2010-04-12 | 1 | -2/+4 |
* | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -2/+1 |
* | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -1/+2 |
* | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -2/+1 |
* | Remove unused variable | Douglas Gregor | 2010-03-16 | 1 | -1/+0 |
* | Audit all Preprocessor::getSpelling() callers, improving failure | Douglas Gregor | 2010-03-16 | 1 | -1/+5 |
* | Audit all callers of SourceManager::getCharacterData(); update some of | Douglas Gregor | 2010-03-16 | 1 | -0/+1 |
* | Let SourceManager::getBufferData return StringRef instead of a pair of two co... | Benjamin Kramer | 2010-03-16 | 1 | -5/+4 |
* | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor | 2010-03-16 | 1 | -5/+3 |
* | Introduce a new BufferResult class to act as the return type of | Douglas Gregor | 2010-03-15 | 1 | -1/+8 |
* | don't inform comment handlers about comments in #if 0 blocks, | Chris Lattner | 2010-02-03 | 1 | -7/+9 |
* | Teach CIndex's cursor visitor to restrict its traversal to a specific | Douglas Gregor | 2010-01-22 | 1 | -0/+4 |
* | allow the HandlerComment callback to push tokens into the | Chris Lattner | 2010-01-18 | 1 | -14/+24 |
* | add a TODO for a perf improvement in LexIdentifier. | Chris Lattner | 2010-01-11 | 1 | -2/+5 |
* | Do not parse hexadecimal floating point literals in C++0x mode because they are | Alexis Hunt | 2010-01-10 | 1 | -1/+2 |
* | reimplement r90860, fixing a couple of problems: | Chris Lattner | 2009-12-17 | 1 | -9/+21 |
* | teach clang to recover gracefully from conflict markers left in source | Chris Lattner | 2009-12-14 | 1 | -14/+133 |
* | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff | 2009-12-08 | 1 | -4/+9 |
* | Extend the source manager with the ability to override the contents of | Douglas Gregor | 2009-12-02 | 1 | -22/+9 |
* | Fix PR5633 by making the preprocessor handle the case where we can | Chris Lattner | 2009-11-30 | 1 | -6/+5 |
* | Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by A... | Benjamin Kramer | 2009-11-14 | 1 | -4/+4 |