[PATCH] D98498: [clangd] Enable modules to contribute tweaks.

2021-04-13 Thread Kadir Cetinkaya via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGbb6d96ced80f: [clangd] Enable modules to contribute tweaks. (authored by kadircet). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST

[PATCH] D98498: [clangd] Enable modules to contribute tweaks.

2021-03-23 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet updated this revision to Diff 332552. kadircet marked 4 inline comments as done. kadircet added a comment. Herald added a subscriber: mgorny. - Add test - Move forward declarations out of signatures - Move FeatureModuleSets to the last parameter in prepareTweaks Repository: rG LLVM

[PATCH] D98498: [clangd] Enable modules to contribute tweaks.

2021-03-15 Thread Sam McCall via Phabricator via cfe-commits
sammccall accepted this revision. sammccall added a comment. This revision is now accepted and ready to land. Herald added a project: clang-tools-extra. Should we have a test somewhere that tweaks defined in modules actually work? Comment at:

[PATCH] D98498: [clangd] Enable modules to contribute tweaks.

2021-03-12 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet created this revision. kadircet added a reviewer: sammccall. Herald added subscribers: usaxena95, arphaman. kadircet requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov. Herald added a project: clang. First patch to enable diagnostic fix