summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/AST/AST.h
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
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
| | | | | | | This is a simpler sort, entirely automatic with the help of llvm/utils/sort_includes.py -- no manual edits here. llvm-svn: 169238
* Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor2009-02-041-0/+1
| | | | llvm-svn: 63750
* Added new C++ AST Decl subclasses.Argyrios Kyrtzidis2008-06-091-0/+1
| | | | llvm-svn: 52155
* - Move ObjC Expresssion AST's from Expr.h => ExprObjC.hSteve Naroff2008-05-291-0/+1
| | | | | | - #include ExprObjC.h in many places llvm-svn: 51703
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
| | | | | | discussion of this change. llvm-svn: 45410
* Move ObjC decls to DeclObjC.h, a new AST header.Steve Naroff2007-10-011-0/+1
| | | | | | Update clients and add to project file. llvm-svn: 42494
* Move ASTStreamer.h into "clang/Sema/ASTStreamer.h"Chris Lattner2007-05-211-1/+0
| | | | llvm-svn: 39478
* Tweak Type.h to compile.Chris Lattner2006-11-101-0/+1
| | | | llvm-svn: 39163
* introduce a new ASTContext class to hold long-lived ast nodes.Chris Lattner2006-11-101-1/+2
| | | | llvm-svn: 39161
* Make AST nodes for ReturnStmt's and CompoundStmtsChris Lattner2006-10-251-0/+2
| | | | llvm-svn: 39046
* Stub out the ASTStreamerChris Lattner2006-08-171-9/+3
| | | | llvm-svn: 38935
* Start adding support for printing out parser callbacks and adding ast buildingChris Lattner2006-08-171-0/+27
llvm-svn: 38933
OpenPOWER on IntegriCloud