llvm-project/clang/tools/clang-check
Adrian Prantl fb2398d0c4 Make the clang module container format selectable from the command line.
- introduces a new cc1 option -fmodule-format=[raw,obj]
  with 'raw' being the default
- supports arbitrary module container formats that libclang is agnostic to
- adds the format to the module hash to avoid collisions
- splits the old PCHContainerOperations into PCHContainerWriter and
  a PCHContainerReader.

Thanks to Richard Smith for reviewing this patch!

llvm-svn: 242499
2015-07-17 01:19:54 +00:00
..
CMakeLists.txt Make the clang module container format selectable from the command line. 2015-07-17 01:19:54 +00:00
ClangCheck.cpp Make the clang module container format selectable from the command line. 2015-07-17 01:19:54 +00:00
Makefile Revert "Revert r241620 and follow-up commits" and move the initialization 2015-07-08 01:00:30 +00:00