nemanjai added a comment.
I assume this also fixes https://bugs.llvm.org/show_bug.cgi?id=31161?
https://reviews.llvm.org/D38656
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
wmi updated this revision to Diff 118181.
wmi added a comment.
Address Hal's comments.
Repository:
rL LLVM
https://reviews.llvm.org/D36562
Files:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/CGRecor
bkramer created this revision.
If the variable construction can be constant evaluated it doesn't have
side effects, so removing it is always safe. We only try to evaluate
variables that are unused, there should be no impact on compile time.
https://reviews.llvm.org/D38678
Files:
lib/Sema/Sema
Author: d0k
Date: Sun Oct 8 14:28:47 2017
New Revision: 315197
URL: http://llvm.org/viewvc/llvm-project?rev=315197&view=rev
Log:
Certain versions of clang require an explicit initialization for literal const
members.
include/clang/Lex/PreprocessorLexer.h:79:3: error: constructor for
'clang::Pre
Author: d0k
Date: Sun Oct 8 14:23:02 2017
New Revision: 315196
URL: http://llvm.org/viewvc/llvm-project?rev=315196&view=rev
Log:
Remove unused variables. No functionality change.
Modified:
cfe/trunk/lib/AST/ASTContext.cpp
cfe/trunk/lib/AST/ItaniumMangle.cpp
cfe/trunk/lib/CodeGen/CGOp
Author: d0k
Date: Sun Oct 8 13:53:36 2017
New Revision: 315194
URL: http://llvm.org/viewvc/llvm-project?rev=315194&view=rev
Log:
Make SourceLocation, QualType and friends have constexpr constructors.
No functionality change intended.
Modified:
cfe/trunk/include/clang/AST/CharUnits.h
cfe
Author: jvesely
Date: Sun Oct 8 13:07:58 2017
New Revision: 315193
URL: http://llvm.org/viewvc/llvm-project?rev=315193&view=rev
Log:
travis: Make sure we report failure even if only earlier checked files fail
for loop would only report status of the last command
v2: return '1'
call test inst
Author: jvesely
Date: Sun Oct 8 13:07:56 2017
New Revision: 315192
URL: http://llvm.org/viewvc/llvm-project?rev=315192&view=rev
Log:
check_external_calls.sh: Print number of calls in tested file.
Reviewer: Jeroen Ketema
Signed-off-by: Jan Vesely
Modified:
libclc/trunk/check_external_calls.
Author: jvesely
Date: Sun Oct 8 12:33:53 2017
New Revision: 315188
URL: http://llvm.org/viewvc/llvm-project?rev=315188&view=rev
Log:
math/binary_decl.inc: Do not declare mixed float/double functions
fmin/fmax only need vector/scalar mix
Reviewer: Jeroen Ketema
Signed-off-by: Jan Vesely
Modifi
Author: jvesely
Date: Sun Oct 8 12:34:00 2017
New Revision: 315191
URL: http://llvm.org/viewvc/llvm-project?rev=315191&view=rev
Log:
ptx: Use __clc_nextafter to implement nextafter
using clang builtin results in external library call
Reviewer: Jeroen Ketema
Signed-off-by: Jan Vesely
Added:
Author: jvesely
Date: Sun Oct 8 12:33:58 2017
New Revision: 315190
URL: http://llvm.org/viewvc/llvm-project?rev=315190&view=rev
Log:
Do not include clc_nextafter header globally
Drop unused clc/math/clc_nextafter.h header
Reviewer: Jeroen Ketema
Signed-off-by: Jan Vesely
Removed:
libclc/t
Author: jvesely
Date: Sun Oct 8 12:33:55 2017
New Revision: 315189
URL: http://llvm.org/viewvc/llvm-project?rev=315189&view=rev
Log:
math/nextafter: Use custom declaration inc file
Reviewer: Jeroen Ketema
Signed-off-by: Jan Vesely
Added:
libclc/trunk/generic/include/clc/math/nextafter.inc
Author: d0k
Date: Sun Oct 8 12:11:02 2017
New Revision: 315185
URL: http://llvm.org/viewvc/llvm-project?rev=315185&view=rev
Log:
Remove unused variables. No functionality change.
Modified:
cfe/trunk/lib/AST/RecordLayoutBuilder.cpp
cfe/trunk/lib/CodeGen/CGExprComplex.cpp
cfe/trunk/lib
szepet created this revision.
Herald added subscribers: baloghadamsoftware, whisperity.
First, I am not exactly sure what are the requirements for moving a checker out
of alpha. However, the checker seems to work with a low false positive rate.
(<15 on the LLVM, 6 effectively different) Also fou
szepet created this revision.
Herald added subscribers: baloghadamsoftware, whisperity.
Added new enum in order to differentiate the warning messages on "misusing"
into 3 categories: function calls, moving an object, copying an object. (At the
moment the checker gives the same message in case of
jina.nahias updated this revision to Diff 118166.
https://reviews.llvm.org/D38672
Files:
lib/Headers/avx512fintrin.h
lib/Headers/avx512vlintrin.h
test/CodeGen/avx512f-builtins.c
test/CodeGen/avx512vl-builtins.c
Index: test/CodeGen/avx512vl-builtins.c
=
aaron.ballman added a comment.
The attribute and sema bits look good to me, but I agree that you might want
Richard's opinions before committing.
Comment at: lib/Sema/SemaDecl.cpp:9264
+
+ if (auto *CMD = dyn_cast(FD))
+if (CMD->isVirtual()) {
`const auto
jina.nahias created this revision.
https://reviews.llvm.org/D38672
Files:
lib/Headers/avx512fintrin.h
lib/Headers/avx512vlintrin.h
test/CodeGen/avx512f-builtins.c
test/CodeGen/avx512vl-builtins.c
Index: test/CodeGen/avx512vl-builtins.c
18 matches
Mail list logo