Operators kind was not checked, so we reported e.g. op- to be equal with op+
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
unittests/AST/StructuralEquivalenceTest.cpp | ||
---|---|---|
251 | Curious, is this test just for completeness or is this somehow related to the overloaded operator check? |
unittests/AST/StructuralEquivalenceTest.cpp | ||
---|---|---|
251 | This is just for the sake of completeness. Operators and ctor/dtor do not have regular names with IdentifierInfo. (See the DeclarationName class for details.) |
Curious, is this test just for completeness or is this somehow related to the overloaded operator check?