[all-commits] [llvm/llvm-project] 96f028: Revert "[clang][ExtractAPI] Add queried symbol to ...
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Wed Mar 29 11:40:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96f028c0a2826c1fe13d126124692ba5470d227a
https://github.com/llvm/llvm-project/commit/96f028c0a2826c1fe13d126124692ba5470d227a
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
M clang/test/Index/extract-api-cursor.m
M clang/test/Index/extract-api-usr.m
Log Message:
-----------
Revert "[clang][ExtractAPI] Add queried symbol to parent contexts in libclang"
This reverts commit 1cfe1e732ad8e8148f6fa8fc0f0c86f4b965d567.
Depends on reverted commit 158a431227a876306fe5838936413dd51588d0c6. See
https://reviews.llvm.org/rG79116475124112051625b1a0665e35c861bb13fd for
more information, this broke the ASan bots.
Commit: 3be6c4d413f6ccabdcc8205ce73970bf3df162d3
https://github.com/llvm/llvm-project/commit/3be6c4d413f6ccabdcc8205ce73970bf3df162d3
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M clang/include/clang/ExtractAPI/ExtractAPIVisitor.h
R clang/include/clang/ExtractAPI/TypedefUnderlyingTypeResolver.h
M clang/lib/ExtractAPI/CMakeLists.txt
M clang/lib/ExtractAPI/DeclarationFragments.cpp
M clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
A clang/lib/ExtractAPI/ExtractAPIVisitor.cpp
M clang/lib/ExtractAPI/TypedefUnderlyingTypeResolver.cpp
A clang/lib/ExtractAPI/TypedefUnderlyingTypeResolver.h
M clang/test/Index/extract-api-cursor.m
M clang/tools/c-index-test/c-index-test.c
M clang/tools/libclang/CXExtractAPI.cpp
Log Message:
-----------
Revert "Revert "Revert ExtractAPI from https://reviews.llvm.org/D146656""
This reverts commit 79116475124112051625b1a0665e35c861bb13fd.
Broke the ASan bots. See more information in
https://reviews.llvm.org/rG79116475124112051625b1a0665e35c861bb13fd
Compare: https://github.com/llvm/llvm-project/compare/477f9cea77e6...3be6c4d413f6
More information about the All-commits
mailing list