Fix a bug where use-auto check would crash when the definition of a type is in the same statement than its instantiation with new.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D12551
Fix use-auto-check. ClosedPublic Authored by angelgarcia on Sep 2 2015, 3:07 AM.
Details Summary Fix a bug where use-auto check would crash when the definition of a type is in the same statement than its instantiation with new.
Diff Detail Event Timelineangelgarcia updated this object. This revision is now accepted and ready to land.Sep 2 2015, 3:20 AM
Revision Contents
Diff 33792 clang-tidy/modernize/UseAutoCheck.cpp
test/clang-tidy/modernize-use-auto-new.cpp
|