llvm-project/clang/lib
Mandeep Singh Grang 79249e1be7 [clang] Add ARM64 support to armintr.h for MSVC compatibility
Summary: This fixes compiling with headers from the Windows SDK for ARM64.

Reviewers: compnerd, ruiu, mstorsjo

Reviewed By: compnerd, mstorsjo

Subscribers: mgorny, aemerson, javed.absar, kristof.beyls, llvm-commits, cfe-commits

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

llvm-svn: 309081
2017-07-26 05:29:40 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [CodeGen] Correctly model std::byte's aliasing properties 2017-07-25 23:33:58 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis [clang] Fix handling of "%zd" in scanf 2017-07-20 20:11:47 +00:00
Basic AArch64 & ARM: move TargetInfo functions from .h to .cpp file. NFC. 2017-07-24 17:06:23 +00:00
CodeGen [CodeGen] Correctly model std::byte's aliasing properties 2017-07-25 23:33:58 +00:00
Driver [ubsan] Null-check pointers in -fsanitize=vptr (PR33881) 2017-07-25 19:34:23 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Reorder assignments, NFC 2017-07-24 19:52:49 +00:00
Frontend [Frontend] Mark some ASTUnit methods as const. NFC. 2017-07-25 19:53:27 +00:00
FrontendTool [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h. 2017-07-18 08:55:03 +00:00
Headers [clang] Add ARM64 support to armintr.h for MSVC compatibility 2017-07-26 05:29:40 +00:00
Index [index] Set SymbolSubKind::Accessor[GS]etter on class methods 2017-07-21 23:04:27 +00:00
Lex [NFC] Use RAII to un-poison and then re-poison __VA_ARGS__ 2017-07-25 03:15:36 +00:00
Parse [OPENMP] Initial support for 'in_reduction' clause. 2017-07-21 18:48:21 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema Revert "This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements." as it is causing msan failures. 2017-07-25 19:17:32 +00:00
Serialization [coroutines] Add serialization/deserialization of coroutines 2017-07-25 18:01:49 +00:00
StaticAnalyzer [StaticAnalyzer] LoopUnrolling - Attempt #2 to fix a crash in r309006. 2017-07-25 23:49:16 +00:00
Tooling [clang-diff] Get rid of unused variable warnings in ASTDiff.cpp 2017-07-21 13:18:51 +00:00
CMakeLists.txt