Changes
Summary
- [ASTImporter] Move structural equivalence context to its own file. NFCI Create a header and impl file for the structural equivalence context. This is to allow other users outside clang importer. NFCI Differential Revision: https://reviews.llvm.org/D31777 rdar://problem/30167717
- Resurrect the standalone build of LLDB Switch includes "llvm/Config/config.h" to "llvm/Config/llvm-config.h". Tested on NetBSD 7.99.70 amd64
- [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 'adjustRemovals' is used to avoid situation when removing a range inadvertently causes 2 separate identifiers to get joined into one. But it is not useful when the edits are character precise, as is the case with the remap files.
- Use a consistent style. NFC
Change Type | Path in Repository | Path in Workspace |
---|---|---|
![]() | /cfe/trunk/include/clang/AST/ASTStructuralEquivalence.h | llvm-revision.src/cfe/trunk/include/clang/AST/ASTStructuralEquivalence.h |
![]() | /cfe/trunk/lib/AST/ASTImporter.cpp (diff) | llvm-revision.src/cfe/trunk/lib/AST/ASTImporter.cpp |
![]() | /cfe/trunk/lib/AST/ASTStructuralEquivalence.cpp | llvm-revision.src/cfe/trunk/lib/AST/ASTStructuralEquivalence.cpp |
![]() | /cfe/trunk/lib/AST/CMakeLists.txt (diff) | llvm-revision.src/cfe/trunk/lib/AST/CMakeLists.txt |
Change Type | Path in Repository | Path in Workspace |
![]() | /lldb/trunk/source/Host/common/MainLoop.cpp (diff) | llvm-revision.src/lldb/trunk/source/Host/common/MainLoop.cpp |
![]() | /lldb/trunk/source/Host/common/TCPSocket.cpp (diff) | llvm-revision.src/lldb/trunk/source/Host/common/TCPSocket.cpp |
Change Type | Path in Repository | Path in Workspace |
![]() | /cfe/trunk/include/clang/Edit/EditedSource.h (diff) | llvm-revision.src/cfe/trunk/include/clang/Edit/EditedSource.h |
![]() | /cfe/trunk/lib/ARCMigrate/ObjCMT.cpp (diff) | llvm-revision.src/cfe/trunk/lib/ARCMigrate/ObjCMT.cpp |
![]() | /cfe/trunk/lib/Edit/EditedSource.cpp (diff) | llvm-revision.src/cfe/trunk/lib/Edit/EditedSource.cpp |
![]() | /cfe/trunk/test/ARCMT/remap-applying.c | llvm-revision.src/cfe/trunk/test/ARCMT/remap-applying.c |
![]() | /cfe/trunk/test/ARCMT/remap-applying.c.result | llvm-revision.src/cfe/trunk/test/ARCMT/remap-applying.c.result |
Change Type | Path in Repository | Path in Workspace |
![]() | /cfe/trunk/lib/Sema/SemaExpr.cpp (diff) | llvm-revision.src/cfe/trunk/lib/Sema/SemaExpr.cpp |