diff options
| author | gingerBill <bill@gingerbill.org> | 2024-01-07 19:56:00 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-01-07 19:56:00 +0000 |
| commit | aff8f06e3cb1bdb9c3ffee98a68675c843df78fd (patch) | |
| tree | 14045e04f2c06c1dfb78cad9cbd0a4528959ccad /src/parser.hpp | |
| parent | 1e1228fb37bafd6ab277247a8bea91fab68914e0 (diff) | |
Add frontend stuff instrumentation tooling
//+no-instrumentation
@(no_instrumentation)
@(instrumentation_enter)
@(instrumentation_exit)
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index bce818652..cc1836ef3 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -76,6 +76,8 @@ enum AstFileFlag : u32 { AstFile_IsTest = 1<<3, AstFile_IsLazy = 1<<4, + + AstFile_NoInstrumentation = 1<<5, }; enum AstDelayQueueKind { |