summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/TypeOrdering.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have itErik Pilkington2018-07-241-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Remove uses of std::binary_function, removed in C++17.Richard Smith2017-03-231-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Documentation cleanup for TypeOrdering.h.James Dennett2013-06-301-7/+9
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* When caching code completions for global declarations, keep track ofDouglas Gregor2010-08-161-0/+21
* move isPodLike<clang::QualType> out to Type.h. We don'tChris Lattner2009-12-151-4/+0
* update to match LLVM API change:Chris Lattner2009-12-151-7/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
* Some cleanup for the implementation of built-in operatorDouglas Gregor2008-11-131-1/+2
* Fix compilation on 64-bit targetsDouglas Gregor2008-11-121-2/+2
* Slightly improve type hashDouglas Gregor2008-11-121-1/+2
* Implement support for operator overloading using candidate operatorDouglas Gregor2008-11-121-3/+30
* Make QualTypeOrdering::operator() constDouglas Gregor2008-10-241-1/+1
* Added GraphViz visualization of C++ inheritance hierarchies. Douglas Gregor2008-10-221-0/+34