| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sema] Improved diagnostic for qualifiers in reference binding | Anastasia Stulova | 2019-06-21 | 1 | -3/+3 |
* | [C++11] Fix warning when dropping cv-qualifiers when assigning to a reference... | Nicolas Lesser | 2018-07-12 | 1 | -0/+19 |
* | Fix printing of reference-to-reference types. | Richard Smith | 2018-04-29 | 1 | -0/+28 |
* | Fix typo from r237482. "to reference of type" --> "to reference to type" | Richard Trieu | 2015-05-16 | 1 | -1/+1 |
* | When emitting a dropped qualifier error, show which qualifiers are dropped. | Richard Trieu | 2015-05-16 | 1 | -1/+1 |
* | Reverse the order of types in the reference dropping qualifiers error. | Richard Trieu | 2015-05-15 | 1 | -1/+1 |
* | Reverted OpenCL2.0 atomic type commits r231932, r231935 | Anastasia Stulova | 2015-03-11 | 1 | -1/+1 |
* | OpenCL: CL2.0 atomic types | Anastasia Stulova | 2015-03-11 | 1 | -1/+1 |
* | PR6037 | Nathan Sidwell | 2015-01-19 | 1 | -1/+1 |
* | PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or | Richard Smith | 2014-02-19 | 1 | -1/+11 |
* | When copy-initializing a temporary for a reference binding, don't allow use of | Richard Smith | 2013-06-13 | 1 | -0/+7 |
* | Better wording for reference self-initialization warning. | Hans Wennborg | 2012-08-20 | 1 | -1/+1 |
* | Warn about self-initialization of references. | Hans Wennborg | 2012-08-17 | 1 | -1/+1 |
* | Fix a crash-on-valid that has been here for a very long time: | Chandler Carruth | 2011-08-22 | 1 | -0/+3 |
* | Add another case to the whitelist of cast kinds that can convert to bool. | John McCall | 2010-11-16 | 1 | -0/+4 |
* | make clang print types as "const int *" instead of "int const*", | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | Teach ASTContext::getUnqualifiedArrayType() how to look through | Douglas Gregor | 2010-05-17 | 1 | -0/+15 |
* | Warn about non-aggregate classes with no user-declared constructors | Douglas Gregor | 2010-04-15 | 1 | -2/+2 |
* | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -1/+1 |
* | Diagnose binding a non-const reference to a vector element. | Anders Carlsson | 2010-01-31 | 1 | -0/+13 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -4/+4 |
* | Make C++ temporary-related expressions provide proper source-range information. | Douglas Gregor | 2009-09-23 | 1 | -0/+15 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl | 2009-03-16 | 1 | -2/+2 |
* | Removed the warning | Douglas Gregor | 2008-12-17 | 1 | -3/+3 |
* | Convert IdentifierInfo's to be printed the same as DeclarationNames | Chris Lattner | 2008-11-23 | 1 | -1/+1 |
* | Implement C++ DR 106 and C++ DR 540, both of which deal with | Douglas Gregor | 2008-11-03 | 1 | -0/+12 |
* | Temporary disable the const-object-declaration-without-initializer check, bec... | Douglas Gregor | 2008-10-29 | 1 | -3/+0 |
* | Implement initialization of a reference (C++ [dcl.init.ref]) as part | Douglas Gregor | 2008-10-29 | 1 | -4/+56 |
* | Move the C++ Sema tests into a separate SemaCXX directory. | Argyrios Kyrtzidis | 2008-08-16 | 1 | -0/+28 |