================
@@ -97,9 +98,12 @@ bool IncludeCleanerCheck::shouldIgnore(const 
include_cleaner::Header &H) {
   return llvm::any_of(IgnoreHeadersRegex, [&H](const llvm::Regex &R) {
     switch (H.kind()) {
     case include_cleaner::Header::Standard:
+      // We don't trim braces around standard library headers deliberately, so
----------------
VitaNuo wrote:

s/braces/angle brackets/

https://github.com/llvm/llvm-project/pull/68185
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to