mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
They were being applied too narrowly (they didn't cover signed char *, for instance), and too broadly (they covered SomeTemplate<char[6]>) at the same time. Differential Revision: https://reviews.llvm.org/D112709