[PATCH] D16113: [clang-tdiy] Add header file extension configuration support.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 4 06:45:27 PST 2016
alexfh added inline comments.
================
Comment at: clang-tidy/misc/DefinitionsInHeadersCheck.cpp:40
@@ +39,3 @@
+ ',')) {
+ // FIXME(hokein): Find a more suitable way to handle invalid configuration
+ // options.
----------------
It's common to use just `FIXME:`, without the reference to the author.
http://reviews.llvm.org/D16113
More information about the cfe-commits
mailing list