llvm-project/clang-tools-extra/clang-tidy
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
..
google [clang-tidy] Simplify ast matcher. 2014-08-05 15:33:46 +00:00
llvm [clang-tidy] Don't index past the end of a vector. 2014-08-08 10:43:11 +00:00
misc [clang-tidy] Rewrite a for-range loop in the old style. 2014-08-04 10:11:47 +00:00
tool Track clang r213171 2014-07-16 16:50:17 +00:00
CMakeLists.txt Track clang r213171 2014-07-16 16:50:17 +00:00
ClangTidy.cpp Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidy.h Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidyDiagnosticConsumer.cpp Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidyDiagnosticConsumer.h Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidyModule.cpp Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidyModule.h Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidyModuleRegistry.h clang-tidy: Instantiate llvm::Registry<clang::tidy::ClangTidyModule>. 2014-07-03 14:12:47 +00:00
ClangTidyOptions.cpp Replace llvm::error_code with std::error_code. 2014-06-12 13:32:11 +00:00
ClangTidyOptions.h include system_error directly. 2014-06-12 16:53:02 +00:00
Makefile Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00