[clang-tools-extra] r365380 - A test commit following 'Obtaining Commit Access' (https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access)

Jian Cai via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 8 12:53:22 PDT 2019


Author: jcai19
Date: Mon Jul  8 12:53:22 2019
New Revision: 365380

URL: http://llvm.org/viewvc/llvm-project?rev=365380&view=rev
Log:
A test commit following 'Obtaining Commit Access' (https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access)

Modified:
    clang-tools-extra/trunk/test/clang-tidy/bugprone-posix-return.cpp

Modified: clang-tools-extra/trunk/test/clang-tidy/bugprone-posix-return.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/bugprone-posix-return.cpp?rev=365380&r1=365379&r2=365380&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/bugprone-posix-return.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/bugprone-posix-return.cpp Mon Jul  8 12:53:22 2019
@@ -4,9 +4,9 @@
 #define ZERO 0
 #define NEGATIVE_ONE -1
 
+typedef int pid_t;
 typedef long off_t;
 typedef decltype(sizeof(int)) size_t;
-typedef int pid_t;
 typedef struct __posix_spawn_file_actions* posix_spawn_file_actions_t;
 typedef struct __posix_spawnattr* posix_spawnattr_t;
 




More information about the cfe-commits mailing list