================ @@ -944,6 +944,8 @@ def MemsetTransposedArgs : DiagGroup<"memset-transposed-args">; def DynamicClassMemaccess : DiagGroup<"dynamic-class-memaccess">; def NonTrivialMemcall : DiagGroup<"nontrivial-memcall">; def NonTrivialMemaccess : DiagGroup<"nontrivial-memaccess", [NonTrivialMemcall]>; +def NonportableIncludePath : DiagGroup<"nonportable-include-path">; +def NonportableSystemIncludePath : DiagGroup<"nonportable-system-include-path">; ---------------- ameliajochna wrote:
Agreed, the file could use some cleanup. I'd prefer to keep this patch focused on the functional change though — happy to do a follow-up NFC patch to reorganize the file if that sounds good. https://github.com/llvm/llvm-project/pull/190610 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
