This file was exceeding a limit in MSVC:
fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj
Differential D82766
Compile the RecursiveASTVisitor callbacks test with "/bigobj" gribozavr on Jun 29 2020, 6:47 AM. Authored by
Details This file was exceeding a limit in MSVC: fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj
Diff Detail
|
Just a nit, but I think we want to alphabetically order these like include files (so after the ExprVisitor below).