summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplate.cpp
Commit message (Expand)AuthorAge
* Don't allow dllimport variables in constant initializersHans Wennborg2014-06-25
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-12
* Recover from missing typenames on template args for MSVC compatibilityReid Kleckner2014-06-10
* PR14841: If partial substitution of explicitly-specified template argumentsRichard Smith2014-06-06
* PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...Nikola Smiljanic2014-06-06
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* [modules] If a referenced-but-not-instantiated class template specializationRichard Smith2014-05-23
* Permit duplicate explicit class instantiations if MSVCCompat is enabledWill Wilson2014-05-09
* Fix PR19169 [Crash on invalid attempting to specialize a template method as a...Karthik Bhat2014-05-08
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* If we see an explicit instantiation declaration or definition of a functionRichard Smith2014-04-24
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* SemaTemplate.cpp: Rework r206451. Removing an argument was really bad idea.NAKAMURA Takumi2014-04-17
* SemaTemplate.cpp: Appease msvc to get rid of default argument in lambda defin...NAKAMURA Takumi2014-04-17
* PR19340: If we see a declaration of a member of an unspecialized class templateRichard Smith2014-04-17
* Refactor all the checking for missing 'template<>'s when a declaration has aRichard Smith2014-04-17
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-02
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-07
* Remove accidentally-committed debugging statement. Thanks to Faisal Vali forRichard Smith2014-02-21
* PR16519, PR18009: When checking a partial specialization for uses of its ownRichard Smith2014-02-09
* MS ABI: Tweak pointer-to-member mangling/inheritance model selectionDavid Majnemer2014-02-06
* PR17846, PR17848: don't build a VarTemplateSpecializationDecl for a use of aRichard Smith2014-02-03
* Sema: Reject templates in all extern "C" contexts.Benjamin Kramer2014-02-02
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Clean up variable template handling a bit, and correct the behavior of nameRichard Smith2014-01-16
* PR18401: Fix assert by implementing the current proposed direction of coreRichard Smith2014-01-09
* PR18234: Mark a tag definition as invalid early if it appears in aRichard Smith2014-01-08
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* It turns out the problem was a bit more wide-spread. Removing a lot of unneed...Aaron Ballman2014-01-03
* PR18246: When performing template argument deduction to decide which templateRichard Smith2013-12-14
* Take into consideration calling convention when processing specializations.Rafael Espindola2013-12-10
* Sema: Enforce C++11 pointer-to-member template arguments should rulesDavid Majnemer2013-12-10
* Give a more appropriate diagnostic when a template specialization orRichard Smith2013-12-07
* Per [dcl.meaning]p1, a name in an inline namespace can be redeclared using aRichard Smith2013-12-05
* Reject template-ids containing literal-operator-ids that have a dependentRichard Smith2013-12-05
* Fix crash if a dependent template-id was assumed to be a type but instantiatesRichard Smith2013-12-04
* Fix several crash-on-invalids when using template-ids that aren'tRichard Smith2013-12-04
* Handle CC and NoReturn when instantiating members of class templates.Rafael Espindola2013-12-01
* Sema: Instantiate local class and their members appropriatelyDavid Majnemer2013-11-27
* Remove a whole lot of unused variablesAlp Toker2013-11-27
* Further fixes when thiscall is the default for methods.Rafael Espindola2013-11-19
* Issue a diagnostic if we see a templated friend declaration that we do notRichard Smith2013-11-08
* Sema: Emit a nicer diagnostic when IndirectFieldDecls show up inappropriately...David Majnemer2013-10-26
* Sema: Correctly build pointer-to-member arguments from a template argument wi...David Majnemer2013-10-26