summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/StmtVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-1/+2
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+36
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-2/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-3/+3
* Add a ConstStmtVisitor classPeter Collingbourne2011-05-131-16/+41
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-57/+47
* Zap unused UnaryOperator::OffsetOf.Eli Friedman2010-08-131-2/+1
* Switch over the tablegen to use much prettier range technologySean Hunt2010-05-181-1/+1
* Reapplying patch to change StmtNodes.def to StmtNodes.td, this timeSean Hunt2010-05-051-3/+3
* Revert r103072; I accidentally ended up deleting a bunch of trailingSean Hunt2010-05-051-3/+3
* Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributesSean Hunt2010-05-051-3/+3
* Remove abstract expression kinds from the StmtClass enum. Update a few usersJohn McCall2010-02-031-0/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-10/+10
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-261-0/+2
* Implement dereferencing of pointers-to-member.Sebastian Redl2009-02-071-1/+4
* Don't require us to manually number the statements and expressions in StmtNod...Douglas Gregor2008-11-141-2/+2
* Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...Sebastian Redl2008-11-111-3/+0
* - Move ObjC Expresssion AST's from Expr.h => ExprObjC.hSteve Naroff2008-05-291-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* implement pretty printing of offsetofChris Lattner2007-08-301-1/+1
* implement initial sema support for __builtin_offsetofChris Lattner2007-08-301-1/+2
* If a visitor doesn't define VisitBinMulAssign, fallback to VisitCompoundAssig...Chris Lattner2007-08-261-5/+12
* dispatch to functions like VisitBinRemAssign with knowledge thatChris Lattner2007-08-261-10/+20
* add unary operator support to the stmtvisitorChris Lattner2007-08-211-52/+55
* Add the comparisons and logical binops to the visitor.Chris Lattner2007-08-211-1/+19
* Add the ability to visit binary operators without having toChris Lattner2007-08-211-8/+90
* Now that the visitor is defined in one place, it is nice and easy to allow cl...Chris Lattner2007-08-211-4/+4
* Switch StmtVisitor from using dynamic to static dispatch. This makes it Chris Lattner2007-08-211-11/+23
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+40