[PATCH] D32702: [analyzer] Fix 'Memory Error' bugtype capitalization.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 1 09:14:46 PDT 2017


NoQ created this revision.

It seems that we're not capitalizing every word in our bug type descriptions, however `Memory Error` is an exception from this rule. Additionally, one of the nullability checkers actually does spell it as `Memory error`. So i guess it's better to keep everything consistent.


https://reviews.llvm.org/D32702

Files:
  lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  lib/StaticAnalyzer/Checkers/ValistChecker.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32702.97297.patch
Type: text/x-patch
Size: 20252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170501/2f82c147/attachment-0001.bin>


More information about the cfe-commits mailing list