summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change \t to spacesFangrui Song2018-07-201-1/+1
* [Sema] Fix a structured binding typo correction bugErik Pilkington2018-07-101-0/+2
* Change return value of trivial visibility check.Richard Trieu2018-06-071-3/+9
* Switch a couple of users of LangOpts::GNUMode to the more appropriate LangOpt...Richard Smith2018-05-241-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-44/+44
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* Re-land "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-121-1/+2
* [CodeComplete] only respect LoadExternal hint at namespace/tu scopeSam McCall2018-01-241-2/+5
* [Sema] Add visited contexts to CodeCompleteContextHaojian Wu2018-01-171-0/+2
* Ensure code complete with !LoadExternal sees all local decls.Sam McCall2018-01-161-1/+2
* [CodeComplete] Add an option to omit results from the preamble.Sam McCall2018-01-121-27/+39
* When name lookup finds a non-imported declaration and looks back along theRichard Smith2018-01-061-29/+28
* [NFC] Small const correctness fixHamza Sood2017-12-271-2/+3
* [modules] Retain multiple using-directives in the same scope even if they nam...Richard Smith2017-10-301-3/+3
* [modules] When finding the owning module of an instantiated context in templateRichard Smith2017-10-181-1/+1
* [Sema] Avoid iterator invalidation when code completing.Benjamin Kramer2017-10-131-2/+4
* [modules] Fix visibility checking for using declarations via ADL.Richard Smith2017-10-111-6/+14
* [modules] Only take visible using-directives into account during name lookup.Richard Smith2017-10-111-14/+16
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-1/+29
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-29/+1
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-1/+29
* Reapply Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-08-091-6/+10
* [Sema] Fix operator lookup to consider local extern declarations.Eric Fiselier2017-07-311-1/+2
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-32/+60
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-051-6/+22
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-231-2/+2
* Fix for Bug 33471: Preventing operator auto from resolving to a template oper...Erich Keane2017-06-201-0/+10
* Fix crash when an 'import a module' TypoCorrection has its CorrectionDeclsRichard Smith2017-06-051-7/+6
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+1
* Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-05-241-10/+6
* [Modules] Fix overly conservative assertion for import diagnosticBruno Cardoso Lopes2017-05-231-2/+0
* Sema: allow imaginary constants via GNU extension if UDL overloads not present.Tim Northover2017-05-231-6/+10
* Remove last (unnecessary) use of mapping from SourceLocation to Module andRichard Smith2017-05-191-2/+2
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-44/+60
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-171-57/+0
* Revert r302965 - [modules] When creating a declaration, cache its owningDaniel Jasper2017-05-151-0/+57
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-121-57/+0
* Remove unnecessary mapping from SourceLocation to Module.Richard Smith2017-05-111-3/+3
* [CodeCompletion] Provide member completions for dependent expressions whoseAlex Lorenz2017-05-111-14/+32
* [modules] Properly look up the owning module for an instantiation of a merged...Richard Smith2017-04-211-11/+4
* Revert r300653 and r300650. The underlying commit fixes one issue withChandler Carruth2017-04-191-5/+17
* [modules] Properly look up the owning module for an instantiation of a merged...Richard Smith2017-04-191-17/+5
* Rangify for loop, NFC.Yaron Keren2017-04-121-3/+1
* Factor out some common code between SpecialMemberExceptionSpecInfo and Specia...Richard Smith2017-02-241-25/+25
* Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation forRichard Smith2017-02-231-9/+7
* Fix assertion failure due to implicit special member lookup lacking a source ...Richard Smith2017-02-151-4/+7
* [c++1z] Synthesize implicit deduction guides from constructors on demand. RankRichard Smith2017-02-141-2/+8
* Change how we handle diagnose_if attributes.George Burgess IV2017-01-281-2/+1
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-0/+1
* [Sema] UsingShadowDecl shouldn't be hidden by the UsingDecl that owns itAlex Lorenz2017-01-231-0/+6
OpenPOWER on IntegriCloud