[analyzer][NFC] Add dividers to BugReporterVisitors.cpp
authorKristof Umann <dkszelethus@gmail.com>
Sat, 8 Jun 2019 20:25:39 +0000 (20:25 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Sat, 8 Jun 2019 20:25:39 +0000 (20:25 +0000)
commit4cc6d72bb4d64e249fcc14a60e8954d63ee94d58
tree7f4f7b50f61122bf763f7f3d8421ba4fdcde574b
parent2aa0c5515f75b121f2e6b22c67ce1c93ca27a41a
[analyzer][NFC] Add dividers to BugReporterVisitors.cpp

Some minor formatting to make the file more readable.
Added //===----------===// around the implementation of class methods
and divided anonymous namespaces as per
https://llvm.org/docs/CodingStandards.html#anonymous-namespaces

llvm-svn: 362887
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp