Skip to content

Commit 414f028

Browse files
authored
[NFC][analyzer] Rename ValistChecker.cpp to VAListChecker.cpp (#157438)
...to follow the capitalization style that was already applied within the file by recent commit a80c393.
1 parent be6f110 commit 414f028

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ add_clang_library(clangStaticAnalyzerCheckers
127127
UnreachableCodeChecker.cpp
128128
VforkChecker.cpp
129129
VLASizeChecker.cpp
130-
ValistChecker.cpp
130+
VAListChecker.cpp
131131
VirtualCallChecker.cpp
132132
WebKit/ASTUtils.cpp
133133
WebKit/ForwardDeclChecker.cpp

clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp renamed to clang/lib/StaticAnalyzer/Checkers/VAListChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//== ValistChecker.cpp - stdarg.h macro usage checker -----------*- C++ -*--==//
1+
//== VAListChecker.cpp - stdarg.h macro usage checker -----------*- C++ -*--==//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ static_library("Checkers") {
135135
"UnixAPIChecker.cpp",
136136
"UnreachableCodeChecker.cpp",
137137
"VLASizeChecker.cpp",
138-
"ValistChecker.cpp",
138+
"VAListChecker.cpp",
139139
"VforkChecker.cpp",
140140
"VirtualCallChecker.cpp",
141141
"WebKit/ASTUtils.cpp",

0 commit comments

Comments
 (0)