diff options
author | Malcolm Parsons <malcolm.parsons@gmail.com> | 2016-10-26 20:39:54 +0000 |
---|---|---|
committer | Malcolm Parsons <malcolm.parsons@gmail.com> | 2016-10-26 20:39:54 +0000 |
commit | 9bd85d22869e9db54e57031bc2101448943fd5ef (patch) | |
tree | f8aa098195b203a6d190a1690f465c3eaf51daf0 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | a8bf71cc4e435967938e8a6063335343f0f30072 (diff) | |
download | llvm-9bd85d22869e9db54e57031bc2101448943fd5ef.zip llvm-9bd85d22869e9db54e57031bc2101448943fd5ef.tar.gz llvm-9bd85d22869e9db54e57031bc2101448943fd5ef.tar.bz2 |
[RecursiveASTVisitor] Visit the implicit expression of a CXXDefaultArgExpr
Summary:
The matcher
varDecl(hasDescendant(
callExpr(hasDeclaration(functionDecl(unless(isNoThrow()))))))
didn't match calls from default arguments because the expression
for a CXXDefaultArgExpr was not visited.
Reviewers: klimek, jdennett, alexfh, aaron.ballman
Subscribers: aaron.ballman, cfe-commits
Differential Revision: https://reviews.llvm.org/D25992
llvm-svn: 285239
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions