]> granicus.if.org Git - clang/commit
there i fixed it
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Wed, 4 May 2011 23:29:54 +0000 (23:29 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Wed, 4 May 2011 23:29:54 +0000 (23:29 +0000)
commitebcbe1d3dc7d4f0c1f540a632fa0684dd0a857d5
tree7ed14f2dd4c84115623ec0929ada9b2ed232707c
parent8c647deada0c0e8407b4ced00ff09be1261fe147
there i fixed it

Increase robustness of the delegating constructor cycle detection
mechanism. No more infinite loops on invalid or logic errors leading to
false results. Ensure that this is maintained correctly accross
serialization.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130887 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTReader.h
lib/Sema/SemaDeclCXX.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/PCH/cxx0x-delegating-ctors.cpp
test/PCH/cxx0x-delegating-ctors.h [deleted file]