r247882 - Appease clang/test/CodeGen/avx512dq-builtins.c for -Asserts, for now.

2015-09-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Sep 17 07:33:34 2015 New Revision: 247882 URL: http://llvm.org/viewvc/llvm-project?rev=247882=rev Log: Appease clang/test/CodeGen/avx512dq-builtins.c for -Asserts, for now. Modified: cfe/trunk/test/CodeGen/avx512dq-builtins.c Modified:

r247959 - clang/test/Driver/myriad-toolchain.c: Tweak for DOSish path.

2015-09-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Sep 17 20:02:50 2015 New Revision: 247959 URL: http://llvm.org/viewvc/llvm-project?rev=247959=rev Log: clang/test/Driver/myriad-toolchain.c: Tweak for DOSish path. Modified: cfe/trunk/test/Driver/myriad-toolchain.c Modified: cfe/trunk/test/Driver/myriad-toolchain.c

r247862 - analyzer-plugin/MainCallChecker.cpp: s/generateSink/generateErrorNode/, corresponding to r247859.

2015-09-16 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Sep 16 17:57:23 2015 New Revision: 247862 URL: http://llvm.org/viewvc/llvm-project?rev=247862=rev Log: analyzer-plugin/MainCallChecker.cpp: s/generateSink/generateErrorNode/, corresponding to r247859. Modified: cfe/trunk/examples/analyzer-plugin/MainCallChecker.cpp

Re: [PATCH] D12780: [analyzer] Add generateErrorNode() APIs to CheckerContext

2015-09-16 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. chapuni added a comment. Did you forget to update examples/analyzer-plugin? Fixed in r247862. Repository: rL LLVM http://reviews.llvm.org/D12780 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

Re: [PATCH] D12712: Implementation and testing for poisoning vtable ptr in dtor.

2015-09-15 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. Comment at: lib/CodeGen/CGClass.cpp:1756 @@ +1755,3 @@ + class SanitizeDtorVTable final : public EHScopeStack::Cleanup { +const CXXDestructorDecl *Dtor; + It causes a warning in -Asserts. [-Wunused-private-field]

r247761 - clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:".

2015-09-15 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 15 19:33:59 2015 New Revision: 247761 URL: http://llvm.org/viewvc/llvm-project?rev=247761=rev Log: clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:". Seems it would be redundant. Modified:

r247667 - Make clang/test/CodeGen/catch-undef-behavior.c* capable of -Asserts with "opt -instnamer".

2015-09-15 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 15 04:50:24 2015 New Revision: 247667 URL: http://llvm.org/viewvc/llvm-project?rev=247667=rev Log: Make clang/test/CodeGen/catch-undef-behavior.c* capable of -Asserts with "opt -instnamer". It reverts r231717. Modified:

[clang-tools-extra] r247689 - Remove garbage. The issue was fixed in r246856.

2015-09-15 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 15 09:01:09 2015 New Revision: 247689 URL: http://llvm.org/viewvc/llvm-project?rev=247689=rev Log: Remove garbage. The issue was fixed in r246856. Modified: clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp Modified:

[clang-tools-extra] r247541 - Prune CRLF.

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 14 06:13:39 2015 New Revision: 247541 URL: http://llvm.org/viewvc/llvm-project?rev=247541=rev Log: Prune CRLF. Modified: clang-tools-extra/trunk/modularize/Modularize.cpp Modified: clang-tools-extra/trunk/modularize/Modularize.cpp URL:

r247554 - [CMake] r247548 introduced llvm-readobj.

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 14 07:42:52 2015 New Revision: 247554 URL: http://llvm.org/viewvc/llvm-project?rev=247554=rev Log: [CMake] r247548 introduced llvm-readobj. Modified: cfe/trunk/test/CMakeLists.txt Modified: cfe/trunk/test/CMakeLists.txt URL:

Re: r247548 - [mips] Add test case to check ABI flag emissions in case of inline assembler

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Why is it tested in clang? FYI, update CLANG_TEST_DEPS in clang/test/CMakeLists.txt, if it would remain in clang/test. On Mon, Sep 14, 2015 at 8:24 PM Simon Atanasyan via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: atanasyan > Date: Mon Sep 14 06:23:02 2015 > New Revision: 247548

r247640 - clang/test/CodeGenCXX/2009-04-23-bool2.cpp: Avoid -mms-bitfields to add explicit triple.

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 14 18:50:08 2015 New Revision: 247640 URL: http://llvm.org/viewvc/llvm-project?rev=247640=rev Log: clang/test/CodeGenCXX/2009-04-23-bool2.cpp: Avoid -mms-bitfields to add explicit triple. FIXME: Better way to cancel -mms-bitfields? Modified:

r247397 - clang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_triple.

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 03:56:12 2015 New Revision: 247397 URL: http://llvm.org/viewvc/llvm-project?rev=247397=rev Log: clang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_triple. Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp

r247392 - Fix \param in r247251. [-Wdocumentation]

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 03:13:32 2015 New Revision: 247392 URL: http://llvm.org/viewvc/llvm-project?rev=247392=rev Log: Fix \param in r247251. [-Wdocumentation] Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h URL:

r247396 - clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]].

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 03:53:29 2015 New Revision: 247396 URL: http://llvm.org/viewvc/llvm-project?rev=247396=rev Log: clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]]. Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp URL:

