summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move the make_const_ptr trait into STLExtras; use add_pointer where possible;...Aaron Ballman2018-12-091-8/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-101-8/+11
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+1
* Use const visitors in ASTDumper.Alexander Kornienko2013-02-011-8/+32
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* 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
* Convert DeclNodes to use TableGen.Sean Hunt2010-05-301-9/+8
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-111-0/+1
* Move the internal DeclContext data structures into a separate header. Douglas Gregor2009-04-071-0/+3
* More work on diagnosing abstract classes. We can now handle cases likeAnders Carlsson2009-03-241-0/+2
* Refactor instantiation of declarations within a template into a muchDouglas Gregor2009-03-171-0/+49