]> granicus.if.org Git - clang/commit
Some cleanups to the declaration/checking of overloaded operators in C++. Thanks...
authorDouglas Gregor <dgregor@apple.com>
Mon, 10 Nov 2008 13:38:07 +0000 (13:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 10 Nov 2008 13:38:07 +0000 (13:38 +0000)
commit02bcd4cd1a19121da12884aa4943226f72a81e6c
tree2a0230d3dc3b5695a786cdef75fed1939aa520d4
parentcc128b32429494fe04ed36d7ba30c011cb4e173a
Some cleanups to the declaration/checking of overloaded operators in C++. Thanks to Sebastian for the review

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58986 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
include/clang/Basic/OperatorKinds.def
include/clang/Basic/OperatorKinds.h
lib/Basic/IdentifierTable.cpp
lib/Parse/ParseExprCXX.cpp
lib/Sema/SemaDeclCXX.cpp