summaryrefslogtreecommitdiff
path: root/include/clang/AST/TypeOrdering.h
Commit message (Expand)AuthorAge
* Documentation cleanup for TypeOrdering.h.James Dennett2013-06-30
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* When caching code completions for global declarations, keep track ofDouglas Gregor2010-08-16
* move isPodLike<clang::QualType> out to Type.h. We don'tChris Lattner2009-12-15
* update to match LLVM API change:Chris Lattner2009-12-15
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Some cleanup for the implementation of built-in operatorDouglas Gregor2008-11-13
* Fix compilation on 64-bit targetsDouglas Gregor2008-11-12
* Slightly improve type hashDouglas Gregor2008-11-12
* Implement support for operator overloading using candidate operatorDouglas Gregor2008-11-12
* Make QualTypeOrdering::operator() constDouglas Gregor2008-10-24
* Added GraphViz visualization of C++ inheritance hierarchies. Douglas Gregor2008-10-22