]> granicus.if.org Git - clang/commit
[analyzer] Replace bug category magic strings with shared constants, take 2.
authorJordan Rose <jordan_rose@apple.com>
Fri, 4 Oct 2013 00:25:24 +0000 (00:25 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 4 Oct 2013 00:25:24 +0000 (00:25 +0000)
commitedcc199f5861dd8ad1ec3ad1b83512d2a92e515a
tree654557b6736937eab0db3acd74bf206d5645d982
parent10a61586e12fcd94dad877cbcf09cc34aec980d8
[analyzer] Replace bug category magic strings with shared constants, take 2.

Re-commit r191910 (reverted in r191936) with layering violation fixed, by
moving the bug categories to StaticAnalyzerCore instead of ...Checkers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191937 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h [moved from include/clang/StaticAnalyzer/Checkers/CommonBugCategories.h with 61% similarity]
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Checkers/CStringChecker.cpp
lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
lib/StaticAnalyzer/Checkers/ClangSACheckers.h
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/CMakeLists.txt
lib/StaticAnalyzer/Core/CommonBugCategories.cpp [moved from lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp with 64% similarity]