aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorBruno Ricci <riccibrun@gmail.com>2019-02-17 18:21:54 +0000
committerBruno Ricci <riccibrun@gmail.com>2019-02-17 18:21:54 +0000
commitb73b5cda620a375ce0ca3c5d0a9bbe4176cada59 (patch)
tree322a901578e30bedada8d3224ff4906290f3ff55 /clang/lib/Frontend/CompilerInvocation.cpp
parent4561475e0913db9dd36890284044190d6ab395de (diff)
downloadllvm-b73b5cda620a375ce0ca3c5d0a9bbe4176cada59.zip
llvm-b73b5cda620a375ce0ca3c5d0a9bbe4176cada59.tar.gz
llvm-b73b5cda620a375ce0ca3c5d0a9bbe4176cada59.tar.bz2
[clang-tidy][NFCI] DanglingHandleCheck: Remove a superflous IgnoreParenImpCasts
ExprWithCleanups is currently not skipped by IgnoreParenImpCasts, but is skipped by IgnoreImpCasts. In view of fixing this inconsistency in D57267, remove the IgnoreParenImpCasts between the ReturnStmt and the ExprWithCleanups which is not needed since ExprWithCleanups is always created as a direct child of ReturnStmt (by inspection of each ReturnStmt::Create in Sema/SemaStmt.cpp). NFC intended. llvm-svn: 354228
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions