]> granicus.if.org Git - clang/commit
Detect cyclic module dependencies in a manner that is rather more
authorDouglas Gregor <dgregor@apple.com>
Thu, 15 Sep 2011 20:40:10 +0000 (20:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 15 Sep 2011 20:40:10 +0000 (20:40 +0000)
commit4ebd45f4279d84416568ada6adf56044bdf391b7
treefddd149d63dc34932172754cc809902023a7df65
parentf2b4e6652f15ed3b9492216badc9688ba7ccfe38
Detect cyclic module dependencies in a manner that is rather more
graceful than running out of stack space.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139833 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticCommonKinds.td
include/clang/Frontend/PreprocessorOptions.h
lib/Frontend/CompilerInstance.cpp