EPA: cleanups after the merge
Remove EpaAnn type synonym, rename EpaAnn' to EpaAnn. Closes #19705 Updates haddock submodule -- Change data EpaAnchor = AR RealSrcSpan | AD DeltaPos To instead be data EpaAnchor = AnchorReal RealSrcSpan | AnchorDelta DeltaPos Closes #19699 -- Change data DeltaPos = DP { deltaLine :: !Int, deltaColumn :: !Int } To instead be data DeltaPos = SameLine { deltaColumn :: !Int } | DifferentLine { deltaLine :: !Int, startColumn :: !Int } Closes #19698 -- Also some clean-ups of unused parts of check-exact.
Showing
- compiler/GHC/Hs.hs 1 addition, 1 deletioncompiler/GHC/Hs.hs
- compiler/GHC/Hs/Binds.hs 15 additions, 15 deletionscompiler/GHC/Hs/Binds.hs
- compiler/GHC/Hs/Decls.hs 31 additions, 31 deletionscompiler/GHC/Hs/Decls.hs
- compiler/GHC/Hs/Dump.hs 31 additions, 30 deletionscompiler/GHC/Hs/Dump.hs
- compiler/GHC/Hs/Expr.hs 56 additions, 56 deletionscompiler/GHC/Hs/Expr.hs
- compiler/GHC/Hs/Extension.hs 1 addition, 1 deletioncompiler/GHC/Hs/Extension.hs
- compiler/GHC/Hs/ImpExp.hs 17 additions, 17 deletionscompiler/GHC/Hs/ImpExp.hs
- compiler/GHC/Hs/Pat.hs 16 additions, 16 deletionscompiler/GHC/Hs/Pat.hs
- compiler/GHC/Hs/Type.hs 18 additions, 18 deletionscompiler/GHC/Hs/Type.hs
- compiler/GHC/Hs/Utils.hs 20 additions, 20 deletionscompiler/GHC/Hs/Utils.hs
- compiler/GHC/Parser.y 48 additions, 48 deletionscompiler/GHC/Parser.y
- compiler/GHC/Parser/Annotation.hs 102 additions, 92 deletionscompiler/GHC/Parser/Annotation.hs
- compiler/GHC/Parser/Lexer.x 4 additions, 4 deletionscompiler/GHC/Parser/Lexer.x
- compiler/GHC/Parser/PostProcess.hs 46 additions, 46 deletionscompiler/GHC/Parser/PostProcess.hs
- compiler/GHC/Parser/Types.hs 3 additions, 3 deletionscompiler/GHC/Parser/Types.hs
- compiler/GHC/Rename/Names.hs 4 additions, 4 deletionscompiler/GHC/Rename/Names.hs
- compiler/GHC/ThToHs.hs 1 addition, 1 deletioncompiler/GHC/ThToHs.hs
- testsuite/tests/haddock/should_compile_flag_haddock/T17544.stderr 80 additions, 80 deletions...e/tests/haddock/should_compile_flag_haddock/T17544.stderr
- testsuite/tests/haddock/should_compile_flag_haddock/T17544_kw.stderr 18 additions, 18 deletions...ests/haddock/should_compile_flag_haddock/T17544_kw.stderr
- testsuite/tests/module/mod185.stderr 3 additions, 3 deletionstestsuite/tests/module/mod185.stderr
Loading
Please register or sign in to comment