llvm-project/clang/lib
Eric Christopher 1e6fedbb83 _CALL_LINUX is only defined on 64-bit ppc linux platforms, not 32-bit.
Adjust and add a test for the 32-bit side.

llvm-svn: 298778
2017-03-25 19:26:04 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST [ODRHash] Add support for array and decayed types. 2017-03-25 00:48:52 +00:00
ASTMatchers Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjCIvarDecl, and ObjCPropertyDecl. 2017-03-15 20:14:25 +00:00
Analysis [analyzer] Fix crash when building CFG with variable of incomplete type 2017-03-07 08:42:37 +00:00
Basic _CALL_LINUX is only defined on 64-bit ppc linux platforms, not 32-bit. 2017-03-25 19:26:04 +00:00
CodeGen Revert r298491 and r298494 which changed Clang's handling of 'nonnull' 2017-03-24 09:11:57 +00:00
Driver [XRay] Do not depend on C++ stdlib for XRay builds 2017-03-24 00:20:05 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format Fix issues in clang-format's AlignConsecutive modes. 2017-03-23 02:51:25 +00:00
Frontend [OpenCL][Bug 10573] Don't set CXXOperatorNames flag 2017-03-24 16:43:51 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers [X86] Implement __readgsqword (and the rest) as builtins (PR32373) 2017-03-22 19:13:13 +00:00
Index Fix MSVC 'not all control paths return a value' warning. 2017-03-24 16:59:14 +00:00
Lex [Modules] Find PrivateHeaders when looking into subframeworks 2017-03-21 16:43:51 +00:00
Parse Publish RAIIObjectsForParser.h for external usage. 2017-03-23 15:11:07 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Fix handling of initialization from parenthesized initializer list. 2017-03-24 01:14:25 +00:00
Serialization [ODRHash] Add support for array and decayed types. 2017-03-25 00:48:52 +00:00
StaticAnalyzer [analyzer] MisusedMovedObject: Remove deprecated callback. NFC 2017-03-24 10:16:08 +00:00
Tooling Apply clang-tidy's performance-unnecessary-value-param to parts of clang. 2017-03-21 21:35:04 +00:00
CMakeLists.txt