summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJian Cai <caij2003@gmail.com>2019-07-08 19:53:22 +0000
committerJian Cai <caij2003@gmail.com>2019-07-08 19:53:22 +0000
commit967aa5745dcbdeae55eb24e356ed9911db93bdaf (patch)
tree965e46c9de63fa125349b3a179fc08fe6317080c
parent3dee113ebcb34f3b50916001593df879b6de21c9 (diff)
downloadbcm5719-llvm-967aa5745dcbdeae55eb24e356ed9911db93bdaf.tar.gz
bcm5719-llvm-967aa5745dcbdeae55eb24e356ed9911db93bdaf.zip
A test commit following 'Obtaining Commit Access' (https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access)
llvm-svn: 365380
-rw-r--r--clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp b/clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp
index bfd3c14a744..160f567cffa 100644
--- a/clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp
+++ b/clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp
@@ -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;
OpenPOWER on IntegriCloud