summaryrefslogtreecommitdiff
path: root/test/SemaCXX/overloaded-operator-decl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't crash on calling static member overloaded operator, PR14120Nico Weber2012-11-091-0/+10
* Diagnose attempts to declare a non-static data member with aDouglas Gregor2011-10-091-0/+5
* A function declarator with a non-identifier name in an anonymous classDouglas Gregor2010-02-051-0/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-1/+1
* Don't print canonical types in overloading-related diagnosticsDouglas Gregor2008-11-211-1/+1
* Extend DeclarationName to support C++ overloaded operators, e.g.,Douglas Gregor2008-11-181-3/+2
* Eliminate all of the placeholder identifiers used for constructors,Douglas Gregor2008-11-171-1/+4
* Some cleanups for C++ operator overloadingDouglas Gregor2008-11-171-6/+6
* Simplify error messages for two-parameter overloaded increment/decrement oper...Douglas Gregor2008-11-171-1/+1
* Parsing, ASTs, and semantic analysis for the declaration of overloadedDouglas Gregor2008-11-061-0/+37