Skip to content

Commit b068b92

Browse files
committed
add back format variadic
1 parent 8101b64 commit b068b92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "llvm/ADT/ArrayRef.h"
1717
#include "llvm/ADT/StringRef.h"
1818
#include "llvm/Support/Debug.h"
19+
#include "llvm/Support/FormatVariadic.h"
1920
#include "llvm/Support/Path.h"
2021
#include "llvm/Support/Regex.h"
2122
#include "llvm/Support/YAMLParser.h"

0 commit comments

Comments
 (0)