kadircet added inline comments.
================ Comment at: unittests/clangd/SymbolCollectorTests.cpp:1020 + const std::string Header = R"( + void TestClangc() __attribute__((deprecated("", ""))); + void TestClangd(); ---------------- No need for the optional parameters, ``` void TestClangc() __attribute__((deprecated)); ``` should work as well Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D51724 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits