| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tighten lax vector-conversion rules and enforce them consistently. | John McCall | 2014-02-04 | 1 | -97/+114 |
| * | Tidy up and reduce some comment redundancy. | Richard Smith | 2014-02-03 | 1 | -34/+29 |
| * | Apply the typo correction replacement location fix from r191450 to the | Kaelyn Uhrain | 2014-01-28 | 1 | -3/+5 |
| * | Rename getResultLoc() too | Alp Toker | 2014-01-25 | 1 | -1/+1 |
| * | Rename getResultType() on function and method declarations to getReturnType() | Alp Toker | 2014-01-25 | 1 | -18/+17 |
| * | Enforce restrictions that 'main' is not allowed to be deleted, or to be used by | Richard Smith | 2014-01-22 | 1 | -1/+6 |
| * | Fix regression in r197623: only diagnose a by-copy capture of an incomplete | Richard Smith | 2014-01-21 | 1 | -12/+12 |
| * | Update FunctionTypeLoc and related names to match r199686 | Alp Toker | 2014-01-21 | 1 | -51/+45 |
| * | Rename FunctionProtoType accessors from 'arguments' to 'parameters' | Alp Toker | 2014-01-20 | 1 | -18/+18 |
| * | PR18551: accepts invalid strong enum to bool when operator! is used | Alp Toker | 2014-01-20 | 1 | -1/+1 |
| * | Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model"" | David Majnemer | 2014-01-17 | 1 | -4/+12 |
| * | Rename language option MicrosoftMode to MSVCCompat | Alp Toker | 2014-01-14 | 1 | -3/+3 |
| * | Add a new attribute 'enable_if' which can be used to control overload resolut... | Nick Lewycky | 2014-01-11 | 1 | -0/+15 |
| * | In areVectorOperandsLaxBitCastable() allow bitcast between a vector and scalar. | Argyrios Kyrtzidis | 2014-01-09 | 1 | -8/+16 |
| * | For areVectorOperandsLaxBitCastable(), only return false if both opearands ar... | Argyrios Kyrtzidis | 2014-01-07 | 1 | -14/+18 |
| * | [Sema] When checking if a bitcast is appropriate between vector types, take into | Argyrios Kyrtzidis | 2014-01-04 | 1 | -2/+37 |
| * | [objc] Refactor and improve functionality for the -Wunused-property-ivar warn... | Argyrios Kyrtzidis | 2014-01-03 | 1 | -9/+1 |
| * | Eliminate UnaryTypeTraitExpr | Alp Toker | 2014-01-01 | 1 | -1/+1 |
| * | [OpenCL] Produce an error, instead of a warning, for sizeof(void) in OpenCL. | Joey Gouly | 2013-12-31 | 1 | -2/+5 |
| * | Replacing calls to getAttr with calls to hasAttr for clarity. No functional c... | Aaron Ballman | 2013-12-19 | 1 | -1/+1 |
| * | Implemented delayed processing of 'unavailable' checking, just like with 'dep... | Ted Kremenek | 2013-12-18 | 1 | -25/+9 |
| * | Require the type of a by-copy capture to be complete before creating its field. | Douglas Gregor | 2013-12-18 | 1 | -0/+9 |
| * | Objective-C. After providing a fix-it for a | Fariborz Jahanian | 2013-12-18 | 1 | -20/+15 |
| * | Objective-C. Make diagnostics and fix-its consistent | Fariborz Jahanian | 2013-12-17 | 1 | -11/+12 |
| * | ObjectiveC. Further improvements of use | Fariborz Jahanian | 2013-12-16 | 1 | -6/+7 |
| * | Suppress -Wshadow / -Wold-style-cast expanded from system header macros | Alp Toker | 2013-12-12 | 1 | -3/+3 |
| * | Add front-end infrastructure now address space casts are in LLVM IR. | David Tweed | 2013-12-11 | 1 | -3/+12 |
| * | Objective-C. Provide fixit's for objc_bride_related | Fariborz Jahanian | 2013-12-10 | 1 | -2/+2 |
| * | Implement DR1460: fix handling of default initializers in unions; don't allow | Richard Smith | 2013-12-10 | 1 | -14/+12 |
| * | ObjectiveC. Continuing implementation of objc_bridge_related | Fariborz Jahanian | 2013-12-07 | 1 | -0/+6 |
| * | Fix code typos spotted while working on type traits | Alp Toker | 2013-12-06 | 1 | -1/+1 |
| * | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -2/+2 |
| * | Fix init-captures for generic lambdas. | Faisal Vali | 2013-12-05 | 1 | -1/+2 |
| * | Remove a whole lot of unused variables | Alp Toker | 2013-11-27 | 1 | -1/+0 |
| * | Implement -Wold-style-cast | Alp Toker | 2013-11-27 | 1 | -0/+4 |
| * | PR10837: Warn if a null pointer constant is formed by a zero integer constant | Richard Smith | 2013-11-21 | 1 | -6/+8 |
| * | Refine 'deprecated' checking for Objective-C classes/methods. | Ted Kremenek | 2013-11-20 | 1 | -1/+2 |
| * | Revert r194540, it breaks various C++ programs. | Joerg Sonnenberger | 2013-11-19 | 1 | -11/+2 |
| * | [OpenCL] Make sure we put string literals in the constant address space. | Joey Gouly | 2013-11-14 | 1 | -0/+5 |
| * | PR10837: Warn if a null pointer constant is formed by a zero integer constant | Richard Smith | 2013-11-13 | 1 | -2/+11 |
| * | Add parens for || in && in assert. No functionality change. | Benjamin Kramer | 2013-11-07 | 1 | -2/+2 |
| * | This patch implements capturing of variables within generic lambdas. | Faisal Vali | 2013-11-07 | 1 | -35/+132 |
| * | [-fms-extensions] Add support for __FUNCDNAME__ | David Majnemer | 2013-11-06 | 1 | -0/+1 |
| * | Change the other -Wtautological-compare warnings to not trigger in template | Richard Trieu | 2013-11-02 | 1 | -2/+4 |
| * | ObjectiveC. Define a new cc1 flag | Fariborz Jahanian | 2013-11-01 | 1 | -8/+4 |
| * | Minor performance improvement to not do unnecessary work | Fariborz Jahanian | 2013-10-25 | 1 | -6/+8 |
| * | ObjectiveC: under -Wunused-property-ivar warn if property's | Fariborz Jahanian | 2013-10-25 | 1 | -0/+6 |
| * | Add -Wstring-plus-char, which warns when adding char literals to C strings. | Jordan Rose | 2013-10-25 | 1 | -4/+57 |
| * | Sema: Do not allow lambda expressions to appear inside of constant expressions | David Majnemer | 2013-10-25 | 1 | -6/+15 |
| * | Parse: Disable delayed template parsing for constexpr functions | David Majnemer | 2013-10-23 | 1 | -5/+3 |