[libunwind] r252452 - Make it possible to use libunwind without heap.

2015-11-08 Thread Peter Zotov via cfe-commits
Author: whitequark Date: Mon Nov 9 00:57:29 2015 New Revision: 252452 URL: http://llvm.org/viewvc/llvm-project?rev=252452&view=rev Log: Make it possible to use libunwind without heap. This patch allows to use libunwind on bare-metal systems that do not include malloc/free by conditionally turnin

Re: [PATCH] D14286: ASTImporter: expressions, pt.1

2015-11-08 Thread Serge Pavlov via cfe-commits
2015-11-06 20:28 GMT+06:00 Aleksei Sidorin : > a.sidorin marked 7 inline comments as done. > a.sidorin added a comment. > > Thank you for your comments. I leaved some replies and will update > revision. > Something about lacking tests. > > 1. We cannot check if expression import is correct until w

Re: [PATCH] D14134: [OpenMP] Parsing and sema support for map clause

2015-11-08 Thread Kelvin Li via cfe-commits
kkwli0 added a comment. Ping http://reviews.llvm.org/D14134 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

r252434 - [PGO] Code cleanup [NFC]

2015-11-08 Thread Xinliang David Li via cfe-commits
Author: davidxl Date: Sun Nov 8 18:04:16 2015 New Revision: 252434 URL: http://llvm.org/viewvc/llvm-project?rev=252434&view=rev Log: [PGO] Code cleanup [NFC] Use interfaces defined in LLVM to create FuncName and FuncNameVar. Modified: cfe/trunk/lib/CodeGen/CodeGenPGO.cpp Modified: cfe/trun

r252426 - Replace tab with 8 spaces, NFC.

2015-11-08 Thread Yaron Keren via cfe-commits
Author: yrnkrn Date: Sun Nov 8 16:01:45 2015 New Revision: 252426 URL: http://llvm.org/viewvc/llvm-project?rev=252426&view=rev Log: Replace tab with 8 spaces, NFC. Modified: cfe/trunk/lib/CodeGen/CGCall.cpp Modified: cfe/trunk/lib/CodeGen/CGCall.cpp URL: http://llvm.org/viewvc/llvm-projec

Re: [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast

2015-11-08 Thread Matthias Gehre via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL252425: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast (authored by mgehre). Changed prior to commit: http://reviews.llvm.org/D14096?vs=39576&id=39655#toc Repository: rL LLVM http

[clang-tools-extra] r252425 - [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast

2015-11-08 Thread Matthias Gehre via cfe-commits
Author: mgehre Date: Sun Nov 8 15:10:39 2015 New Revision: 252425 URL: http://llvm.org/viewvc/llvm-project?rev=252425&view=rev Log: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast Summary: This check flags all use of c-style casts that perform a static_cast downcast, const_cast

Re: [PATCH] D14215: Disable frame pointer elimination when using -pg

2015-11-08 Thread Stefan Kempf via cfe-commits
sisnkemp added a comment. Ping. Can somebody please comment on this? http://reviews.llvm.org/D14215 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D14215: Disable frame pointer elimination when using -pg

2015-11-08 Thread Stefan Kempf via cfe-commits
sisnkemp updated this revision to Diff 39651. http://reviews.llvm.org/D14215 Files: lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp test/CodeGen/x86_64-profiling-keep-fp.c Index: test/CodeGen/x86_64-profiling-keep-fp.c ==

Re: [PATCH] D14484: Formatting constructor initializer lists by putting them always on different lines

2015-11-08 Thread JVApen via cfe-commits
JVApen added a comment. In http://reviews.llvm.org/D14484#284767, @djasper wrote: > Please read > > http://clang.llvm.org/docs/ClangFormatStyleOptions.html#adding-additional-style-options > > Does your style option qualify? - Is it used by a project of significant size? Yes, we use the same

Re: [PATCH] D14484: Formatting constructor initializer lists by putting them always on different lines

2015-11-08 Thread Daniel Jasper via cfe-commits
Please read http://clang.llvm.org/docs/ClangFormatStyleOptions.html#adding-additional-style-options Does your style option qualify? On Sun, Nov 8, 2015 at 8:04 AM, JVApen wrote: > JVApen created this revision. > JVApen added a reviewer: djasper. > JVApen added a subscriber: cfe-commits. > JVApe

[PATCH] D14484: Formatting constructor initializer lists by putting them always on different lines

2015-11-08 Thread JVApen via cfe-commits
JVApen created this revision. JVApen added a reviewer: djasper. JVApen added a subscriber: cfe-commits. JVApen set the repository for this revision to rL LLVM. Herald added a subscriber: klimek. Hi all, I've been playing around with the clang for a while now and really enjoy it. Unfortunately cl