[PATCH] D17484: [clang-tidy] introduce modernize-deprecated-headers check
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 22 08:16:03 PST 2016
alexfh added a comment.
In http://reviews.llvm.org/D17484#358617, @alexfh wrote:
> ... the check in its current form can break the code that uses library symbols from the global namespace. ...
An action item for this is: document this possible issue and add a FIXME somewhere in the code to add `std::` qualifiers.
http://reviews.llvm.org/D17484
More information about the cfe-commits
mailing list