[PATCH] D18852: [clang-tidy] fix a crash with -fdelayed-template-parsing in UnnecessaryValueParamCheck.

Etienne Bergeron via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 6 19:52:37 PDT 2016


etienneb added a comment.

There are probably other instances of this error.
It's not an instance that got incorrectly fixed.

I may review other checkers to see if I can find more of them.

For now, I'm fixing them when they make clang-tidy crash over chromium code (with a clang-tidy windows build).

The fact that 'hasBody()' may be true and 'getBody()' can return NULL is a little bit strange to me.


http://reviews.llvm.org/D18852





More information about the cfe-commits mailing list