summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith2012-04-171-0/+13
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-172-0/+117
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-051-1/+1
* PR12438: Profile a reference to a type template parameter by depth and index,Richard Smith2012-04-021-6/+15
* If we encounter a friend class template for which we cannot resolveDouglas Gregor2012-03-301-0/+13
* During the instantiation of a class template specialization, thatRichard Smith2012-03-221-0/+89
* Replace a FIXME with a diagnostic when we can't resolve theDouglas Gregor2012-03-181-0/+9
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-121-1/+1
* Correct test from r152189.Eli Friedman2012-03-071-1/+1
* Make sure we consistently canonicalize types when canonicalizing TemplateTemp...Eli Friedman2012-03-071-0/+6
* Ensure that we instantiate static reference data members of class templatesRichard Smith2012-03-021-0/+10
* A couple minor bug-fixes for template instantiation for expressions which are...Eli Friedman2012-02-292-0/+20
* Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...Eli Friedman2012-02-161-1/+1
* If a static data member of a class template which could be used in a constantRichard Smith2012-02-151-0/+8
* If a constexpr function template specialization is referenced, and then theRichard Smith2012-02-141-0/+59
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-111-0/+21
* Track whether a function type has a trailing return type as type sugar. Use thisRichard Smith2012-02-101-0/+15
* --lies.Richard Smith2012-02-101-2/+0
* Make sure we convert struct layout pragmas to attributes for class templates ...Eli Friedman2012-02-101-0/+10
* Fixed instantiation of DependentScopeDeclRefExpr.Abramo Bagnara2012-02-062-0/+23
* Added tests for template keyword presence.Abramo Bagnara2012-01-281-0/+119
* When we're substituting into a function parameter pack and expect toDouglas Gregor2012-01-251-3/+2
* Fix PR11848: decree that an alias template contains an unexpanded parameter packRichard Smith2012-01-251-0/+33
* Promote the extension warning for attempts to catch a reference orDouglas Gregor2012-01-241-1/+1
* Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith2012-01-151-1/+1
* PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith2012-01-051-1/+1
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-293-4/+3
* Pass context and access to Parser::ParseExplicitInstantiation() forArgyrios Kyrtzidis2011-12-231-0/+8
* C++ constant expression handling: eagerly instantiate static const integral dataRichard Smith2011-12-211-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-153-3/+3
* Implement the Microsoft __if_exists/if_not_exists extension in initializer-list.Francois Pichet2011-12-121-0/+6
* Add notes for suppressing and (if it's a zero-arg function returning bool) fi...David Blaikie2011-12-091-2/+2
* Add a warning for implicit conversion from function literals (and staticLang Hames2011-12-051-2/+2
* In Microsoft mode, don't perform typo correction in a template member functio...Francois Pichet2011-12-031-0/+20
* In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet2011-11-251-1/+26
* Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith2011-11-211-1/+3
* In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet2011-11-171-1/+28
* In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet2011-11-151-0/+23
* When we're checking access in a dependent context, don't try to lookDouglas Gregor2011-11-141-0/+15
* Move "Unqualified lookup into dependent bases of class templates" Microsoft s...Francois Pichet2011-11-111-1/+20
* Mark the overloaded atomic builtins as having custom type checking,Douglas Gregor2011-11-081-0/+8
* Drastically simplify the mapping from the declaration corresponding toDouglas Gregor2011-11-071-0/+20
* Tighten up the conditions under which we consider ourselves to beDouglas Gregor2011-11-071-0/+22
* Revert r143551. It is causing g++.dg/template/crash52.C test failure.Devang Patel2011-11-041-20/+0
* Drastically simplify the mapping from the declaration corresponding toDouglas Gregor2011-11-021-0/+20
* When we see an out-of-line definition of a member class template thatDouglas Gregor2011-11-011-0/+13
* Rework the AST for the initializer of a delegating constructor, soDouglas Gregor2011-11-011-0/+13
* Fix crash due to missing array-to-pointer decay when instantiating an unresolvedRichard Smith2011-10-261-0/+10
* Check for unexpanded parameter packs in the name that guards aDouglas Gregor2011-10-251-1/+10
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-2/+2