summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-3/+3
* [modules] If we merge a template, also track that its parameters are merged soRichard Smith2015-06-171-4/+12
* [modules] Improve diagnostic for a template-id that's invalid because a defaultRichard Smith2015-06-171-17/+50
* [modules] Better support for redefinitions of an entity from the same module.Richard Smith2015-06-151-17/+46
* [modules] Apply name visibility rules to names found by ADL.Richard Smith2015-06-121-0/+3
* [modules] Track all default template arguments for a given parameter acrossRichard Smith2015-06-101-0/+26
* [modules] Fix some visibility issues with default template arguments.Richard Smith2015-06-091-3/+15
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* [modules] Support merging a parsed default function/template argument with an...Richard Smith2015-05-201-1/+6
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-20/+95
* Refactor: when exposing a definition in some module, provide listeners with theRichard Smith2015-05-151-1/+3
* [modules] Suport for merging a parsed enum definition into an existing import...Richard Smith2015-05-071-0/+7
* Use concrete type instead of auto in for-loop. No functionality change.Richard Trieu2015-04-151-1/+1
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* [modules] Allow a function to be redefined if the old definition is not visible.Richard Smith2015-03-271-2/+1
* [modules] Handle defining a class template on top of an existing imported-but...Richard Smith2015-03-271-2/+18
* [modules] Remove redundant import of lexical decls when building a lookup tableRichard Smith2015-03-231-6/+34
* Reverting r232793 until some new LLDB failures are discussedVince Harron2015-03-221-34/+6
* [modules] Remove some redundant work when building a lookup table for a DeclC...Richard Smith2015-03-201-6/+34
* Sema: Replace the SetVector/DenseMap/std::sort combination with a simple std:...Benjamin Kramer2015-03-131-21/+1
* [modules] Rework merging of redeclaration chains on module import.Richard Smith2015-03-051-1/+3
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-2/+2
* PR21857: weaken an incorrect assertion.Richard Smith2015-02-111-2/+12
* [modules] When determining whether a name from a module replaces a name weRichard Smith2015-02-101-0/+5
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-061-12/+8
* Use the real CXXScopeSpec when setting the correction SourceRange.Kaelyn Takata2015-01-281-1/+1
* Fix a case where delayed typo correction should have resolved anKaelyn Takata2015-01-161-4/+2
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-161-69/+16
* Perform correct lookup when '__super' is used in class with dependent base.Nikola Smiljanic2014-12-011-0/+25
* Correctly set the SourceRange a TypoCorrection will replace.Kaelyn Takata2014-11-201-3/+5
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-10/+10
* Wrap to 80 columns, no behavior change.Nico Weber2014-11-191-1/+2
* Make LookupResult be copyable to avoid decomposing an existing one andKaelyn Takata2014-11-111-6/+6
* Add a callback for recovering using a typo correction.Kaelyn Takata2014-10-271-5/+9
* Add simple way for a CorrectionCandidateCallback to reject exactKaelyn Takata2014-10-271-47/+50
* Start adding the infrastructure for handling TypoExprs.Kaelyn Takata2014-10-271-104/+213
* Have TypoCorrectionConsumer remember the TypoCorrections it returned.Kaelyn Takata2014-10-271-4/+12
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-11/+16
* Move TypoCorrectionConsumer into a header.Kaelyn Takata2014-10-271-151/+2
* Factor code into CXXRecordDecl::getTemplateInstantiationPattern() helperReid Kleckner2014-10-141-15/+2
* -ms-extensions: Allow __super in return stements.Nikola Smiljanic2014-10-041-2/+11
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+21
* Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...Craig Topper2014-08-301-2/+2
* Factor out exception specification information fromRichard Smith2014-07-311-2/+1
* Add another keyword-selection flag to CorrectionCandidateCallback.Kaelyn Takata2014-07-281-1/+9
* Switching some iterator-based for loops to use range-based for loops. No func...Aaron Ballman2014-07-151-49/+28
* Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman2014-07-151-4/+2
* Fix typos.Nikola Smiljanic2014-07-091-1/+1
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-231-6/+19
OpenPOWER on IntegriCloud