[PATCH] D21815: [clang-tidy] Add 'included from' details to warning message.
Samuel Benzaquen via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 28 13:22:37 PDT 2016
sbenza created this revision.
sbenza added a reviewer: alexfh.
sbenza added a subscriber: cfe-commits.
Add 'included from' details to warning message to google-global-names-in-headers.
It should make it clearer on those cases where a non-header is being mistakenly #included.
http://reviews.llvm.org/D21815
Files:
clang-tidy/google/GlobalNamesInHeadersCheck.cpp
unittests/clang-tidy/GoogleModuleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21815.62133.patch
Type: text/x-patch
Size: 4033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160628/52a434e7/attachment.bin>
More information about the cfe-commits
mailing list