commit | 72d32629303f8f39362a4099481f48646aed042f | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Tue May 06 16:20:11 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Tue May 06 16:23:19 2014 -0700 |
tree | 0ff613168c3bf2e12799594c9211f9a1694119e2 | |
parent | 47ebd77a6d249403a34d242908749b7446da2a82 [diff] |
Give Compiler a back reference to the driver. The compiler driver is a single object delegating work to the compiler, rather than passing it through to every Compiler call make it a member of Compiler so that it maybe queried. This simplifies the Compiler API and makes the relationship to CompilerDriver more explicit. Remove reference arguments that contravene code style. Change-Id: Iba47f2e3cbda679a7ec7588f26188d77643aa2c6