Age | Commit message (Expand) | Author |
2011-07-26 | Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion' | Chandler Carruth |
2011-07-26 | Convert InstantiationInfo and much of the related code to ExpansionInfo | Chandler Carruth |
2011-07-26 | Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc. | Chandler Carruth |
2011-07-25 | Rename SourceManager::getImmediateInstantiationRange to | Chandler Carruth |
2011-07-25 | Rename SourceManager::getInstantiationRange to getExpansionRange. | Chandler Carruth |
2011-07-25 | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-20 | Spelling | Joerg Sonnenberger |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-07-14 | Convert terminology in the Lexer from 'instantiate' and variants to | Chandler Carruth |
2011-07-07 | Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexe... | Argyrios Kyrtzidis |
2011-07-07 | Make the Preprocessor more memory efficient and improve macro instantiation d... | Argyrios Kyrtzidis |
2011-06-24 | Allow Lexer::getLocForEndOfToken to return the location just passed the macro... | Argyrios Kyrtzidis |
2011-05-10 | Don't strlen() every file before parsing it. | Eli Friedman |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-14 | Implement C++0x [lex.pptoken]p3's handling of <::. | Richard Smith |
2011-04-09 | Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow. | Eric Christopher |
2011-04-06 | Fix getLocForEndOfToken to not double-count spurious internal characters | John McCall |
2011-03-18 | Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL | Daniel Dunbar |
2011-03-08 | Fix my earlier commit to work with escaped newlines and leave breadcrumbs | John McCall |
2011-02-28 | Rename tok::eom to tok::eod. | Peter Collingbourne |
2011-02-15 | Warn for missing terminating " or ' instead of error for gcc compatibility. F... | Argyrios Kyrtzidis |
2011-02-09 | Lexer: add CUDA kernel call tokens | Peter Collingbourne |
2011-01-31 | Harden Lexer::GetBeginningOfToken() against bogus source locations and | Douglas Gregor |
2010-12-22 | Introduced raw_identifier token kind. | Abramo Bagnara |
2010-11-17 | move getSpelling from Preprocessor to Lexer, which it is more conceptually re... | Chris Lattner |
2010-11-17 | move AdvanceToTokenCharacter and getLocForEndOfToken from | Chris Lattner |
2010-10-23 | Update remaining attribute macros to new style. | Chandler Carruth |
2010-09-30 | In MeasureTokenLength, the FileLoc supplied to the lexer must point to the st... | Sebastian Redl |
2010-08-31 | improve isHexaLiteral to work with escaped newlines and trigraphs, | Chris Lattner |
2010-08-30 | silence a warning | Chris Lattner |
2010-08-30 | Revert my user-defined literal commits - r1124{58,60,67} pending | Sean Hunt |
2010-08-30 | add a fixme. | Chris Lattner |
2010-08-30 | use 'features' instead of 'PP->getLangOptions'. | Chris Lattner |
2010-08-30 | In Microsoft compatibility mode, don't parse the exponent as part of | Douglas Gregor |
2010-08-29 | Implement C++0x user-defined string literals. | Sean Hunt |
2010-08-25 | Introduce a preprocessor code-completion hook for contexts where we | Douglas Gregor |
2010-08-24 | Introduce basic code-completion support for preprocessor directives, | Douglas Gregor |
2010-08-12 | Don't emit end-of-file diagnostics like "unterminated conditional" or | Douglas Gregor |
2010-08-11 | Random temporary string cleanup. | Benjamin Kramer |
2010-08-09 | Use precompiled preambles for in-process code completion. | Douglas Gregor |
2010-07-26 | Introduce basic support for loading a precompiled preamble while | Douglas Gregor |
2010-07-22 | Improve performance during cursor traversal when a region of interest | Douglas Gregor |
2010-07-20 | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor |
2010-07-07 | fix PR4499, patch by Kyle Dean! | Chris Lattner |
2010-05-30 | simpler fix for rdar://8044135 - escaped newlines have already | Chris Lattner |
2010-05-30 | Improve our handling of NULL after an escaping '\' in a string | Douglas Gregor |
2010-05-25 | Improve code completion in failure cases in two ways: | Douglas Gregor |
2010-05-17 | robustify the conflict marker stuff. Don't add 7 twice, which would | Chris Lattner |
2010-05-16 | when code completing inside a C-style block comment, don't emit errors about | Chris Lattner |