User Details
- User Since
- Aug 3 2016, 9:02 AM (347 w, 3 d)
Feb 14 2023
LGTM. Thanks!
Feb 7 2023
LGTM. Thanks for taking care of this.
Feb 6 2023
Jan 23 2023
LGTM too.
Nov 29 2022
ping, anything else needed for this?
Nov 22 2022
Bump the AST version.
Add an entry to the release notes.
Nov 21 2022
Nov 18 2022
Nov 17 2022
Nov 15 2022
Nov 4 2022
Use underscore as count separator.
Nov 3 2022
Rebase and update for new location of the OffloadEntriesInfoManager.
Oct 28 2022
Oct 27 2022
Oct 24 2022
Oct 18 2022
> I think it makes sense to do your cleanup first, then migrate to OMPIRbuilder, and do this feature improvement last. That way we have parity first then extend the functionality.
Oct 14 2022
rebase
Oct 13 2022
Sep 28 2022
Aug 22 2022
Add a default constructor and use emplace_back in a couple places.
Aug 19 2022
Aug 18 2022
Aug 11 2022
Fix formatting.
Aug 9 2022
Added uses in static member functions to tests.
Aug 8 2022
To include static data members in the message and be correct in C or C++ we need three cases:
Aug 5 2022
Changed message to match old message. Prints 'variable' or 'data member' depending on context.
Added optional type to diagnostic given in getPrivateItem().
Use getPrivateItem() for interop variables.
Aug 4 2022
Jul 1 2022
Jun 30 2022
Jun 28 2022
Jun 24 2022
Jun 22 2022
Jun 2 2022
May 26 2022
May 25 2022
May 24 2022
Add a function to parse reserved locators.
May 23 2022
Thanks for the review @ABataev. Any more comments on this update?
May 19 2022
Use dependency kind to represent 'omp_all_memory' which fits nicely for codegen.
Add struct to OMPDependClause to reduce parameter passing.
Move OpenMPVarListDataTy so it can be shared between parsing and sema to reduce parameters in calls.
May 17 2022
Added the source location of 'omp_all_memory' to the clause.
May 13 2022
May 12 2022
Return Decl only when a single Decl.
Test that error is still given if multiple Decls.