Age | Commit message (Expand) | Author |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Rename TypenameType to DependentNameType in anticipation of some | 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-30 | Remember the regparm attribute in FunctionType::ExtInfo. | Rafael Espindola |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-03-30 | Teach Clang's -cc1 option -print-stats to print LLVM statistics. | Douglas Gregor |
2010-03-24 | Implement support for -nostdc++. Fixes PR6446. | Douglas Gregor |
2010-03-23 | PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen... | Daniel Dunbar |
2010-03-21 | Keep track of the size/modification time of each file source-location | Douglas Gregor |
2010-03-20 | C++: Add support for -fno-use-cxa-atexit. | Daniel Dunbar |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2010-03-19 | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor |
2010-03-19 | clang -cc1: Kill off -empty-input only, and replace with -init-only which is an | Daniel Dunbar |
2010-03-19 | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor |
2010-03-18 | Add bounds check in PCHReader. when reading source file entry record | Ted Kremenek |
2010-03-18 | Introduce the notion of a "preprocessing record", which keeps track of | Douglas Gregor |
2010-03-18 | Make some typedefs private | Kovarththanan Rajaratnam |
2010-03-18 | Rename variable to indicate what it is being used for | Kovarththanan Rajaratnam |
2010-03-18 | Turn several PCH reader assertions into compiler errors, thus making | Ted Kremenek |
2010-03-17 | Entering the main source file in the preprocessor can fail if the | Douglas Gregor |
2010-03-17 | Simplify error path using OwningPtr | Kovarththanan Rajaratnam |
2010-03-17 | Simplify ProcessWarningOptions since it can't fail | Kovarththanan Rajaratnam |
2010-03-17 | Issue a proper diagnostic if we couldn't open dump file | Kovarththanan Rajaratnam |
2010-03-17 | Don't "take" the file manager and source manager when | Douglas Gregor |
2010-03-16 | Make sure we actually override ReadHeaderFileInfo when we meant to | Douglas Gregor |
2010-03-16 | Fix header-search problems with precompiled headers, where the | Douglas Gregor |
2010-03-16 | Switch another function to StringRef instead of char pointer pairs. | Benjamin Kramer |
2010-03-16 | Let SourceManager::getBufferData return StringRef instead of a pair of two co... | Benjamin Kramer |
2010-03-16 | Don't consume tokens past the end-of-file in an @interface. Fixes | 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-15 | Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. | John McCall |
2010-03-15 | Remember declaration scope qualifiers in the AST. Imposes no memory overhead | John McCall |
2010-03-14 | Add EmitString helper method | Kovarththanan Rajaratnam |
2010-03-14 | Unbreak last commit. This should have been part of r98478. | Kovarththanan Rajaratnam |
2010-03-14 | Pass file string by reference | Kovarththanan Rajaratnam |
2010-03-14 | Path related cleanup. Remove unnecessary variables. | Kovarththanan Rajaratnam |
2010-03-14 | Use makeAbsolute() | Kovarththanan Rajaratnam |
2010-03-14 | Move to anonymous namespace | Kovarththanan Rajaratnam |
2010-03-13 | Simplify code. | Benjamin Kramer |
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 | Remember whether a ParmVarDecl was spelled with a default argument or | John McCall |
2010-03-12 | Add IdentifierTable::get() overload and start using it | Kovarththanan Rajaratnam |
2010-03-11 | Add tentative support for accessing local variables with | Fariborz Jahanian |
2010-03-10 | Change the 'super' messaging API in the rewriter. | Fariborz Jahanian |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |