llvm-project/clang/tools
Douglas Gregor 278f52ec29 Refactor and clean up the AST printer, so that it uses a DeclVisitor,
walks through DeclContexts properly, and prints more of the
information available in the AST. The functionality is still available
via -ast-print, -ast-dump, etc., and also via the new member functions
Decl::dump() and Decl::print().

llvm-svn: 72597
2009-05-30 00:08:05 +00:00
..
clang-cc Refactor and clean up the AST printer, so that it uses a DeclVisitor, 2009-05-30 00:08:05 +00:00
driver Revert to using &...[0] for std::vector, apparently .data isn't generally 2009-05-26 18:00:25 +00:00
scan-view Increase scan-view max timeout to 1 minute. 2009-05-04 19:02:41 +00:00
CMakeLists.txt Move <root>/Driver into <root>/tools/clang-cc. 2009-03-24 03:00:12 +00:00
Makefile Remove ccc from the makefile as well. 2009-05-02 23:50:24 +00:00