summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/TypeVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Benjamin Kramer2013-05-301-5/+5
* Fixed typo.Serge Pavlov2013-05-301-1/+1
* Added documentation to TypeVisitor. No code changes.Serge Pavlov2013-05-301-1/+43
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-1/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-4/+5
* TypeVisitor doesn't visit Stmts.Nick Lewycky2010-05-211-2/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-4/+4
* Fix 80-col violationDouglas Gregor2009-07-311-1/+3
* More XML output support, from Olaf Krzikalla!Douglas Gregor2009-06-151-0/+50