aboutsummaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorOwen Pan <owenpiano@gmail.com>2024-04-19 23:20:47 -0700
committerOwen Pan <owenpiano@gmail.com>2024-04-25 08:31:16 -0700
commit35fea1032741526f76d7fea49794061bf3a1d3ee (patch)
treed513c47dfa29184f600d495134d4029547886396 /polly
parentb9b73814ad8acd55e88d0415f4110d272797697d (diff)
downloadllvm-35fea1032741526f76d7fea49794061bf3a1d3ee.zip
llvm-35fea1032741526f76d7fea49794061bf3a1d3ee.tar.gz
llvm-35fea1032741526f76d7fea49794061bf3a1d3ee.tar.bz2
release/18.x: [clang-format] Correctly annotate braces in macros (#87953)
Backport 58323de2e5ed
Diffstat (limited to 'polly')
-rw-r--r--polly/lib/Analysis/ScopDetectionDiagnostic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
index 364e21a..58c2b4f 100644
--- a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
+++ b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
@@ -45,7 +45,7 @@ using namespace llvm;
#define DEBUG_TYPE "polly-detect"
#define SCOP_STAT(NAME, DESC) \
- { "polly-detect", "NAME", "Number of rejected regions: " DESC }
+ {"polly-detect", "NAME", "Number of rejected regions: " DESC}
static Statistic RejectStatistics[] = {
SCOP_STAT(CFG, ""),