Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ add_clang_library(clangStaticAnalyzerCheckers
UnreachableCodeChecker.cpp
VforkChecker.cpp
VLASizeChecker.cpp
ValistChecker.cpp
VAListChecker.cpp
VirtualCallChecker.cpp
WebKit/ASTUtils.cpp
WebKit/ForwardDeclChecker.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//== ValistChecker.cpp - stdarg.h macro usage checker -----------*- C++ -*--==//
//== VAListChecker.cpp - stdarg.h macro usage checker -----------*- C++ -*--==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static_library("Checkers") {
"UnixAPIChecker.cpp",
"UnreachableCodeChecker.cpp",
"VLASizeChecker.cpp",
"ValistChecker.cpp",
"VAListChecker.cpp",
"VforkChecker.cpp",
"VirtualCallChecker.cpp",
"WebKit/ASTUtils.cpp",
Expand Down