]> granicus.if.org Git - clang/commit
Driver: Add Source argument for Commands to hold the Action which caused a
authorDaniel Dunbar <daniel@zuster.org>
Wed, 1 Jul 2009 19:02:28 +0000 (19:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 1 Jul 2009 19:02:28 +0000 (19:02 +0000)
commitcae087e164e94e4286c11bf694dd0ff88f295302
treeac70032590c62a21da250b32a40366102a2067b7
parent4d374d4a4832a01d5d3b75c59cb1567e60df41e7
Driver: Add Source argument for Commands to hold the Action which caused a
Command to be generated, to support more advanced diagnostics.
 - No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74627 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Job.h
lib/Driver/Job.cpp
lib/Driver/Tools.cpp