-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go/ssa: add associated documentation to functions #47
base: master
Are you sure you want to change the base?
Conversation
This makes it easier for clients to read compiler directives like //go:linkname or //line.
Message from Gerrit User 5976: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/131283. |
Message from Gerrit User 5195: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/131283. |
Message from Gerrit User 5020: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/131283. |
Message from Gerrit User 5195: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/131283. |
Message from Alan Donovan: Patch Set 1: Code-Review-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/131283. |
Message from Ayke van Laethem: Patch Set 1: Oops, I forgot about this change. I have used you Please don’t reply on this GitHub thread. Visit golang.org/cl/131283. |
Message from Ayke van Laethem: Patch Set 1:
*I have used your change and it has worked well for me. (Hit the wrong button). Please don’t reply on this GitHub thread. Visit golang.org/cl/131283. |
88641d9
to
db1ebf7
Compare
8185551
to
dc03839
Compare
… dev * commit '051a366f6d968396962d66a39c3f216fd01f0042': support -scroll and -style in graphviz
This makes it easier for clients to read compiler directives like
//go:linkname
or//line
.I would like to use this in my own Go compiler project.