[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)
commitb6a513d1b25fd7a8a960075df63f93b4ef409644
tree679cc6f957384d5e8fa9280d91e047ec32169d23
parent53c8d95c850eb2a97962882c9c0effe98a917f41
[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

llvm-svn: 302016
clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
clang/test/Analysis/MismatchedDeallocator-path-notes.cpp
clang/test/Analysis/NewDelete-path-notes.cpp
clang/test/Analysis/diagnostics/report-issues-within-main-file.cpp
clang/test/Analysis/edges-new.mm
clang/test/Analysis/malloc-plist.c
clang/test/Analysis/plist-macros.cpp