[PATCH] D58531: [clang] Specify type of pthread_create builtin
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 17 13:58:41 PDT 2020
MaskRay added inline comments.
================
Comment at: clang/include/clang/AST/ASTContext.h:2058
+ /// Missing a type from <pthread.h>
+ GE_Missing_pthread
};
----------------
You can append a comma so that next time the list gets appended the diff does not have to touch this line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58531/new/
https://reviews.llvm.org/D58531
More information about the cfe-commits
mailing list