summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-10/+0
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-0/+10
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-8/+7
* Fix for assertion when solving unresolved templates.Rafael Espindola2012-08-281-1/+2
* [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functionalChad Rosier2012-08-271-1/+1
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-32/+17
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-9/+3
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-4/+3
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-231-20/+20
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-45/+44
* Better diagnostics for range-based for loops with bad range types.Sam Panzer2012-08-211-1/+1
* [ms-inline asm] Remove old cruft now that MS-style asms their own code path.Chad Rosier2012-08-201-5/+3
* Removed unused LParenLoc parameter to ActOnCXXForRangeStmtSam Panzer2012-08-161-3/+1
* [ms-inline asm] Add the left brace source location and improve the prettyChad Rosier2012-08-151-2/+4
* [ms-inline asm] Remove the last bits of LineEnds.Chad Rosier2012-08-141-7/+2
* Remove trailing return flag from FunctionTypeLoc, since we now carry thatRichard Smith2012-08-141-3/+1
* [ms-inline asm] Refactor the logic to generate the AsmString into Sema. NoChad Rosier2012-08-081-5/+6
* Whitespace.Chad Rosier2012-08-081-572/+572
* [ms-inline asm] Stmt destructors are never called, so allocate the AsmToks usingChad Rosier2012-08-071-2/+4
* [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functionalChad Rosier2012-08-061-1/+3
* PR12057: Allow variadic template pack expansions to cross lambda boundaries.Richard Smith2012-07-251-6/+12
* PR12917: Remove incorrect assumption that lambda mangling information cannotRichard Smith2012-07-221-6/+2
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-091-1/+2
* objective-c: Refactor parse/sema portion ofFariborz Jahanian2012-07-031-18/+7
* Documentation cleanup:James Dennett2012-06-151-11/+8
OpenPOWER on IntegriCloud