[all-commits] [llvm/llvm-project] 84ab31: [clang][NFC] Break out enum completion from other ...
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Mon Jun 7 06:30:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84ab315574099dcac8f9fb89fe8558f8ccfbce5f
https://github.com/llvm/llvm-project/commit/84ab315574099dcac8f9fb89fe8558f8ccfbce5f
Author: Nathan Sidwell <nathan at acm.org>
Date: 2021-06-07 (Mon, 07 Jun 2021)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaCXXScopeSpec.cpp
Log Message:
-----------
[clang][NFC] Break out enum completion from other type context completion
This prepatch for using-enum breaks out the enum completion that that
will need from the existing scope completion logic.
Differential Revision: https://reviews.llvm.org/D102239
More information about the All-commits
mailing list