Age | Commit message (Expand) | Author |
2009-11-14 | Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by A... | Benjamin Kramer |
2009-11-14 | Add static version of Preprocessor::getSpelling. | Daniel Dunbar |
2009-11-13 | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar |
2009-11-12 | Switch PTHManager to using diagnostics for most errors. | Daniel Dunbar |
2009-11-12 | Remove an overly-eager assertion when replacing tokens with an | Douglas Gregor |
2009-11-11 | Allow Preprocessor to take ownership of the HeaderSearch object. I think it s... | Daniel Dunbar |
2009-11-10 | Add Diagnostic::Report method for reporting diagnostics without a location. | Daniel Dunbar |
2009-11-05 | Make LookUpIdentifierInfo const. This makes the Identifiers table mutable and is | Daniel Dunbar |
2009-11-05 | StringRefize Preprocessor::getIdentifierInfo. | Daniel Dunbar |
2009-11-04 | Kill PreprocessorFactory, which was both morally repugnant and totally unused. | Daniel Dunbar |
2009-11-02 | Added __has_include and __has_include_next. | John Thompson |
2009-10-30 | Re-arranged some internal functions for coming __has_include changes. | John Thompson |
2009-10-26 | Update location of DataTypes.h to reflect move in LLVM with r85086. | Chandler Carruth |
2009-10-18 | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar |
2009-10-17 | Switch to llvm::HashString. | Daniel Dunbar |
2009-10-16 | Add support for a chain of stat caches in the FileManager, rather than | Douglas Gregor |
2009-10-14 | Teach Lexer::MeasureTokenLength to be able to measure the | Chris Lattner |
2009-10-08 | This fixes support for complex literals, reworked to avoid a goto, and | Mike Stump |
2009-10-08 | Installation of Clang libraries and headers, from Axel Naumann! | Douglas Gregor |
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-16 | PR4991: Properly remove trailing newline from __TIMESTAMP__. | Benjamin Kramer |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-31 | Updated GNU runtime non-fragile ABI. | David Chisnall |
2009-08-23 | Replace cerr with errs(). | Benjamin Kramer |
2009-08-23 | Don't install Clang libraries. | Douglas Gregor |
2009-08-16 | Update lexer to work with the new APFloat string parsing. | Erick Tryzelaar |
2009-07-29 | CharLiteralParser::IsMultiChar was sometimes uninitialized. | Daniel Dunbar |
2009-07-26 | fix segfault (because of erasing after the vector boundaries) when the cached... | Nuno Lopes |
2009-07-15 | Lexically order files in CMakeLists.txt files. | Ted Kremenek |
2009-07-14 | Fix the build | Alisdair Meredith |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-07-13 | There is no need to value initialize this array. | Daniel Dunbar |
2009-07-12 | add push/pop semantics for diagnostics. Patch by Louis Gerbarg! | Chris Lattner |
2009-07-07 | Convert the CharInfo table to be statically initialized, instead of dynamical... | Chris Lattner |
2009-07-07 | fix an out-of-date comment. | Chris Lattner |
2009-07-02 | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor |
2009-06-23 | Fix our check for "random whitespace between a \ and newline" to work | Chris Lattner |
2009-06-18 | Fix a crash that can occur when a #pragma handler eats to the end of the | Chris Lattner |
2009-06-16 | my refactoring of builtins changed target-specific builtins to only be | Chris Lattner |
2009-06-15 | PR4395: Don't detect token concatenation in C mode for | Eli Friedman |
2009-06-15 | Fix #pragma GCC system_header by making it insert a virtual linemarker into | Chris Lattner |
2009-06-15 | use the new Path::isAbsolute function, fixing a fixme. Patch by Gregory Curf... | Chris Lattner |
2009-06-13 | implement and document a new __has_feature and __has_builtin magic | Chris Lattner |
2009-06-10 | PR4353: Add support for \E as a character escape. | Eli Friedman |
2009-06-05 | Move CharIsSigned from TargetInfo to LangOptions. | Eli Friedman |
2009-06-01 | PR4283: Don't truncate multibyte character constants in the | Eli Friedman |
2009-05-28 | fix the "pasting formed 'a]', an invalid preprocessing token" | Chris Lattner |
2009-05-27 | Don't vary token concatenation based on the language options; this | Eli Friedman |