summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+23
* Add unused markings to suppress warnings.Eli Friedman2013-09-101-3/+7
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-0/+30
* Remove useless reinterpret_casts from Stmt.cppPavel Labath2013-09-031-9/+9
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-30/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-0/+30
* Constify some more ASTContext& uses.Craig Topper2013-08-221-13/+14
* Constify the ASTContext& passed to Stmt creation functions. Also constify the...Craig Topper2013-08-221-43/+38
* Revert accidental commit.Craig Topper2013-08-211-56/+59
* Replace avx-512 with avx512f to match llvm side and what gcc patches appear t...Craig Topper2013-08-211-59/+56
* Revert r188756 because some other changes snuck in with it.Craig Topper2013-08-201-56/+59
* Add AVX-512 feature flag and knl cpu to clang.Craig Topper2013-08-201-59/+56
* Make the version of Stmt::operator new that takes ASTContext* call the ASTCon...Craig Topper2013-08-191-5/+0
* Revert r188644 to unbreak buildbots.Craig Topper2013-08-181-0/+5
* Remove Stmt::operator new that takes a ASTContext*. All callers use the ASTCo...Craig Topper2013-08-181-5/+0
* Remove throw() from Stmt::operator new so the compiler will omit the null che...Craig Topper2013-08-181-2/+2
* Make expression allocation methods use a 'const' reference to the ASTContext ...Craig Topper2013-08-181-2/+2
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+52
* Delete dead code.Eli Friedman2013-06-271-22/+0
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-1/+1
* Implement template support for CapturedStmtWei Pan2013-05-041-4/+6
* Serialization for captured statementsBen Langmuir2013-05-031-2/+2
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-14/+27
* Sema for Captured StatementsTareq A. Siraj2013-04-161-8/+8
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-0/+102
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-3/+4
* ArrayRefize CXXTryStmt.Nico Weber2012-12-291-7/+6
* ArrayRefize a CompoundStmt constructor.Nico Weber2012-12-291-6/+6
* Fix for PR12222.Erik Verbruggen2012-12-251-62/+45
* Include pruning and general cleanup.Benjamin Kramer2012-12-011-3/+4
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-0/+10
* [ms-inline asm] Move some logic around to simplify the interface between theChad Rosier2012-10-161-17/+11
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-11/+0
* [ms-inline asm] Fix an illegal index and an 80-column violation.Chad Rosier2012-09-041-7/+7
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-0/+11
* [ms-inline asm] Have generateAsmString() return the AsmString computed by Sema.Chad Rosier2012-08-281-1/+1
* [ms-inline asm] Add constraints to MSAsmStmt. We don't currently computeChad Rosier2012-08-281-17/+10
* [ms-inline asm] Use dyn_cast<> here to simplify logic.Chad Rosier2012-08-281-30/+24
* [ms-inline asm] Make the AsmStmt class non-virtual.Chad Rosier2012-08-281-0/+54
* [ms-inline asm] Hoist more common code into the AsmStmt base class. Add stubsChad Rosier2012-08-281-12/+25
* [ms-inline asm] Add virtual function, getClobber, that returns a StringRef.Chad Rosier2012-08-271-0/+4
* [ms-inline asm] Rename GenerateAsmString to generateAsmString to conform withChad Rosier2012-08-271-2/+9
* [ms-inline asm] Hoist common logic into the AsmStmt base class.Chad Rosier2012-08-271-7/+5
* [ms-inline asm] Add a new base class, AsmStmt, for the GCCAsmStmt and MSAsmStmtChad Rosier2012-08-271-4/+4
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-17/+18
* [ms-inline asm] Refactor code. No functional change intended.Chad Rosier2012-08-241-0/+21
* [ms-inline asm] Add the basic APIs for Exprs to the MSAsmStmt AST. Next we needChad Rosier2012-08-241-2/+23
* [ms-inline asm] Remove old cruft now that MS-style asms their own code path.Chad Rosier2012-08-201-4/+3
* [ms-inline asm] Add inputs and outputs to AST. No functional change.Chad Rosier2012-08-161-6/+15
* [ms-inline asm] Add the left brace source location and improve the prettyChad Rosier2012-08-151-2/+3
OpenPOWER on IntegriCloud