commit | 2adab1bc5685634ff8cf96c173831bb9fc1432cc | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Tue Jan 02 19:10:12 2018 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Tue Jan 02 19:10:12 2018 +0000 |
tree | 8dc5105263fde429d7a3b7e61ee5f6b509e7dc33 | |
parent | a911f39d3dc8d03f3634e165ac89190d5feff2fe [diff] |
Suppress undefined-template warnings when the pattern is declared in a system header. The way to fix an undefined-template warning is to add lines to the header file that defines the template pattern. We should suppress the warnings when the template pattern is in a system header because we don't expect users to edit those. llvm-svn: 321665