mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +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