This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fix for llvm.org/PR23572
ClosedPublic

Authored by eszasip on May 22 2015, 5:38 PM.

Details

Reviewers
alexfh
Summary

misc-static-assert won't report asserts whose conditions contain calls to non constexpr functions.

Diff Detail

Event Timeline

eszasip updated this revision to Diff 26365.May 22 2015, 5:38 PM
eszasip retitled this revision from to [clang-tidy] Fix for llvm.org/PR23572.
eszasip updated this object.
eszasip edited the test plan for this revision. (Show Details)
eszasip added a reviewer: alexfh.
eszasip added a subscriber: Unknown Object (MLST).
alexfh accepted this revision.May 22 2015, 10:53 PM
alexfh edited edge metadata.

Looks good!

Thanks for the fix!

This revision is now accepted and ready to land.May 22 2015, 10:53 PM
eszasip closed this revision.May 23 2015, 7:53 AM

Committed in r238098.

Looks good!

Thanks for the fix!

Thanks!