[commit: ghc] wip/T14529: Make LHsQTyVars actually Located, and locate HsForAllTy.hst_bndrs (9a86345)

git at git.haskell.org git at git.haskell.org
Sat Dec 2 16:51:45 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T14529
Link       : http://ghc.haskell.org/trac/ghc/changeset/9a86345be9987b9610068c38a5e430393a5f7a81/ghc

>---------------------------------------------------------------

commit 9a86345be9987b9610068c38a5e430393a5f7a81
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Sat Dec 2 18:48:48 2017 +0200

    Make LHsQTyVars actually Located, and locate HsForAllTy.hst_bndrs
    
    So that AnnDot and AnnForAll can attach to the right places (API Annotations)


>---------------------------------------------------------------

9a86345be9987b9610068c38a5e430393a5f7a81
 compiler/deSugar/DsMeta.hs                        | 12 ++---
 compiler/hsSyn/Convert.hs                         | 14 +++---
 compiler/hsSyn/HsDecls.hs                         |  4 +-
 compiler/hsSyn/HsTypes.hs                         | 56 +++++++++++++----------
 compiler/hsSyn/HsUtils.hs                         |  2 +-
 compiler/parser/Parser.y                          | 23 ++++++----
 compiler/parser/RdrHsSyn.hs                       | 26 +++++++----
 compiler/rename/RnSource.hs                       |  6 +--
 compiler/rename/RnTypes.hs                        | 20 ++++----
 compiler/typecheck/TcHsType.hs                    |  6 +--
 compiler/typecheck/TcRnDriver.hs                  |  5 +-
 compiler/typecheck/TcTyClsDecls.hs                |  6 +--
 testsuite/tests/ghc-api/annotations/T10278.stdout | 28 ++++++------
 testsuite/tests/ghc-api/annotations/T10399.stdout | 10 ++--
 testsuite/tests/ghc-api/annotations/T11018.stdout |  8 ++--
 15 files changed, 123 insertions(+), 103 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 9a86345be9987b9610068c38a5e430393a5f7a81


More information about the ghc-commits mailing list