| Commit message (Expand) | Author | Age | Files | Lines |
* | When diagnosing an ambiguity, only note the candidates that contribute | Richard Smith | 2019-10-24 | 1 | -11/+11 |
* | [CXX] Exercise all paths through these tests. | Paul Robinson | 2019-07-09 | 1 | -0/+1 |
* | PR31606: Generalize our tentative DR resolution for inheriting copy/move | Richard Smith | 2017-01-13 | 1 | -14/+14 |
* | PR30305: Implement proposed DR resolution to prevent slicing via inherited co... | Richard Smith | 2017-01-08 | 1 | -3/+27 |
* | Fix name hiding and redeclaration checking for dependent local | Richard Smith | 2016-12-18 | 1 | -20/+19 |
* | Fix some interactions between C++11 and C++14 features and using-declarations: | Richard Smith | 2016-12-18 | 1 | -4/+154 |
* | Fix bogus "inline namespace cannot be reopened as non-inline" diagnostic to | Richard Smith | 2016-09-30 | 1 | -2/+7 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 3 | -1/+185 |
* | Add support for derived class special members hiding functions brought in from | Richard Smith | 2016-05-13 | 1 | -0/+32 |
* | Add forgotten test from r268594. | Richard Smith | 2016-05-05 | 1 | -0/+4 |
* | Add a FixItHint for the new diagnostic for a non-class-scope using-declaratio... | Richard Smith | 2016-05-05 | 1 | -0/+27 |
* | Fix implementation of C++'s restrictions on using-declarations referring to e... | Richard Smith | 2016-05-05 | 3 | -48/+83 |
* | [Lit Test] Updated 34 Lit tests to be C++11 compatible. | Charles Li | 2015-11-17 | 1 | -1/+6 |
* | Sema: Don't dyn_cast a null pointer in CheckUsingDeclQualifier | David Majnemer | 2014-12-17 | 1 | -0/+5 |
* | If a using-declaration names a class member, but appears outside a class, try | Richard Smith | 2014-04-02 | 1 | -1/+95 |
* | Replace "can not" with "cannot" in diagnostics messages. | Ismail Pazarbasi | 2014-03-07 | 3 | -7/+7 |
* | Merge using-decl-pr17575.cpp into existing test case. | Peter Collingbourne | 2014-03-05 | 1 | -0/+6 |
* | DR101, PR12770: If a function is declared in the same context as a | Richard Smith | 2014-02-06 | 1 | -7/+19 |
* | Allow typo correction to try removing nested name specifiers. | Kaelyn Uhrain | 2013-07-02 | 1 | -2/+2 |
* | Add the global namespace (the "::" namespace specifier) to the list of | Kaelyn Uhrain | 2013-06-24 | 1 | -2/+2 |
* | Don't look outside the innermost enclosing namespace when | John McCall | 2013-03-20 | 1 | -0/+101 |
* | Unresolved lookups can have using declarations that refer to | Douglas Gregor | 2013-01-30 | 1 | -0/+9 |
* | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 4 | -0/+4 |
* | Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines | Richard Smith | 2012-10-04 | 1 | -2/+2 |
* | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith | 2012-03-13 | 1 | -6/+4 |
* | Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: | Richard Smith | 2012-01-12 | 1 | -8/+8 |
* | David Blaikie and Chandler would like us to diagnose | Richard Smith | 2012-01-06 | 1 | -6/+6 |
* | Tweak to r147599 for PR10828: Move the check from the parser into sema, and use | Richard Smith | 2012-01-06 | 1 | -6/+6 |
* | PR10828: Produce a warning when a no-arguments function is declared in block | Richard Smith | 2012-01-05 | 1 | -7/+6 |
* | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu | 2011-12-15 | 1 | -2/+2 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 3 | -3/+3 |
* | Downgrade the error about re-opening an inline namespace as non-inline | Douglas Gregor | 2011-05-20 | 1 | -1/+1 |
* | Support explicit template specialization and instantiation for members | Douglas Gregor | 2011-03-07 | 1 | -0/+21 |
* | Implement access checking for the "delete" operator. Fixes PR9050, | Douglas Gregor | 2011-02-01 | 1 | -0/+1 |
* | Revert r120063, it was wrong. | John McCall | 2010-11-29 | 1 | -12/+3 |
* | Redeclarations of using declarations are not okay in function scopes. | John McCall | 2010-11-23 | 1 | -3/+12 |
* | When performing name lookup for a namespace definition, only look into | Douglas Gregor | 2010-10-22 | 1 | -0/+24 |
* | template-ids are looked up differently in friend declarations. | John McCall | 2010-10-14 | 1 | -1/+26 |
* | Make inline namespace not be transparent after all. The concept simply doesn'... | Sebastian Redl | 2010-08-31 | 1 | -0/+23 |
* | Enable inline namespaces in C++03 as an extension. | Sebastian Redl | 2010-08-31 | 1 | -4/+6 |
* | Add a forgotten place where the enclosing namespace set matters, plus a big t... | Sebastian Redl | 2010-08-31 | 1 | -0/+74 |
* | Enable inline namespaces in the AST. | Sebastian Redl | 2010-08-31 | 1 | -0/+13 |
* | Parser support for inline namespaces | Sebastian Redl | 2010-08-27 | 1 | -0/+7 |
* | If name lookup finds different type declarations in different scopes | Douglas Gregor | 2010-08-11 | 2 | -0/+16 |
* | A using declaration can redeclare a typedef to the same type. These | Douglas Gregor | 2010-07-07 | 1 | -0/+13 |
* | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | Daniel Dunbar | 2010-06-29 | 1 | -1/+1 |
* | Fix a point of semantics with using declaration hiding: method templates | John McCall | 2010-06-16 | 1 | -8/+27 |
* | It turns out that we should be allowing redeclarations within function | Douglas Gregor | 2010-05-06 | 1 | -0/+15 |
* | Change the 'declared at' diagnostic to say 'declared here'. | Anders Carlsson | 2010-04-23 | 1 | -1/+1 |
* | Record nested-name-specifiers of when we create | Douglas Gregor | 2010-04-22 | 1 | -1/+1 |