Age | Commit message (Expand) | Author |
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 |
2010-04-12 | fix a minor bug I noticed while work with Jordy's patch for PR6101, | Chris Lattner |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-16 | Remove unused variable | Douglas Gregor |
2010-03-16 | Audit all Preprocessor::getSpelling() callers, improving failure | Douglas Gregor |
2010-03-16 | Audit all callers of SourceManager::getCharacterData(); update some of | Douglas Gregor |
2010-03-16 | Let SourceManager::getBufferData return StringRef instead of a pair of two co... | Benjamin Kramer |
2010-03-16 | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor |
2010-03-15 | Introduce a new BufferResult class to act as the return type of | Douglas Gregor |
2010-02-03 | don't inform comment handlers about comments in #if 0 blocks, | Chris Lattner |
2010-01-22 | Teach CIndex's cursor visitor to restrict its traversal to a specific | Douglas Gregor |
2010-01-18 | allow the HandlerComment callback to push tokens into the | Chris Lattner |
2010-01-11 | add a TODO for a perf improvement in LexIdentifier. | Chris Lattner |
2010-01-10 | Do not parse hexadecimal floating point literals in C++0x mode because they are | Sean Hunt |
2009-12-17 | reimplement r90860, fixing a couple of problems: | Chris Lattner |
2009-12-14 | teach clang to recover gracefully from conflict markers left in source | Chris Lattner |
2009-12-08 | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff |
2009-12-02 | Extend the source manager with the ability to override the contents of | Douglas Gregor |
2009-11-30 | Fix PR5633 by making the preprocessor handle the case where we can | Chris Lattner |
2009-11-14 | Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by A... | Benjamin Kramer |
2009-10-14 | Teach Lexer::MeasureTokenLength to be able to measure the | Chris Lattner |
2009-09-22 | Replace the -code-completion-dump option with | Douglas Gregor |
2009-09-21 | Refactor and simplify the CodeCompleteConsumer, so that all of the | Douglas Gregor |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-07 | Convert the CharInfo table to be statically initialized, instead of dynamical... | Chris Lattner |