[PATCH] D58525: [clangd] Don't attach FixIt to the source code in macro.

2019-02-22 Thread Haojian Wu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL354664: [clangd] Don't attach FixIt to the source code in macro. (authored by hokein, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Repository: rL LLVM CHANGES

[PATCH] D58525: [clangd] Don't attach FixIt to the source code in macro.

2019-02-22 Thread Ilya Biryukov via Phabricator via cfe-commits
ilya-biryukov accepted this revision. ilya-biryukov added a comment. This revision is now accepted and ready to land. LGTM. Thanks! Repository: rCTE Clang Tools Extra CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58525/new/ https://reviews.llvm.org/D58525 _

[PATCH] D58525: [clangd] Don't attach FixIt to the source code in macro.

2019-02-21 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: ilya-biryukov. Herald added subscribers: kadircet, arphaman, jkorous, MaskRay, ioeric. Herald added a project: clang. We are less certain it is the correct fix. Also, clang doesn't apply FixIt to the source code in macro. Repository: rCTE