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