readability-redundant-preprocessor.h 88 Bytes Raw Blame History Permalink 1 2 3 4 5 #ifndef FOO #ifndef FOO // this would warn, but not in a header void f(); #endif #endif