summaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-template-argument.cpp
AgeCommit message (Expand)Author
2025-03-10Revert "[clang] Implement instantiation context note for checking template pa...Nikita Popov
2025-03-06[clang] Implement instantiation context note for checking template parameters...Matheus Izvekov
2024-07-13[Clang] Fix parsing of reversible type traits in template arguments (#95969)cor3ntin
2022-09-04[test] Make tests pass regardless of gnu++14/gnu++17 defaultFangrui Song
2021-06-26[clang] Stop providing builtin overload candidate for relational function poi...Matheus Izvekov
2020-03-27Improve error recovery from missing '>' in template argument list.Richard Smith
2019-05-15Make tentative parsing to detect template-argument-lists less aggressiveRichard Smith
2019-05-09[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith
2017-05-19When a type-id is unexpectedly given a name, assume that the name is unrelatedRichard Smith
2015-12-10[Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li
2014-09-23PR18793: If we try to EnterTokenStream when our current lexer is a cachingRichard Smith
2013-12-04Fix PR17637: incorrect calculation of template parameter depthFaisal Vali
2013-08-10Avoid spurious error messages if parent template class cannot be instantiatedSerge Pavlov
2013-07-11PR5066: If a declarator cannot have an identifier, and cannot possibly beRichard Smith
2012-08-18PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith
2012-06-18Extend the error recovery for a template-argument-list terminated by '>>' toRichard Smith
2011-01-11When we're inside a functional cast, '>' is an operator. Fixes PR8912.Douglas Gregor
2010-02-26Fix an assertion-on-error during tentative constructor parsing byJohn McCall
2009-12-27Make sure to give an error for template argument lists followed by junk.Eli Friedman