================ @@ -7,7 +7,9 @@ //===----------------------------------------------------------------------===// #include "ReturnBracedInitListCheck.h" +#include "../utils/TypeTraits.h" ---------------- grigorypas wrote:
>From what I can see, ../utils/ seems to be the standard way checks include >shared helpers - e.g. ExplicitConstructorCheck.cpp, MakeSmartPtrCheck.cpp, and >ForRangeCopyCheck.cpp all use #include "../utils/TypeTraits.h". https://github.com/llvm/llvm-project/pull/205440 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
