EPA: Remove EpAnnNotUsed
We no longer need the EpAnnNotUsed constructor for EpAnn, as we can represent an unused annotation with an anchor having a EpaDelta of zero, and empty comments and annotations. This simplifies code handling annotations considerably. Updates haddock submodule Metric Increase: parsing001
Showing
- compiler/GHC/Hs.hs 3 additions, 0 deletionscompiler/GHC/Hs.hs
- compiler/GHC/Hs/Binds.hs 2 additions, 0 deletionscompiler/GHC/Hs/Binds.hs
- compiler/GHC/Hs/Decls.hs 3 additions, 0 deletionscompiler/GHC/Hs/Decls.hs
- compiler/GHC/Hs/Expr.hs 19 additions, 1 deletioncompiler/GHC/Hs/Expr.hs
- compiler/GHC/Hs/ImpExp.hs 2 additions, 8 deletionscompiler/GHC/Hs/ImpExp.hs
- compiler/GHC/Hs/Pat.hs 3 additions, 0 deletionscompiler/GHC/Hs/Pat.hs
- compiler/GHC/Hs/Utils.hs 1 addition, 1 deletioncompiler/GHC/Hs/Utils.hs
- compiler/GHC/HsToCore/Arrows.hs 1 addition, 1 deletioncompiler/GHC/HsToCore/Arrows.hs
- compiler/GHC/Parser.y 2 additions, 7 deletionscompiler/GHC/Parser.y
- compiler/GHC/Parser/Annotation.hs 43 additions, 77 deletionscompiler/GHC/Parser/Annotation.hs
- compiler/GHC/Parser/PostProcess.hs 6 additions, 20 deletionscompiler/GHC/Parser/PostProcess.hs
- compiler/GHC/Tc/Deriv/Generate.hs 2 additions, 2 deletionscompiler/GHC/Tc/Deriv/Generate.hs
- testsuite/tests/ghc-api/exactprint/T22919.stderr 45 additions, 7 deletionstestsuite/tests/ghc-api/exactprint/T22919.stderr
- testsuite/tests/ghc-api/exactprint/Test20239.stderr 144 additions, 24 deletionstestsuite/tests/ghc-api/exactprint/Test20239.stderr
- testsuite/tests/ghc-api/exactprint/ZeroWidthSemi.stderr 45 additions, 7 deletionstestsuite/tests/ghc-api/exactprint/ZeroWidthSemi.stderr
- testsuite/tests/haddock/should_compile_flag_haddock/T17544.stderr 1277 additions, 214 deletions...e/tests/haddock/should_compile_flag_haddock/T17544.stderr
- testsuite/tests/haddock/should_compile_flag_haddock/T17544_kw.stderr 132 additions, 22 deletions...ests/haddock/should_compile_flag_haddock/T17544_kw.stderr
- testsuite/tests/module/mod185.stderr 57 additions, 9 deletionstestsuite/tests/module/mod185.stderr
- testsuite/tests/parser/should_compile/DumpParsedAst.stderr 1055 additions, 176 deletionstestsuite/tests/parser/should_compile/DumpParsedAst.stderr
- testsuite/tests/parser/should_compile/DumpParsedAstComments.stderr 154 additions, 28 deletions.../tests/parser/should_compile/DumpParsedAstComments.stderr
Loading
Please register or sign in to comment