[all-commits] [llvm/llvm-project] ac2090: [clang] Remove unused forward declarations (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jan 9 12:21:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac2090d507a67d1e98594d081ce3951837d43f28
https://github.com/llvm/llvm-project/commit/ac2090d507a67d1e98594d081ce3951837d43f28
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-09 (Sun, 09 Jan 2022)
Changed paths:
M clang/include/clang/AST/ASTConcept.h
M clang/include/clang/AST/ASTContext.h
M clang/include/clang/AST/ASTImporterLookupTable.h
M clang/include/clang/AST/Attr.h
M clang/include/clang/AST/AttrIterator.h
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/DeclBase.h
M clang/include/clang/AST/DeclCXX.h
M clang/include/clang/AST/DeclarationName.h
M clang/include/clang/AST/MangleNumberingContext.h
M clang/include/clang/AST/PrettyDeclStackTrace.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/TemplateBase.h
M clang/include/clang/AST/TemplateName.h
M clang/include/clang/Analysis/Analyses/CalledOnceCheck.h
M clang/include/clang/Analysis/BodyFarm.h
M clang/include/clang/Analysis/PathDiagnostic.h
M clang/include/clang/Analysis/ProgramPoint.h
M clang/include/clang/Basic/PartialDiagnostic.h
M clang/include/clang/Basic/ProfileList.h
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/CodeGen/CodeGenABITypes.h
M clang/include/clang/CodeGen/SwiftCallingConv.h
M clang/include/clang/Driver/Util.h
M clang/include/clang/Format/Format.h
M clang/include/clang/Frontend/ASTConsumers.h
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Frontend/FrontendActions.h
M clang/include/clang/Frontend/SerializedDiagnosticPrinter.h
M clang/include/clang/Interpreter/Interpreter.h
M clang/include/clang/Sema/AnalysisBasedWarnings.h
M clang/include/clang/Sema/ExternalSemaSource.h
M clang/include/clang/Sema/Initialization.h
M clang/include/clang/Sema/ScopeInfo.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ASTWriter.h
M clang/include/clang/Serialization/GlobalModuleIndex.h
M clang/include/clang/Serialization/PCHContainerOperations.h
M clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
M clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
M clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
M clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
M clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
M clang/include/clang/Tooling/Refactoring/Rename/RenamingAction.h
M clang/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h
M clang/include/clang/Tooling/Tooling.h
M clang/tools/libclang/CXType.h
Log Message:
-----------
[clang] Remove unused forward declarations (NFC)
Commit: b12fd138127e368a5d78109bef77713c0bcd536e
https://github.com/llvm/llvm-project/commit/b12fd138127e368a5d78109bef77713c0bcd536e
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-09 (Sun, 09 Jan 2022)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
M clang-tools-extra/clangd/CodeComplete.cpp
M clang-tools-extra/clangd/SourceCode.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M lld/MachO/SyntheticSections.cpp
M lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
M lldb/source/Expression/DWARFExpression.cpp
M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
M lldb/source/Symbol/Function.cpp
M lldb/source/Target/TraceInstructionDumper.cpp
M lldb/source/Utility/Reproducer.cpp
M polly/include/polly/ScopPass.h
Log Message:
-----------
Fix bugprone argument comments.
Identified by bugprone-argument-comment.
Commit: 47b9aadb3215e914119d0c45827ea58cb7499204
https://github.com/llvm/llvm-project/commit/47b9aadb3215e914119d0c45827ea58cb7499204
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-09 (Sun, 09 Jan 2022)
Changed paths:
M lldb/include/lldb/Breakpoint/BreakpointOptions.h
M lldb/include/lldb/Breakpoint/WatchpointOptions.h
M lldb/include/lldb/Core/Address.h
M lldb/include/lldb/Core/Declaration.h
M lldb/include/lldb/Core/Disassembler.h
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/Core/LoadedModuleInfoList.h
M lldb/include/lldb/Core/Module.h
M lldb/include/lldb/Core/ModuleSpec.h
M lldb/include/lldb/Core/StructuredDataImpl.h
M lldb/include/lldb/Core/ThreadSafeValue.h
M lldb/include/lldb/Core/Value.h
M lldb/include/lldb/Core/ValueObject.h
M lldb/include/lldb/DataFormatters/FormatClasses.h
M lldb/include/lldb/DataFormatters/TypeSynthetic.h
M lldb/include/lldb/Expression/IRExecutionUnit.h
M lldb/include/lldb/Host/Debug.h
M lldb/include/lldb/Host/FileSystem.h
M lldb/include/lldb/Interpreter/OptionValueArray.h
M lldb/include/lldb/Symbol/CompactUnwindInfo.h
M lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
M lldb/include/lldb/Symbol/ObjectContainer.h
M lldb/include/lldb/Symbol/Type.h
M lldb/include/lldb/Symbol/UnwindPlan.h
M lldb/include/lldb/Target/InstrumentationRuntime.h
M lldb/include/lldb/Target/Language.h
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/Target/Process.h
M lldb/include/lldb/Target/RegisterCheckpoint.h
M lldb/include/lldb/Target/SectionLoadHistory.h
M lldb/include/lldb/Target/SectionLoadList.h
M lldb/include/lldb/Target/Unwind.h
M lldb/include/lldb/Target/UnwindLLDB.h
M lldb/include/lldb/Utility/Environment.h
M lldb/include/lldb/Utility/Event.h
M lldb/include/lldb/Utility/GDBRemote.h
M lldb/include/lldb/Utility/Predicate.h
M lldb/include/lldb/Utility/ProcessInfo.h
M lldb/include/lldb/Utility/ReproducerProvider.h
M lldb/include/lldb/Utility/SharedCluster.h
M lldb/include/lldb/Utility/StreamTee.h
M lldb/include/lldb/Utility/StringExtractorGDBRemote.h
M lldb/include/lldb/Utility/StructuredData.h
Log Message:
-----------
[lldb] Remove redundant member initialization (NFC)
Commit: 8afcfbfb8fc1e53023ffac9d9bdc424248d6d2ff
https://github.com/llvm/llvm-project/commit/8afcfbfb8fc1e53023ffac9d9bdc424248d6d2ff
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-09 (Sun, 09 Jan 2022)
Changed paths:
M clang-tools-extra/clangd/refactor/Rename.cpp
M lld/COFF/Writer.cpp
M lld/ELF/Arch/X86_64.cpp
M lld/MachO/Arch/ARM.cpp
M lld/MachO/InputSection.h
M lldb/source/Host/common/Host.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
M lldb/source/Symbol/TypeSystem.cpp
M lldb/source/Target/TraceInstructionDumper.cpp
M polly/lib/Analysis/ScopDetection.cpp
M polly/lib/CodeGen/PerfMonitor.cpp
Log Message:
-----------
Use true/false instead of 1/0 (NFC)
Identified by modernize-use-bool-literals.
Compare: https://github.com/llvm/llvm-project/compare/39ea676d9d0e...8afcfbfb8fc1
More information about the All-commits
mailing list