aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/overloaded-operator-decl.cpp
AgeCommit message (Expand)Author
2012-11-09Don't crash on calling static member overloaded operator, PR14120Nico Weber
2011-10-09Diagnose attempts to declare a non-static data member with aDouglas Gregor
2010-02-05A function declarator with a non-identifier name in an anonymous classDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-19Fix a long standard problem with clang retaining "too much" sugar Chris Lattner
2008-11-21Don't print canonical types in overloading-related diagnosticsDouglas Gregor
2008-11-18Extend DeclarationName to support C++ overloaded operators, e.g.,Douglas Gregor
2008-11-17Eliminate all of the placeholder identifiers used for constructors,Douglas Gregor
2008-11-17Some cleanups for C++ operator overloadingDouglas Gregor
2008-11-17Simplify error messages for two-parameter overloaded increment/decrement oper...Douglas Gregor
2008-11-06Parsing, ASTs, and semantic analysis for the declaration of overloadedDouglas Gregor