[clang] Extend -Wnonportable-include-path with a warning about trailing whitespace or dots (PR #96960)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 28 06:10:41 PDT 2024
================
@@ -1543,3 +1543,6 @@ def ExtractAPIMisuse : DiagGroup<"extractapi-misuse">;
// Warnings about using the non-standard extension having an explicit specialization
// with a storage class specifier.
def ExplicitSpecializationStorageClass : DiagGroup<"explicit-specialization-storage-class">;
+
+// Warnings about non-portable include paths
----------------
zmodem wrote:
nit: period at the end
https://github.com/llvm/llvm-project/pull/96960
More information about the cfe-commits
mailing list