ABataev added inline comments.
Comment at: clang/include/clang/AST/OpenMPClause.h:899
+public:
+ /// Build a 'sizes' AST node.
+ ///
`sizes`->`full`
Comment at: clang/include/clang/AST/OpenMPClause.h:902
+ /// \param C Context of the
Meinersbur created this revision.
Meinersbur added projects: OpenMP, clang.
Herald added subscribers: dexonsmith, martong, arphaman, zzheng, guansong,
yaxunl.
Meinersbur requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, cfe-commits, sste