summaryrefslogtreecommitdiff
path: root/tests/headers/issue-645-cannot-find-type-T-in-this-scope.hpp
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2021-02-18Rename whitelist -> allowlist and blacklist -> blocklistMarcel Hlopko
For the commandline arguments I added undocumented aliases to old flags, to stay backwards compatible.
2017-04-19Resolve blacklisted instantiations' args through refs and aliasesNick Fitzgerald
When resolving a template argument in an instantiation of a blacklisted template, we should resolve through type references and aliases so that we don't accidentally lose template parameter usage information. Basically, this case should have been in bce1330, but slipped through the cracks. Fixes #645.