This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c7e7dd2863 [analyzer] Remove memoization from RunLoopAutoreleaseLeakChecker new 27ce6b3918 Move CodeGenOptions from Frontend to Basic
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/{Frontend => Basic}/CodeGenOptions.def | 0 include/clang/{Frontend => Basic}/CodeGenOptions.h | 10 +++++----- include/clang/Frontend/CompilerInvocation.h | 2 +- include/clang/module.modulemap | 9 +-------- lib/Basic/CMakeLists.txt | 1 + lib/{Frontend => Basic}/CodeGenOptions.cpp | 4 ++-- lib/Basic/Targets/AMDGPU.cpp | 2 +- lib/CodeGen/BackendUtil.cpp | 2 +- lib/CodeGen/CGCXX.cpp | 2 +- lib/CodeGen/CGCall.cpp | 2 +- lib/CodeGen/CGClass.cpp | 2 +- lib/CodeGen/CGDebugInfo.cpp | 2 +- lib/CodeGen/CGDebugInfo.h | 2 +- lib/CodeGen/CGDecl.cpp | 2 +- lib/CodeGen/CGDeclCXX.cpp | 2 +- lib/CodeGen/CGExpr.cpp | 2 +- lib/CodeGen/CGExprCXX.cpp | 2 +- lib/CodeGen/CGExprScalar.cpp | 2 +- lib/CodeGen/CGObjCMac.cpp | 2 +- lib/CodeGen/CGRecordLayoutBuilder.cpp | 2 +- lib/CodeGen/CGVTables.cpp | 2 +- lib/CodeGen/CodeGenABITypes.cpp | 1 - lib/CodeGen/CodeGenFunction.cpp | 2 +- lib/CodeGen/CodeGenFunction.h | 2 +- lib/CodeGen/CodeGenModule.cpp | 2 +- lib/CodeGen/CodeGenPGO.h | 1 - lib/CodeGen/CodeGenTBAA.cpp | 2 +- lib/CodeGen/CoverageMappingGen.h | 1 - lib/CodeGen/ModuleBuilder.cpp | 2 +- lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 2 +- lib/CodeGen/TargetInfo.cpp | 2 +- lib/Frontend/CMakeLists.txt | 1 - lib/Frontend/CompilerInvocation.cpp | 2 +- 33 files changed, 33 insertions(+), 43 deletions(-) rename include/clang/{Frontend => Basic}/CodeGenOptions.def (100%) rename include/clang/{Frontend => Basic}/CodeGenOptions.h (98%) rename lib/{Frontend => Basic}/CodeGenOptions.cpp (90%)