]> granicus.if.org Git - clang/history - include/clang/AST/Stmt.h
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr."
[clang] / include / clang / AST / Stmt.h
2016-06-09 Tim ShenRevert "[Temporary] Add an ExprWithCleanups for each...
2016-06-09 Tim Shen[Temporary] Add an ExprWithCleanups for each C++ Materi...
2016-03-25 Manman Ren[ObjCXX] Warn undeclared identifiers.
2016-01-07 Aaron BallmanProperly track that a character literal is UTF-8, and...
2015-12-30 Chandler Carruth[ptr-traits] Move methods manipulating PointerUnions...
2015-12-05 Craig Topper[AST] Use std::copy and std::fill to simplify some...
2015-12-04 Craig Topper[AST] ArrayRef-ize CompoundStmt::setStmts.
2015-12-02 Samuel Antao[OpenMP] Update target directive codegen to use 4.5...
2015-08-13 David BlaikieWdeprecated: Replace deprecated throw() with LLVM_NOEXC...
2015-07-18 Benjamin Kramer[AST] Remove StmtRange in favor of an iterator_range.
2015-07-18 Benjamin Kramer[AST] Cleanup ExprIterator.
2015-07-17 James Y KnightFix alignment issues in Clang.
2015-04-28 Sean CallananAttempt to fix the MSVC build by making ExprIterator
2015-04-02 Reid Kleckner[AST] Shrink the Stmt hierarchy with LLVM_PTR_SIZE...
2015-04-02 Benjamin Kramer[ast] Put the Stmt hierarchy on a diet for 64 bit targets.
2015-04-02 Benjamin KramerPartially revert "Replace custom alignment enforcement...
2015-04-02 Benjamin KramerReplace custom alignment enforcement with LLVM_ALIGNAS.
2015-03-22 Faisal ValiAdd a dump function to Stmt that takes only an output...
2015-02-18 Justin BognerInstrProf: Rewrite most of coverage mapping generation...
2015-01-12 Alexey BataevRename RefersToCapturedVariable to RefersToEnclosingVar...
2014-12-16 Alexey BataevRenamed RefersToEnclosingLocal bitfield to RefersToCapt...
2014-12-15 David MajnemerSema: Don't leave switch stack inconsistent when recovering
2014-10-29 Alexey BataevImproved capturing variable-length array types in Captu...
2014-10-22 Aaron BallmanRemoving the setLBracLoc and setRBracLoc functions...
2014-10-01 Alexander Musman[OPENMP] Loop collapsing and codegen for 'omp simd...
2014-08-30 Craig TopperUse llvm::makeArrayRef instead of explicitly calling...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-22 Akira Hatanaka[AArch64, inline-asm] Improve diagnostic that is printe...
2014-07-25 Warren HuntRevert r213437
2014-07-19 Warren Hunt[MS-ABI] Assign SEH handler indices to __try blocks
2014-07-07 Nico WeberAdd an AST node for __leave statements, hook it up.
2014-06-23 David MajnemerAST: Add ranges for AsmStmt's inputs and outputs
2014-05-13 Aaron BallmanNo longer triggering a checked iterator assert on Windo...
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-17 Aaron Ballman[C++11] Replacing FunctionProtoType iterators param_typ...
2014-03-17 Aaron Ballman[C++11] Replacing CompoundStmt iterators body_begin...
2014-03-14 Aaron Ballman[C++11] Replacing CapturedStmt iterators capture_init_b...
2014-03-14 Aaron Ballman[C++11] Replacing CapturedStmt iterators capture_begin...
2014-03-14 Aaron Ballman[C++11] Replacing DeclStmt iterators decl_begin() and...
2014-01-04 Alp TokerOnly mark dump() function definitions 'used' in debug...
2013-12-09 Reid KlecknerFix return of empty range in MSAsmStmt::children
2013-10-20 Benjamin KramerMiscellaneous speling fixes.
2013-08-22 Craig TopperConstify some more ASTContext& uses.
2013-08-22 Craig TopperConstify the ASTContext& passed to Stmt creation functi...
2013-08-21 Craig TopperRevert accidental commit.
2013-08-21 Craig TopperReplace avx-512 with avx512f to match llvm side and...
2013-08-20 Craig TopperRevert r188756 because some other changes snuck in...
2013-08-20 Craig TopperAdd AVX-512 feature flag and knl cpu to clang.
2013-08-19 Craig TopperMake the version of Stmt::operator new that takes ASTCo...
2013-08-18 Craig TopperRevert r188644 to unbreak buildbots.
2013-08-18 Craig TopperRemove Stmt::operator new that takes a ASTContext*...
2013-08-18 Craig TopperRemove throw() from Stmt::operator new so the compiler...
2013-08-18 Craig TopperMake expression allocation methods use a 'const' refere...
2013-06-27 Eli FriedmanDelete dead code.
2013-06-12 Richard SmithPR12086, PR15117
2013-06-05 Richard SmithModel temporary lifetime-extension explicitly in the...
2013-05-12 Richard SmithC++1y: support for 'switch' statements in constexpr...
2013-05-04 Wei PanImplement template support for CapturedStmt
2013-05-03 Ben LangmuirSerialization for captured statements
2013-05-03 John McCallMove parsing of identifiers in MS-style inline assembly...
2013-04-29 Ben LangmuirSmall CapturedStmt improvements
2013-04-16 Tareq A. SirajSema for Captured Statements
2013-04-16 Tareq A. SirajImplement CapturedStmt AST
2013-02-23 Enea ZaffanellaRemove data member MSAsmStmt::AsmLoc, wrongly hiding...
2013-01-26 Richard TrieuHighlight various parts of the AST dump with color...
2013-01-22 Tim NorthoverSwitch to APFloat constructor taking fltSemantics.
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2013-01-04 Argyrios KyrtzidisMove the common source locations of CastStmt & DefaultS...
2012-12-29 Nico WeberArrayRefize a CompoundStmt constructor.
2012-12-25 Erik VerbruggenFix for PR12222.
2012-12-01 Benjamin KramerInclude pruning and general cleanup.
2012-12-01 Benjamin KramerPull the Attr iteration parts out of Attr.h, so includi...
2012-11-16 Dmitri GribenkoStmtDumper: remove incomplete support for limiting...
2012-10-16 Chad Rosier[ms-inline asm] Move some logic around to simplify...
2012-10-11 Sean SilvaRemove pointless classof()'s.
2012-09-04 Joao MatosRevert r163083 per chandlerc's request.
2012-09-02 Joao MatosImplemented parsing and AST support for the MS __leave...
2012-08-28 Chad Rosier[ms-inline asm] Add constraints to MSAsmStmt. We don...
2012-08-28 Chad Rosier[ms-inline asm] Make the AsmStmt class non-virtual.
2012-08-28 Chad Rosier[ms-inline asm] Hoist more common code into the AsmStmt...
2012-08-27 Chad Rosier[ms-inline asm] Add virtual function, getClobber, that...
2012-08-27 Chad Rosier[ms-inline asm] Hoist getNumClobbers into base class.
2012-08-27 Chad Rosier[ms-inline asm] Rename getClobber to getClobberStringLi...
2012-08-27 Matt Beaumont-GayAppease -Wnon-virtual-dtor
2012-08-27 Chad Rosier[ms-inline asm] Add a few comments.
2012-08-27 Chad Rosier[ms-inline asm] Hoist common Expr handling logic into...
2012-08-27 Chad Rosier[ms-inline asm] Rename GenerateAsmString to generateAsm...
2012-08-27 Chad Rosier[ms-inline asm] Base class AsmStmt implements these.
2012-08-27 Chad Rosier[ms-inline asm] Hoist common logic into the AsmStmt...
2012-08-27 Chad Rosier[ms-inline asm] Add a new base class, AsmStmt, for...
2012-08-27 Chad RosierUpdate comment, per Jordan's suggestion.
2012-08-27 Chad RosierUpdate comment.
2012-08-25 Chad Rosier[ms-inline asm] As part of a larger refactoring, rename...
2012-08-24 Chad Rosier[ms-inline asm] Update the AST Reader/Writer for MS...
2012-08-24 Chad Rosier[ms-inline asm] Refactor code. No functional change...
2012-08-24 Chad Rosier[ms-inline asm] Add the basic APIs for Exprs to the...
2012-08-23 Chad Rosier[ms-inline asm] Add a few helper function to the MSAsmS...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-20 David BlaikieRemove unused variable.
2012-08-20 Chad Rosier[ms-inline asm] Remove old cruft now that MS-style...
next