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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits