Skip to content

Commit 5404ee3

Browse files
committed
[TableGen] Error.h - remove quotes to silence clang-tidy llvm-namespace-comment warning
1 parent 810fdfd commit 5404ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/TableGen/Error.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ void CheckAssert(SMLoc Loc, Init *Condition, Init *Message);
4747
extern SourceMgr SrcMgr;
4848
extern unsigned ErrorsPrinted;
4949

50-
} // end namespace "llvm"
50+
} // end namespace llvm
5151

5252
#endif

0 commit comments

Comments
 (0)