| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app... | Nick Lewycky | 2014-05-03 | 1 | -4/+4 |
| * | Handle -fdelayed-template-parsing of out-of-line definitions of | Hans Wennborg | 2014-05-02 | 1 | -33/+41 |
| * | Make typo-correction of inheriting constructors work a bit better. Limit | Richard Smith | 2014-05-01 | 1 | -53/+118 |
| * | When typo-correcting a member using declaration, don't exclude member templates. | Richard Smith | 2014-04-30 | 1 | -4/+0 |
| * | When typo-correcting a member using-declaration, only consider members of bas... | Richard Smith | 2014-04-30 | 1 | -10/+11 |
| * | Fix crash if typo correction corrects a member using-declaration to a | Richard Smith | 2014-04-30 | 1 | -0/+6 |
| * | Initial implementation of -modules-earch-all option, for searching for symbol... | John Thompson | 2014-04-23 | 1 | -3/+5 |
| * | PR18746: If a constexpr function has a dependent return type and no return | Richard Smith | 2014-04-22 | 1 | -2/+4 |
| * | When a module completes the definition of a class template specialization imp... | Richard Smith | 2014-04-19 | 1 | -8/+8 |
| * | Refactor all the checking for missing 'template<>'s when a declaration has a | Richard Smith | 2014-04-17 | 1 | -1/+1 |
| * | PR19415: Converting 'constexpr' to 'const' in a non-static data member can fail | Richard Smith | 2014-04-14 | 1 | -8/+13 |
| * | Fix handling of redeclaration lookup for using declarations, where the prior | Richard Smith | 2014-04-11 | 1 | -0/+7 |
| * | If a using-declaration names a class member, but appears outside a class, try | Richard Smith | 2014-04-02 | 1 | -1/+50 |
| * | Sema: Implement DR317 | David Majnemer | 2014-03-30 | 1 | -0/+8 |
| * | Don't emit exit-time destructor warnings for trivial explicitly defaulted dtors | Stephan Tolksdorf | 2014-03-27 | 1 | -1/+2 |
| * | -Wglobal-constructors: Don't warn on trivial defaulted dtors | Reid Kleckner | 2014-03-26 | 1 | -1/+1 |
| * | When the exception specification for a function in an imported PCH or module is | Richard Smith | 2014-03-20 | 1 | -12/+5 |
| * | Replacing the exclusive_lock_function, shared_lock_function and unlock_functi... | Aaron Ballman | 2014-03-20 | 1 | -7/+1 |
| * | [C++11] Replacing FunctionProtoType iterators exception_begin() and exception... | Aaron Ballman | 2014-03-17 | 1 | -9/+5 |
| * | [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite... | Aaron Ballman | 2014-03-17 | 1 | -6/+4 |
| * | [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato... | Aaron Ballman | 2014-03-14 | 1 | -6/+5 |
| * | [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it... | Aaron Ballman | 2014-03-13 | 1 | -12/+6 |
| * | [C++11] Replacing CXXRecordDecl iterators ctor_begin() and ctor_end() with it... | Aaron Ballman | 2014-03-13 | 1 | -16/+10 |
| * | [C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit... | Aaron Ballman | 2014-03-13 | 1 | -24/+16 |
| * | [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit... | Aaron Ballman | 2014-03-13 | 1 | -61/+37 |
| * | [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ... | Aaron Ballman | 2014-03-13 | 1 | -112/+76 |
| * | Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anything | Richard Smith | 2014-03-12 | 1 | -2/+1 |
| * | [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra... | Aaron Ballman | 2014-03-08 | 1 | -24/+17 |
| * | [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite... | Aaron Ballman | 2014-03-08 | 1 | -66/+31 |
| * | [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera... | Aaron Ballman | 2014-03-07 | 1 | -15/+9 |
| * | Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm... | Aaron Ballman | 2014-03-07 | 1 | -2/+2 |
| * | [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w... | Aaron Ballman | 2014-03-07 | 1 | -8/+4 |
| * | [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i... | Aaron Ballman | 2014-03-07 | 1 | -15/+10 |
| * | Fully reverting r203236 -- it seems the only bots that are happy are the MSVC... | Aaron Ballman | 2014-03-07 | 1 | -17/+24 |
| * | [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a... | Aaron Ballman | 2014-03-07 | 1 | -24/+17 |
| * | [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r... | Aaron Ballman | 2014-03-06 | 1 | -4/+2 |
| * | Switch all uses of LLVM_OVERRIDE to just use 'override' directly. | Craig Topper | 2014-03-02 | 1 | -13/+12 |
| * | Diagnose attempts to apply ms_struct to records with base classes | John McCall | 2014-02-27 | 1 | -5/+12 |
| * | argument -> parameter terminology fixes for FunctionTypeInfo | Alp Toker | 2014-02-26 | 1 | -11/+11 |
| * | [Win32 ABI] Defer operator delete checks until vtable is marked used | Hans Wennborg | 2014-02-24 | 1 | -9/+12 |
| * | Adding role-based capability attributes that allow you to express role manage... | Aaron Ballman | 2014-02-21 | 1 | -0/+7 |
| * | DeLesley Hutchins (who wrote the original thread-safety attribute functionali... | Aaron Ballman | 2014-02-18 | 1 | -6/+3 |
| * | PR18870: Parse language linkage specifiers properly if the string-literal is | Richard Smith | 2014-02-17 | 1 | -16/+21 |
| * | DR101, PR12770: If a function is declared in the same context as a | Richard Smith | 2014-02-06 | 1 | -1/+1 |
| * | Add implicit declarations of allocation functions when looking them up for | Richard Smith | 2014-02-04 | 1 | -3/+6 |
| * | PR14995: Allow a dependent type as the second parameter of operator++ and | Richard Smith | 2014-01-30 | 1 | -4/+3 |
| * | Rename getResultLoc() too | Alp Toker | 2014-01-25 | 1 | -2/+2 |
| * | Rename getResultType() on function and method declarations to getReturnType() | Alp Toker | 2014-01-25 | 1 | -14/+14 |
| * | When a special member is explicitly defaulted outside its class, and we reject | Richard Smith | 2014-01-22 | 1 | -0/+1 |
| * | Introduce and use Decl::getAsFunction() to simplify templated function checks | Alp Toker | 2014-01-22 | 1 | -7/+1 |