tools/go/analysis/passes/printf
Alan Donovan 92d8274bd7 go/analysis/passes/printf: preload with facts for std lib
This change adds to the list of standard library functions known to be
print or printf wrappers.

Although the printf Analyzer is capable of identifying wrapper
functions in the standard library, some drivers (e.g. Bazel) do not
apply analyzers to the standard packages. Really this is a  bug
in those drivers but it is not likely to be fixed for a while.

Change-Id: I2032d0cb5fcb50e7b9933a75809becdd680380ec
Reviewed-on: https://go-review.googlesource.com/c/148572
Run-TryBot: Alan Donovan <adonovan@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
2018-11-09 20:29:20 +00:00
..
testdata/src go/analysis/passes/printf: changes for analysis API 2018-10-16 19:44:49 +00:00
printf.go go/analysis/passes/printf: preload with facts for std lib 2018-11-09 20:29:20 +00:00
printf_test.go go/analysis/passes/printf: changes for analysis API 2018-10-16 19:44:49 +00:00
types.go go/analysis/passes/printf: changes for analysis API 2018-10-16 19:44:49 +00:00