summaryrefslogtreecommitdiff
path: root/include/clang/AST/StmtCXX.h
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Constify the ASTContext& passed to Stmt creation functions. Also constify the...Craig Topper2013-08-22
* Revert accidental commit.Craig Topper2013-08-21
* Replace avx-512 with avx512f to match llvm side and what gcc patches appear t...Craig Topper2013-08-21
* Revert r188756 because some other changes snuck in with it.Craig Topper2013-08-20
* Add AVX-512 feature flag and knl cpu to clang.Craig Topper2013-08-20
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko2013-01-12
* ArrayRefize CXXTryStmt.Nico Weber2012-12-29
* Fix for PR12222.Erik Verbruggen2012-12-25
* Remove pointless classof()'s.Sean Silva2012-10-11
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-09
* Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie2011-11-09
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-25
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-14
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-09
* Rename PCHStmtReader -> ASTStmtReader.Sebastian Redl2010-08-18
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-25
* Support C++ try/catch statements for PCH.Argyrios Kyrtzidis2010-07-22
* Remove the AST statistics tracking I added yesterday; it didn't pan out.Douglas Gregor2010-03-31
* Introduce new AST statistics that keep track of the number of isa (orDouglas Gregor2010-03-30
* Implement Doug's suggestion. Eliminate the Stmts pointer from CXXTryStmt and ...Sam Weinig2010-02-03
* Remove the SmallVector from CXXTryStmt.Sam Weinig2010-02-03
* Add an easy accessor for the end of the try/catch statement.Mike Stump2009-12-04
* Add const to accessors that don't modify the object.Mike Stump2009-11-30
* Checkpoint current work. WIP.Mike Stump2009-11-20
* Separate Stmt::Destroy into the entrypoint for destroying a statementDouglas Gregor2009-08-07
* Template instantiation for C++ try/catch statements.Douglas Gregor2009-05-18
* Split C++ statements out to their own file.Chris Lattner2009-04-26