[all-commits] [llvm/llvm-project] 93471e: [clang] NFC, move CompilerInvocation::setLangDefau...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Apr 13 00:53:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93471e65df48372ee59bd0c2f8ba58a254ba1ca5
https://github.com/llvm/llvm-project/commit/93471e65df48372ee59bd0c2f8ba58a254ba1ca5
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Basic/LangStandard.h
M clang/include/clang/Frontend/CompilerInvocation.h
M clang/lib/Basic/LangOptions.cpp
M clang/lib/Basic/LangStandards.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[clang] NFC, move CompilerInvocation::setLangDefaults to LangOptions.h
The function is moved from clangFrontend to clangBasic, which allows tools
(e.g. clang pseudoparser) which don't depend on clangFrontend to use.
Differential Revision: https://reviews.llvm.org/D121375
More information about the All-commits
mailing list