зеркало из https://github.com/microsoft/clang-1.git
[analyzer] add comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
087f40702f
Коммит
ef95aea4fe
|
@ -268,7 +268,11 @@ static Stmt *create_OSAtomicCompareAndSwap(ASTContext &C, const FunctionDecl *D)
|
|||
if (D->param_size() != 3)
|
||||
return 0;
|
||||
|
||||
// Body for:
|
||||
// Signature:
|
||||
// _Bool OSAtomicCompareAndSwapPtr(void *__oldValue,
|
||||
// void *__newValue,
|
||||
// void * volatile *__theValue)
|
||||
// Generate body:
|
||||
// if (oldValue == *theValue) {
|
||||
// *theValue = newValue;
|
||||
// return YES;
|
||||
|
|
Загрузка…
Ссылка в новой задаче