[all-commits] [llvm/llvm-project] 23f700: Revert "[clang] Prevent that Decl::dump on a CXXRe...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Sep 7 05:51:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 23f700c785a141355fa6d022552aafc73135bf5d
https://github.com/llvm/llvm-project/commit/23f700c785a141355fa6d022552aafc73135bf5d
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M clang/lib/AST/TextNodeDumper.cpp
M clang/test/AST/ast-dump-lambda.cpp
M clang/test/AST/ast-dump-records.cpp
R clang/unittests/AST/ASTDumpTest.cpp
M clang/unittests/AST/CMakeLists.txt
Log Message:
-----------
Revert "[clang] Prevent that Decl::dump on a CXXRecordDecl deserialises further declarations."
This reverts commit 0478720157f6413fad7595b8eff9c70d2d99b637. This probably
doesn't work when forcing deserialising while dumping (which the ASTDumper
optionally supports).
More information about the All-commits
mailing list