[PATCH] D95342: [clang][cli] Store LangStandard::Kind in LangOptions

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 25 23:54:25 PST 2021


jansvoboda11 added inline comments.


================
Comment at: clang/include/clang/Basic/LangOptions.h:18
 #include "clang/Basic/CommentOptions.h"
+#include "clang/Basic/LangStandard.h"
 #include "clang/Basic/LLVM.h"
----------------
dexonsmith wrote:
> Nit: clang-format wants you to move this for better `#include` sorting.
Thanks, committing with this fixed.


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