aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclVisitor.h
AgeCommit message (Expand)Author
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-02-01Use const visitors in ASTDumper.Alexander Kornienko
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-01-17Remove unnecessary default cases in switches over enums.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2010-05-30Convert DeclNodes to use TableGen.Sean Hunt
2010-03-11Split C++ friend declarations into their own header/implementation file.John McCall
2009-04-07Move the internal DeclContext data structures into a separate header. Douglas Gregor
2009-03-24More work on diagnosing abstract classes. We can now handle cases likeAnders Carlsson
2009-03-17Refactor instantiation of declarations within a template into a muchDouglas Gregor