Age | Commit message (Expand) | Author |
2013-04-17 | [Modules] Use global index to improve typo correction performance | Argyrios Kyrtzidis |
2013-03-27 | Remove IdentifierInfo::setHadMacroDefinition() | Argyrios Kyrtzidis |
2012-12-11 | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-11 | Remove unneeded includes from IdentifierTable | Nico Weber |
2012-10-09 | If a macro has been #undef'd in a precompiled header, we still need to | Douglas Gregor |
2012-09-25 | Macro history (de-)serialization. Deserialization currently reads only the la... | Alexander Kornienko |
2012-09-18 | Mark unimplemented copy constructors and copy assignment operators with LLVM_... | Craig Topper |
2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko |
2012-07-02 | Documentation cleanup: | James Dennett |
2012-07-02 | Documentation cleanup: reformatting/fixing up file comments so that they have | James Dennett |
2012-06-15 | Ongoing documentation cleanup: | James Dennett |
2012-05-05 | Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings. | Argyrios Kyrtzidis |
2012-05-04 | Synchronize the representations of DeclarationName and Selector so | Douglas Gregor |
2012-03-01 | Moving tagging of '__experimental_modules_import' IdentifierInfo out of | Ted Kremenek |
2012-03-01 | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-01-03 | Eliminate the uglified keyword __import_module__ for importing | Douglas Gregor |
2012-01-03 | Introduce a non-uglified syntax for module imports in Objective-C: | Douglas Gregor |
2011-10-27 | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor |
2011-10-11 | Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in | Richard Smith |
2011-09-26 | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie |
2011-09-07 | Optimize the preprocessor's handling of the __import_module__ | Douglas Gregor |
2011-08-28 | Warn on missing [super finalize] calls. | Nico Weber |
2011-08-27 | Take an entirely different approach to handling the "parsing" of | Douglas Gregor |
2011-08-27 | Silence a GCC warning | Douglas Gregor |
2011-08-26 | Introduce support for a simple module import declaration, which | Douglas Gregor |
2011-08-10 | objective-c: Using existing infrastructure for finding | Fariborz Jahanian |
2011-08-08 | objective-c: diagnose protocol inconsistencies in following | Fariborz Jahanian |
2011-08-05 | Revert 136984 and 136927. | Ted Kremenek |
2011-08-04 | objective-c: diagnose protocol inconsistencies in following | Fariborz Jahanian |
2011-07-27 | Silence gcc warning | Peter Collingbourne |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-05 | objc-arc: enforce performSelector rules in rejecting retaining selectors | Fariborz Jahanian |
2011-06-21 | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad |
2011-06-11 | Implement Objective-C Related Result Type semantics. | Douglas Gregor |
2011-04-28 | Parsing/AST support for Structured Exception Handling | John Wiegley |
2011-04-18 | Add SelectorTable::getTotalMemory() to allow clients to query how much memory... | Ted Kremenek |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-02 | Move some of the logic about classifying Objective-C methods into | John McCall |
2011-02-18 | Selector::getIdentifierInfoForSlot() can return NULL values, a fact | Douglas Gregor |
2011-02-17 | Bump up IdentifierInfo::ObjCOrBuiltinID to use 11 bits instead of 10. Fixes ... | Ted Kremenek |
2010-12-19 | Add missing standard includes. Patch by Joerg Sonnenberger! | Nick Lewycky |
2010-10-30 | Make the deserialization of macro definitions lazy, so that we can | Douglas Gregor |
2010-10-14 | When performing typo correction, look through the set of known | Douglas Gregor |
2010-09-16 | Don't add two code-completion results for the same selector; it | Douglas Gregor |
2010-08-18 | More PCH -> AST renaming. | Sebastian Redl |
2010-08-12 | Add a comment. | Argyrios Kyrtzidis |
2010-08-11 | -Make TokenID of IdentifierInfo read-only, remove setTokenID(). | Argyrios Kyrtzidis |