Split StaticAnalyzer module into three to fix a cyclic dependency. Dependencies
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 26 Feb 2015 01:11:08 +0000 (01:11 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 26 Feb 2015 01:11:08 +0000 (01:11 +0000)
commitf609a1db585a218a480c1b68d38a56beaa10cdd2
tree60659abaec9334234962ae810ab66b29d6a15338
parent6539ed75eb533906b1c413efa596c6ef6abb6b5c
Split StaticAnalyzer module into three to fix a cyclic dependency. Dependencies
are now:

  FrontendTool -> StaticAnalyzer/Frontend -> Frontend -> StaticAnalyzer/Core

The final dependency edge here is probably removable: AnalyzerOptions (and
Analyses.def) should probably live in Basic rather than StaticAnalyzer/Core.

llvm-svn: 230600
clang/include/clang/module.modulemap