llvm-project/clang/examples
Daniel Dunbar 2be96746b4 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.

llvm-svn: 110039
2010-08-02 15:31:28 +00:00
..
PrintFunctionNames Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object 2010-08-02 15:31:28 +00:00
clang-interpreter Fix clang-interpreter build 2010-07-24 17:59:51 +00:00
wpa Make a bunch of new data structures for the new analysis 2010-07-22 13:52:13 +00:00
CMakeLists.txt Wire up Daniel's new spiffy C interpreter into the CMake build system 2010-02-27 07:46:49 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00