[PATCH] D12832: [Driver] Added support for Windows 10 SDK

2015-09-13 Thread Igor Kudrin via cfe-commits
ikudrin created this revision. ikudrin added reviewers: ruiu, rnk. ikudrin added a subscriber: cfe-commits. With Windows 10 SDK, Include and Lib directories now contain an additional subfolder with the name that corresponds to the full version of the SDK, for example: - C:\Program Files

Re: [PATCH] D12759: [clang-tidy] Add misc-sizeof-container check to find sizeof() uses on stlcontainers.

2015-09-13 Thread Kim Gräsman via cfe-commits
Late to the party, but I wanted to ask: is there a way to indicate to the checker that we really *did* mean sizeof()? I think I've stumbled over code in our code base that uses sizeof(container) to report memory usage statistics and it seems valid, so it'd be nice if this checker could be

Re: [PATCH] D12684: [INSTALL.txt] Fix formatting - 80 character line

2015-09-13 Thread beltex via cfe-commits
beltex added a comment. Thanks! My first patch! :) http://reviews.llvm.org/D12684 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D12835: [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR

2015-09-13 Thread Simon Pilgrim via cfe-commits
RKSimon created this revision. RKSimon added reviewers: ab, qcolombet, craig.topper, spatel. RKSimon added a subscriber: cfe-commits. RKSimon set the repository for this revision to rL LLVM. 128-bit vector integer sign extensions correctly lower to the pmovsx instructions even for debug builds.

Re: [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer

2015-09-13 Thread Alexander Droste via cfe-commits
Alexander_Droste updated this revision to Diff 34647. Alexander_Droste marked 2 inline comments as done. Alexander_Droste added a comment. - fixed integration test file: tools/clang/test/Analysis/MPIChecker.c - mocked types, constants, functions from mpi.h - mocked types from stdint.h - dropped

Re: [PATCH] D12684: [INSTALL.txt] Fix formatting - 80 character line

2015-09-13 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL247530: [docs] NFC: Fix line formatting in INSTALL.txt (authored by vedantk). Changed prior to commit: http://reviews.llvm.org/D12684?vs=34178=34650#toc Repository: rL LLVM

r247530 - [docs] NFC: Fix line formatting in INSTALL.txt

2015-09-13 Thread Vedant Kumar via cfe-commits
Author: vedantk Date: Sun Sep 13 15:17:18 2015 New Revision: 247530 URL: http://llvm.org/viewvc/llvm-project?rev=247530=rev Log: [docs] NFC: Fix line formatting in INSTALL.txt Patch by beltex! Differential Revision: http://reviews.llvm.org/D12684 Modified: cfe/trunk/INSTALL.txt Modified:

r247532 - [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Propagation checker.

2015-09-13 Thread Gabor Horvath via cfe-commits
Author: xazax Date: Sun Sep 13 18:02:24 2015 New Revision: 247532 URL: http://llvm.org/viewvc/llvm-project?rev=247532=rev Log: [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Propagation checker. Differential Revision: http://reviews.llvm.org/D12381 Modified:

Re: [PATCH] D12549: Remove unused variable

2015-09-13 Thread Dmitri Gribenko via cfe-commits
gribozavr closed this revision. gribozavr added a comment. Current trunk does not contain this line, no need to apply the patch. http://reviews.llvm.org/D12549 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

Re: [PATCH] D12549: Remove unused variable

2015-09-13 Thread don hinton via cfe-commits
hintonda added a comment. Looks like Manuel cleaned it up along with another change on the 8th, r247018. thanks again... http://reviews.llvm.org/D12549 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

Re: [PATCH] D12549: Remove unused variable

2015-09-13 Thread Dmitri Gribenko via cfe-commits
gribozavr accepted this revision. gribozavr added a comment. This revision is now accepted and ready to land. LGTM. http://reviews.llvm.org/D12549 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

r247533 - [Static Analyzer] Remove a redundant file.

2015-09-13 Thread Gabor Horvath via cfe-commits
Author: xazax Date: Sun Sep 13 18:03:11 2015 New Revision: 247533 URL: http://llvm.org/viewvc/llvm-project?rev=247533=rev Log: [Static Analyzer] Remove a redundant file. Removed: cfe/trunk/lib/StaticAnalyzer/Checkers/ObjCGenericsChecker.cpp Removed:

Re: [PATCH] D12381: [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Propagation checker.

2015-09-13 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL247532: [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type… (authored by xazax). Changed prior to commit: http://reviews.llvm.org/D12381?vs=34606=34651#toc Repository: rL

Re: [PATCH] D12549: Remove unused variable

2015-09-13 Thread don hinton via cfe-commits
hintonda added a comment. I don't have commit access, so could you commit it for me? thanks... don http://reviews.llvm.org/D12549 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits