Skip to content
Commit ddf36dea authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

[clang-tidy] Fix a false positive in the make_pair checker if an argument has...

[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.

llvm-svn: 213509
parent efd14a62
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment