summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2018-01-22 17:18:28 +0000
committerIlya Biryukov <ibiryukov@google.com>2018-01-22 17:18:28 +0000
commitb8f231a42cbe8deb4113811a0b8bada39be54ecc (patch)
tree60c155aab095c475b21a66b739c352bc932e9c4f /llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h
parent29aced1baed029fa3f68c103ca203546033d0b6f (diff)
downloadbcm5719-llvm-b8f231a42cbe8deb4113811a0b8bada39be54ecc.tar.gz
bcm5719-llvm-b8f231a42cbe8deb4113811a0b8bada39be54ecc.zip
[CodeComplete] Fix completion in the middle of idents in macro calls
Summary: This patch removes IdentifierInfo from completion token after remembering the identifier in the preprocessor. Prior to this patch, completion token had the IdentifierInfo set to null when completing at the start of identifier and to the II for completion prefix when in the middle of identifier. This patch unifies how code completion token is handled when it is insterted before the identifier and in the middle of the identifier. The actual IdentifierInfo can still be obtained from the Preprocessor. Reviewers: bkramer, arphaman Reviewed By: bkramer Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D42241 llvm-svn: 323133
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud