Author: jvesely
Date: Sat Oct 7 23:56:14 2017
New Revision: 315170
URL: http://llvm.org/viewvc/llvm-project?rev=315170&view=rev
Log:
ldexp: Fix double precision function return type
Fixes ~1200 external calls from nvtpx library.
Reviewer: Jeroen Ketema
Signed-off-by: Jan Vesely
Modified:
hfinkel added inline comments.
Comment at: include/clang/Basic/DiagnosticDriverKinds.td:335
+def warn_drv_fine_grained_bitfield_accesses_ignored : Warning<
+ "option '-ffine-grained-bitfield-accesses' cannot be enabled together with
sanitizer; flag ignored">,
+ InGroup;
--
hfinkel added a comment.
Some suggested improvements to the English in the documentation...
Comment at: docs/UsersManual.rst:700
+
+Configuration files group command line options and allow to specify all of
+them just by referencing the configuration file. They may be used, for
lebedev.ri updated this revision to Diff 118143.
lebedev.ri added a comment.
Rework `AnalyzeComparison()` and `DiagnoseOutOfRangeComparison()` - avoid that
fast-return path in `DiagnoseOutOfRangeComparison()`
`AnalyzeComparison()` is now a bit smarter, and it
1. calls `CheckTautologicalCompariso
aaron.ballman added inline comments.
Comment at: clang/lib/Parse/ParseDecl.cpp:5973-5974
+
+// If there are attributes following the identifier list, parse them and
+// prohibit them.
+MaybeParseCXX11Attributes(FnAttrs);
rsmith wrote:
> Do you antici
aaron.ballman updated this revision to Diff 118141.
aaron.ballman marked 5 inline comments as done.
aaron.ballman added a comment.
Corrected review feedback from Richard.
- Changed the cc1 option to -fdouble-square-bracket-attributes
- Corrected regression with opaque-enum-declarations
https://
jvesely created this revision.
Herald added subscribers: t-tye, tpr, dstuttard, nhaehnle, wdng, kzhuravl.
Improve amdgcn macro test
Repository:
rL LLVM
https://reviews.llvm.org/D38667
Files:
lib/Basic/Targets/AMDGPU.cpp
test/Preprocessor/predefined-arch-macros.c
Index: test/Preprocesso
lebedev.ri added inline comments.
Comment at: lib/Sema/SemaChecking.cpp:8719
+ // Type limit values are handled later by CheckTautologicalComparison().
+ if (IsTypeLimit(S, Other, Constant, ConstValue) && (!OtherIsBooleanType))
return;
lebedev.ri wrote:
>
Author: rksimon
Date: Sat Oct 7 05:24:10 2017
New Revision: 315149
URL: http://llvm.org/viewvc/llvm-project?rev=315149&view=rev
Log:
Fix signed/unsigned warning
Modified:
clang-tools-extra/trunk/clangd/ClangdUnit.cpp
Modified: clang-tools-extra/trunk/clangd/ClangdUnit.cpp
URL:
http://llvm.
Author: jketema
Date: Sat Oct 7 02:10:44 2017
New Revision: 315147
URL: http://llvm.org/viewvc/llvm-project?rev=315147&view=rev
Log:
Delete empy directory
Removed:
libclc/trunk/ptx/lib/integer/
___
cfe-commits mailing list
cfe-commits@lists.llvm.o
This revision might be the cause of
https://bugs.llvm.org/show_bug.cgi?id=34869. I'm still working on a reduced
test case.
On Sat, Sep 30, 2017 at 2:03 AM, George Karpenkov via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> Author: george.karpenkov
> Date: Fri Sep 29 17:03:22 2017
> New Revis
11 matches
Mail list logo