Skip to content

clang-tidy: Fixes in passes #477

Merged
pdschubert merged 10 commits intodevelopmentfrom
f-ClangTidyFixPasses22
Jan 11, 2022
Merged

clang-tidy: Fixes in passes #477
pdschubert merged 10 commits intodevelopmentfrom
f-ClangTidyFixPasses22

Conversation

@MMory
Copy link
Copy Markdown
Member

@MMory MMory commented Jan 10, 2022

No description provided.

@MMory MMory requested review from pdschubert and vulder January 10, 2022 16:05
Comment thread lib/PhasarLLVM/Passes/ExampleModulePass.cpp Outdated
Comment thread lib/PhasarLLVM/Passes/GeneralStatisticsAnalysis.cpp Outdated
Comment thread lib/PhasarLLVM/Passes/GeneralStatisticsAnalysis.cpp Outdated
Comment thread lib/PhasarLLVM/Passes/ValueAnnotationPass.cpp Outdated
MMory and others added 4 commits January 10, 2022 17:08
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Comment thread lib/PhasarLLVM/Passes/GeneralStatisticsAnalysis.cpp Outdated
Comment thread lib/PhasarLLVM/Passes/ValueAnnotationPass.cpp Outdated

llvm::PreservedAnalyses
ValueAnnotationPass::run(llvm::Module &M, llvm::ModuleAnalysisManager &AM) {
ValueAnnotationPass::run(llvm::Module &M, llvm::ModuleAnalysisManager &/*AM*/) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
ValueAnnotationPass::run(llvm::Module &M, llvm::ModuleAnalysisManager &/*AM*/) {
ValueAnnotationPass::run(llvm::Module &M,
llvm::ModuleAnalysisManager & /*AM*/) {


GeneralStatisticsAnalysis::GeneralStatisticsAnalysis() = default;

llvm::AnalysisKey GeneralStatisticsAnalysis::Key; // NOLINT
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
llvm::AnalysisKey GeneralStatisticsAnalysis::Key; // NOLINT
llvm::AnalysisKey GeneralStatisticsAnalysis::Key; // NOLINT

GeneralStatistics
GeneralStatisticsAnalysis::run(llvm::Module &M,
llvm::ModuleAnalysisManager &AM) {
llvm::ModuleAnalysisManager &/*AM*/) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
llvm::ModuleAnalysisManager &/*AM*/) {
llvm::ModuleAnalysisManager & /*AM*/) {


llvm::PreservedAnalyses
ValueAnnotationPass::run(llvm::Module &M, llvm::ModuleAnalysisManager &AM) {
ValueAnnotationPass::run(llvm::Module &M, llvm::ModuleAnalysisManager &/*AM*/) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
ValueAnnotationPass::run(llvm::Module &M, llvm::ModuleAnalysisManager &/*AM*/) {
ValueAnnotationPass::run(llvm::Module &M,
llvm::ModuleAnalysisManager & /*AM*/) {

Comment thread include/phasar/PhasarLLVM/Passes/ExampleModulePass.h Outdated
Comment thread include/phasar/PhasarLLVM/Passes/GeneralStatisticsAnalysis.h Outdated
Comment thread include/phasar/PhasarPass/Options.h Outdated
Comment thread lib/PhasarPass/RegisterPasses.cpp Outdated
@pdschubert pdschubert merged commit 49989f4 into development Jan 11, 2022
@pdschubert pdschubert deleted the f-ClangTidyFixPasses22 branch January 11, 2022 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants