User Details
- User Since
- Apr 17 2019, 6:08 AM (205 w, 5 h)
- Roles
- Administrator
Mar 29 2022
ping @reames
Mar 2 2022
Feb 21 2022
Feb 17 2022
We're actually using chocolatey for all tools that it offers in pre-merge and that works very well, much better than downloading installers and executing them...
Feb 16 2022
Feb 3 2022
Feb 1 2022
Thx @sammccall for your patience with this cleanup.
fixed A_CC in BackgroundIndexTests.cpp
re-created patch, then updated matcher macros
Jan 27 2022
addressed review comments
Re-created the patch as there were too many changes in the repo.
Jan 25 2022
Jan 24 2022
Jan 20 2022
Jan 18 2022
TODO: check for remaining const then submit.
Discussion in team sync, work for myself:
- most changes are in unittests --> propose something for the matchers
- cleaning up constants makes sense
- clean up this patch, then do another round of reviews
Dec 13 2021
more reverts of consts
fixed more const ClangdTests.cpp
reverted the const as advised in Sam's comment
Dec 2 2021
Looking at the documentation, this looks like a bug in the clang-tidy check:
https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-qualified-auto.html
@kadircet looks like clang-tidy does not detect missing comments in #endif. It does complain about missing comments for namespaces. E.g. in Serialization.h the #endif comment is missing, but without a finding.
addressed review comments
Nov 18 2021
When trying to revert some of the changes, I just noticed there are a couple of if (const auto* ... in CodeComplete.cpp and AST.cpp (and maybe other files as well). So some folks seem to be using this right now. If we want to be consistent, we would have to remove these const as well.
Nov 17 2021
thx for the explanation, makes sense
--> abandoning this change
addresed Sam's comments
addressed Sam's comments
Based on Sam's comments and our offline discussion, I would propose:
- abandon this patch
- start a discussion on the mailing list to disable this check for all of the llvm monorepo.
Nov 16 2021
I just checked with my local clangd and it does not crash on this file...
Nov 15 2021
Oct 27 2021
No more comments from me. However I'm not an expert on bash scripting...
Oct 19 2021
Oct 15 2021
Thx everyone for the reviews, I updated the proposal accordingly.
addressed review feedback
Oct 13 2021
2nd iteration of the patch
Oct 12 2021
ping @reames
Oct 6 2021
@xgupta @xzq0528 @gribozavr @meikeb
FYI, as you were working on this tutorial as well
Oct 1 2021
Sep 22 2021
Out of interest, did you see https://llvm.org/docs/ProgrammersManual.html#error-handling ? If not (and if you find it helpful) then maybe we need to make that document more discoverable. If that document is not helpful then we should improve it.
Sep 15 2021
Aug 31 2021
Thx for pointing that out! I was not aware of such a feature.
Aug 30 2021
Sorry, somehow the comments did not end up in my email inbox.
I just landed the patch.
Aug 29 2021
Aug 25 2021
was just a demo
Aug 23 2021
Thx for cleaning up the Windows instructions!
Aug 20 2021
fixing windows build
addressed some review comments
addressed code review comments