| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for partial jump scope checking | Alp Toker | 2014-05-09 | 1 | -1/+0 |
| * | Add an Extension warning for applying unary * to an operand of type 'void*' in | Richard Smith | 2014-05-07 | 1 | -4/+13 |
| * | Wrap a few lines at 80 columns, change a confusing indent. No behavior change. | Nico Weber | 2014-05-03 | 1 | -8/+7 |
| * | Fix a bunch of mislayered clang/Lex includes from Sema | Alp Toker | 2014-05-03 | 1 | -2/+2 |
| * | AST: Mangle reference temporaries reliably | David Majnemer | 2014-05-01 | 1 | -1/+1 |
| * | Objective-C. Improve diagnosis of bridging types. | Fariborz Jahanian | 2014-04-29 | 1 | -0/+2 |
| * | [SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a m... | Argyrios Kyrtzidis | 2014-04-28 | 1 | -1/+2 |
| * | [Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we... | Argyrios Kyrtzidis | 2014-04-26 | 1 | -1/+1 |
| * | Initial implementation of -modules-earch-all option, for searching for symbol... | John Thompson | 2014-04-23 | 1 | -2/+3 |
| * | Implement [over.match.oper]p3 properly, by filtering the non-candidates out | Richard Smith | 2014-04-17 | 1 | -2/+3 |
| * | Add support for MSVC's __FUNCSIG__ | Reid Kleckner | 2014-04-08 | 1 | -0/+1 |
| * | Try harder about not suggesting methods as corrections when they | Kaelyn Takata | 2014-04-04 | 1 | -23/+16 |
| * | Improved semantics for implicit scalar -> extvector conversions. | Stephen Canon | 2014-04-03 | 1 | -29/+34 |
| * | -fms-compatibility: Only form implicit member exprs for unqualified ids | Reid Kleckner | 2014-03-25 | 1 | -5/+5 |
| * | [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty... | Aaron Ballman | 2014-03-17 | 1 | -7/+3 |
| * | Add two missing entries to the C++11 support page. Bump one relevant diagnostic | Richard Smith | 2014-03-14 | 1 | -1/+1 |
| * | [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ... | Aaron Ballman | 2014-03-14 | 1 | -4/+2 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-12 | 1 | -19/+19 |
| * | [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite... | Aaron Ballman | 2014-03-08 | 1 | -6/+4 |
| * | 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 |