summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaCXXScopeSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-9/+16
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-4/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Clean up and simplify RequireCompleteType.Richard Smith2018-08-071-11/+13
* Remove trailing spaceFangrui Song2018-07-301-17/+17
* Check returned type is valid before using it.Richard Trieu2018-07-071-0/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-9/+9
* Add support for editor placeholders to ClangAlex Lorenz2017-04-191-0/+2
* [Sema] Unbreak GCC -Werror build (enum compare).Davide Italiano2017-03-171-2/+2
* Implement DR 373 "Lookup on namespace qualified name in using-directive"Matthias Gehre2017-03-171-15/+16
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-191-2/+2
* [ObjC++] Don't enter a C++ declarator scope when the current context isAlex Lorenz2016-12-071-0/+5
* Fix a crash on invalid code.Richard Trieu2016-10-281-1/+1
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-3/+3
* Pass information in a record instead of stack. NFCSerge Pavlov2016-08-081-65/+54
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* [modules] Enforce the rules that an explicit or partial specialization must beRichard Smith2016-05-051-3/+28
* [typo-correction] Apply name specifier corrections when forming a NNSReid Kleckner2016-02-161-0/+4
* Model NamespaceAliasDecls as having their nominated namespace as an underlyingRichard Smith2015-12-291-7/+8
* Teach typo correction to properly handle mapping declarations to theirRichard Smith2015-12-291-1/+1
* Avoid duplicated diagnostic when lookup for a nested-name-specifier fails due...Richard Smith2015-11-121-2/+5
* 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] If we reach a definition of a class for which we already have aRichard Smith2015-03-261-0/+1
* Handle unscoped enumeration in nested name specifier.Serge Pavlov2015-01-181-8/+27
* Remove a comment that appears a second time 22 lines further down.Nico Weber2014-12-301-3/+0
* [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...Aaron Ballman2014-11-141-0/+4
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-5/+4
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-1/+36
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-061-0/+3
* Limit our MSVC compat hack for nested names from dependent basesReid Kleckner2014-08-141-2/+7
* Consolidate some note diagnosticsAlp Toker2014-05-281-6/+2
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-19/+19
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-1/+2
* Improve error recovery around colon.Serge Pavlov2014-04-131-11/+69
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-1/+1
* Improve diagnostic for using non-class/namespace/scoped enum in a nested name...David Blaikie2014-02-091-14/+17
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-2/+2
* Make Sema::BuildCXXNestedNameSpecifier correctly clear the previousKaelyn Uhrain2013-12-161-0/+2
* Fix crash if a variable template specialization is used in a nested-name-spec...Richard Smith2013-12-041-3/+3
* Fix several crash-on-invalids when using template-ids that aren'tRichard Smith2013-12-041-6/+7
* Use -fms-compatibility to trigger lookup into dep. basesReid Kleckner2013-09-201-2/+2
* Don't correct typos in Sema::BuildCXXNestedNameSpecifier with -fms-extensionsKaelyn Uhrain2013-09-191-1/+1
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-23/+15
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-3/+7
* Remove dead code.Eli Friedman2013-06-191-10/+0
* Remove some no-op static_casts.Richard Smith2013-03-261-12/+5
* Use 'const Decl *' throughout code completion in SemaDmitri Gribenko2013-01-231-2/+2
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-3/+3