summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-7/+0
* Change ADL to produce lookup results in a deterministic order. This fixes someRichard Smith2016-03-241-2/+2
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+8
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-281-0/+12
* [modules] Cache 'acceptable decl' lookups for namespaces. In projects withRichard Smith2016-02-171-0/+21
* Remove dead code.Richard Smith2016-02-081-4/+0
* [OpenCL] Eliminate warning when declaring OpenCL builtin functions.Anastasia Stulova2016-02-021-3/+3
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-1/+2
* Improve AST dumping:Richard Smith2016-01-121-0/+16
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+3
* Teach typo correction to properly handle mapping declarations to theirRichard Smith2015-12-291-3/+3
* Revert r93378, which is incorrect but currently unobservable (because theRichard Smith2015-12-291-3/+0
* Split RequireCompleteType into a function that actually requires that the typeRichard Smith2015-12-181-2/+2
* [modules] Don't try to use the definition of a class ifRichard Smith2015-12-181-6/+6
* Replace [=] lambda capture with [&] per David Blaikieþ suggestion.Yaron Keren2015-11-241-1/+1
* Replace loop with std::any_of, NFC.Yaron Keren2015-11-231-6/+2
* [Sema] Don't work around a malformed ASTDavid Majnemer2015-11-181-2/+0
* Set flag for lldb when qualified name lookup is being doneEugene Leviant2015-11-181-1/+12
* Don't expose iterators into the list of types on the ASTContext; these areRichard Smith2015-11-181-1/+6
* [modules] Fix some more cases where we used to reject a conflict between twoRichard Smith2015-11-171-0/+8
* DR407: Rationalize how we handle tags being hidden by typedefs. Even withRichard Smith2015-11-121-17/+38
* [modules] Generalize the workaround for multiple ambiguous definitions ofRichard Smith2015-11-041-3/+24
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+5
* [modules] Rationalize the behavior of Decl::declarationReplaces, and inRichard Smith2015-11-031-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* No functionality change, just fix whitespace, a typo and remove an unnecessaryNick Lewycky2015-10-181-3/+3
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-5/+7
* Don't try to get a CXXRecordDecl from a non-class TemplateSpecializationType.Kaelyn Takata2015-10-011-0/+2
* [modules] When picking one of two template declarations as a lookup result,Richard Smith2015-09-111-1/+16
* Fix access control for lookups using the Microsoft __super extension.John McCall2015-09-091-2/+15
* [modules] If local submodule visibility is disabled, don't bother checkingRichard Smith2015-08-241-15/+20
* Improve the performance of resolving a lookup result. We usually don't need toRichard Smith2015-08-221-4/+37
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-1/+1
* [modules] When performing redeclaration lookup for a using declaration, preferRichard Smith2015-07-291-26/+58
* [AST] Turn the callbacks of lookupInBases and forallBases into a function_refBenjamin Kramer2015-07-251-7/+10
* [modules] In C++, stop serializing and deserializing a list of declarations inRichard Smith2015-07-211-7/+19
* 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
OpenPOWER on IntegriCloud