[clang-tools-extra] r247394 - clang-tidy/misc-sizeof-container.cpp: Add explicit triple.

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 03:16:30 2015 New Revision: 247394 URL: http://llvm.org/viewvc/llvm-project?rev=247394=rev Log: clang-tidy/misc-sizeof-container.cpp: Add explicit triple. For targeting LLP64, like Windows x86, size_t is not unsigned long.

r247496 - clang/test/Driver/stackrealign.c REQUIRES clang-driver.

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 20:29:35 2015 New Revision: 247496 URL: http://llvm.org/viewvc/llvm-project?rev=247496=rev Log: clang/test/Driver/stackrealign.c REQUIRES clang-driver. GCC driver, for example cygwin, both "-mstackrealign" "-mno-stackrealign" are passed. Modified:

Re: [Diffusion] rL247251: [OPENMP] Outlined function for parallel and other regions with list of…

2015-09-10 Thread NAKAMURA Takumi via cfe-commits
chapuni added subscribers: cfe-commits, chapuni. chapuni added a comment. See also; http://bb.pgr.jp/builders/clang-i686-cygwin-RA-centos6/builds/20524 /cfe/trunk/test/OpenMP/parallel_codegen.cpp:99 Seems it is incompatible to 32-bit targets, for example, i686-linux, i686-cygwin. define

r246992 - Fix clang/test/CodeGenCXX/alignment.cpp for -Asserts.

2015-09-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 8 04:31:04 2015 New Revision: 246992 URL: http://llvm.org/viewvc/llvm-project?rev=246992=rev Log: Fix clang/test/CodeGenCXX/alignment.cpp for -Asserts. Modified: cfe/trunk/test/CodeGenCXX/alignment.cpp Modified: cfe/trunk/test/CodeGenCXX/alignment.cpp URL:

r246995 - clangCodeGen: Fix comments. [-Wdocumentation]

2015-09-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 8 04:42:41 2015 New Revision: 246995 URL: http://llvm.org/viewvc/llvm-project?rev=246995=rev Log: clangCodeGen: Fix comments. [-Wdocumentation] Modified: cfe/trunk/lib/CodeGen/CGClass.cpp cfe/trunk/lib/CodeGen/CGDecl.cpp

r247015 - clang/test/CodeGen/complex-convert.c: Appease for targeting powerpc64-*.

2015-09-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 8 09:19:13 2015 New Revision: 247015 URL: http://llvm.org/viewvc/llvm-project?rev=247015=rev Log: clang/test/CodeGen/complex-convert.c: Appease for targeting powerpc64-*. Modified: cfe/trunk/test/CodeGen/complex-convert.c Modified:

r247093 - clang/test/Modules/ModuleDebugInfo.cpp: Add -triple %itanium to appease ms-targeted builds.

2015-09-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 8 17:47:32 2015 New Revision: 247093 URL: http://llvm.org/viewvc/llvm-project?rev=247093=rev Log: clang/test/Modules/ModuleDebugInfo.cpp: Add -triple %itanium to appease ms-targeted builds. I think DebugInfo tests may avoid MS stuff for now. Modified:

Re: r246534 - [modules] When emitting line tables, only emit filenames that are actually referenced by the entries that we emit.

2015-09-01 Thread NAKAMURA Takumi via cfe-commits
FYI, MultiOnDiskHashTable.h:108 delete T; It is crashing. Modules/cxx-templates.cpp can fail if target is i686-pc-win32. On Tue, Sep 1, 2015 at 5:09 PM Yaron Keren via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Hi Richard, > > Since yesterday I see several clang test failures

r245685 - [CMake][Standalone] Detect Python. Python is used for Lit testing.

2015-08-21 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 21 04:38:46 2015 New Revision: 245685 URL: http://llvm.org/viewvc/llvm-project?rev=245685view=rev Log: [CMake][Standalone] Detect Python. Python is used for Lit testing. Modified: cfe/trunk/CMakeLists.txt Modified: cfe/trunk/CMakeLists.txt URL:

r245684 - Untabify.

2015-08-21 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 21 04:37:53 2015 New Revision: 245684 URL: http://llvm.org/viewvc/llvm-project?rev=245684view=rev Log: Untabify. Modified: cfe/trunk/CMakeLists.txt Modified: cfe/trunk/CMakeLists.txt URL:

