User Details
- User Since
- Nov 10 2019, 12:00 AM (176 w, 2 h)
Apr 28 2022
Sorry, I haven't investigated.
These are all text files though, not binaries. Checking it in as binary will not show any diffs.
Use -text instead of binary.
I'm proposing this: D124606.
Force-add crlf.cpp(.expected) with CRLF line endings.
I've reverted this because symbol-offset.test fails under MSAN:
It also seems weird to me that a file that relies on CRLF line endings is checked in explicitly with LF line endings. A better approach IMHO would be to check it in as binary.
Feb 25 2022
The backtrace is pretty much useless
Yes, sorry, that's all I had. Just added some evidence.
This fails under MSAN:
Oct 7 2021
Oct 6 2021
Oct 5 2021
Jul 6 2021
I've added a repro case to the original review thread: D105380
Adrian has reverted this commit for me. Here is a reproduction case for the issue that is triggered by this change:
Mar 12 2021
That's ok for me. I'd suggest to wait for Aaron's feedback, because IIRC it was his suggestion in the first place to go to declref.
Dec 21 2020
Nov 6 2020
Aug 13 2020
Rebase before submission
Aug 10 2020
Fix nit
Fix mistake
Add an -ast-print test
Jul 31 2020
Pretty-print VarDecl arguments correctly
Jul 30 2020
For context, this is the backported change, to be applied downstream before landing this review: https://github.com/apple/llvm-project/pull/1565
Fix patch
Simplify code
Jul 29 2020
Rebase
Apply ClangTidy suggestions
Use declaration in diagnostics instead of name
Rebase against master
Store the VarDecl instead of the identifier
Jul 27 2020
Two clarifying questions...
Rename test back to ns_error_enum.m
Fix typo
Address review comments
Rebase
I have updated the attribute documentation to include the additional information provided by Doug. I think adding additional diagnostics would rather be separate changes.
- Address review comments
Jul 24 2020
@milseman, @doug.gregor, could you please help with the open questions on this review?
Address review comments
Jul 20 2020
- Run test also in C and C++ mode
- Address more review comments
Jul 17 2020
Fix diff
- Address review comments
Jul 16 2020
Jul 15 2020
Address review comments.
This is a prerequisite for future changes that I am making. The implementation is supposed to be generic and reusable.
May 20 2020
Reverts of a few follow-up changes were necessary as well:
Apr 20 2020
Jan 30 2020
Dec 12 2019
Dec 11 2019
I think I addressed all review comments. PTAL.
Adress review comments.