summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/StmtCXX.h
Commit message (Expand)AuthorAgeFilesLines
* [AST][NFC] Add const children() accessors to all AST nodesBruno Ricci2019-04-121-0/+29
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-7/+10
* Remove deprecated APIStephen Kelly2018-09-061-48/+0
* Mark up deprecated methods as suchStephen Kelly2018-08-091-12/+48
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-6/+6
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* Add getEndLoc API to replace getLocEndStephen Kelly2018-08-091-5/+12
* Add getBeginLoc API to replace getLocStartStephen Kelly2018-08-091-6/+12
* [AST] Use llvm::TrailingObjects in CXXTryStmtBenjamin Kramer2018-07-231-10/+9
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-12/+12
* [coroutines] Add serialization/deserialization of coroutinesGor Nishanov2017-07-251-0/+5
* [coroutines] Build GRO declaration and return GRO statementGor Nishanov2017-05-221-4/+9
* [coroutines] Fix rebuilding of implicit and dependent coroutine statements.Eric Fiselier2017-04-031-0/+4
* [coroutines] Handle get_return_object_on_allocation_failureGor Nishanov2017-03-271-0/+5
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-7/+15
* [coroutines] NFC: Refactor Sema::CoroutineBodyStmt construction.Gor Nishanov2017-02-131-29/+56
* [coroutines] Add allocation and deallocation substatements.Gor Nishanov2016-10-271-0/+8
* [coroutines] Build fallthrough and set_exception statements.Eric Fiselier2016-10-271-1/+4
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-46/+0
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-0/+46
* P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...Richard Smith2016-03-201-7/+12
* [coroutines] Build a CoroutineBodyStmt when finishing parsing a coroutine, an...Richard Smith2015-11-241-4/+40
* [coroutines] Build implicit return_value / return_void calls for co_return.Richard Smith2015-11-221-19/+16
* Work around incomplete list initialization support in older MSVC.Richard Smith2015-10-271-1/+3
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-5/+95
* [ast] Put the Stmt hierarchy on a diet for 64 bit targets.Benjamin Kramer2015-04-021-1/+1
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* Constify the ASTContext& passed to Stmt creation functions. Also constify the...Craig Topper2013-08-221-2/+2
* Revert accidental commit.Craig Topper2013-08-211-2/+2
* Replace avx-512 with avx512f to match llvm side and what gcc patches appear t...Craig Topper2013-08-211-2/+2
* Revert r188756 because some other changes snuck in with it.Craig Topper2013-08-201-2/+2
* Add AVX-512 feature flag and knl cpu to clang.Craig Topper2013-08-201-2/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-4/+4
* Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko2013-01-121-0/+3
* ArrayRefize CXXTryStmt.Nico Weber2012-12-291-4/+2
* Fix for PR12222.Erik Verbruggen2012-12-251-10/+11
* Remove pointless classof()'s.Sean Silva2012-10-111-5/+0
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-091-4/+5
* Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie2011-11-091-19/+21
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-0/+85
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+82
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-091-6/+6
* Rename PCHStmtReader -> ASTStmtReader.Sebastian Redl2010-08-181-2/+2
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-3/+0
* Support C++ try/catch statements for PCH.Argyrios Kyrtzidis2010-07-221-10/+25
* Remove the AST statistics tracking I added yesterday; it didn't pan out.Douglas Gregor2010-03-311-4/+1
* Introduce new AST statistics that keep track of the number of isa (orDouglas Gregor2010-03-301-1/+4
* Implement Doug's suggestion. Eliminate the Stmts pointer from CXXTryStmt and ...Sam Weinig2010-02-031-9/+16
* Remove the SmallVector from CXXTryStmt.Sam Weinig2010-02-031-5/+9