| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm... | Aaron Ballman | 2014-03-07 | 1 | -1/+1 |
* | [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w... | Aaron Ballman | 2014-03-07 | 1 | -5/+3 |
* | [C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter... | Aaron Ballman | 2014-03-07 | 1 | -6/+5 |
* | [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r... | Aaron Ballman | 2014-03-06 | 1 | -6/+3 |
* | C. Compare vector sizes using their raw element size instead of | Fariborz Jahanian | 2014-03-06 | 1 | -42/+45 |
* | [C++11] Work around an incompatibility between llvm::tie and std::tie. | Benjamin Kramer | 2014-03-02 | 1 | -2/+4 |
* | [C++11] Replace llvm::tie with std::tie. | Benjamin Kramer | 2014-03-02 | 1 | -2/+2 |
* | Add a -Wclass-varargs to warn on objects of any class type being passed throu... | Richard Smith | 2014-02-28 | 1 | -4/+10 |
* | PR16074, implement warnings to catch pointer to boolean true and pointer to | Richard Trieu | 2014-02-26 | 1 | -4/+16 |
* | OpenCL: fix for the restriction on pointers to functions. | Pekka Jaaskelainen | 2014-02-20 | 1 | -3/+33 |
* | 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 |