felix642 updated this revision to Diff 557546.
felix642 added a comment.
Wrong check name
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159436/new/
https://reviews.llvm.org/D159436
Files:
clang-tools-extra/clang-tidy/ClangTidyCheck.h
clang-too
felix642 updated this revision to Diff 557545.
felix642 marked 3 inline comments as done.
felix642 added a comment.
Updated documentation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159436/new/
https://reviews.llvm.org/D159436
Files:
clang-too
felix642 added a comment.
ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159436/new/
https://reviews.llvm.org/D159436
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/c
felix642 updated this revision to Diff 556334.
felix642 added a comment.
Forgot to update a comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159436/new/
https://reviews.llvm.org/D159436
Files:
clang-tools-extra/clang-tidy/ClangTidyCheck.h
felix642 added a comment.
Hi @PiotrZSL and @carlosgalvezp, I have updated my PR based on your comments.
Let me know what you think.
What if:
"MinimumLength" is a boolean.
It's default value (if not specified) is True.
And a user wants to set it as "False" here
Wouldn't that cause
felix642 updated this revision to Diff 556333.
felix642 added a comment.
Moved to a new method, changed tests, changed documentation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159436/new/
https://reviews.llvm.org/D159436
Files:
clang-tools-ex
felix642 updated this revision to Diff 556331.
felix642 added a comment.
Removed false option
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159436/new/
https://reviews.llvm.org/D159436
Files:
clang-tools-extra/clang-tidy/ClangTidyCheck.h
clang
felix642 updated this revision to Diff 556328.
felix642 added a comment.
Updated documentation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159436/new/
https://reviews.llvm.org/D159436
Files:
clang-tools-extra/clang-tidy/ClangTidyCheck.h
clan
felix642 updated this revision to Diff 556326.
felix642 added a comment.
Updated Differential to truly support optional parameters
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159436/new/
https://reviews.llvm.org/D159436
Files:
clang-tools-extr
felix642 updated this revision to Diff 555789.
felix642 added a comment.
Reworded release notes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159436/new/
https://reviews.llvm.org/D159436
Files:
clang-tools-extra/clang-tidy/ClangTidyCheck.h
cla
felix642 updated this revision to Diff 555788.
felix642 added a comment.
Added entry to release notes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159436/new/
https://reviews.llvm.org/D159436
Files:
clang-tools-extra/clang-tidy/ClangTidyCheck.h
felix642 created this revision.
Herald added subscribers: PiotrZSL, xazax.hun.
Herald added a reviewer: njames93.
Herald added a project: All.
felix642 requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
If a parameter value is eith
felix642 added a comment.
In that case, I agree with you, it would be helpful to add this feature. I
think supporting an empty value rather than a boolean is preferable. We should
maybe do that in another Differential though. I can open an issue on github and
I'll open another diff when I'm rea
felix642 added a comment.
We can already disable those options if we don't define them in the config.
Adding the possibility to provide optional values seems redundant to me. Do you
see any reason why we would absolutely need to add this option to the config if
we want to disable it?
Reposito
felix642 updated this revision to Diff 554124.
felix642 added a comment.
Linked issue
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159045/new/
https://reviews.llvm.org/D159045
Files:
clang-tools-extra/docs/clang-tidy/checks/readability/function
felix642 updated this revision to Diff 554122.
felix642 added a comment.
Fixed commit message
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159045/new/
https://reviews.llvm.org/D159045
Files:
clang-tools-extra/docs/clang-tidy/checks/readability/
felix642 created this revision.
Herald added subscribers: PiotrZSL, carlosgalvezp, xazax.hun.
Herald added a reviewer: njames93.
Herald added a project: All.
felix642 requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
The documenta
felix642 created this revision.
Herald added subscribers: PiotrZSL, carlosgalvezp, xazax.hun.
Herald added a project: All.
felix642 requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://r
felix642 updated this revision to Diff 551789.
felix642 added a comment.
Clang-format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158346/new/
https://reviews.llvm.org/D158346
Files:
clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCh
felix642 marked 2 inline comments as done.
felix642 added a comment.
Hi @PiotrZSL, thank you for the feedback.
I have addressed most of your comments, but I'm not sure to understand what you
mean by "Commit/Change description should be updated". Would you be able to
clarify that for me?
Repos
felix642 updated this revision to Diff 551785.
felix642 added a comment.
Fixed tests and addressed comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158346/new/
https://reviews.llvm.org/D158346
Files:
clang-tools-extra/clang-tidy/readabili
felix642 added a comment.
Hi @PiotrZSL thank you for taking the time to look at this revision.
I agree with you we should not silence a warning if no other tool can diagnose
the issue. I'm guessing that -Winteger-overflow does no trigger any warning on
unsigned "overflow" since behavior is wel
felix642 created this revision.
Herald added subscribers: PiotrZSL, carlosgalvezp, xazax.hun.
Herald added a reviewer: njames93.
Herald added a project: All.
felix642 requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Repository:
felix642 updated this revision to Diff 551771.
felix642 added a comment.
Fixed format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158338/new/
https://reviews.llvm.org/D158338
Files:
clang-tools-extra/clang-tidy/bugprone/ImplicitWideningOfMult
felix642 created this revision.
Herald added subscribers: PiotrZSL, carlosgalvezp, xazax.hun.
Herald added a reviewer: njames93.
Herald added a project: All.
felix642 requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
The following
felix642 added a comment.
HI @PiotrZSL, I do not have the rights to commit to the LLVM repository. Could
you please commit those changes for me?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157829/new/
https://reviews.llvm.org/D157829
__
felix642 updated this revision to Diff 550559.
felix642 added a comment.
Updated format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157829/new/
https://reviews.llvm.org/D157829
Files:
clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameChe
felix642 updated this revision to Diff 550159.
felix642 added a comment.
Updated commit message
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157829/new/
https://reviews.llvm.org/D157829
Files:
clang-tools-extra/clang-tidy/bugprone/LambdaFunctio
felix642 updated this revision to Diff 550156.
felix642 added a comment.
Code review
Move constructor to cpp file
Added store options
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157829/new/
https://reviews.llvm.org/D157829
Files:
clang-tools-
felix642 created this revision.
Herald added subscribers: PiotrZSL, carlosgalvezp, xazax.hun.
Herald added a reviewer: njames93.
Herald added a project: All.
felix642 requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Improved chec
felix642 updated this revision to Diff 532495.
felix642 added a comment.
Resolved comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152764/new/
https://reviews.llvm.org/D152764
Files:
clang-tools-extra/clang-tidy/bugprone/ReservedIdentifie
felix642 updated this revision to Diff 531590.
felix642 added a comment.
Renamed allowedIdentifiers to allowedIdentifiersRaw
Moved regex parsing to a new method
Moved entry in releaseNotes.rst
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152764/new
felix642 created this revision.
Herald added subscribers: PiotrZSL, carlosgalvezp, xazax.hun.
Herald added a reviewer: njames93.
Herald added a project: All.
felix642 requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Fixes: https:
felix642 added a comment.
Hi @PiotrZSL,
I have made the requested changes. If everything looks good to you would you
mind committing this patch for me as I don't have commit access to the
repository. Thank you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews
felix642 updated this revision to Diff 530360.
felix642 added a comment.
Updated documentation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
Files:
clang-tools-extra/clang-tidy/readability/ContainerDa
felix642 updated this revision to Diff 529485.
felix642 added a comment.
Improved documentation
Removed duplicated messages in tests.
Added support for regular expressions
Added method to store options.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D
felix642 added a comment.
ping?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/c
felix642 updated this revision to Diff 469831.
felix642 added a comment.
Updated ReleaseNotes.rst
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
Files:
clang-tools-extra/clang-tidy/readability/Containe
felix642 updated this revision to Diff 469830.
felix642 added a comment.
Updated documentation and code review
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
Files:
clang-tools-extra/clang-tidy/readabi
felix642 added inline comments.
Comment at:
clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp:26
constexpr llvm::StringLiteral AddressOfName = "address-of";
+const auto DefaultIgnoredContainers = "::std::array";
fwolff wrote:
> This is, o
felix642 added a comment.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/c
felix642 added a comment.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/c
felix642 added a comment.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/c
felix642 added a comment.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/c
felix642 added inline comments.
Comment at:
clang-tools-extra/test/clang-tidy/checkers/readability/container-data-pointer.cpp:1
-// RUN: %check_clang_tidy %s readability-container-data-pointer %t -- --
-fno-delayed-template-parsing
+// RUN: %check_clang_tidy %s readability-cont
felix642 updated this revision to Diff 458943.
felix642 added a comment.
Changed tests to check with and without config.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
Files:
clang-tools-extra/clang-ti
felix642 updated this revision to Diff 458073.
felix642 added a comment.
Improved readability of release note.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
Files:
clang-tools-extra/clang-tidy/readabi
felix642 added inline comments.
Comment at:
clang-tools-extra/test/clang-tidy/checkers/readability/container-data-pointer.cpp:1
-// RUN: %check_clang_tidy %s readability-container-data-pointer %t -- --
-fno-delayed-template-parsing
+// RUN: %check_clang_tidy %s readability-cont
felix642 updated this revision to Diff 457829.
felix642 added a comment.
Fixed compilation issues
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
Files:
clang-tools-extra/clang-tidy/readability/Containe
felix642 updated this revision to Diff 457828.
felix642 added a comment.
+ Added test case and updated ReleaseNotes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133244/new/
https://reviews.llvm.org/D133244
Files:
clang-tools-extra/clang-tidy/re
felix642 created this revision.
Herald added subscribers: carlosgalvezp, xazax.hun.
Herald added a project: All.
felix642 requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llv
51 matches
Mail list logo