[clang-tools-extra] [clang-tidy] (PR #99713)

2024-07-19 Thread NagaChaitanya Vellanki via cfe-commits
https://github.com/chaitanyav updated https://github.com/llvm/llvm-project/pull/99713 >From 2899eab6f5d9bbed72a20b8da9e01ebccf7b576c Mon Sep 17 00:00:00 2001 From: NagaChaitanya Vellanki Date: Fri, 19 Jul 2024 14:26:23 -0700 Subject: [PATCH] [clang-tidy] modernize-use-cpp-style-comments chec

[clang-tools-extra] [clang-tidy] (PR #99713)

2024-07-19 Thread NagaChaitanya Vellanki via cfe-commits
https://github.com/chaitanyav updated https://github.com/llvm/llvm-project/pull/99713 >From 0bee2b58078e616d7be558dd09db5ca3deef3f4c Mon Sep 17 00:00:00 2001 From: NagaChaitanya Vellanki Date: Fri, 19 Jul 2024 14:26:23 -0700 Subject: [PATCH] [clang-tidy] modernize-use-cpp-style-comments chec

[clang-tools-extra] [clang-tidy] (PR #99713)

2024-07-19 Thread NagaChaitanya Vellanki via cfe-commits
https://github.com/chaitanyav updated https://github.com/llvm/llvm-project/pull/99713 >From c8b8a13188cb941e08a6aae604bd79ae3469cf89 Mon Sep 17 00:00:00 2001 From: NagaChaitanya Vellanki Date: Fri, 19 Jul 2024 14:26:23 -0700 Subject: [PATCH] [clang-tidy] modernize-use-cpp-style-comments chec

[clang-tools-extra] [clang-tidy] (PR #99713)

2024-07-19 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 837d606458f014ceed1b5d4504909f32b83362a8 dc9d737e978093505c7de44b1d29f731d837983c --e

[clang-tools-extra] [clang-tidy] (PR #99713)

2024-07-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-tidy Author: NagaChaitanya Vellanki (chaitanyav) Changes modernize-use-cpp-style-comments check finds C style comments and suggests to use C++ style comments Fixes #24841 @LegalizeAdulthood @PiotrZSL ``` ~/scratch/llvm_test_ground/test

[clang-tools-extra] [clang-tidy] (PR #99713)

2024-07-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-tools-extra Author: NagaChaitanya Vellanki (chaitanyav) Changes modernize-use-cpp-style-comments check finds C style comments and suggests to use C++ style comments Fixes #24841 @LegalizeAdulthood @PiotrZSL ``` ~/scratch/llvm_test_grou

[clang-tools-extra] [clang-tidy] (PR #99713)

2024-07-19 Thread NagaChaitanya Vellanki via cfe-commits
https://github.com/chaitanyav created https://github.com/llvm/llvm-project/pull/99713 modernize-use-cpp-style-comments check finds C style comments and suggests to use C++ style comments Fixes #24841 @LegalizeAdulthood @PiotrZSL ``` ~/scratch/llvm_test_ground/test1.cpp:1:1: warning: