summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtViz.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to the DOTGraphTraits changes in LLVM.Tobias Grosser2009-11-301-2/+3
| | | | llvm-svn: 90137
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-6/+6
| | | | llvm-svn: 81346
* More <sstream> removal.Benjamin Kramer2009-09-071-1/+0
| | | | llvm-svn: 81150
* cerr -> errs.Daniel Dunbar2009-08-231-2/+2
| | | | llvm-svn: 79844
* Update for LLVM API changes.Owen Anderson2009-06-241-1/+2
| | | | llvm-svn: 74085
* Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ↵Ted Kremenek2008-10-071-0/+1
| | | | | | | | ScopedDecl*. This also removes the ugly hack needed in CFG.cpp for subclassing DeclStmt to create a DeclStmt with one Decl*. llvm-svn: 57275
* Patch by Csaba Hruska!Ted Kremenek2008-09-131-1/+2
| | | | | | | "Here is a patch what replaces std::ostream with llvm::raw_ostream. This patch covers the AST library, but ignores Analysis lib." llvm-svn: 56185
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+59
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
OpenPOWER on IntegriCloud