Author: Christof Douma
Date: 2020-02-13T11:08:46Z
New Revision: c49866acceb1ffbcc0f723993648f0678e92a91c
URL:
https://github.com/llvm/llvm-project/commit/c49866acceb1ffbcc0f723993648f0678e92a91c
DIFF:
https://github.com/llvm/llvm-project/commit/c49866acceb1ffbcc0f723993648f0678e92a91c.diff
LOG
Hi Marshall and others.
After this discussion and some internal discussions I agree with the idea that
files without extension are treated as C++ header files and non-header files
should either move out of the C++ code base or have a proper extension. The
VERSION case is just the most visible c
Author: christof
Date: Tue Jun 27 02:50:38 2017
New Revision: 306384
URL: http://llvm.org/viewvc/llvm-project?rev=306384&view=rev
Log:
Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""
This reverts commit r305688 meaning it reintroduces r305684. To repeat:
[NFC] Refactor D
Author: christof
Date: Mon Jun 19 07:41:22 2017
New Revision: 305688
URL: http://llvm.org/viewvc/llvm-project?rev=305688&view=rev
Log:
Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"
This reverts commit 305684.
This patch breaks extra/tools/clang-tidy
Modified:
cfe/trunk/incl
Author: christof
Date: Mon Jun 19 07:05:58 2017
New Revision: 305684
URL: http://llvm.org/viewvc/llvm-project?rev=305684&view=rev
Log:
[NFC] Refactor DiagnosticRenderer to use FullSourceLoc
Move the DiagnosticRenderer and its dependents to using FullSourceLocs
instead of a SourceLocation and Sour
Author: christof
Date: Tue Feb 28 03:09:53 2017
New Revision: 296454
URL: http://llvm.org/viewvc/llvm-project?rev=296454&view=rev
Log:
[ARM] Don't pass -arm-execute-only to cc1as
The option -mexecute-only is translated into the backend option
-arm-execute-only. But this option only makes sense fo
christof accepted this revision.
christof added a reviewer: christof.
christof added a comment.
I've tested it and it removes the issue I saw. The following error is gone:
clang-3.9: error: unsupported option '-fsanitize=address' for target
'aarch64-arm-none-eabi’
Thanks
http://reviews.llvm.o
christof added a comment.
In http://reviews.llvm.org/D21082#451393, @kubabrecka wrote:
> This doesn’t make sense to me, Clang is able to produce ASanified code even
> when the compiler itself isn’t ASanified (that’s what LLVM_USE_SANITIZER
> does). Where exactly is this test failing?
Right.
christof created this revision.
christof added reviewers: vitalybuka, chapuni.
christof added a subscriber: cfe-commits.
christof set the repository for this revision to rL LLVM.
The asan tests should only run on builds that have LLVM_USE_SANITIZER set. The
feature 'asan' reflects this and is req
christof added a comment.
LGTM. But since this is my first review, I would like somebody else to sign off
on this as well.
http://reviews.llvm.org/D15664
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/
Author: christof
Date: Wed Dec 2 06:03:42 2015
New Revision: 254505
URL: http://llvm.org/viewvc/llvm-project?rev=254505&view=rev
Log:
Teaches clang about Cortex-A35.
Adds support for the new Cortex-A35 ARMv8-A core.
Differential Revision: http://reviews.llvm.org/D15142
Modified:
cfe/trunk/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL254505: Teaches clang about Cortex-A35. (authored by
christof).
Changed prior to commit:
http://reviews.llvm.org/D15142?vs=41600&id=41609#toc
Repository:
rL LLVM
http://reviews.llvm.org/D15142
File
12 matches
Mail list logo