]> granicus.if.org Git - clang/commit
[StaticAnalyzer] Use front() and back() instead of dereferencing begin() and rbegin...
authorCraig Topper <craig.topper@gmail.com>
Thu, 24 Dec 2015 02:55:45 +0000 (02:55 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 24 Dec 2015 02:55:45 +0000 (02:55 +0000)
commit24447961a8bd4ddc00e8c1871e4b3ba3543252f8
treec1cadb9f92c2cee4fec2a052360683a530abb6c9
parent3ae67bd6383efe98156e482f53098133727cbeef
[StaticAnalyzer] Use front() and back() instead of dereferencing begin() and rbegin(). Makes the code a little cleaner. NFC

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256358 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp