| Commit message (Expand) | Author | Age | Files | Lines |
| * | Undo previous patch as I checked more than I intended. | Fariborz Jahanian | 2012-03-21 | 1 | -7/+2 |
| * | modern objective-c rewriter: remove 'const' from | Fariborz Jahanian | 2012-03-21 | 1 | -2/+7 |
| * | More careful consideration of C++11 13.3.3.1p4. Fixes PR12257. | Sebastian Redl | 2012-03-20 | 1 | -7/+19 |
| * | Use character literals for vexing initialization fixit hints. | David Blaikie | 2012-03-18 | 1 | -0/+8 |
| * | Replace a FIXME with a diagnostic when we can't resolve the | Douglas Gregor | 2012-03-18 | 1 | -1/+2 |
| * | Diagnose tag and class template declarations with qualified | Douglas Gregor | 2012-03-17 | 2 | -27/+47 |
| * | When determining the availability of an enum constant, also consider | Douglas Gregor | 2012-03-17 | 1 | -2/+11 |
| * | Fix crash on invalid code. I've tried to produce a reduced test case, but wh... | Ted Kremenek | 2012-03-17 | 1 | -1/+10 |
| * | Suppress macro expansion of NULL in NULL warnings. | David Blaikie | 2012-03-16 | 1 | -2/+5 |
| * | Skip through transparent contexts when deciding where to add a friend function. | Nick Lewycky | 2012-03-16 | 1 | -1/+1 |
| * | Warn on flexible array members when in C89 mode, with -pedantic. | David Chisnall | 2012-03-16 | 1 | -0/+7 |
| * | Support deducing template arguments from nested initializer lists. PR12119. | Sebastian Redl | 2012-03-15 | 1 | -3/+37 |
| * | Provide the specific target type in the -Wnull-conversion warning. | David Blaikie | 2012-03-15 | 1 | -1/+1 |
| * | Remove a variable rendered unused by r152750. | Richard Smith | 2012-03-15 | 1 | -1/+1 |
| * | Instantiating a class template should not instantiate the definition of any | Richard Smith | 2012-03-14 | 4 | -117/+269 |
| * | When emitting a diagnostic about two-phase name lookup, don't do useless | Nick Lewycky | 2012-03-14 | 1 | -0/+3 |
| * | Minor cleanup in attribute-related diagnostics, from Alexander Kornienko! | Douglas Gregor | 2012-03-14 | 1 | -14/+11 |
| * | [Sema] Fix SemaDiagnosticBuilder to be inline. | Daniel Dunbar | 2012-03-14 | 1 | -39/+32 |
| * | Spelling. | Daniel Dunbar | 2012-03-13 | 1 | -1/+1 |
| * | Ensure that default arguments are handled correctly in sub scopes. For example: | James Molloy | 2012-03-13 | 2 | -11/+22 |
| * | Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template | Richard Smith | 2012-03-13 | 1 | -2/+6 |
| * | PR11850 + duplicates: don't assume that a function parameter pack expansion is | Richard Smith | 2012-03-13 | 1 | -11/+14 |
| * | PR11925: A function can't have a variably-modified return type. Not even in C++. | Richard Smith | 2012-03-13 | 1 | -11/+12 |
| * | It never makes sense to do a lookup into a LinkageSpecDecl, so assert that we | Nick Lewycky | 2012-03-13 | 1 | -5/+6 |
| * | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith | 2012-03-13 | 7 | -16/+18 |
| * | [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iter... | Argyrios Kyrtzidis | 2012-03-13 | 1 | -3/+2 |
| * | Fix crash at @implementation with a forward reference as base class. | Argyrios Kyrtzidis | 2012-03-13 | 1 | -0/+2 |
| * | Alternate fix to PR12248: put Sema in charge of special-casing | John McCall | 2012-03-13 | 1 | -3/+36 |
| * | C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded | Douglas Gregor | 2012-03-12 | 1 | -18/+30 |
| * | [Sema] -Add an invalid objc category to the DeclContext so that it can be | Argyrios Kyrtzidis | 2012-03-12 | 1 | -0/+5 |
| * | ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false)... | Jordy Rose | 2012-03-12 | 1 | -1/+1 |
| * | Fix parsing of trailing-return-type. Types are syntactically prohibited from | Richard Smith | 2012-03-12 | 1 | -0/+9 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 34 | -740/+740 |
| * | When template argument deduction is ignoring qualifiers, perform deep | Douglas Gregor | 2012-03-11 | 1 | -15/+28 |
| * | When determining whether an identifier followed by a '<' in a member | Douglas Gregor | 2012-03-10 | 1 | -9/+21 |
| * | Fix crash & accepts-invalid for array of arrays of user defined type. | David Blaikie | 2012-03-10 | 1 | -8/+11 |
| * | PR12225: The requirement that literal operators be namespace-scope functions | Richard Smith | 2012-03-10 | 1 | -4/+1 |
| * | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 10 | -122/+29 |
| * | Slightly tweak this condition. "isTransparentContext()" was checking whether an | Nick Lewycky | 2012-03-10 | 1 | -2/+1 |
| * | Could not find this in C99. Perhaps this rule comes from a DR, but in any case | Nick Lewycky | 2012-03-10 | 1 | -0/+1 |
| * | Only make a call to a copy constructor elidable if in fact we are | Douglas Gregor | 2012-03-10 | 1 | -1/+20 |
| * | [Sema] A tag decl that is marked as invalid and is used in a decl-spec, | Argyrios Kyrtzidis | 2012-03-10 | 1 | -3/+0 |
| * | Qualifiers on a canonical array type go on the outermost type, not the | Douglas Gregor | 2012-03-10 | 1 | -6/+0 |
| * | [Sema] Fix a diag change to include a range that appeared intended, but never | Daniel Dunbar | 2012-03-09 | 1 | -1/+2 |
| * | Improve our semantic error recovery. | Argyrios Kyrtzidis | 2012-03-09 | 2 | -10/+30 |
| * | [Sema] Remove dead getSourceRange() call, caught by Clang after marking | Daniel Dunbar | 2012-03-09 | 1 | -2/+1 |
| * | lldb support: under debugger support flag, when sending message | Fariborz Jahanian | 2012-03-09 | 1 | -0/+12 |
| * | [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). | Daniel Dunbar | 2012-03-09 | 8 | -138/+138 |
| * | -Wformat-non-iso: warn about positional arguments (pr12017) | Hans Wennborg | 2012-03-09 | 1 | -2/+12 |
| * | Literal operators can't have default arguments. | Richard Smith | 2012-03-09 | 2 | -7/+13 |