gribozavr accepted this revision. gribozavr added a comment. Do we also need to change anything for constructor calls? If not, please add a test for that.
================ Comment at: lib/Index/IndexDecl.cpp:251 + Ctor->getParent(), Ctor->getDeclContext(), + (unsigned)(SymbolRole::NameReference)); ---------------- No need for parens around `SymbolRole::NameReference`. ================ Comment at: lib/Index/IndexDecl.cpp:268 + Dtor->getParent(), Dtor->getDeclContext(), + (unsigned)(SymbolRole::NameReference)); } ---------------- No need for parens around `SymbolRole::NameReference`. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58814/new/ https://reviews.llvm.org/D58814 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits