[all-commits] [llvm/llvm-project] 770ef9: Revert "[analyzer][ctu] Fix wrong 'multiple defini...
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Dec 16 17:51:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 770ef94097c02205b3ec9e902f1d6a9c99b5189c
https://github.com/llvm/llvm-project/commit/770ef94097c02205b3ec9e902f1d6a9c99b5189c
Author: Nico Weber <thakis at chromium.org>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M clang/docs/analyzer/user-docs/CrossTranslationUnit.rst
M clang/include/clang/Basic/DiagnosticCrossTUKinds.td
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/test/Analysis/Inputs/ctu-import.c.externalDefMap.ast-dump.txt
R clang/test/Analysis/Inputs/ctu-lookup-name-with-space.cpp
M clang/test/Analysis/Inputs/ctu-other.c.externalDefMap.ast-dump.txt
M clang/test/Analysis/Inputs/ctu-other.cpp.externalDefMap.ast-dump.txt
M clang/test/Analysis/Inputs/plist-macros-with-expansion-ctu.c.externalDefMap.txt
M clang/test/Analysis/ctu-inherited-default-ctor.cpp
R clang/test/Analysis/ctu-lookup-name-with-space.cpp
M clang/test/Analysis/func-mapping-test.cpp
M clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
Log Message:
-----------
Revert "[analyzer][ctu] Fix wrong 'multiple definitions' errors caused by space characters in lookup names when parsing the ctu index file"
This reverts commit 333d66b09494b7ebc1a89f2befa79128a56f77e3.
Breaks tests on macOS, see comments on https://reviews.llvm.org/D102669
More information about the All-commits
mailing list