hanchenye-llvm-project/clang/lib
Weiming Zhao be380c711c [ARM] Limit the diagnose when an ISR calls a regular function
Summary:
When the function is compiled with soft-float or on CPU with no FPU, we
don't need to diagnose for a call from an ISR to a regular function.

Reviewers: jroelofs, eli.friedman

Reviewed By: jroelofs

Subscribers: aemerson, rengolin, javed.absar, cfe-commits

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

llvm-svn: 302274
2017-05-05 19:25:29 +00:00
..
ARCMigrate [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 2017-04-28 00:25:06 +00:00
AST [ODRHash] Add support for array and decayed types, and parameter names and types. 2017-05-02 23:58:52 +00:00
ASTMatchers [clang] Register isConstexpr matcher 2017-04-16 19:05:17 +00:00
Analysis Fix PR13910: Don't warn that __builtin_unreachable() is unreachable 2017-04-11 15:36:06 +00:00
Basic [ARM] Limit the diagnose when an ISR calls a regular function 2017-05-05 19:25:29 +00:00
CodeGen CodeGen: avoid use of @clang.arc.use intrinsic at O0 2017-05-05 18:39:06 +00:00
Driver Document that Multilib flags must be actual flags 2017-05-05 00:18:27 +00:00
Edit [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 2017-04-28 00:25:06 +00:00
Format clang-format: [JS] exponentiation operator 2017-05-04 15:04:04 +00:00
Frontend Add #pragma clang module begin/end pragmas and generate them when preprocessing a module. 2017-05-04 00:29:54 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers [ARM] ACLE Chapter 9 intrinsics 2017-05-04 08:37:59 +00:00
Index [Index] The relation between the declarations in template 2017-05-04 10:42:06 +00:00
Lex Add a fix-it for -Wunguarded-availability 2017-05-05 16:42:44 +00:00
Parse Warn that the [] spelling of uuid(...) is deprecated. 2017-05-05 17:05:56 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [ARM] Limit the diagnose when an ISR calls a regular function 2017-05-05 19:25:29 +00:00
Serialization Silences gcc's -Wnarrowing. 2017-05-03 07:48:27 +00:00
StaticAnalyzer [analyzer] Fix memory error bug category capitalization. 2017-05-03 11:47:13 +00:00
Tooling [Tooling] Remove redundant check, NFCi 2017-05-05 14:07:23 +00:00
CMakeLists.txt