Age | Commit message (Expand) | Author |
2009-11-18 | Code completion after @property, providing the names of forward-declared prop... | Douglas Gregor |
2009-11-18 | Code completion for Objective-C properly lists | Douglas Gregor |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-17 | Rename Objective-C message send completion functions to indicate that we're r... | Douglas Gregor |
2009-11-17 | Pass source locations of identifiers referenced by @class through Action::Act... | Ted Kremenek |
2009-11-17 | Fixes a typo, reported by Doug. | Fariborz Jahanian |
2009-11-16 | Handle case of missing '@end' in implementation context | Fariborz Jahanian |
2009-11-12 | Remove an overly-eager assertion when replacing tokens with an | Douglas Gregor |
2009-11-11 | Fix speculative parsing of dependent template names in | Douglas Gregor |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-10 | Add FIXIT hint for -Wsemicolon-before-method-body | Ted Kremenek |
2009-11-10 | Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ... | Ted Kremenek |
2009-11-10 | Silence warning. | Benjamin Kramer |
2009-11-10 | Improve parsing of template arguments to lay the foundation for | Douglas Gregor |
2009-11-09 | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman |
2009-11-07 | Add basic code completion support for ObjC messages. | Steve Naroff |
2009-11-06 | Fix a bogus objective-c warning with -pedantic. | Fariborz Jahanian |
2009-11-06 | add some fixit hints. | Chris Lattner |
2009-11-06 | Improve recovery when we fail to parse the operand of a C++ named cast. Fixes... | Douglas Gregor |
2009-11-05 | Parse C++0x constexpr. Test case follows when this does something useful. | Sebastian Redl |
2009-11-04 | Properly replace (cxxscope, template-id) annotation tokens with a | Douglas Gregor |
2009-11-04 | Eliminate the "old" ways of parsing operator-function-ids and | Douglas Gregor |
2009-11-04 | Switch parsing of using declarations over to ParseUnqualifiedId. | Douglas Gregor |
2009-11-04 | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-11-03 | Parsing and semantic analysis for template-ids that name overloaded | Douglas Gregor |
2009-11-03 | Tweak some comments about unqualified-id and id-expression parsing. No functi... | Douglas Gregor |
2009-11-03 | CFieldCallback doesn't need to create an ExtensionRAIIObject: it's actually | John McCall |
2009-11-03 | Remove a bunch of #if 0'd code made irrelevant by the latest ParseUnqualified... | Douglas Gregor |
2009-11-03 | Replace the code that parses member access expressions after "." or | Douglas Gregor |
2009-11-03 | Silence a warning by giving Parser::FieldCallback a virtual destructor, and | John McCall |
2009-11-03 | Reorganize the parsing of decl groups / function definitions so that | John McCall |
2009-11-03 | Use ParseUnqualifiedId when parsing id-expressions. This eliminates | Douglas Gregor |
2009-11-03 | Switch ParseStructDeclaration to a callback-based API. This will make | John McCall |
2009-11-03 | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor |
2009-10-30 | Improved fix for PR3844, which recovers better for class template | Douglas Gregor |
2009-10-30 | Improve diagnostics when parsing something like | Douglas Gregor |
2009-10-29 | StringSwitch-ify attribute name mapping. | Douglas Gregor |
2009-10-25 | simplify Sema::getTypeName a bit: if control gets out of the switch, | Chris Lattner |
2009-10-25 | In objc mode, every identifier in a cast expression was using doing a | Chris Lattner |
2009-10-23 | Diagnose misuse of '.*' and '->*' operators during parse | Fariborz Jahanian |
2009-10-22 | When building and instantiating a template-id reference expression, such as | Douglas Gregor |
2009-10-20 | Issue warning if method body starts with a semicolon. | Fariborz Jahanian |
2009-10-19 | Parse a simple-template-id following a '~' when calling a destructor, e.g., | Douglas Gregor |
2009-10-18 | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar |
2009-10-18 | Move misc clients to IdentifierInfo StringRef API. | Daniel Dunbar |
2009-10-18 | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar |
2009-10-17 | Avoid std::string concatenation. | Daniel Dunbar |
2009-10-17 | Rewrite AttributeList::getKind to use StringRef API. | Daniel Dunbar |
2009-10-17 | Don't crash when dumping pretty stack traces, if the current tok is an | Daniel Dunbar |