[all-commits] [llvm/llvm-project] bbf234: [CodeCompletion] Complete designators for fields i...
Sam McCall via All-commits
all-commits at lists.llvm.org
Mon Jan 10 15:59:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbf234b56a82d1b9b7fa58f8b10f16d417500d9b
https://github.com/llvm/llvm-project/commit/bbf234b56a82d1b9b7fa58f8b10f16d417500d9b
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M clang/lib/Sema/SemaCodeComplete.cpp
M clang/test/CodeCompletion/desig-init.cpp
Log Message:
-----------
[CodeCompletion] Complete designators for fields in anonymous structs/unions
Fixes https://github.com/clangd/clangd/issues/836
Differential Revision: https://reviews.llvm.org/D116717
More information about the All-commits
mailing list