hanchenye-llvm-project/clang-tools-extra/clang-tidy/llvm
Benjamin Kramer b41c91c389 [clang-tidy] Don't index past the end of a vector.
We actually want the end iterator so just replace it with iterator arithmetic.

llvm-svn: 215195
2014-08-08 10:43:11 +00:00
..
CMakeLists.txt [clang-tidy] Add a little checker for Twine locals in LLVM. 2014-07-08 14:32:17 +00:00
IncludeOrderCheck.cpp [clang-tidy] Don't index past the end of a vector. 2014-08-08 10:43:11 +00:00
IncludeOrderCheck.h Improved llvm-namespace-comment check. 2014-05-19 16:39:08 +00:00
LLVMTidyModule.cpp [clang-tidy] Add a little checker for Twine locals in LLVM. 2014-07-08 14:32:17 +00:00
Makefile
NamespaceCommentCheck.cpp Added a comment 2014-05-19 17:46:28 +00:00
NamespaceCommentCheck.h Improved llvm-namespace-comment check. 2014-05-19 16:39:08 +00:00
TwineLocalCheck.cpp [clang-tidy] Address review comments for the Twine checker. 2014-07-08 15:41:20 +00:00
TwineLocalCheck.h [clang-tidy] Address review comments for the Twine checker. 2014-07-08 15:41:20 +00:00