summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/Lookup.h
Commit message (Expand)AuthorAgeFilesLines
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-2/+17
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-151-17/+2
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-2/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing space in rC343150Fangrui Song2018-09-261-1/+1
* Init LookupResult::AmbiguityKindVitaly Buka2018-09-261-1/+3
* Annotate LookupResult::clear() as LLVM_ATTRIBUTE_REINITIALIZES to silence bug...Fangrui Song2018-09-251-1/+1
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-48/+48
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-02-211-63/+49
* [Sema] Add visited contexts to CodeCompleteContextHaojian Wu2018-01-171-0/+6
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-3/+22
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-22/+3
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-3/+22
* Change enumerator default linkage type for CBruno Cardoso Lopes2017-07-011-1/+1
* Ambiguity might be also uninitialized. Use llvm::Optional.Vassil Vassilev2017-06-301-2/+5
* Initialize variable and silence potentially uninitialized warning.Vassil Vassilev2017-06-291-2/+1
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* Change ADL to produce lookup results in a deterministic order. This fixes someRichard Smith2016-03-241-17/+11
* Make LookupResult movable again.Benjamin Kramer2016-03-181-0/+38
* Fix implicit copy ctor and copy assignment operator warnings when -Wdeprecate...David Blaikie2016-03-171-0/+5
* Improve AST dumping:Richard Smith2016-01-121-0/+1
* [modules] When a declaration has non-trivial visibility, check whether it'sRichard Smith2015-11-131-2/+1
* [modules] Simplify and generalize the existing rule for finding hiddenRichard Smith2015-11-121-25/+8
* [modules] Make sure we make hidden UsingShadowDecls visible to redeclarationRichard Smith2015-09-151-1/+1
* [modules] A using-declaration doesn't introduce a new entity, just a new nameRichard Smith2015-09-151-0/+5
* Wdeprecated: Make Filter safely move constructible.David Blaikie2015-08-131-0/+5
* [modules] In C++, stop serializing and deserializing a list of declarations inRichard Smith2015-07-211-5/+18
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [modules] Track all default template arguments for a given parameter acrossRichard Smith2015-06-101-6/+2
* [modules] Fix some visibility issues with default template arguments.Richard Smith2015-06-091-2/+6
* [modules] Handle defining a class template on top of an existing imported-but...Richard Smith2015-03-271-3/+0
* Remove decltype in an attempt to fix the MSVC build.Benjamin Kramer2015-02-011-4/+4
* Reimplement iterator wrappers on top of llvm::iterator_adaptor_base.Benjamin Kramer2015-02-011-12/+8
* Make LookupResult be copyable to avoid decomposing an existing one andKaelyn Takata2014-11-111-9/+9
* Suppress defined-but-unused warningsJingyue Wu2014-10-031-0/+1
* Don't load ill-formed AmbiguityKind in Sema::Lookup.Alexey Samsonov2014-08-281-1/+7
* [C++11] Use 'nullptr'Craig Topper2014-05-061-13/+13
* Eliminate the last trivial NDEBUG uses in clang headersAlp Toker2013-12-071-8/+2
* Make ADLResult::iterator a proper iterator.Benjamin Kramer2013-11-041-2/+3
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-0/+7
* During typo correction, check for an exact match in an unimported module. If weRichard Smith2013-08-201-0/+5
* Fix indentation.Richard Smith2013-08-171-25/+25
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-4/+21
* When we perform dependent name lookup during template instantiation, it's notRichard Smith2013-07-251-12/+15
* Unresolved lookups can have using declarations that refer toDouglas Gregor2013-01-301-1/+1
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-121-4/+17
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1