summaryrefslogtreecommitdiff
path: root/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAge
* Merging r168818: into the 3.2 release branch.Pawel Wodnicki2012-11-28
* Unrevert r166268, reverted in r166272, with a fix for the issue which NickRichard Smith2012-10-21
* Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.Nick Lewycky2012-10-19
* PR14124: When performing template instantiation of a qualified-id outside of aRichard Smith2012-10-19
* Fixed CXXNamedCast right paren location propagation to instantiations.Abramo Bagnara2012-10-15
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-04
* Add FP_CONTRACT support for clang.Lang Hames2012-10-02
* Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman2012-09-26
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-26
* Delete some code which is, as far as I can tell, dead.Eli Friedman2012-09-25
* If the range in a for range statement doesn't have a viable begin/end function,Richard Smith2012-09-20
* Add the TypeSourceInfo for the lambda call operator to the lambda'sEli Friedman2012-09-19
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-12
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* Revert r163083 per chandlerc's request.Joao Matos2012-09-04
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-02
* Change the representation of builtin functions in the ASTEli Friedman2012-08-31
* Fix for assertion when solving unresolved templates.Rafael Espindola2012-08-28
* [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functionalChad Rosier2012-08-27
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-25
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-24
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-23
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-23
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-23
* Better diagnostics for range-based for loops with bad range types.Sam Panzer2012-08-21
* [ms-inline asm] Remove old cruft now that MS-style asms their own code path.Chad Rosier2012-08-20
* Removed unused LParenLoc parameter to ActOnCXXForRangeStmtSam Panzer2012-08-16
* [ms-inline asm] Add the left brace source location and improve the prettyChad Rosier2012-08-15
* [ms-inline asm] Remove the last bits of LineEnds.Chad Rosier2012-08-14
* Remove trailing return flag from FunctionTypeLoc, since we now carry thatRichard Smith2012-08-14
* [ms-inline asm] Refactor the logic to generate the AsmString into Sema. NoChad Rosier2012-08-08
* Whitespace.Chad Rosier2012-08-08
* [ms-inline asm] Stmt destructors are never called, so allocate the AsmToks usingChad Rosier2012-08-07
* [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functionalChad Rosier2012-08-06
* PR12057: Allow variadic template pack expansions to cross lambda boundaries.Richard Smith2012-07-25
* PR12917: Remove incorrect assumption that lambda mangling information cannotRichard Smith2012-07-22
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-09
* objective-c: Refactor parse/sema portion ofFariborz Jahanian2012-07-03
* Documentation cleanup:James Dennett2012-06-15
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-11
* PR12798: Don't drop part of the nested name specifier when instantiating aRichard Smith2012-05-15
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-19
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-17
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-16
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-14
* Fix a Sema invariant bug that I recently introduced involvingJohn McCall2012-04-06
* Move the computation of the lambda mangling information (manglingDouglas Gregor2012-04-04
* ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false)...Jordy Rose2012-03-12
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-10