File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
clang/lib/StaticAnalyzer/Checkers
llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments