[PATCH] D57902: [AST] Fix structural inequivalence of operators

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 7 17:26:58 PST 2019


shafik added inline comments.


================
Comment at: unittests/AST/StructuralEquivalenceTest.cpp:251
+
+TEST_F(StructuralEquivalenceFunctionTest, CtorVsDtor) {
+  auto t = makeDecls<FunctionDecl>(
----------------
Curious, is this test just for completeness or is this somehow related to the overloaded operator check?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57902/new/

https://reviews.llvm.org/D57902





More information about the cfe-commits mailing list