Age | Commit message (Expand) | Author |
2008-11-24 | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner |
2008-11-18 | Extend DeclarationName to support C++ overloaded operators, e.g., | Douglas Gregor |
2008-11-17 | Eliminate all of the placeholder identifiers used for constructors, | Douglas Gregor |
2008-11-17 | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor |
2008-11-14 | Add a new expression node, CXXOperatorCallExpr, which expresses a | Douglas Gregor |
2008-11-12 | Don't build identifiers for C++ constructors, destructors, or | Douglas Gregor |
2008-11-10 | Some cleanups to the declaration/checking of overloaded operators in C++. Tha... | Douglas Gregor |
2008-11-06 | Parsing, ASTs, and semantic analysis for the declaration of overloaded | Douglas Gregor |
2008-11-06 | Reclaim some bits in IdentifierInfo, for later use as overloaded operator names. | Douglas Gregor |
2008-09-11 | bool is not an extension in C++ | Douglas Gregor |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |