Age | Commit message (Expand) | Author |
2012-08-08 | [ms-inline asm] Make sure IsSimple is correctly handled. | Chad Rosier |
2012-08-08 | Remove extraneous comment. | Chad Rosier |
2012-08-08 | [ms-inline asm] Add a very simple test case. Basically, we're only testing for | Chad Rosier |
2012-08-08 | [ms-inline asm] Refactor the logic to generate the AsmString into Sema. No | Chad Rosier |
2012-08-08 | [ms-inline asm] Add support for detecting simple ms-style inline asm. Simple | Chad Rosier |
2012-08-08 | Add the IsSimple/IsVolatile parameters to the MSAsmStmt constructor. | Chad Rosier |
2012-08-07 | [ms-inline asm] Stmt destructors are never called, so allocate the AsmToks using | Chad Rosier |
2012-08-06 | [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functional | Chad Rosier |
2012-07-27 | Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. | Anna Zaks |
2012-07-17 | Issue warning when assigning out-of-range integer values to enums. | Fariborz Jahanian |
2012-07-11 | Don't try to do RVO on block variables that refer to an enclosing local. | Nico Weber |
2012-07-09 | Inline storage of attributes in AttributedStmt. | Alexander Kornienko |
2012-07-06 | objective-c++11: extend c++11 range-based loop to iterate | Fariborz Jahanian |
2012-07-03 | objective-c: Refactor parse/sema portion of | Fariborz Jahanian |
2012-07-02 | In blocks, only pretend that enum constants have enum type if necessary. | Jordan Rose |
2012-06-21 | Pretend that enum constants have enum type when inferring a block return type. | Jordan Rose |
2012-06-20 | Whitespace. | Chad Rosier |
2012-06-20 | [ms-style asm] Change the fatal error to an extension warning. Apparently, this | Chad Rosier |
2012-06-11 | Etch out the code path for MS-style inline assembly. | Chad Rosier |
2012-06-08 | Remove a commented out variable declaration. This was originally a debugging | Richard Trieu |
2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
2012-06-06 | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer |
2012-05-24 | Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce... | Eli Friedman |
2012-05-16 | Use a llvm::SmallString rather than std::string for duplicate-case errors | Douglas Gregor |
2012-05-16 | Produce more useful 'duplicate case' diagnostics. Fixes PR9243, from Terry Long! | Douglas Gregor |
2012-05-15 | PR12826: Converting an lvalue to an xvalue is a no-op conversion, not an lval... | Richard Smith |
2012-05-08 | Bind cleanups after doing l2r conversion on the operand of a | John McCall |
2012-05-04 | Move Sema::VerifyIntegerConstantExpression() and | Douglas Gregor |
2012-05-04 | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor |
2012-05-04 | Skip checking for infinite for-loops if there are global or static variables | Richard Trieu |
2012-04-30 | Add -Wloop-analysis. This warning will fire on for loops which the variables | Richard Trieu |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-14 | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith |
2012-03-30 | Handle placeholder expressions in an ObjC for-collection loop. | John McCall |
2012-03-30 | Make sure we perform the relevant implied conversions correctly for ObjC meth... | Eli Friedman |
2012-03-21 | For enums with no tag name, display its location in | Fariborz Jahanian |
2012-03-21 | fixes the diagnostic issued in // rdar://11069896 | Fariborz Jahanian |
2012-03-21 | Allow void blocks to return witn a void expression in | Fariborz Jahanian |
2012-03-21 | Undo previous patch as I checked more than I intended. | Fariborz Jahanian |
2012-03-21 | modern objective-c rewriter: remove 'const' from | Fariborz Jahanian |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-22 | Doug's review comments. | Sebastian Redl |
2012-02-22 | Fix parsing and processing initializer lists in return statements and as dire... | Sebastian Redl |
2012-02-15 | Specialize noreturn diagnostics for lambda expressions. | Douglas Gregor |
2012-02-15 | Fix silly precedence error. | Douglas Gregor |
2012-02-15 | Specialize the diagnostic complaining about conflicting types of | Douglas Gregor |
2012-02-14 | Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) | Dmitri Gribenko |
2012-02-09 | Don't allow deduction of a lambda result type from an initializer | Douglas Gregor |
2012-02-04 | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith |