summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-0/+9
* Use StringLiteral::getBytes(), not StringLiteral::getString(), when profiling...Douglas Gregor2011-11-021-1/+1
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-0/+7
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-141-0/+1
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+4
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-2/+2
* Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall2011-07-151-0/+6
* Fix a missing space noticed by matthewbg in code review.Chandler Carruth2011-06-211-1/+1
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+5
* Make the Stmt::Profile method const, and the StmtProfile visitorChandler Carruth2011-06-161-139/+151
* Automatic Reference Counting.John McCall2011-06-151-0/+15
* Add support for builtin astype:Tanya Lattner2011-06-041-0/+4
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-011-5/+9
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-281-0/+12
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+6
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+6
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+12
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+4
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-2/+2
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-0/+4
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-3/+3
* Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall2011-02-131-2/+1
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-0/+4
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-2/+0
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+7
* PR3558: mark "logically const" accessor methods in ASTContext as const,Jay Foad2011-01-121-3/+3
* Replace the representation of template template argument packDouglas Gregor2011-01-051-1/+2
* Implement support for template template parameter packs, e.g.,Douglas Gregor2011-01-051-1/+2
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-0/+5
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-031-0/+4
* When instantiating a non-type template parameter pack, be sure toDouglas Gregor2010-12-241-0/+1
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-6/+0
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-071-0/+7
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-4/+1
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-13/+6
* Add a new expression kind, OpaqueValueExpr, which is useful forJohn McCall2010-11-151-0/+4
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-4/+8
* Define and implement CXXNoexceptExpr. Create it in Sema.Sebastian Redl2010-09-101-0/+4
* Microsoft's __uuidof operator implementation part 1.Francois Pichet2010-09-081-0/+6
* Eliminate CXXBindReferenceExpr, which was used in a ton ofDouglas Gregor2010-09-021-4/+0
* Revert my user-defined literal commits - r1124{58,60,67} pendingAlexis Hunt2010-08-301-6/+0
* Implement C++0x user-defined string literals.Alexis Hunt2010-08-291-0/+6
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-45/+45
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-1/+1
* Call the base class in StmtProfiler::VisitOverloadExpr.Argyrios Kyrtzidis2010-08-151-0/+1
* Call the correct base class in StmtProfiler::VisitUnresolvedLookupExpr.Argyrios Kyrtzidis2010-08-151-4/+8
* Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl2010-07-201-1/+1
* When computing the canonical profile of a DeclRefExpr or MemberExpr,Douglas Gregor2010-07-131-3/+6
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-1/+1
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-1/+1
OpenPOWER on IntegriCloud