aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/StmtProfile.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith1-0/+5
2013-04-16Implement CapturedStmt ASTTareq A. Siraj1-0/+4
2013-04-16Basic support for Microsoft property declarations andJohn McCall1-0/+5
2012-09-26Fix the AST representation for non-type template arguments to encodeEli Friedman1-0/+4
2012-09-12PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith1-0/+8
2012-09-04Revert r163083 per chandlerc's request.Joao Matos1-4/+0
2012-09-02Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos1-0/+4
2012-08-27[ms-inline asm] Rename getClobber to getClobberStringLiteral. No functionalChad Rosier1-1/+1
2012-08-25[ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier1-1/+1
2012-06-11Etch out the code path for MS-style inline assembly.Chad Rosier1-0/+5
2012-06-07Plug a long standing memory leak in TemplateArgument.Benjamin Kramer1-1/+1
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard1-1/+1
2012-04-16Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor1-0/+1
2012-04-14Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith1-0/+5
2012-04-02PR12438: Profile a reference to a type template parameter by depth and index,Richard Smith1-0/+8
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall1-7/+0
2012-03-07AST representation for user-defined literals, plus just enough of semanticRichard Smith1-0/+4
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek1-0/+23
2012-03-01StmtProfiler: Add a null check for child statements.Peter Collingbourne1-2/+6
2012-02-24Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor1-0/+8
2012-02-16Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl1-3/+1
2012-02-16Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl1-1/+3
2012-02-16Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl1-3/+1
2012-02-07Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor1-0/+18
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-1/+0
2011-11-06Change the AST representation of operations on Objective-CJohn McCall1-0/+9
2011-11-02Use StringLiteral::getBytes(), not StringLiteral::getString(), when profiling...Douglas Gregor1-1/+1
2011-10-25Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor1-0/+7
2011-10-14Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman1-0/+1
2011-10-11Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman1-0/+4
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor1-2/+2
2011-07-15Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall1-0/+6
2011-06-21Fix a missing space noticed by matthewbg in code review.Chandler Carruth1-1/+1
2011-06-21Introduce a new AST node describing reference binding to temporaries.Douglas Gregor1-0/+5
2011-06-16Make the Stmt::Profile method const, and the StmtProfile visitorChandler Carruth1-139/+151
2011-06-15Automatic Reference Counting.John McCall1-0/+15
2011-06-04Add support for builtin astype:Tanya Lattner1-0/+4
2011-05-01Store a parameter index and function prototype depth in everyJohn McCall1-5/+9
2011-04-28Parsing/AST support for Structured Exception HandlingJohn Wiegley1-0/+12
2011-04-28Implementation of Embarcadero array type traitsJohn Wiegley1-0/+6
2011-04-25t/clang/expr-traitsJohn Wiegley1-0/+6
2011-04-15C1X: implement generic selectionsPeter Collingbourne1-0/+12
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith1-0/+4
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne1-2/+2
2011-02-17Change the representation of GNU ?: expressions to use a different expressionJohn McCall1-0/+4
2011-02-17Step #1/N of implementing support for __label__: split labels intoChris Lattner1-3/+3
2011-02-13Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall1-2/+1
2011-02-09AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne1-0/+4
2011-02-07A few more tweaks to the blocks AST representation: John McCall1-2/+0
2011-01-15Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor1-0/+7