mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-28 22:30:04 +03:00
Track check name for error messages (#769)
* Track check name for error messages * Assert BaseAnalyzer.getName() is implemented
This commit is contained in:
parent
94d102a5f6
commit
3b9d608866
51 changed files with 195 additions and 83 deletions
|
@ -25,6 +25,8 @@ final class FunctionAttributeCheck : BaseAnalyzer
|
|||
{
|
||||
alias visit = BaseAnalyzer.visit;
|
||||
|
||||
mixin AnalyzerInfo!"function_attribute_check";
|
||||
|
||||
this(string fileName, const(Scope)* sc, bool skipTests = false)
|
||||
{
|
||||
super(fileName, sc, skipTests);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue