This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
cleanup: use same clang-tidy in all repositories #206
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Mar 6, 2020
Use the clang-tidy distributed with Fedora (currently clang-tidy-9) in this repository. I am planning to make similar changes in the other repositories and bring all our `clang-tidy` builds to use the same versions of `clang-format`, `clang-tidy`, `doxygen`, `buildifier`, `shellcheck`, and `cmake_format`. I also updated the clang-tidy configuration to match the newer repos (`-pubsub` and `-spanner`), and cleaned up any errors found in the files. Finally, fixed a number of Doxygen comments that used `<U>` (for a template parameter) which Doxygen thought was an unordered list or something.
coryan
changed the title
cleanup: use same clang-tidy in all repositories.
cleanup: use same clang-tidy in all repositories
Mar 6, 2020
Codecov Report
@@ Coverage Diff @@
## master #206 +/- ##
==========================================
+ Coverage 96.25% 96.26% +0.01%
==========================================
Files 97 97
Lines 4409 4421 +12
==========================================
+ Hits 4244 4256 +12
Misses 165 165
Continue to review full report at Codecov.
|
devbww
approved these changes
Mar 6, 2020
I fixed the inconsistent |
devbww
approved these changes
Mar 6, 2020
devjgm
pushed a commit
to devjgm/google-cloud-cpp
that referenced
this pull request
Apr 9, 2020
…loud-cpp-common#206) Use the clang-tidy distributed with Fedora (currently clang-tidy-9) in this repository. I am planning to make similar changes in the other repositories and bring all our `clang-tidy` builds to use the same versions of `clang-format`, `clang-tidy`, `doxygen`, `buildifier`, `shellcheck`, and `cmake_format`. I also updated the clang-tidy configuration to match the newer repos (`-pubsub` and `-spanner`), and cleaned up any errors found in the files. Finally, fixed a number of Doxygen comments that used `<U>` (for a template parameter) which Doxygen thought was an unordered list or something.
devjgm
pushed a commit
to devjgm/google-cloud-cpp
that referenced
this pull request
Apr 9, 2020
…loud-cpp-common#206) Use the clang-tidy distributed with Fedora (currently clang-tidy-9) in this repository. I am planning to make similar changes in the other repositories and bring all our `clang-tidy` builds to use the same versions of `clang-format`, `clang-tidy`, `doxygen`, `buildifier`, `shellcheck`, and `cmake_format`. I also updated the clang-tidy configuration to match the newer repos (`-pubsub` and `-spanner`), and cleaned up any errors found in the files. Finally, fixed a number of Doxygen comments that used `<U>` (for a template parameter) which Doxygen thought was an unordered list or something.
coryan
added a commit
to coryan/google-cloud-cpp
that referenced
this pull request
Apr 24, 2020
…loud-cpp-common#206) Use the clang-tidy distributed with Fedora (currently clang-tidy-9) in this repository. I am planning to make similar changes in the other repositories and bring all our `clang-tidy` builds to use the same versions of `clang-format`, `clang-tidy`, `doxygen`, `buildifier`, `shellcheck`, and `cmake_format`. I also updated the clang-tidy configuration to match the newer repos (`-pubsub` and `-spanner`), and cleaned up any errors found in the files. Finally, fixed a number of Doxygen comments that used `<U>` (for a template parameter) which Doxygen thought was an unordered list or something.
coryan
added a commit
to coryan/google-cloud-cpp
that referenced
this pull request
Apr 24, 2020
…loud-cpp-common#206) Use the clang-tidy distributed with Fedora (currently clang-tidy-9) in this repository. I am planning to make similar changes in the other repositories and bring all our `clang-tidy` builds to use the same versions of `clang-format`, `clang-tidy`, `doxygen`, `buildifier`, `shellcheck`, and `cmake_format`. I also updated the clang-tidy configuration to match the newer repos (`-pubsub` and `-spanner`), and cleaned up any errors found in the files. Finally, fixed a number of Doxygen comments that used `<U>` (for a template parameter) which Doxygen thought was an unordered list or something.
coryan
added a commit
to coryan/google-cloud-cpp
that referenced
this pull request
Apr 24, 2020
…loud-cpp-common#206) Use the clang-tidy distributed with Fedora (currently clang-tidy-9) in this repository. I am planning to make similar changes in the other repositories and bring all our `clang-tidy` builds to use the same versions of `clang-format`, `clang-tidy`, `doxygen`, `buildifier`, `shellcheck`, and `cmake_format`. I also updated the clang-tidy configuration to match the newer repos (`-pubsub` and `-spanner`), and cleaned up any errors found in the files. Finally, fixed a number of Doxygen comments that used `<U>` (for a template parameter) which Doxygen thought was an unordered list or something.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use the clang-tidy distributed with Fedora (currently clang-tidy-9) in
this repository. I am planning to make similar changes in the other
repositories and bring all our
clang-tidy
builds to use the sameversions of
clang-format
,clang-tidy
,doxygen
,buildifier
,shellcheck
, andcmake_format
.I also updated the clang-tidy configuration to match the newer repos
(
-pubsub
and-spanner
), and cleaned up any errors found in thefiles.
Finally, fixed a number of Doxygen comments that used
<U>
(for atemplate parameter) which Doxygen thought was an unordered list or
something.
Part of the work for #204
This change is