diff options
author | Ilya Biryukov <ibiryukov@google.com> | 2018-02-19 13:53:49 +0000 |
---|---|---|
committer | Ilya Biryukov <ibiryukov@google.com> | 2018-02-19 13:53:49 +0000 |
commit | 3289ab20e5e73f2cbd52bfa2c449ce1fb48bae6a (patch) | |
tree | f3f8d299a95686c1ccb124a7d1bfb9185879190f /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | d6f903f05c8eaa5ad4f290f016daf84e06349901 (diff) | |
download | llvm-3289ab20e5e73f2cbd52bfa2c449ce1fb48bae6a.zip llvm-3289ab20e5e73f2cbd52bfa2c449ce1fb48bae6a.tar.gz llvm-3289ab20e5e73f2cbd52bfa2c449ce1fb48bae6a.tar.bz2 |
[CodeComplete] Avoid name clashes of 'Kind' inside CodeCompletionContext. NFC
CodeCompletionContext had declarations of field and enum inside, both named 'Kind'.
It caused gcc 4.8 to give an incorrent warning when refering to enum as
`enum CodeCompletionContext::Kind`.
Avoid that warning by renaming the private field to CCKind.
llvm-svn: 325496
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions