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
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
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
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
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
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
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
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
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
==
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
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
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
12 matches
Mail list logo