summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-3/+3
* Implement template support for CapturedStmtWei Pan2013-05-041-1/+12
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-3/+33
* Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...Douglas Gregor2013-05-021-2/+11
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-1/+5
* Implement C++1y decltype(auto).Richard Smith2013-04-261-6/+6
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+26
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-0/+6
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+26
* Drop ObjCIndirectCopyRestoreExprs during template instantiation.John McCall2013-04-111-10/+5
* Mark as referenced the functions from instantiated UserDefinedLiterals.Argyrios Kyrtzidis2013-04-091-0/+2
* <rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...Douglas Gregor2013-04-081-0/+14
* Add 178663 back.Rafael Espindola2013-04-031-1/+0
* Revert 178663.Rafael Espindola2013-04-031-0/+1
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-1/+0
* Objective-C: Provide fixit suggestions when class objectFariborz Jahanian2013-03-281-2/+4
* Don't reject __restrict applied to a dependent type; it might instantiate to ...Richard Smith2013-03-271-1/+3
* <rdar://problem/13170740> Be a little more careful when instantiating 'this' ...Douglas Gregor2013-03-081-2/+7
* Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose2013-03-081-21/+7
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-21/+16
* <rdar://problem/13140795> Transform the scope type of a pseudo-destructor exp...Douglas Gregor2013-03-081-1/+3
* objective-C arg: provide fixit support whenFariborz Jahanian2013-02-221-8/+4
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-3/+2
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-33/+29
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-17/+18
* One can override an Objective-C ARC ownership qualifier that came fromDouglas Gregor2013-01-171-0/+10
* Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith2013-01-141-2/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-6/+6
* Remove the anonymous namespace from lib/Sema/TreeTransform.hArgyrios Kyrtzidis2013-01-021-2/+0
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* Fix regression in r170489: when instantiating a direct initializer which is aRichard Smith2012-12-211-6/+22
* Fix assertion failure in self-host (and probably bogus template instantiationRichard Smith2012-12-191-4/+0
* PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith2012-12-191-4/+68
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-8/+8
* PR13098: If we're instantiating an overloaded binary operator and we couldRichard Smith2012-11-281-1/+6
* PR14428: When instantiating a 'new' expression, if we had a non-dependentRichard Smith2012-11-261-2/+3
* Unrevert r166268, reverted in r166272, with a fix for the issue which NickRichard Smith2012-10-211-6/+38
* Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.Nick Lewycky2012-10-191-26/+5
* PR14124: When performing template instantiation of a qualified-id outside of aRichard Smith2012-10-191-5/+26
* Fixed CXXNamedCast right paren location propagation to instantiations.Abramo Bagnara2012-10-151-4/+1
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-041-0/+4
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-0/+6
* Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman2012-09-261-3/+6
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-261-1/+4
* Delete some code which is, as far as I can tell, dead.Eli Friedman2012-09-251-53/+3
* If the range in a for range statement doesn't have a viable begin/end function,Richard Smith2012-09-201-1/+2
* Add the TypeSourceInfo for the lambda call operator to the lambda'sEli Friedman2012-09-191-6/+7
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+7
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
OpenPOWER on IntegriCloud