[all-commits] [llvm/llvm-project] 1a0d46: [AST] Preserve the invalid initializer for auto Va...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Apr 27 01:28:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1a0d466081318adfc356917fccc5116f9031ef7e
https://github.com/llvm/llvm-project/commit/1a0d466081318adfc356917fccc5116f9031ef7e
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M clang/lib/Sema/SemaDecl.cpp
M clang/test/AST/ast-dump-expr-errors.cpp
M clang/test/AST/ast-dump-recovery.cpp
Log Message:
-----------
[AST] Preserve the invalid initializer for auto VarDecl.
Fixes https://github.com/clangd/clangd/issues/330
Reviewers: sammccall
Tags: #clang
Differential Revision: https://reviews.llvm.org/D78365
More information about the All-commits
mailing list