]> granicus.if.org Git - clang/commit
[analyzer] Fix memory error bug category capitalization.
authorArtem Dergachev <artem.dergachev@gmail.com>
Wed, 3 May 2017 11:47:13 +0000 (11:47 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Wed, 3 May 2017 11:47:13 +0000 (11:47 +0000)
commitd14025acfe64e146bb5f7323c556d11d4d58fb72
tree0dacc4aff6cbac22c5a78305376d0f47b08987cd
parent5e7b77cefc611842a4dda7c8368c4ebc37b79ece
[analyzer] Fix memory error bug category capitalization.

It was written as "Memory Error" in most places and as "Memory error" in a few
other places, however it is the latter that is more consistent with
other categories (such as "Logic error").

rdar://problem/31718115

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302016 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
lib/StaticAnalyzer/Checkers/ValistChecker.cpp
lib/StaticAnalyzer/Core/CommonBugCategories.cpp
test/Analysis/MismatchedDeallocator-path-notes.cpp
test/Analysis/NewDelete-path-notes.cpp
test/Analysis/diagnostics/report-issues-within-main-file.cpp
test/Analysis/edges-new.mm
test/Analysis/malloc-plist.c
test/Analysis/plist-macros.cpp