Re: [PATCH] D12180: [clang-tidy] Use a python script instead of a shell script to run clang-tidy tests.

2015-08-20 Thread NAKAMURA Takumi via cfe-commits
chapuni accepted this revision. chapuni added a comment. This revision is now accepted and ready to land. Ready to commit regardless of one REQUIRES. Testing Time: 4.73s Expected Passes: 72 Note, llvm-include-order.cpp will XFAIL for targeting msvc. Comment at:

Re: [PATCH] D12180: [clang-tidy] Use a python script instead of a shell script to run clang-tidy tests.

2015-08-20 Thread NAKAMURA Takumi via cfe-commits
chapuni added a comment. Alex, thanks for your working. I tweaked to run on my hosts. - mingw-w64 with Py3.3 - Linux with Py2.7 and Py3.4 My change is here; https://github.com/chapuni/llvm-project/commit/0f4a303bdc7b925f42c0cd48817052d2b49b2234 Could you merge it, please?

[clang-tools-extra] r245566 - Tweak clang-tools-extra/test/clang-tidy/file-filter.cpp to pass on win32.

2015-08-20 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Aug 20 10:04:39 2015 New Revision: 245566 URL: http://llvm.org/viewvc/llvm-project?rev=245566view=rev Log: Tweak clang-tools-extra/test/clang-tidy/file-filter.cpp to pass on win32. FIXME: -I %S/Inputs/file-filter/system/.. must be redundant. On Win32,

[clang-tools-extra] r245565 - clang-tools-extra/test/lit.cfg: Prune an obsolete feature, python27. Now we requires python=2.7.

2015-08-20 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Aug 20 10:04:32 2015 New Revision: 245565 URL: http://llvm.org/viewvc/llvm-project?rev=245565view=rev Log: clang-tools-extra/test/lit.cfg: Prune an obsolete feature, python27. Now we requires python=2.7. clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp was the

Re: [Diffusion] rL245435: clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp: Appease…

2015-08-19 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: cfe-commits. chapuni added a comment. Targeting msvc (-triple *-win32) implies a few -f options. You can reproduce the failure with -fdelayed-template-parsing, or -triple i686-win32. Eyes might be increased if python version of check_clang_tidy.sh were introduced.

[clang-tools-extra] r245146 - clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Appease targeting MS to give -fno-delayed-template-parsing.

2015-08-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 14 21:05:49 2015 New Revision: 245146 URL: http://llvm.org/viewvc/llvm-project?rev=245146view=rev Log: clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Appease targeting MS to give -fno-delayed-template-parsing. Modified:

r245145 - clangStaticAnalyzerCheckers: Update libdesp.

2015-08-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 14 20:56:49 2015 New Revision: 245145 URL: http://llvm.org/viewvc/llvm-project?rev=245145view=rev Log: clangStaticAnalyzerCheckers: Update libdesp. Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt Modified:

Re: [PATCH] D11944: Nativize filename in FileManager::getFile().

2015-08-13 Thread NAKAMURA Takumi via cfe-commits
chapuni added a comment. I wish, in clang/llvm, internal path separator would be slash. It'd be better to use backslash where it'd be really required, for example interface to cmd.exe or MS toolchain. For me, native-ization is nightmare. http://reviews.llvm.org/D11944

Re: r244867 - Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.

2015-08-13 Thread NAKAMURA Takumi via cfe-commits
Tweaked a test in r244970. Could you split it out if you would like to run it for the default target? On Fri, Aug 14, 2015 at 5:07 AM Ivan Krasin via cfe-commits cfe-commits@lists.llvm.org wrote: Thank you, Yaron. Understood. On Thu, Aug 13, 2015 at 11:04 AM, Yaron Keren yaron.ke...@gmail.com

r244970 - clang/test/Frontend/dependency-gen.c: Add explicit -target x86_64-linux-gnu for -fsanitize.

2015-08-13 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Aug 13 17:17:34 2015 New Revision: 244970 URL: http://llvm.org/viewvc/llvm-project?rev=244970view=rev Log: clang/test/Frontend/dependency-gen.c: Add explicit -target x86_64-linux-gnu for -fsanitize. Modified: cfe/trunk/test/Frontend/dependency-gen.c Modified:

[clang-tools-extra] r244599 - Also ClangTidyTests requires clangLex.

2015-08-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Aug 11 08:16:51 2015 New Revision: 244599 URL: http://llvm.org/viewvc/llvm-project?rev=244599view=rev Log: Also ClangTidyTests requires clangLex. Modified: clang-tools-extra/trunk/unittests/clang-tidy/CMakeLists.txt Modified:

<    1   2   3   4   5   6