| Commit message (Expand) | Author | Age | Files | Lines |
* | Misc typos fixes in ./lib folder | Raphael Isemann | 2018-12-10 | 1 | -2/+2 |
* | Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC | Fangrui Song | 2018-10-20 | 1 | -3/+3 |
* | [CodeComplete] Re-fix accessibilty of protected members from base class. | Eric Liu | 2018-10-02 | 1 | -2/+3 |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-26 | 1 | -3/+1 |
* | Remove dead code made unnecessary by r342018. | Richard Smith | 2018-09-12 | 1 | -7/+0 |
* | Consistently create a new declaration when merging a pre-existing but | Richard Smith | 2018-09-12 | 1 | -45/+45 |
* | [Sema] Make typo correction slightly more efficient | Fangrui Song | 2018-09-09 | 1 | -2/+2 |
* | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -1/+1 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -13/+13 |
* | Change \t to spaces | Fangrui Song | 2018-07-20 | 1 | -1/+1 |
* | [Sema] Fix a structured binding typo correction bug | Erik Pilkington | 2018-07-10 | 1 | -0/+2 |
* | Change return value of trivial visibility check. | Richard Trieu | 2018-06-07 | 1 | -3/+9 |
* | Switch a couple of users of LangOpts::GNUMode to the more appropriate LangOpt... | Richard Smith | 2018-05-24 | 1 | -1/+1 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -44/+44 |
* | [clang] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-03-27 | 1 | -1/+1 |
* | Re-land "[Sema] Make getCurFunction() return null outside function parsing" | Reid Kleckner | 2018-03-12 | 1 | -1/+2 |
* | [CodeComplete] only respect LoadExternal hint at namespace/tu scope | Sam McCall | 2018-01-24 | 1 | -2/+5 |
* | [Sema] Add visited contexts to CodeCompleteContext | Haojian Wu | 2018-01-17 | 1 | -0/+2 |
* | Ensure code complete with !LoadExternal sees all local decls. | Sam McCall | 2018-01-16 | 1 | -1/+2 |
* | [CodeComplete] Add an option to omit results from the preamble. | Sam McCall | 2018-01-12 | 1 | -27/+39 |
* | When name lookup finds a non-imported declaration and looks back along the | Richard Smith | 2018-01-06 | 1 | -29/+28 |
* | [NFC] Small const correctness fix | Hamza Sood | 2017-12-27 | 1 | -2/+3 |
* | [modules] Retain multiple using-directives in the same scope even if they nam... | Richard Smith | 2017-10-30 | 1 | -3/+3 |
* | [modules] When finding the owning module of an instantiated context in template | Richard Smith | 2017-10-18 | 1 | -1/+1 |
* | [Sema] Avoid iterator invalidation when code completing. | Benjamin Kramer | 2017-10-13 | 1 | -2/+4 |
* | [modules] Fix visibility checking for using declarations via ADL. | Richard Smith | 2017-10-11 | 1 | -6/+14 |
* | [modules] Only take visible using-directives into account during name lookup. | Richard Smith | 2017-10-11 | 1 | -14/+16 |
* | [Modules TS] Module ownership semantics for redeclarations. | Richard Smith | 2017-10-10 | 1 | -1/+29 |
* | Revert "[Modules TS] Module ownership semantics for redeclarations." | Eric Liu | 2017-10-10 | 1 | -29/+1 |
* | [Modules TS] Module ownership semantics for redeclarations. | Richard Smith | 2017-10-09 | 1 | -1/+29 |
* | Reapply Sema: allow imaginary constants via GNU extension if UDL overloads no... | Tim Northover | 2017-08-09 | 1 | -6/+10 |
* | [Sema] Fix operator lookup to consider local extern declarations. | Eric Fiselier | 2017-07-31 | 1 | -1/+2 |
* | [modules ts] Improve merging of module-private declarations. | Richard Smith | 2017-07-05 | 1 | -32/+60 |
* | [modules ts] Declarations from a module interface unit are only visible outside | Richard Smith | 2017-07-05 | 1 | -6/+22 |
* | PR33552: Distinguish between declarations that are owned by no module and | Richard Smith | 2017-06-23 | 1 | -2/+2 |
* | Fix for Bug 33471: Preventing operator auto from resolving to a template oper... | Erich Keane | 2017-06-20 | 1 | -0/+10 |
* | Fix crash when an 'import a module' TypoCorrection has its CorrectionDecls | Richard Smith | 2017-06-05 | 1 | -7/+6 |
* | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-06-03 | 1 | -0/+1 |
* | Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no... | Tim Northover | 2017-05-24 | 1 | -10/+6 |
* | [Modules] Fix overly conservative assertion for import diagnostic | Bruno Cardoso Lopes | 2017-05-23 | 1 | -2/+0 |
* | Sema: allow imaginary constants via GNU extension if UDL overloads not present. | Tim Northover | 2017-05-23 | 1 | -6/+10 |
* | Remove last (unnecessary) use of mapping from SourceLocation to Module and | Richard Smith | 2017-05-19 | 1 | -2/+2 |
* | [modules] Switch from inferring owning modules based on source location to | Richard Smith | 2017-05-18 | 1 | -44/+60 |
* | [modules] When creating a declaration, cache its owning module immediately | Richard Smith | 2017-05-17 | 1 | -57/+0 |
* | Revert r302965 - [modules] When creating a declaration, cache its owning | Daniel Jasper | 2017-05-15 | 1 | -0/+57 |
* | [modules] When creating a declaration, cache its owning module immediately | Richard Smith | 2017-05-12 | 1 | -57/+0 |
* | Remove unnecessary mapping from SourceLocation to Module. | Richard Smith | 2017-05-11 | 1 | -3/+3 |
* | [CodeCompletion] Provide member completions for dependent expressions whose | Alex Lorenz | 2017-05-11 | 1 | -14/+32 |
* | [modules] Properly look up the owning module for an instantiation of a merged... | Richard Smith | 2017-04-21 | 1 | -11/+4 |
* | Revert r300653 and r300650. The underlying commit fixes one issue with | Chandler Carruth | 2017-04-19 | 1 | -5/+17 |