ychen added inline comments.
Comment at: clang-tools-extra/clangd/CompileCommands.cpp:478
+ HELP, METAVAR, VALUES)
\
+ {DriverID::OPT_##ID, DriverID::OPT_##ALIAS, (void *)ALIASARGS},
+#include "clang/Driver/Options.inc"
---
uabelho added inline comments.
Comment at: clang-tools-extra/clangd/CompileCommands.cpp:478
+ HELP, METAVAR, VALUES)
\
+ {DriverID::OPT_##ID, DriverID::OPT_##ALIAS, (void *)ALIASARGS},
+#include "clang/Driver/Options.inc"
-
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3b64ab574d98: [NFC][clangd] Use table to collect option
aliases (authored by ychen).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98110/new/
https://review
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
thanks, lgtm!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98110/new/
https://reviews.llvm.org/D98110
ychen added a comment.
Herald added a project: clang-tools-extra.
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98110/new/
https://reviews.llvm.org/D98110
___
cfe-commits mailing list
cfe-commits@li
ychen created this revision.
ychen added a reviewer: sammccall.
Herald added subscribers: usaxena95, kadircet, arphaman.
ychen requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang.
- Suppress a lot of `-Wtautological-compar