Skip to content

Commit 5cb8482

Browse files
committed
[clang-doc] fix compiler warning
1 parent 34824a9 commit 5cb8482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-doc/Mapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
namespace clang {
1919
namespace doc {
2020

21-
static llvm::StringSet USRVisited;
21+
static llvm::StringSet<> USRVisited;
2222
static llvm::sys::Mutex USRVisitedGuard;
2323

2424
template <typename T> bool isTypedefAnonRecord(const T *D) {

0 commit comments

Comments
 (0)