llvm-project
fc654d49 - [Clang][OpenMP][NFC] Remove unnecessary LParentLoc in clause classes (#206386)

Commit
4 days ago
[Clang][OpenMP][NFC] Remove unnecessary LParentLoc in clause classes (#206386) The LParentLoc is already a data member of the OMPVarListClause class. The OMPThreadLimitClause and OMPNumTeamsClause classes inherit from OMPVarListClause and should not need to have their own LParentLoc.
Author
Parents
Loading