summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2016-10-20 13:15:40 +0000
committerHaojian Wu <hokein@google.com>2016-10-20 13:15:40 +0000
commit7c870a7e54aed16f4d7dbba5cdb79cc21c4ff9ba (patch)
treef8e9002a9d64f22bd67638e225a177fd537c4aeb /clang/lib/AST/DeclBase.cpp
parent26b2593b24999f394bd4d6cd0871d11230f8a87b (diff)
downloadbcm5719-llvm-7c870a7e54aed16f4d7dbba5cdb79cc21c4ff9ba.tar.gz
bcm5719-llvm-7c870a7e54aed16f4d7dbba5cdb79cc21c4ff9ba.zip
[clang-tidy] Fix an assertion failure in cppcoreguidelines-pro-type-member-init.
Summary: The matcher for matching "class with default constructor" still match some classes without default constructor, which trigger an assert at Line 307. This patch makes the matcher more strict. Reviewers: aaron.ballman Subscribers: nemanjai, cfe-commits Differential Revision: https://reviews.llvm.org/D25747 llvm-svn: 284727
Diffstat (limited to 'clang/lib/AST/DeclBase.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud