aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Debug.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2021-01-27 18:37:19 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2021-01-28 11:21:35 +0000
commit0164d546d2691c439fc06c8fff126224276c2d02 (patch)
tree0a004994a1a32a44be63ad9a9ccec135bd13d0b2 /llvm/lib/Support/Debug.cpp
parent7396f720f9436031e98e3f36ad09c1759f1edf54 (diff)
downloadllvm-0164d546d2691c439fc06c8fff126224276c2d02.zip
llvm-0164d546d2691c439fc06c8fff126224276c2d02.tar.gz
llvm-0164d546d2691c439fc06c8fff126224276c2d02.tar.bz2
[Support] Add some missing namespace closure comments. NFCI.
Fixes some clang-tidy warnings.
Diffstat (limited to 'llvm/lib/Support/Debug.cpp')
-rw-r--r--llvm/lib/Support/Debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Debug.cpp b/llvm/lib/Support/Debug.cpp
index 73b25d5..19b40ab 100644
--- a/llvm/lib/Support/Debug.cpp
+++ b/llvm/lib/Support/Debug.cpp
@@ -109,7 +109,7 @@ struct DebugOnlyOpt {
}
};
-}
+} // namespace
static DebugOnlyOpt DebugOnlyOptLoc;