[Modules] Delete a bunch of complex code for ensuring visible decls in
updated decl contexts get emitted. Since this code was added, we have newer vastly simpler code for handling this. The code I'm removing was very expensive and also generated unstable order of declarations which made module outputs non-deterministic. All of the tests continue to pass for me and I'm able to check the difference between the .pcm files after merging modules together. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233251 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Serialization/ASTWriter.h 0 additions, 6 deletionsinclude/clang/Serialization/ASTWriter.h
- lib/Serialization/ASTWriter.cpp 2 additions, 62 deletionslib/Serialization/ASTWriter.cpp
- lib/Serialization/ASTWriterDecl.cpp 2 additions, 2 deletionslib/Serialization/ASTWriterDecl.cpp
- test/Modules/stress1.cpp 1 addition, 1 deletiontest/Modules/stress1.cpp
Loading
Please register or sign in to comment