| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith | 2013-01-14 | 1 | -4/+6 |
* | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -6/+6 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -3/+3 |
* | Simplify. No functionality change. | Nico Weber | 2012-12-30 | 1 | -7/+2 |
* | Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body | Argyrios Kyrtzidis | 2012-12-06 | 1 | -2/+2 |
* | [driver, ms-inline asm] MS-Style inline assembly is controlled by the | Chad Rosier | 2012-12-05 | 1 | -1/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | PR14381: Never skip constexpr function bodies when code-completing. We may need | Richard Smith | 2012-11-19 | 1 | -2/+4 |
* | Simplify function try/catch scope handling. | David Blaikie | 2012-11-13 | 1 | -3/+3 |
* | Fix more try scoping bugs introduced by r167650. | David Blaikie | 2012-11-12 | 1 | -1/+1 |
* | PR14296: function parameter name collisions in function try/catch | David Blaikie | 2012-11-10 | 1 | -6/+8 |
* | Support interleaving of other pragmas with FP_CONTRACT at the beginning of a | Lang Hames | 2012-11-03 | 1 | -4/+45 |
* | If skipping bodies is enabled outside code-completion, just skip the body dir... | Argyrios Kyrtzidis | 2012-10-31 | 1 | -1/+7 |
* | Removed an extra blank line. | Mahesha S | 2012-10-27 | 1 | -1/+0 |
* | When used in a compound expression FP_CONTRACT should proceed all explicit | Lang Hames | 2012-10-21 | 1 | -3/+8 |
* | People put pragmas in crazy places; add more handling. PR14046. | Eli Friedman | 2012-10-09 | 1 | -0/+20 |
* | Make sure we allow "#pragma options align=mac68k" in function-local contexts.... | Eli Friedman | 2012-10-08 | 1 | -0/+5 |
* | Permanently end the whole "pragma got handled by the parser too early" | Eli Friedman | 2012-10-04 | 1 | -0/+10 |
* | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -0/+5 |
* | If the range in a for range statement doesn't have a viable begin/end function, | Richard Smith | 2012-09-20 | 1 | -1/+2 |
* | Revert r163083 per chandlerc's request. | Joao Matos | 2012-09-04 | 1 | -16/+1 |
* | Implemented parsing and AST support for the MS __leave exception statement. A... | Joao Matos | 2012-09-02 | 1 | -1/+16 |
* | [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. | Chad Rosier | 2012-08-25 | 1 | -12/+10 |
* | [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a | Chad Rosier | 2012-08-24 | 1 | -0/+18 |
* | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -2/+2 |
* | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer | 2012-08-23 | 1 | -6/+6 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -19/+19 |
* | Better diagnostics for range-based for loops with bad range types. | Sam Panzer | 2012-08-21 | 1 | -1/+1 |
* | PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and | Richard Smith | 2012-08-18 | 1 | -81/+24 |
* | Removed unused LParenLoc parameter to ActOnCXXForRangeStmt | Sam Panzer | 2012-08-16 | 1 | -3/+2 |
* | [ms-inline asm] MSVC parses multiple __asm statements on a single line as one | Chad Rosier | 2012-08-15 | 1 | -5/+0 |
* | [ms-inline asm] Add the left brace source location and improve the pretty | Chad Rosier | 2012-08-15 | 1 | -1/+2 |
* | [ms-inline asm] Remove the last bits of LineEnds. | Chad Rosier | 2012-08-14 | 1 | -5/+1 |
* | [ms-inline asm] Add a helpful assert. | Chad Rosier | 2012-08-14 | 1 | -91/+85 |
* | [ms-inline asm] Refactor the logic to generate the AsmString into Sema. No | Chad Rosier | 2012-08-08 | 1 | -59/+2 |
* | [ms-inline asm] Stmt destructors are never called, so allocate the AsmToks using | Chad Rosier | 2012-08-07 | 1 | -1/+2 |
* | [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functional | Chad Rosier | 2012-08-06 | 1 | -5/+2 |
* | 80-column violations and whitespace. | Chad Rosier | 2012-07-10 | 1 | -13/+15 |
* | objective-c: Refactor parse/sema portion of | Fariborz Jahanian | 2012-07-03 | 1 | -8/+8 |
* | Clean up a large number of C++11 attribute parse issues, including parsing | Alexis Hunt | 2012-06-23 | 1 | -0/+11 |
* | [ms-inline-asm] The __asm keyword is a statement separator, so multiple asm | Chad Rosier | 2012-06-12 | 1 | -0/+5 |
* | [ms-inline-asm] Cleanup MS style inline assembly parsing. | Chad Rosier | 2012-06-12 | 1 | -9/+46 |
* | Etch out the code path for MS-style inline assembly. | Chad Rosier | 2012-06-11 | 1 | -33/+52 |
* | Include the correct conversion context locations for condition expressions. | David Blaikie | 2012-05-16 | 1 | -3/+3 |
* | improve error recovery for extra ')'s after a if/switch/while condition. Bef... | Chris Lattner | 2012-04-28 | 1 | -0/+10 |
* | switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. ... | Chris Lattner | 2012-04-28 | 1 | -1/+1 |
* | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith | 2012-04-14 | 1 | -97/+84 |
* | Added a flag to the parser to skip method bodies. | Erik Verbruggen | 2012-04-12 | 1 | -14/+10 |
* | Disambiguation of '[[': | Richard Smith | 2012-04-10 | 1 | -2/+2 |
* | [parser] If there are unmatched braces in a function definition, try to | Argyrios Kyrtzidis | 2012-03-24 | 1 | -5/+8 |