Original commit message: "Add postorder traversal support to the RecursiveASTVisitor. This feature needs to be explicitly enabled by overriding shouldTraversePostOrder() as it has performance drawbacks for the iterative Stmt-traversal. Patch by Raphael Isemann! Reviewed by Richard Smith and Benjamin Kramer." llvm-svn: 274830 |
||
|---|---|---|
| .. | ||
| ASTContextParentMapTest.cpp | ||
| ASTImporterTest.cpp | ||
| ASTTypeTraitsTest.cpp | ||
| ASTVectorTest.cpp | ||
| CMakeLists.txt | ||
| CommentLexer.cpp | ||
| CommentParser.cpp | ||
| DeclPrinterTest.cpp | ||
| DeclTest.cpp | ||
| EvaluateAsRValueTest.cpp | ||
| ExternalASTSourceTest.cpp | ||
| MatchVerifier.h | ||
| NamedDeclPrinterTest.cpp | ||
| PostOrderASTVisitor.cpp | ||
| SourceLocationTest.cpp | ||
| StmtPrinterTest.cpp | ||