Age | Commit message (Expand) | Author |
2013-03-20 | Don't look outside the innermost enclosing namespace when | John McCall |
2013-01-30 | Unresolved lookups can have using declarations that refer to | Douglas Gregor |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-10-04 | Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines | Richard Smith |
2012-03-13 | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith |
2012-01-12 | Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: | Richard Smith |
2012-01-06 | David Blaikie and Chandler would like us to diagnose | Richard Smith |
2012-01-06 | Tweak to r147599 for PR10828: Move the check from the parser into sema, and use | Richard Smith |
2012-01-05 | PR10828: Produce a warning when a no-arguments function is declared in block | Richard Smith |
2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-05-20 | Downgrade the error about re-opening an inline namespace as non-inline | Douglas Gregor |
2011-03-07 | Support explicit template specialization and instantiation for members | Douglas Gregor |
2011-02-01 | Implement access checking for the "delete" operator. Fixes PR9050, | Douglas Gregor |
2010-11-29 | Revert r120063, it was wrong. | John McCall |
2010-11-23 | Redeclarations of using declarations are not okay in function scopes. | John McCall |
2010-10-22 | When performing name lookup for a namespace definition, only look into | Douglas Gregor |
2010-10-14 | template-ids are looked up differently in friend declarations. | John McCall |
2010-08-31 | Make inline namespace not be transparent after all. The concept simply doesn'... | Sebastian Redl |
2010-08-31 | Enable inline namespaces in C++03 as an extension. | Sebastian Redl |
2010-08-31 | Add a forgotten place where the enclosing namespace set matters, plus a big t... | Sebastian Redl |
2010-08-31 | Enable inline namespaces in the AST. | Sebastian Redl |
2010-08-27 | Parser support for inline namespaces | Sebastian Redl |
2010-08-11 | If name lookup finds different type declarations in different scopes | Douglas Gregor |
2010-07-07 | A using declaration can redeclare a typedef to the same type. These | Douglas Gregor |
2010-06-29 | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | Daniel Dunbar |
2010-06-16 | Fix a point of semantics with using declaration hiding: method templates | John McCall |
2010-05-06 | It turns out that we should be allowing redeclarations within function | Douglas Gregor |
2010-04-23 | Change the 'declared at' diagnostic to say 'declared here'. | Anders Carlsson |
2010-04-22 | Record nested-name-specifiers of when we create | Douglas Gregor |
2010-04-22 | Whenever we complain about a failed initialization of a function or | Douglas Gregor |
2010-04-18 | C++ [namespace.memdef]p3 only applies when the friend is not named via | Douglas Gregor |
2010-04-09 | Turn access control on by default in -cc1. | John McCall |
2010-03-31 | Regularize support for naming conversion functions in using decls. | John McCall |
2010-02-25 | Fix a really trivial crasher and begin fleshing out one of the namespace test | Chandler Carruth |
2010-01-07 | When parsing an identifier as an expression in C++, only try to annotate it | John McCall |
2009-12-16 | Successive anonymous namespaces name the same scope. I misinterpreted the | John McCall |
2009-12-15 | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-11 | Test member template using hiding. | John McCall |
2009-12-11 | Check if the target of a using decl is already declared in this scope before | John McCall |
2009-12-10 | Actually try to trigger the last diagnostic in the declaration-collision test... | John McCall |
2009-12-10 | Improve the diagnostic when a new declaration conflicts with a using shadow | John McCall |
2009-12-10 | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall |
2009-12-08 | Handle unresolved using decls in bare lookups. These are not being adequately | John McCall |
2009-12-08 | Correctly implement the C++03 and 0x restrictions on class-member using | John McCall |
2009-12-04 | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall |
2009-12-03 | Honor using declarations in overload resolution. Most of the code for | John McCall |
2009-11-18 | Improve on diagnosing type mismatches because of | Fariborz Jahanian |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |