| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Instantiate exception specifications when instantiating function types (other | Richard Smith | 2014-11-12 | 1 | -15/+17 |
* | Further restrict issuance of 'override' warning if method | Fariborz Jahanian | 2014-11-03 | 1 | -5/+7 |
* | Don't allow dllimport/export on classes with internal linkage (PR21399) | Hans Wennborg | 2014-11-03 | 1 | -0/+6 |
* | Don't dllimport inline functions when targeting MinGW (PR21366) | Hans Wennborg | 2014-11-03 | 1 | -9/+18 |
* | Fix a bug where -Wuninitialized would skip arguments to a function call. | Richard Trieu | 2014-11-01 | 1 | -0/+2 |
* | Have -Wuninitialized catch uninitalized use in overloaded operator arguments. | Richard Trieu | 2014-10-31 | 1 | -0/+11 |
* | C++-11 [qoi]. Do not warn on missing 'verride' on use of | Fariborz Jahanian | 2014-10-31 | 1 | -0/+6 |
* | c++11 patch to issue warning on missing 'override' on | Fariborz Jahanian | 2014-10-27 | 1 | -1/+29 |
* | Pass around CorrectionCandidateCallbacks as unique_ptrs so | Kaelyn Takata | 2014-10-27 | 1 | -13/+14 |
* | Fix style issue from r220363. No functional change. | Richard Trieu | 2014-10-22 | 1 | -1/+1 |
* | Disable the uninitialized field warning in uninstantiated classes. | Richard Trieu | 2014-10-22 | 1 | -0/+3 |
* | SemaDeclCXX.cpp: UninitializedFieldVisitor: Avoid member initializers to appe... | NAKAMURA Takumi | 2014-10-17 | 1 | -4/+5 |
* | Fix typo in comment. | Nick Lewycky | 2014-10-17 | 1 | -1/+1 |
* | Add support for initializer lists on field initializers for -Wuninitialized | Richard Trieu | 2014-10-17 | 1 | -12/+90 |
* | Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r... | NAKAMURA Takumi | 2014-10-17 | 1 | -17/+15 |
* | Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These were | Richard Smith | 2014-10-16 | 1 | -15/+17 |
* | Revert r218925 - "Patch to warn if 'override' is missing" | Alexander Potapenko | 2014-10-03 | 1 | -39/+1 |
* | Patch to warn if 'override' is missing | Fariborz Jahanian | 2014-10-02 | 1 | -1/+39 |
* | c++ error recovery. Build a valid AST when trying | Fariborz Jahanian | 2014-10-01 | 1 | -1/+3 |
* | Improve -Wuninitialized warnings for fields that are record types. | Richard Trieu | 2014-10-01 | 1 | -31/+59 |
* | CUDA: Fix incorrect target inference for implicit members. | Eli Bendersky | 2014-09-29 | 1 | -4/+51 |
* | Fix "unsupported friend" diagnostic to also appear for friend functions with ... | Richard Smith | 2014-09-29 | 1 | -1/+5 |
* | Move calls to ResolveExceptionSpec out of SetDeclDefaulted and into DefineImp... | Ben Langmuir | 2014-09-25 | 1 | -5/+30 |
* | Add increment/decrement operators and compound assignment operators to the | Richard Trieu | 2014-09-25 | 1 | -0/+11 |
* | Revert r217995 and follow-ups: | Hans Wennborg | 2014-09-18 | 1 | -17/+15 |
* | Instantiate exception specifications when instantiating function types (other | Richard Smith | 2014-09-17 | 1 | -15/+17 |
* | Check delegating constructors for using uninitialized fields. | Richard Trieu | 2014-09-12 | 1 | -0/+2 |
* | [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixes | Richard Smith | 2014-09-03 | 1 | -30/+33 |
* | Split off CUDA-specific Sema parts to a new file | Eli Bendersky | 2014-09-03 | 1 | -40/+0 |
* | Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and... | Craig Topper | 2014-08-30 | 1 | -2/+1 |
* | During cross field uninitialized checking, when processing an assignment, | Richard Trieu | 2014-08-28 | 1 | -29/+43 |
* | PR20769: Fix confusion when checking whether a prior default argument was in | Richard Smith | 2014-08-27 | 1 | -6/+10 |
* | More -Wuninitialized updates | Richard Trieu | 2014-08-27 | 1 | -4/+6 |
* | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -11/+11 |
* | Passing a variable to std::move now counts as a use for -Wuninitialized | Richard Trieu | 2014-08-26 | 1 | -0/+15 |
* | [modules] Track the described template in an alias declaration that is the | Richard Smith | 2014-08-26 | 1 | -0/+1 |
* | Don't assert on different DLL attributes in template and explicit instantiati... | Hans Wennborg | 2014-08-24 | 1 | -11/+23 |
* | MS ABI: Inherit DLL attributes to partial class template specializations | Hans Wennborg | 2014-08-23 | 1 | -0/+13 |
* | checkDLLAttribute: remove a redundant dyn_cast | Hans Wennborg | 2014-08-23 | 1 | -21/+19 |
* | MS ABI: Don't always instantiate all members of dllexported class templates (... | Hans Wennborg | 2014-08-21 | 1 | -1/+11 |
* | C++1y is now C++14! | Aaron Ballman | 2014-08-19 | 1 | -9/+9 |
* | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-17 | 1 | -5/+5 |
* | Improve -Wuninitialized to catch const classes being used in their own copy | Richard Trieu | 2014-08-12 | 1 | -6/+12 |
* | Factor out exception specification information from | Richard Smith | 2014-07-31 | 1 | -24/+20 |
* | Updating a comment related to the implementation of -Woverloaded-virtual, and... | Aaron Ballman | 2014-07-30 | 1 | -1/+8 |
* | Avoid crash if default argument parsed with errors. | Serge Pavlov | 2014-07-22 | 1 | -1/+4 |
* | PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus | Richard Smith | 2014-07-19 | 1 | -1/+1 |
* | Mark the vtable used when defining implicit copy and move ctors | Reid Kleckner | 2014-07-18 | 1 | -0/+3 |
* | Track the difference between | Richard Smith | 2014-07-17 | 1 | -2/+6 |
* | Fix FriendDecl source location and range for class templates and function dec... | Nikola Smiljanic | 2014-07-17 | 1 | -4/+3 |