summaryrefslogtreecommitdiff
path: root/lib/AST/DeclarationName.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-25
* Revert "Pretty Printer: Fix printing of conversion operator decls and calls."Rafael Espindola2014-02-25
* Pretty Printer: Fix printing of conversion operator decls and calls.Benjamin Kramer2014-02-25
* When formatting a C++-only declaration name, enable C++ mode in the formatter'sRichard Smith2014-01-22
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-03
* Provide operator<< for stream output of DeclarationNamesDavid Blaikie2013-05-14
* Don't include Type.h in DeclarationName.h.Benjamin Kramer2012-12-01
* Simplify some users of DeclarationName::getNameKind. Fold getFETokenInfoAsVoi...Benjamin Kramer2012-05-19
* Synchronize the representations of DeclarationName and Selector soDouglas Gregor2012-05-04
* Inline DenseMapInfo<clang::DeclarationName>::getHashValue() for a 0.4% speedu...Douglas Gregor2012-05-03
* Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths andDouglas Gregor2012-05-03
* Literal operator suffixes and regular names live in separate namespaces.Richard Smith2012-03-09
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-07
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-04
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-14
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-23
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-01
* Selector::getIdentifierInfoForSlot() can return NULL values, a factDouglas Gregor2011-02-18
* PR3558: mark "logically const" accessor methods in ASTContext as const,Jay Foad2011-01-12
* Silence GCC warning about control reaching the end of the function and explic...Chandler Carruth2010-12-15
* Variadic templates: extend the Expr class with a bit that specifiesDouglas Gregor2010-12-15
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-11
* Make ASTContext always use the BumpPtrAllocator.Douglas Gregor2010-07-25
* Allocate most of DeclarationNamesTable using ASTContext's allcocator. The on...Ted Kremenek2010-05-10
* Start converting pieces of DeclarationNameTable to be allocated using ASTCont...Ted Kremenek2010-05-10
* Add printName to DeclarationName which prints the human-readable name on aBenjamin Kramer2010-04-17
* Switch the standard DeclarationName comparator to be a tri-valued comparator.John McCall2010-02-13
* Implement semantic checking for C++ literal operators.Sean Hunt2010-01-13
* Implement name lookup for conversion function template specializationsDouglas Gregor2010-01-11
* move a few more symbols to .rodata/.data.rel.roNuno Lopes2009-12-23
* spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes2009-12-10
* Add DeclarationName support for C++0x operator literals. They should now work asSean Hunt2009-11-29
* Fix a missing include from r88876.Chandler Carruth2009-11-15
* Add DeclarationName::dump().Anders Carlsson2009-11-15
* Give DeclarationName's operator< a more predictable, useful orderingDouglas Gregor2009-11-04
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-18
* Move misc clients to IdentifierInfo StringRef API.Daniel Dunbar2009-10-18
* Write the preprocessor block after we write out types + declarations,Douglas Gregor2009-10-17
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-24
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Introduce the canonical type smart pointers, and use them in a few places toDouglas Gregor2009-08-05
* Change uses of:Ted Kremenek2009-07-29
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-17
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-17
* Make sure that we use the canonical type for the names of instantiatedDouglas Gregor2009-05-15
* PCH support for all of the predefined Objective-C types, such as id,Douglas Gregor2009-04-23