llvm-project/clang/lib
Simon Pilgrim 1ba2bf2162 [X86][AVX512] _mm512_stream_load_si512 should take a void const* argument (PR33977)
Based off the Intel Intrinsics guide, we should expect a void const* argument.

Prevents 'passing 'const void *' to parameter of type 'void *' discards qualifiers' warnings.

Differential Revision: https://reviews.llvm.org/D37449

llvm-svn: 312523
2017-09-05 10:06:41 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Always allocate room for a ModuleDecl on the TranslationUnitDecl. 2017-09-05 00:50:19 +00:00
ASTMatchers Register linkageSpecDecl matcher 2017-08-31 21:18:27 +00:00
Analysis [analyzer] MinComplexityConstraint now early exits and only does one macro stack lookup 2017-09-03 13:45:33 +00:00
Basic Change Diagnostic Category size error from runtime to compiletime 2017-08-28 18:53:17 +00:00
CodeGen Emit static constexpr member as available_externally definition 2017-09-05 03:58:35 +00:00
Driver Driver; extract target specific option application (NFC) 2017-09-03 04:47:00 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format clang-format: Fix indentation of macros in include guards (after r312125). 2017-09-04 13:33:52 +00:00
Frontend [modules] Add ability to specify module name to module file mapping (reapply) 2017-08-31 06:26:43 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [X86][AVX512] _mm512_stream_load_si512 should take a void const* argument (PR33977) 2017-09-05 10:06:41 +00:00
Index Print enum constant values using the original source formatting 2017-08-17 13:41:55 +00:00
Lex Implement Itanium name mangling support for C++ Modules TS. 2017-09-04 05:37:53 +00:00
Parse std::function -> llvm::function_ref. NFC. 2017-09-01 16:51:51 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema Implement Itanium name mangling support for C++ Modules TS. 2017-09-04 05:37:53 +00:00
Serialization Fix MSVC narrowing conversion warning. 2017-09-04 10:54:39 +00:00
StaticAnalyzer [analyzer] Increase minimum complexity filter of the CloneChecker. 2017-09-04 05:56:36 +00:00
Tooling Recommit r312127: [refactor] AST selection tree should contain syntactic 2017-08-30 15:28:01 +00:00
CMakeLists.txt