summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtViz.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* 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