[PATCH] D95342: [clang][cli] Store LangStandard::Kind in LangOptions
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 25 12:03:44 PST 2021
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: clang/include/clang/Basic/LangOptions.h:18
#include "clang/Basic/CommentOptions.h"
+#include "clang/Basic/LangStandard.h"
#include "clang/Basic/LLVM.h"
----------------
Nit: clang-format wants you to move this for better `#include` sorting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95342/new/
https://reviews.llvm.org/D95342
More information about the cfe-commits
mailing list