Check BaseType before dereference.
Simplified test case is derived from Android Open Source code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D33430
[clang-tidy] Do not dereference a null BaseType ClosedPublic Authored by chh on May 22 2017, 7:33 PM.
Details Summary Check BaseType before dereference.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 23 2017, 5:25 AM Closed by commit rL303645: [clang-tidy] Do not dereference a null BaseType (authored by chh). · Explain WhyMay 23 2017, 9:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 99929 clang-tools-extra/trunk/clang-tidy/misc/ForwardingReferenceOverloadCheck.cpp
clang-tools-extra/trunk/test/clang-tidy/misc-forwarding-reference-overload.cpp
|