]> granicus.if.org Git - clang/commit
Change cycle detection to be based off of a warning flag.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Thu, 5 May 2011 00:05:47 +0000 (00:05 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Thu, 5 May 2011 00:05:47 +0000 (00:05 +0000)
commitc1598700010cea9364a58a65e967b0b56361b6aa
tree84b34b76ede8fe385130720052715283f926daeb
parente74c25c5c0375004bd84945bda53c3a96f443da8
Change cycle detection to be based off of a warning flag.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130898 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/LangOptions.h
include/clang/Driver/CC1Options.td
lib/Frontend/CompilerInvocation.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaDeclCXX.cpp