~pali/llvm/clang-tools-extra-3.5

Viewing all changes in revision 557.

  • Committer: d0k
  • Date: 2014-07-21 09:40:52 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:clang-tools-extra/trunk:213509
[clang-tidy] Fix a false positive in the make_pair checker if an argument has a explicit template argument.

This required a rather ugly workaround for a problem in ASTMatchers where
callee() is only overloaded for Stmt and Decl but not for Expr.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: