llvm-project/clang/lib
Martell Malone 051e966e49 [MINGW] normalize WIN32 macros
move _WIN64 and _WIN32 defines to lib/Basic/Targets/OSTargets.h
move WIN32, WIN64 and __MINGW64__ to addMinGWDefines

fixes __MINGW64__ not being defined for aarch64
adds WIN32 definition for x64

Reviewers: mstorsjo

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

llvm-svn: 318755
2017-11-21 11:28:29 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [Analyzer] Revert r318750 because incorrect files were added for commit. 2017-11-21 11:20:07 +00:00
ASTMatchers ASTMatchers{,Macros}.h: Add some extra macros to use for decl/def of matchers 2017-11-21 01:09:18 +00:00
Analysis [Analyzer] Stable iteration on indirect goto LabelDecl's to avoid non-determinism (attempt 2) 2017-11-21 11:27:47 +00:00
Basic [MINGW] normalize WIN32 macros 2017-11-21 11:28:29 +00:00
CodeGen [CodeGen] Generate TBAA type descriptors in a more reliable manner 2017-11-21 11:18:06 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver Revert r318669/318694 2017-11-20 21:46:29 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format FormatInternal.h: Add missing includes. 2017-11-21 01:09:17 +00:00
Frontend Revert r318669/318694 2017-11-20 21:46:29 +00:00
FrontendTool [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) 2017-10-18 05:21:17 +00:00
Headers [CUDA] Remove implementations of nexttoward. 2017-11-17 01:15:43 +00:00
Index [index] tag declarations should use the decl role instead of ref 2017-11-09 20:50:59 +00:00
Lex [refactor][extract] insert semicolons into extracted/inserted code 2017-11-03 18:11:22 +00:00
Parse [Modules TS] Added module re-export support. 2017-11-21 09:42:42 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema [Modules TS] Added module re-export support. 2017-11-21 09:42:42 +00:00
Serialization [PCH+Modules] Improve diagnosticts to help out users pass an extra header search path 2017-11-17 03:24:11 +00:00
StaticAnalyzer [analyzer] Diagnose stack leaks via block captures 2017-11-20 22:53:30 +00:00
Tooling Fix skipping of flags in getClangStripDependencyFileAdjuster 2017-11-17 16:27:21 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00