Bespoke TokenLocation data type
The EpaAnnCO we were using contained an Anchor instead of EpaLocation, making it harder to work with. At the same time, using EpaLocation by itself isn't possible either, as we may have tokens without location information. Hence the new data type: data TokenLocation = NoTokenLoc | TokenLoc !EpaLocation
Showing
- compiler/GHC/Hs/Extension.hs 6 additions, 6 deletionscompiler/GHC/Hs/Extension.hs
- compiler/GHC/Parser.y 2 additions, 2 deletionscompiler/GHC/Parser.y
- compiler/GHC/Parser/Annotation.hs 6 additions, 0 deletionscompiler/GHC/Parser/Annotation.hs
- compiler/GHC/Parser/PostProcess.hs 22 additions, 4 deletionscompiler/GHC/Parser/PostProcess.hs
- testsuite/tests/haddock/should_compile_flag_haddock/T17544.stderr 10 additions, 35 deletions...e/tests/haddock/should_compile_flag_haddock/T17544.stderr
- testsuite/tests/haddock/should_compile_flag_haddock/T17544_kw.stderr 2 additions, 7 deletions...ests/haddock/should_compile_flag_haddock/T17544_kw.stderr
- testsuite/tests/parser/should_compile/DumpParsedAst.stderr 6 additions, 11 deletionstestsuite/tests/parser/should_compile/DumpParsedAst.stderr
- testsuite/tests/parser/should_compile/DumpRenamedAst.stderr 20 additions, 60 deletionstestsuite/tests/parser/should_compile/DumpRenamedAst.stderr
- testsuite/tests/parser/should_compile/DumpTypecheckedAst.stderr 20 additions, 20 deletions...ite/tests/parser/should_compile/DumpTypecheckedAst.stderr
- testsuite/tests/parser/should_compile/KindSigs.stderr 4 additions, 14 deletionstestsuite/tests/parser/should_compile/KindSigs.stderr
- testsuite/tests/parser/should_compile/T14189.stderr 2 additions, 2 deletionstestsuite/tests/parser/should_compile/T14189.stderr
- testsuite/tests/printer/T18791.stderr 2 additions, 7 deletionstestsuite/tests/printer/T18791.stderr
- utils/check-exact/ExactPrint.hs 2 additions, 5 deletionsutils/check-exact/ExactPrint.hs
Loading
Please register or sign in to comment