clang/tools/driver
Daniel Dunbar f56a488a6b Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object
for use in reporting diagnostics.
 - We don't want to use the Action's own CompilerInstance, because that is only
   initialized during file processing and I like that invariant.

Also, if ParseArgs returns false then abandon execution.

Also, remove unused PluginASTAction::PrintHelp virtual method.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110039 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-02 15:31:28 +00:00
..
CMakeLists.txt Fix cmake build. 2010-07-17 11:59:16 +00:00
Info.plist.in build/Darwin: Add missing Info.plist template. 2010-07-15 20:26:56 +00:00
Makefile Reapply r108617. 2010-07-19 01:31:21 +00:00
cc1_main.cpp Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object 2010-08-02 15:31:28 +00:00
cc1as_main.cpp Prepare for upcoming ownership change. 2010-07-29 17:48:03 +00:00
driver.cpp Driver: Keep track of a separate "install dir", which is the path where clang 2010-08-01 22:29:51 +00:00