Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -16/+15 |
* | Make DiagnosticsEngine::takeClient return std::unique_ptr<> | Alexander Kornienko | 2014-11-17 | 1 | -1/+1 |
* | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 2014-08-10 | 1 | -2/+2 |
* | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 2014-07-17 | 1 | -2/+2 |
* | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 2014-07-17 | 1 | -2/+2 |
* | [C++11] Use 'nullptr'. Unittests edition. | Craig Topper | 2014-06-08 | 1 | -8/+8 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -6/+6 |
* | Change OwningPtr::take() to OwningPtr::release(). | Ahmed Charles | 2014-03-07 | 1 | -5/+5 |
* | Add hooks to ExternalSemaSource for after-the-fact diagnosis of | Kaelyn Uhrain | 2013-08-12 | 1 | -0/+52 |
* | Forgot to add unittests/Sema/ before committing r188196 :( | Kaelyn Uhrain | 2013-08-12 | 1 | -0/+214 |