llvm-project/clang/lib/FrontendTool
Aaron Ballman 16ed8dd823 Add a new driver mode to dump compiler feature and extension options.
Add the ability to dump compiler option-related information to a JSON file via the -compiler-options-dump option. Specifically, it dumps the features/extensions lists -- however, this output could be extended to other information should it be useful. In order to support features and extensions, I moved them into a .def file so that we could build the various lists we care about from them without a significant increase in maintenance burden.

llvm-svn: 333653
2018-05-31 13:57:09 +00:00
..
CMakeLists.txt
ExecuteCompilerInvocation.cpp Add a new driver mode to dump compiler feature and extension options. 2018-05-31 13:57:09 +00:00