Age | Commit message (Expand) | Author |
2012-09-13 | Promote the warning about extra qualification on a declaration from a | Douglas Gregor |
2012-04-11 | Part of PR10101: after a parse error in a declaration, try harder to find the | Richard Smith |
2012-04-05 | Improve diagnostics for invalid use of non-static members / this: | Richard Smith |
2011-12-29 | Change the diagnostics which said 'accepted as an extension' to instead say | Richard Smith |
2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
2011-10-25 | Make the -Wc++11-compat warnings ignored by default, so we don't break | Douglas Gregor |
2011-10-12 | Switch diagnostic text from "C++0x" over to "C++11". | Douglas Gregor |
2011-10-10 | Parse the initializer for a class member after handling its | Douglas Gregor |
2011-09-29 | Mark the ExtWarn for in-class initialization of static const float members as... | Richard Smith |
2011-09-29 | In C++0x, static const volatile data members cannot be initialized in-class. | Richard Smith |
2011-09-29 | constexpr: semantic checking for constexpr variables. | Richard Smith |
2011-09-04 | PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-... | Richard Smith |
2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith |
2011-01-31 | Error for use of field from anonymous struct or union should say "invalid use... | Argyrios Kyrtzidis |
2010-10-01 | Better diagnostic for superfluous scope specifier inside a class definition f... | Francois Pichet |
2010-09-10 | Support in-class initialization of static const floating-point data members. | John McCall |
2010-09-05 | make clang print types as "const int *" instead of "int const*", | Chris Lattner |
2010-06-16 | When parsing cached C++ method declarations/definitions, save the | Douglas Gregor |
2010-05-22 | When determining whether we can use "this", make sure to look through | Douglas Gregor |
2010-05-17 | Test that mutability of class members that involve class definitions actually... | Douglas Gregor |
2010-05-17 | mutable is a storage class that can follow a class/struct/union definition. F... | Douglas Gregor |
2010-04-08 | Downgrade the "declaration does not declare anything" error to a | Douglas Gregor |
2010-03-17 | Provide a test case for PR6629. | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-24 | Have the parser tell sema whether a member declaration is a function definiti... | Sebastian Redl |
2009-11-24 | Make sure redeclaration chains are properly linked, even through invalid decl... | Sebastian Redl |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-11 | Move most of the checking from ActOnCXXMemberDeclarator to other, more genera... | Douglas Gregor |
2009-03-11 | Implement basic template instantiation for fields. Reshuffle checking | Douglas Gregor |
2009-03-05 | refactor C++ bitfield checking a bit (haha) | Chris Lattner |
2009-03-05 | fix PR3607 and a fixme, by checking bitfield constraints | Chris Lattner |
2009-01-28 | Complete semantic checking for typedef redeclarations in C++. The | Douglas Gregor |
2009-01-08 | Unify the code for defining tags in C and C++, so that we always | Douglas Gregor |
2008-12-28 | Diagnose declarations that don't declare anything, and fix PR3020. | Sebastian Redl |
2008-11-17 | Implement effects of 'mutable', and a few comments from Chris on its parsing. | Sebastian Redl |
2008-11-14 | Implement parsing and semantic checking of the 'mutable' keyword. | Sebastian Redl |
2008-11-06 | Sema-check virtual declarations. Complete dynamic_cast checking. | Sebastian Redl |
2008-10-15 | Fix this bug: | Argyrios Kyrtzidis |
2008-10-08 | Fix a bug that crashed clang when parsing this: | Argyrios Kyrtzidis |
2008-08-16 | Move the C++ Sema tests into a separate SemaCXX directory. | Argyrios Kyrtzidis |