summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Add version handling and add vector ld/st builtinsSven van Haastregt2019-09-191-0/+7
* Hide implementation details in namespaces.Benjamin Kramer2019-09-171-0/+2
* [Modules][Objective-C] Use complete decl from module when diagnosing missing ...Bruno Cardoso Lopes2019-09-161-1/+4
* [Sema] Refactor LookupVisibleDecls. NFCIlya Biryukov2019-09-051-272/+289
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-18/+38
* [OpenCL] Microoptimize OCL2Qual a bitBenjamin Kramer2019-08-241-11/+10
* [Sema][Typo] Fix assertion failure for expressions with multiple typosDavid Goldman2019-08-201-0/+2
* [OpenCL] Add generic type handling for builtin functionsSven van Haastregt2019-08-191-58/+131
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [OpenCL] Make TableGen'd builtin tables and helper functions staticTom Stellard2019-07-151-1/+1
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-1/+2
* [clang][HeaderSearch] Shorten paths for includes in mainfile's directoryKadir Cetinkaya2019-07-031-7/+14
* Recommit [OpenCL] Move OpenCLBuiltins.td and remove unused includeSven van Haastregt2019-06-171-1/+1
* Revert "[OpenCL] Move OpenCLBuiltins.td and remove unused include"Sven van Haastregt2019-06-141-1/+1
* [OpenCL] Move OpenCLBuiltins.td and remove unused includeSven van Haastregt2019-06-131-1/+1
* [OpenCL] Declare builtin functions using TableGenSven van Haastregt2019-06-031-0/+84
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-2/+3
* When typo-correcting a function name, consider correcting to a type nameRichard Smith2019-05-091-1/+10
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-7/+2
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-2/+7
* [Sema] ADL: Associated namespaces for class types and enumeration types (CWG ...Bruno Ricci2019-04-221-27/+35
* Modules: Search for a visible definition of the decl context when computing v...David Blaikie2019-04-191-2/+15
* [c++2a] Improve diagnostic for use of declaration from another TU'sRichard Smith2019-04-181-21/+49
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-3/+2
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-21/+22
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-3/+19
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-151-19/+3
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-3/+19
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* PR40329: [adl] Fix determination of associated classes when searching aRichard Smith2019-01-161-18/+16
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-071-26/+17
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-2/+2
* Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFCFangrui Song2018-10-201-3/+3
* [CodeComplete] Re-fix accessibilty of protected members from base class.Eric Liu2018-10-021-2/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-3/+1
* Remove dead code made unnecessary by r342018.Richard Smith2018-09-121-7/+0
* Consistently create a new declaration when merging a pre-existing butRichard Smith2018-09-121-45/+45
* [Sema] Make typo correction slightly more efficientFangrui Song2018-09-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Remove trailing spaceFangrui Song2018-07-301-13/+13
* 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