Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | split the repo into a workspace | Christian Poveda | |
remove `clap` dependency :tada: update the book installation instructions | |||
2021-02-18 | Rename whitelist -> allowlist and blacklist -> blocklist | Marcel Hlopko | |
For the commandline arguments I added undocumented aliases to old flags, to stay backwards compatible. | |||
2017-04-19 | Resolve blacklisted instantiations' args through refs and aliases | Nick 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. |