diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2014-07-15 09:50:32 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2014-07-15 09:50:32 +0000 |
commit | 47c4d101e00953aefb071625c68f3d9ab8373e4a (patch) | |
tree | 6e1f1deaad47c6e9841c149536d1b66331dbaf0c /clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp | |
parent | 1015f8d753904f3bba4b2f2bdbe37718dcd98cda (diff) | |
download | bcm5719-llvm-47c4d101e00953aefb071625c68f3d9ab8373e4a.tar.gz bcm5719-llvm-47c4d101e00953aefb071625c68f3d9ab8373e4a.zip |
[clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Those may be incompatible with C++11 and are unnecessary. We suggest
removing the template arguments when they match the types of the make_pair
arguments or replace it with std::pair and explicit template arguments when
not.
Differential Revision: http://reviews.llvm.org/D4497
llvm-svn: 213058
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp')
0 files changed, 0 insertions, 0 deletions