summaryrefslogtreecommitdiffstats
path: root/clang/AST/StmtViz.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-59/+0
| | | | | | | | | | lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
* Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and removeTed Kremenek2008-01-141-2/+1
| | | | | | | | #include<iostream>. Patch provided by Sam Bishop. llvm-svn: 45962
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
| | | | | | discussion of this change. llvm-svn: 45410
* Added support to clang driver to view ASTs using GraphViz. ThisTed Kremenek2007-09-191-0/+60
functionality is still preliminary. llvm-svn: 42152
OpenPOWER on IntegriCloud