tools/go
Alan Donovan 3d26f6847a go/ssa: make *BuilderMode satisfy flag.Value
The BuilderModeFlag function does not work with flag packages (such as
Google's) that define their own FlagSet.  This change exposes a type
that satisifies flag.Value insted of a function.  That type
is *BuilderMode; there's no need for a separate wrapper type.

Change-Id: I8095b80de499e3c52a29a5c1996d1b1fe3799358
Reviewed-on: https://go-review.googlesource.com/20330
Reviewed-by: Michael Matloob <matloob@golang.org>
2016-03-07 22:18:09 +00:00
..
ast/astutil go/ast/astutil: add function DeleteNamedImport. 2016-02-26 17:37:10 +00:00
buildutil go/buildutil: add ExpandPatterns utility 2016-02-22 20:15:22 +00:00
callgraph tools: switch to standard go/types at tip 2016-01-06 22:15:26 +00:00
exact tools: add import comments. 2014-12-09 22:42:16 +00:00
gccgoimporter x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
gcimporter go/types: change {Type,Object,Selection}String to accept a Qualifier function 2015-06-30 19:00:00 +00:00
gcimporter15 go/gcimporter15: BExportData: inverse of BImportData 2016-03-02 22:33:32 +00:00
importer go/importer: in TestImportStdLib, skip 2 packages that use vendoring 2015-12-28 21:28:10 +00:00
loader cmd/guru: compute referrers as packages are type checked 2016-03-04 21:13:08 +00:00
pointer all: skip slow tests in short mode 2016-01-28 00:14:01 +00:00
ssa go/ssa: make *BuilderMode satisfy flag.Value 2016-03-07 22:18:09 +00:00
types go/types/typeutil: make IntuitiveMethodSet(*C) nonempty for concrete types C 2016-03-03 19:43:35 +00:00
vcs go/vcs: drop support for Google Code Project Hosting 2016-01-27 00:23:28 +00:00