In D130689#3707296, @mehdi_amini wrote:land the change, wait for a couple of hours to ensure that all bots have picked up the revision, then revert
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Mon, Aug 8
Mon, Aug 8
Mon, Aug 8, 11:37 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
Sat, Aug 6
Sat, Aug 6
Also fails on gcc 11.2: https://github.com/Trass3r/llvm-project/runs/7703302032
Sat, Aug 6, 2:46 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
Fri, Aug 5
Fri, Aug 5
I just searched again and found https://reviews.llvm.org/D91930.
But seems like it never got updated with the latest code contained in here.
May 24 2022
May 24 2022
Herald added a project to D120498: [AST] Test RecursiveASTVisitor's current traversal of templates.: Restricted Project.
Herald added a project to D120504: [AST] RAV doesn't traverse explicitly instantiated function bodies by default: Restricted Project.
Apr 6 2022
Apr 6 2022
Trass3r added a comment to D63085: Provide a fix-it hint for -Wswitch, which adds missing cases. If there are >3 cases, the inserted text will contain newlines so it will not be shown in console output (but will be applied by -fixit, available to libclang and clangd, etc)..
That's the general approach for clang-tidy use too, rely on clang-format for formatting the fixes.
Mar 15 2022
Mar 15 2022
Trass3r added a comment to D121712: [clangd] Track time spent in filesystem ops during preamble builds.
Hmm just a few curious questions from the sidelines.
Why a "custom system" instead of something -ftime-trace based?
How much overhead does this introduce, esp. for normal use-cases?
What's the gain? The information is very coarse and general-purpose system profiling tools should give you much better information regarding file system perf.
Mar 4 2022
Mar 4 2022
Herald added a project to D120258: [clangd] Add inlay hints for auto-typed parameters with one instantiation.: Restricted Project.
@sammccall pls merge
Feb 23 2022
Feb 23 2022
Trass3r added inline comments to D120416: [clangd] Function return type hints: support lambdas, don't duplicate "->".
Feb 23 2022, 11:54 AM · Restricted Project
Trass3r added a comment to D120258: [clangd] Add inlay hints for auto-typed parameters with one instantiation..
In D120258#3340717, @sammccall wrote:(I think this patch is good to go now, ready for a stamp if anyone agrees :-)).
Trass3r added a comment to D120258: [clangd] Add inlay hints for auto-typed parameters with one instantiation..
In D120258#3340357, @sammccall wrote:I'll just suppress the hint here, ParamVarDecl::getLocation() appears to incorrectly point at the rparen and it's not obvious what we're hinting without a name in any case.
Feb 22 2022
Feb 22 2022
Trass3r added a comment to D120258: [clangd] Add inlay hints for auto-typed parameters with one instantiation..
For a callback like
[](auto) {...}
the inlay hint is displayed after the ).
Which also looks confusingly like a hint for the lambda return type (which isn't implemented yet afaik).
Trass3r added a comment to D120258: [clangd] Add inlay hints for auto-typed parameters with one instantiation..
I don't have a good sense for how common the "multiple instantiations, same type" scenario is; perhaps @Trass3r has an opinion on that.
Feb 21 2022
Feb 21 2022
Trass3r added a comment to D120258: [clangd] Add inlay hints for auto-typed parameters with one instantiation..
No apparent differences. Is there a way to automatically reduce it?
Trass3r added a comment to D120258: [clangd] Add inlay hints for auto-typed parameters with one instantiation..
Looks like this only covers a subset.
I see hints for some generic lambdas but not for others while hovering over auto reveals the type.
Feb 18 2022
Feb 18 2022
Trass3r added inline comments to D119537: [clangd] Treat 'auto' params as deduced if there's a single instantiation..
Feb 18 2022, 6:47 AM · Restricted Project
Feb 15 2022
Feb 15 2022
Trass3r added a comment to D119537: [clangd] Treat 'auto' params as deduced if there's a single instantiation..
Is it intentional that the resolved type is not shown in the variable hover (I guess, looking at the code):
param payload Type: const auto &
Feb 15 2022, 8:26 AM · Restricted Project
Jul 21 2020
Jul 21 2020
Trass3r added a comment to D52296: [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' option..
In D52296#1285328, @grimar wrote:In D52296#1284130, @probinson wrote:Only DWARF supports this, correct?
I am not aware of any kind of debug information splitting except DWARF splitting.
Sep 20 2019
Sep 20 2019
Has this ever gotten anywhere?
I think the correct mapping would be something like -fno-ms-compatibility -fno-delayed-template-parsing, not sure about -fms-volatile -fms-extensions. Edit: Actually no, you need the extensions and disabling compat makes it disguise as gcc. So only the template parsing is left.
Dec 26 2018
Dec 26 2018
Simply didn't look for other uses of IntShift :)
I'm currently not working on llvm but I still have a bunch of half-decent visualizers for llvm::Value types and the like.
Dec 8 2018
Dec 8 2018
Is this still in progress?
Dec 3 2018
Dec 3 2018