This revision was automatically updated to reflect the committed changes.
Closed by commit rL368743: [Refactor] Moving SourceExtraction header from lib
to include (authored by SureYeaah, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit
arphaman accepted this revision.
arphaman added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65878/new/
https://reviews.llvm.org/D65878
___
SureYeaah updated this revision to Diff 213973.
SureYeaah added a comment.
Added endif comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65878/new/
https://reviews.llvm.org/D65878
Files:
clang/include/clang/Tooling/Refactoring/Extract/Source
SureYeaah created this revision.
SureYeaah added a reviewer: arphaman.
Herald added subscribers: cfe-commits, kadircet, dexonsmith, ilya-biryukov.
Herald added a project: clang.
- Moved the SourceExtraction header from lib to include so that it can
be used in clangd.
Repository:
rG LLVM Githu