llvm-project/clang/include/clang
Oliver Stannard 97a3c35443 [ARM] ARM-specific attributes should be accepted for big-endian
The ARM-specific C attributes (currently just interrupt) need to check
for both the big- and little-endian versions of the triples, so that
they are accepted for both big and little endian targets.

TargetWindows and TargetMicrosoftCXXABI also only use the little-endian
triples, but this is correct as windows is not supported on big-endian
ARM targets (and this is asserted in lib/Basic/Targets.cpp).

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

llvm-svn: 281596
2016-09-15 08:55:41 +00:00
..
ARCMigrate [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
AST Correct assert text in DeclGroup::getSingleDecl() 2016-09-14 19:59:26 +00:00
ASTMatchers Correct the documentation for isSignedInteger() and isUnsignedInteger(). 2016-08-18 12:26:17 +00:00
Analysis [CFG] Add iterator_ranges to CFG and CFGBlock. 2016-09-12 08:28:21 +00:00
Basic [ARM] ARM-specific attributes should be accepted for big-endian 2016-09-15 08:55:41 +00:00
CodeGen [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Config driver: Support checking for rlimits via cmake (when bootstrapping) 2016-08-23 20:07:07 +00:00
Driver [clang-cl] Accept the joined equals version of -resource-dir= 2016-09-14 22:31:24 +00:00
Edit [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Format clang-format: Add SpaceAfterTemplate 2016-08-09 14:24:40 +00:00
Frontend [sanitizer-coverage] add yet another flavour of coverage instrumentation: trace-pc-guard. The intent is to eventually replace all of {bool coverage, 8bit-counters, trace-pc} with just this one. Clang part 2016-09-14 01:39:49 +00:00
FrontendTool
Index [index] Create different USR if a property is a class property. 2016-07-15 22:18:19 +00:00
Lex Add missing include. White space. 2016-09-07 17:30:50 +00:00
Parse C++ Modules TS: Add parsing and some semantic analysis support for 2016-09-08 23:14:54 +00:00
Rewrite Frontend: Simplify ownership model for clang's output streams. 2016-07-15 00:55:40 +00:00
Sema [clang-cl] Diagnose duplicate uuids. 2016-09-13 18:55:26 +00:00
Serialization ObjectiveC generics: Add ObjCTypeParamType in the type system. 2016-09-13 17:25:08 +00:00
StaticAnalyzer [analyzer] ExprEngine: remove second call to PreStmt<CastExpr> 2016-09-01 13:55:38 +00:00
Tooling Revert r281457 "Supports adding insertion around non-insertion replacements." 2016-09-14 23:03:06 +00:00
CMakeLists.txt Fixed bug 2016-05-31 15:56:26 +00:00
module.modulemap Fix module map typo in r269347. 2016-05-13 17:28:51 +00:00