This revision was automatically updated to reflect the committed changes.
Closed by commit rL260788: Accept "-Weverything" in clang diagnistic pragmas
(authored by ssrivastava).
Changed prior to commit:
http://reviews.llvm.org/D15095?vs=47866&id=47881#toc
Repository:
rL LLVM
http://reviews.
bob.wilson closed this revision.
bob.wilson marked an inline comment as done.
bob.wilson added a comment.
Committed in r260787.
I had previously missed a regression in one of the existing ovl-check.m tests.
The testTakesCFTypeRef function was checking that the CFTypeRef overload was
selected. H
This revision was automatically updated to reflect the committed changes.
Closed by commit rL260795: Fix the ASTPrinter output for ascii char literals
>127. (authored by steven_watanabe).
Changed prior to commit:
http://reviews.llvm.org/D17206?vs=47822&id=47887#toc
Repository:
rL LLVM
http:
Author: steven_watanabe
Date: Fri Feb 12 20:31:28 2016
New Revision: 260795
URL: http://llvm.org/viewvc/llvm-project?rev=260795&view=rev
Log:
Fix the ASTPrinter output for ascii char literals >127.
Differential Revision: http://reviews.llvm.org/D17206
Modified:
cfe/trunk/lib/AST/StmtPrinter.
carlo.bertolli marked 2 inline comments as done.
carlo.bertolli added a comment.
I applied your suggestions and generated a new diff file.
Thanks!
http://reviews.llvm.org/D17148
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.ll
carlo.bertolli updated this revision to Diff 47890.
carlo.bertolli added a comment.
Apply changes to reflect review: have a single emit outlined function call for
both parallel and teams; call push_num_teams outside of runtime class.
http://reviews.llvm.org/D17148
Files:
lib/CodeGen/CGOpenMP
Author: chapuni
Date: Fri Feb 12 22:01:49 2016
New Revision: 260802
URL: http://llvm.org/viewvc/llvm-project?rev=260802&view=rev
Log:
libclang/CMakeLists.txt: Prune IndexingContext.h out of ADDITIONAL_HEADERS. VS
IDE uses it.
Modified:
cfe/trunk/tools/libclang/CMakeLists.txt
Modified: cfe/t
Hi,
I decided to strike while the iron was hot and add the remaining tests
for float.h.
1) clang was missing the C11 mandatory *_HAS_SUBNORM macros, so I
added them. The internal underscored versions are *_HAS_DENORM, and
the Std. defines only "subnormal" and "unnormalized", so there could
be, in
Author: akirtzidis
Date: Fri Feb 12 23:17:15 2016
New Revision: 260807
URL: http://llvm.org/viewvc/llvm-project?rev=260807&view=rev
Log:
[index] Change some default parameters to fix an MSVC ICE.
Many thanks to Yunzhong Gao for tracking this down!
Modified:
cfe/trunk/lib/Index/IndexingContex
Author: dpolukhin
Date: Sat Feb 13 00:53:38 2016
New Revision: 260811
URL: http://llvm.org/viewvc/llvm-project?rev=260811&view=rev
Log:
[OPENMP] NFC rewrite ParseOpenMPDirectiveKind
New implementation is easier to read and extend.
Differential Revision: http://reviews.llvm.org/D17197
Modified:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL260811: [OPENMP] NFC rewrite ParseOpenMPDirectiveKind
(authored by dpolukhin).
Changed prior to commit:
http://reviews.llvm.org/D17197?vs=47794&id=47899#toc
Repository:
rL LLVM
http://reviews.llvm.o
compnerd created this revision.
compnerd added a reviewer: rtrieu.
compnerd added a subscriber: cfe-commits.
When parsing a ternary expression, we would parse the middle and the last
components of the expression. If there was a typo in both, we would only
run the typo correction once. Normally,
101 - 112 of 112 matches
Mail list logo