tberghammer added a comment.
Sorry, I was away during the holidays but just pushed the change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140018/new/
https://reviews.llvm.org/D140018
___
cfe-commits m
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf325b5b8cb1d: [clang-tidy] Support std::string_view in
readability-redundant-string-cstr (authored by tberghammer).
Repository:
rG LLVM Github Mon
tberghammer updated this revision to Diff 485853.
tberghammer added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140018/new/
https://reviews.llvm.org/D140018
Files:
clang-tools-extra/clang-tidy/readability/RedundantStringCStrC
tberghammer updated this revision to Diff 483553.
tberghammer added a comment.
Add wstring_view test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140018/new/
https://reviews.llvm.org/D140018
Files:
clang-tools-extra/clang-tidy/readability/Redun
tberghammer updated this revision to Diff 482871.
tberghammer added a comment.
Fix formatting type in release notes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140018/new/
https://reviews.llvm.org/D140018
Files:
clang-tools-extra/clang-tidy/re
tberghammer updated this revision to Diff 482870.
tberghammer added a comment.
Add release notes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140018/new/
https://reviews.llvm.org/D140018
Files:
clang-tools-extra/clang-tidy/readability/Redundant
tberghammer created this revision.
Herald added subscribers: carlosgalvezp, xazax.hun.
Herald added a reviewer: njames93.
Herald added a project: All.
tberghammer requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Previously we wer
tberghammer added a comment.
I verified that https://reviews.llvm.org/D39545 will be fixing the problem on
the LLDB side (previously we had no proper scoped enum support in LLDB)
https://reviews.llvm.org/D39239
___
cfe-commits mailing list
cfe-comm
tberghammer added a comment.
In https://reviews.llvm.org/D39239#911696, @CarlosAlbertoEnciso wrote:
> Hi Tamas,
>
> Thanks very much for your message.
>
> In https://reviews.llvm.org/D39239#910797, @tberghammer wrote:
>
> > - Can you do a diff of the debug_info dump before and after your change?
tberghammer added a comment.
2 fairly random ideas without looking into it too much:
- Can you do a diff of the debug_info dump before and after your change?
Understanding what have changed should give us a pretty good clue about the
issue.
- My first guess is that after your change we emit DW_
This revision was automatically updated to reflect the committed changes.
Closed by commit rL303737: __cxa_demangle: Fix constructor cv qualifier
handling (authored by tberghammer).
Changed prior to commit:
https://reviews.llvm.org/D33385?vs=99694&id=100067#toc
Repository:
rL LLVM
https://r
tberghammer created this revision.
Previously if we parsed a constructor then we set parsed_ctor_dtor_cv
to true and never reseted it. This causes issue when a template argument
references a constructor (e.g. type of lambda defined inside a
constructor) as we will have the parsed_ctor_dtor_cv flag
12 matches
Mail list logo