Author: yawanng
Date: Thu Aug 10 15:09:22 2017
New Revision: 310669
URL: http://llvm.org/viewvc/llvm-project?rev=310669&view=rev
Log:
[clang-tidy] Fix for buildbot.
Summary:
Fix an issue for windows.
Differential Revision: https://reviews.llvm.org/D35372
Added:
clang-tools-extra/trunk/clang
; D:\buildslave\clang-x64-ninja-win7\llvm\tools\clang\include\
> clang/Basic/Diagnostic.h(1117): note: or 'const
> clang::DiagnosticBuilder &clang::operator <<(const clang::DiagnosticBuilder
> &,int)'
> D:\buildslave\clang-x64-ninja-win7\llvm\tools\clang\include\
&
Author: yawanng
Date: Thu Aug 10 11:19:40 2017
New Revision: 310643
URL: http://llvm.org/viewvc/llvm-project?rev=310643&view=rev
Log:
[clang-tidy] Fix a buildbot.
Fix format in ReleaseNotes.rst.
Modified:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
Modified: clang-tools-extra/trunk/docs/
Author: yawanng
Date: Thu Aug 10 10:18:10 2017
New Revision: 310630
URL: http://llvm.org/viewvc/llvm-project?rev=310630&view=rev
Log:
[clang-tidy] Refactor the code and add a close-on-exec check on memfd_create()
in Android module.
Summary:
1. Refactor the structure of the code by adding a base
Author: yawanng
Date: Tue Aug 1 14:41:39 2017
New Revision: 309750
URL: http://llvm.org/viewvc/llvm-project?rev=309750&view=rev
Log:
[clang] Change the condition of unnecessary packed warning
Summary:
Change the condition of this unnecessary packed warning. The packed is
unnecessary when
1. the
Author: yawanng
Date: Wed Jul 12 10:43:36 2017
New Revision: 307818
URL: http://llvm.org/viewvc/llvm-project?rev=307818&view=rev
Log:
[clang-tidy] Add a new Android check "android-cloexec-socket"
Summary: socket() is better to include SOCK_CLOEXEC in its type argument to
avoid the file descripto
Author: yawanng
Date: Thu Jun 29 12:13:29 2017
New Revision: 306728
URL: http://llvm.org/viewvc/llvm-project?rev=306728&view=rev
Log:
[clang-tidy] Rename android-file-open-flag and fix a bug
Summary:
1. Rename android-file-open-flag to android-cloexec-open.
2. Handle a case when the function is p
Author: yawanng
Date: Thu Jun 29 11:44:28 2017
New Revision: 306719
URL: http://llvm.org/viewvc/llvm-project?rev=306719&view=rev
Log:
[clang-tidy] Add docs to toctree
Summary: Add .rst files to toctree. Fix buildbot error.
Reviewers: chh
Reviewed By: chh
Subscribers: srhines, JDevlieghere, xaz
Author: yawanng
Date: Thu Jun 29 10:42:23 2017
New Revision: 306709
URL: http://llvm.org/viewvc/llvm-project?rev=306709&view=rev
Log:
[clang-tidy][Part3] Add a new module Android and three new checks.
Summary: -- fopen() should include "e" in their mode string.
[android-fopen-mode]
Reviewers: c
Author: yawanng
Date: Thu Jun 29 10:40:57 2017
New Revision: 306708
URL: http://llvm.org/viewvc/llvm-project?rev=306708&view=rev
Log:
[clang-tidy][Part2] Add a new module Android and three new checks
Summary: -- creat() should be replaced by open(). [android-creat-usage]
Reviewers: chh, alexfh,
Author: yawanng
Date: Fri Jun 23 17:12:55 2017
New Revision: 306172
URL: http://llvm.org/viewvc/llvm-project?rev=306172&view=rev
Log:
[clang-tidy] doc format fix
Summary: The url in the doc is wrong. Fix the url.
Reviewers: chh
Reviewed By: chh
Subscribers: srhines, xazax.hun
Tags: #clang-too
Author: yawanng
Date: Fri Jun 23 16:37:29 2017
New Revision: 306165
URL: http://llvm.org/viewvc/llvm-project?rev=306165&view=rev
Log:
[clang-tidy][Part1] Add a new module Android and three new checks.
Summary:
A common source of security bugs is code that opens a file descriptors without
using t
Author: yawanng
Date: Wed Jun 7 17:39:20 2017
New Revision: 304949
URL: http://llvm.org/viewvc/llvm-project?rev=304949&view=rev
Log:
[clang-tidy] When" -fno-exceptions is used", this warning is better to be
suppressed.
Summary: "misc-noexcept-move-constructor" is better not to be issued when
Author: yawanng
Date: Wed Jun 7 12:41:59 2017
New Revision: 304931
URL: http://llvm.org/viewvc/llvm-project?rev=304931&view=rev
Log:
[clang-tidy] When" -fno-exceptions is used", this warning is better to be
suppressed.
Summary: clang-tidy is better not to issues this warning, which checks wher
Author: yawanng
Date: Sat May 13 23:14:59 2017
New Revision: 303001
URL: http://llvm.org/viewvc/llvm-project?rev=303001&view=rev
Log:
[clang-tidy] TwineLocalCheck: add param # checking
Summary:
The statement **getArg** tries to get the first one without checking, which may
cause segmentation fau
15 matches
Mail list logo