Age | Commit message (Expand) | Author |
2010-04-05 | Match MemoryBuffer API changes. | 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-26 | fix a case where macro expansion should be disabled, patch by | Chris Lattner |
2010-03-26 | fix a bug in paste avoidance which would cause us to accidentally | Chris Lattner |
2010-03-23 | PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen... | Daniel Dunbar |
2010-03-19 | Robustify PreprocessingRecord slightly, by only creating macro | Douglas Gregor |
2010-03-19 | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor |
2010-03-19 | Make the preprocessing record a PPCallbacks subclass itself, | Douglas Gregor |
2010-03-19 | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor |
2010-03-18 | Explicitly link macro instantiations to macro definitions in the | Douglas Gregor |
2010-03-18 | Introduce the notion of a "preprocessing record", which keeps track of | Douglas Gregor |
2010-03-17 | Entering the main source file in the preprocessor can fail if 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 | Audit all getBuffer() callers (for both the FullSourceLoc and | Douglas Gregor |
2010-03-16 | Teach the one caller of SourceManager::getMemoryBufferForFile() to cope with ... | Douglas Gregor |
2010-03-16 | Let SourceManager::getBufferData return StringRef instead of a pair of two co... | Benjamin Kramer |
2010-03-16 | Introduce optional "Invalid" parameters to routines that invoke the | Douglas Gregor |
2010-03-16 | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor |
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-03-13 | Use SmallString instead of SmallVector | Kovarththanan Rajaratnam |
2010-03-13 | No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUp... | Kovarththanan Rajaratnam |
2010-03-12 | Allow users to set CPPFLAGS and CXXFLAGS on the make command line. | Jeffrey Yasskin |
2010-03-12 | Switch over IdentifierInfoLookup to StringRef | Kovarththanan Rajaratnam |
2010-03-05 | Augment __has_feature to report that Clang supports adding attribute 'unused' | Ted Kremenek |
2010-02-27 | Move method out-of-line. I thought this would be a candidate for inlining but... | Benjamin Kramer |
2010-02-27 | Another trivial getSpelling simplification. | Benjamin Kramer |
2010-02-27 | Add an overload of Preprocessor::getSpelling which takes a SmallVector and | Benjamin Kramer |
2010-02-26 | fix rdar://7683173, rejecting an invalid conditional | Chris Lattner |
2010-02-18 | Add __has_feature support for attributes ns_returns_not_retained | Ted Kremenek |
2010-02-12 | Fix PR6282: the include guard optimization cannot happen if the | Chris Lattner |
2010-02-08 | When placing an annotation token over an existing annotation token, make sure... | Sebastian Redl |
2010-02-03 | don't inform comment handlers about comments in #if 0 blocks, | Chris Lattner |
2010-01-29 | Fix subtle bug in Preprocessor::AdvanceToTokenCharacter(): use '+=' instead o... | Ted Kremenek |
2010-01-27 | Use raw_ostreams in Preprocessor::ExpandBuiltinMacro. Still not nice but less... | Benjamin Kramer |
2010-01-26 | Fix typo in comment | Douglas Gregor |
2010-01-24 | -fno-rtti is now the default. | Chris Lattner |
2010-01-22 | ui64, etc. are valid VS suffixes. | Fariborz Jahanian |
2010-01-22 | Teach CIndex's cursor visitor to restrict its traversal to a specific | Douglas Gregor |
2010-01-22 | revert my patch for rdar://7520940 that warns when a published header | Chris Lattner |
2010-01-18 | allow the HandlerComment callback to push tokens into the | Chris Lattner |
2010-01-18 | simplify the code for skipping in a #if 0 block. The CurLexer | Chris Lattner |
2010-01-13 | Add a bunch more feature-checking macros for C++0x features. Some of these are | Sean Hunt |
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 |
2010-01-10 | Simplify code. No functionality change. | Benjamin Kramer |