[all-commits] [llvm/llvm-project] 3ee1ec: LangOptions cannot depend on ASTContext, make it n...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Thu Apr 16 02:47:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ee1ec0b9dd6ee2350f39ae8a418bf3ce28d06cf
https://github.com/llvm/llvm-project/commit/3ee1ec0b9dd6ee2350f39ae8a418bf3ce28d06cf
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M clang/include/clang/AST/Expr.h
M clang/include/clang/Basic/LangOptions.h
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/Expr.cpp
M clang/lib/Basic/LangOptions.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/TreeTransform.h
Log Message:
-----------
LangOptions cannot depend on ASTContext, make it not use ASTContext directly
Fixes a layering violation introduced in 2ba4e3a4598b165245c581c506a813cd4a7dce33.
More information about the All-commits
mailing list