| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang | Richard Smith | 2020-02-19 | 1 | -2/+2 |
* | When diagnosing the lack of a viable conversion function, also list | Richard Smith | 2020-01-09 | 1 | -1/+1 |
* | [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose | Richard Smith | 2019-05-09 | 1 | -9/+51 |
* | [Sema] ADL: Associated namespaces for class types and enumeration types (CWG ... | Bruno Ricci | 2019-04-22 | 1 | -5/+13 |
* | [Sema][NFC] Add more tests for the behavior of argument-dependent name lookup | Bruno Ricci | 2019-04-22 | 5 | -0/+565 |
* | Restore pre-r335182 behavior for naming inherited constructors as | Richard Smith | 2018-06-22 | 1 | -0/+15 |
* | Add a "vexing parse" warning for ambiguity between a variable declaration and a | Richard Smith | 2017-09-29 | 1 | -0/+1 |
* | Print nested name specifiers for typedefs and type aliases | Alex Lorenz | 2017-03-10 | 1 | -1/+1 |
* | Fix hole in our enforcement of rule requiring 'typename' prior to a dependent | Richard Smith | 2017-02-01 | 1 | -2/+6 |
* | Finish implementation of C++ DR1310 (http://wg21.link/cwg1310). | Richard Smith | 2017-01-20 | 1 | -3/+1 |
* | PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310). | Richard Smith | 2017-01-19 | 1 | -4/+85 |
* | Improve error message when referencing a non-tag type with a tag | Reid Kleckner | 2016-12-09 | 1 | -2/+2 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -4/+5 |
* | Lit C++11 Compatibility Patch #8 | Charles Li | 2016-04-14 | 1 | -3/+14 |
* | [Lit Test] Updated 34 Lit tests to be C++11 compatible. | Charles Li | 2015-11-17 | 2 | -2/+17 |
* | Update error message text. | Serge Pavlov | 2015-01-18 | 1 | -1/+1 |
* | The exception-declaration for a function-try-block cannot redeclare a | Aaron Ballman | 2014-06-02 | 1 | -2/+6 |
* | This test should no longer be XFAILed; the standard has stabilized, and the t... | Aaron Ballman | 2014-05-30 | 1 | -13/+12 |
* | Test requires exceptions | Alp Toker | 2014-05-28 | 1 | -1/+1 |
* | Sema: Implement DR244 | David Majnemer | 2014-05-21 | 1 | -1/+2 |
* | Revert "Sema: Implement DR244" | David Majnemer | 2014-05-03 | 1 | -2/+1 |
* | Sema: Implement DR244 | David Majnemer | 2014-05-03 | 1 | -1/+2 |
* | Don't fold together the name lookup entries for two declarations if they are | Richard Smith | 2014-03-17 | 1 | -0/+11 |
* | Improve diagnostic for using non-class/namespace/scoped enum in a nested name... | David Blaikie | 2014-02-09 | 1 | -1/+2 |
* | Added warning on structures/unions that are empty or contain only | Serge Pavlov | 2013-11-14 | 1 | -1/+1 |
* | Teach typo correction to look inside of classes like it does namespaces. | Kaelyn Uhrain | 2013-09-26 | 1 | -4/+4 |
* | Skip transparent contexts when looking for using directives in name lookup. | Douglas Gregor | 2013-04-09 | 1 | -4/+8 |
* | <rdar://problem/13540899> Collect using directives from all of the semantic c... | Douglas Gregor | 2013-04-08 | 1 | -0/+19 |
* | <rdar://problem/13317030> Consider using directives when performing unqualifi... | Douglas Gregor | 2013-03-27 | 1 | -0/+30 |
* | Remove FIXMEs: these are covered by a core issue which we don't yet implement | Richard Smith | 2013-03-26 | 1 | -2/+0 |
* | Implement special-case name lookup for inheriting constructors: member | Richard Smith | 2013-03-26 | 1 | -1/+93 |
* | Add quotation marks to template names in diagnostics. | David Blaikie | 2013-03-05 | 1 | -1/+1 |
* | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 10 | -0/+10 |
* | Instantiate class template specializations during ADL. | John McCall | 2012-08-24 | 1 | -0/+24 |
* | We don't need a lengthy quote from the wrong standard. | Douglas Gregor | 2012-05-01 | 1 | -20/+0 |
* | Add test cases for r155935. | Douglas Gregor | 2012-05-01 | 2 | -0/+110 |
* | When determining whether an identifier followed by a '<' in a member | Douglas Gregor | 2012-03-10 | 1 | -0/+25 |
* | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu | 2011-12-15 | 3 | -3/+3 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | De-Unicode-ify. | NAKAMURA Takumi | 2011-08-12 | 1 | -1/+1 |
* | When performing the lookup in the current scope for a member access to | Douglas Gregor | 2011-08-10 | 1 | -0/+18 |
* | Update this test to reflect the new (deterministic) order in r134038. | Chandler Carruth | 2011-06-28 | 1 | -2/+2 |
* | Modify test case to allow buildbots to make forward progress. This test should | Chad Rosier | 2011-06-28 | 1 | -2/+2 |
* | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor | 2011-06-28 | 1 | -3/+10 |
* | Teach Sema::ActOnUninitializedDecl() not to try to interpret when one | Douglas Gregor | 2011-05-21 | 1 | -0/+3 |
* | When emitting a "too many arguments to function call..." error, also include ... | Ted Kremenek | 2011-04-04 | 1 | -1/+1 |
* | "const std::vector<int>*" not "std::vector<int> const*" | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | Rip out the C++0x-specific handling of destructor names. The specification is... | Sebastian Redl | 2010-07-07 | 1 | -0/+3 |
* | Add an extension to avoid an error when a global template has the same name as | Jeffrey Yasskin | 2010-06-05 | 1 | -0/+46 |
* | A more minimal fix for PR6762. | John McCall | 2010-05-28 | 1 | -0/+11 |