Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Python: Add overlay annotations to AST template
Otherwise these will disappear every time we regenerate the AST.
  • Loading branch information
tausbn committed Apr 10, 2026
commit fe94828fe4e0152f03a3c834db1309ecda200e63
2 changes: 2 additions & 0 deletions python/extractor/semmle/query_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ def pop_least_value(nodes):
* WARNING: Any modifications to this file will be lost.
* Relations can be changed by modifying master.py.
*/
overlay[local]
module;
Comment thread
jketema marked this conversation as resolved.
'''

def main():
Expand Down