This is an archive of the discontinued LLVM Phabricator instance.

clang-tidy/readability-identifier-naming: crash on DependentTemplateSpecializationType
ClosedPublic

Authored by mgehre on Jul 9 2016, 12:48 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mgehre updated this revision to Diff 63396.Jul 9 2016, 12:48 PM
mgehre retitled this revision from to clang-tidy/readability-identifier-naming: crash on DependentTemplateSpecializationType.
mgehre updated this object.
mgehre added a reviewer: alexfh.
mgehre added a subscriber: cfe-commits.
mgehre updated this revision to Diff 63397.Jul 9 2016, 1:01 PM

Add a second test case and fix

alexfh accepted this revision.Jul 9 2016, 1:04 PM
alexfh edited edge metadata.

LG. Thanks!

Is it related to https://llvm.org/bugs/show_bug.cgi?id=28481 ?

This revision is now accepted and ready to land.Jul 9 2016, 1:04 PM
mgehre added a comment.Jul 9 2016, 1:15 PM

I didn't see that bug before, but with my patch, I cannot reproduce the reported crash.
So I guess that fixed it.

This revision was automatically updated to reflect the committed changes.