- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Wed, Jun 29
Adjust commit message
Tue, Jun 28
Mon, Jun 27
Fri, Jun 10
LGTM!
May 27 2022
Rebase & fix formatting
- Change arg type from std::string to StringRef
- Remove unnecessary //
• Remove unneeded test
May 26 2022
- Remove unnecessary trailing /
- Add -SAME in tests
May 25 2022
LGTM!
May 24 2022
I'm not super familiar with concepts but this LGTM, thanks!
May 20 2022
Looks like index-concepts.cpp is failing on Windows, @arphaman could you please take a look?
May 13 2022
May 12 2022
Remove static analyzer changes
Mar 22 2022
LGTM
Mar 21 2022
Fix clang-format warnings
Mar 18 2022
In D121283#3392137, @thakis wrote:The commit message got a bit mutilated: 33a9eac6aaa495fce6fd9b17cd48aa57a95461e6
Just FYI in case you didn't notice. In that case, update your commit workflow to make sure this doesn't happen next time :)
Mar 17 2022
- Fix off-by-one error in fix-it generation logic: the last SubjectMatchRule
(SubjectMatchRule_variable_not_is_parameter) was not handled properly
- Add a test for this
Mar 15 2022
Thanks for the review @aaron.ballman!
Merge two test files into one to speed up testing
Mar 14 2022
- Only allow one attribute syntax style per directive
- Adjust documentation
- Add a release note
In D121283#3379225, @aaron.ballman wrote:As a thought experiment, would it make sense to lift the restriction on the number of attributes allowed in a pragma, but not allow multiple attribute specifiers?
Rename a lambda to improve readability
Mar 11 2022
In D121283#3373560, @aaron.ballman wrote:why do we support multiple attribute *specifiers* in the same pragma? I would not expect to be able to mix attribute styles in the same pragma given that all of the individual styles allow you to specify multiple attributes within a single specifier
Mar 9 2022
Remove unused include
Mar 7 2022
Apologies for landing this too quickly! I'll adjust this logic in a separate patch: https://reviews.llvm.org/D121141
Mar 1 2022
Feb 22 2022
Feb 18 2022
Feb 17 2022
- Add unit-tests to verify that DriverKit version defaults to 19
- Use DriverKit 20 as a minimum available version on arm & add a test for it
Feb 15 2022
Thank you @dgoldman, this approach looks good to me.
I don't have anything to add other than what @sammccall has already commented.
Feb 2 2022
LGTM!
Feb 1 2022
Thanks @aaron.ballman for your feedback. I will probably abandon this change until we have a more compelling reason to apply attributes to types via pragmas.
Jan 25 2022
Fix clang-format warnings in the added code
Jan 24 2022
Jan 21 2022
Jan 17 2022
LGTM!
Jan 12 2022
Add a test for a diagnostic without VersionMap & fix clang-format warning
Jan 11 2022
Jan 10 2022
Fix clang-format warning
Diagnose mismatches between class property of a class and a class property of its superclass.
Jan 7 2022
In D116272#3228427, @tstellar wrote:We may have time to fit it in to the release, but no guarantees. Can you file an issue for this?
Thank you @aaron.ballman, I will try to get this patch into the next 13.0.x release.
Remove accidental change
Jan 5 2022
Fix lint warning
Add a test to verify that iOS_tvOS mapping is parsed correctly.