]> granicus.if.org Git - clang/commit
[analyzer][NFC] Move CheckerOptInfo to CheckerRegistry.cpp, and make it local
authorKristof Umann <dkszelethus@gmail.com>
Sun, 18 Nov 2018 12:47:03 +0000 (12:47 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Sun, 18 Nov 2018 12:47:03 +0000 (12:47 +0000)
commit2cbc69a72d96eceef21e55bbdcab75109ee310c3
treea5f87bad25054c15f46f697bfa29bedc4892861a
parent26574d67d83c5b7abde42a58b07b22fe36779ba4
[analyzer][NFC] Move CheckerOptInfo to CheckerRegistry.cpp, and make it local

CheckerOptInfo feels very much out of place in CheckerRegistration.cpp, so I
moved it to CheckerRegistry.h.

Differential Revision: https://reviews.llvm.org/D54397

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347157 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/CheckerOptInfo.h [deleted file]
include/clang/StaticAnalyzer/Core/CheckerRegistry.h
lib/StaticAnalyzer/Core/CheckerRegistry.cpp
lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp