hanchenye-llvm-project/clang/lib/Sema
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
..
AnalysisBasedWarnings.cpp Suppress warning on unreachable [[clang::fallthrough]] within a template instantiation. 2017-03-22 01:49:19 +00:00
AttributeList.cpp Add #pragma clang attribute 2017-04-18 14:33:39 +00:00
CMakeLists.txt
CodeCompleteConsumer.cpp Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00
CoroutineStmtBuilder.h [coroutines] Fix rebuilding of implicit and dependent coroutine statements. 2017-04-03 19:21:00 +00:00
DeclSpec.cpp Recommit r289979 [OpenCL] Allow disabling types and declarations associated with extensions 2016-12-18 05:18:55 +00:00
DelayedDiagnostic.cpp [Sema] Delay partial availability diagnostics, just like deprecated 2016-10-28 21:39:27 +00:00
IdentifierResolver.cpp
JumpDiagnostics.cpp [Sema][ObjC] Disallow jumping into ObjC fast enumeration loops. 2017-04-19 17:54:08 +00:00
MultiplexExternalSemaSource.cpp Modular Codegen: Support homing debug info for types in modular objects 2017-04-11 21:13:37 +00:00
Scope.cpp
ScopeInfo.cpp [coroutines] Fix diagnostics depending on the first coroutine statement. 2017-03-11 02:35:37 +00:00
Sema.cpp Introduce Wzero-as-null-pointer-constant. 2017-05-05 16:11:08 +00:00
SemaAccess.cpp
SemaAttr.cpp The SubjectMatchRule enum should not be used as a DenseMap key to avoid 2017-04-18 20:54:23 +00:00
SemaCUDA.cpp Factor out some common code between SpecialMemberExceptionSpecInfo and SpecialMemberDeletionInfo. 2017-02-24 02:07:20 +00:00
SemaCXXScopeSpec.cpp Add support for editor placeholders to Clang 2017-04-19 08:58:56 +00:00
SemaCast.cpp [Objective-C] Miscellaneous -fobjc-weak Fixes 2017-03-29 18:16:38 +00:00
SemaChecking.cpp Fix bugs checking va_start in lambdas and erroneous contexts 2017-05-04 19:51:05 +00:00
SemaCodeComplete.cpp [libclang] Fix crash in member access code completion with implicit base 2017-03-28 07:22:21 +00:00
SemaConsumer.cpp
SemaCoroutine.cpp Assert that a valid operator new/delete signature is always found by the coroutine body 2017-04-18 05:30:39 +00:00
SemaDecl.cpp Reusing an existing attribute diagnostic 2017-05-03 14:05:00 +00:00
SemaDeclAttr.cpp ANSIfy. No behavior change. 2017-05-05 17:15:08 +00:00
SemaDeclCXX.cpp Add #pragma clang attribute 2017-04-18 14:33:39 +00:00
SemaDeclObjC.cpp [ObjC] Don't disallow vector parameters/return values in methods 2017-05-05 16:15:17 +00:00
SemaExceptionSpec.cpp [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. 2017-03-06 23:38:15 +00:00
SemaExpr.cpp [ARM] Limit the diagnose when an ISR calls a regular function 2017-05-05 19:25:29 +00:00
SemaExprCXX.cpp Fix PR32831 (Try Again): 'this' capture while instantiating generic lambda call operator specialization 2017-05-02 20:56:34 +00:00
SemaExprMember.cpp [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum 2017-04-01 21:30:49 +00:00
SemaExprObjC.cpp ObjCBoxedExpr can't be evaluated by the constant expression evaluator. 2017-04-29 00:07:27 +00:00
SemaFixItUtils.cpp
SemaInit.cpp PR32280: Do not crash on nested initializers. 2017-04-14 08:48:08 +00:00
SemaLambda.cpp Fix lambda to block conversion in C++17 by avoiding copy elision for the 2017-04-06 12:53:43 +00:00
SemaLookup.cpp [modules] Properly look up the owning module for an instantiation of a merged template. 2017-04-21 01:15:13 +00:00
SemaObjCProperty.cpp [Sema][ObjC] Avoid the "type of property does not match type of accessor" 2017-03-30 13:33:51 +00:00
SemaOpenMP.cpp [OPENMP] Add a check for iterator not reached the end of stack, NFC. 2017-04-27 15:10:33 +00:00
SemaOverload.cpp [Modules] Fix a crash-on-invalid with overloaded functions 2017-04-26 20:13:45 +00:00
SemaPseudoObject.cpp [Objective-C] Fix "weak-unavailable" warning with -fobjc-weak 2017-03-29 18:09:02 +00:00
SemaStmt.cpp ANSIfy. No behavior change. 2017-05-05 17:15:08 +00:00
SemaStmtAsm.cpp [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum 2017-04-01 21:30:49 +00:00
SemaStmtAttr.cpp Add [[clang::suppress(rule, ...)]] attribute 2017-03-27 19:45:24 +00:00
SemaTemplate.cpp PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes when forming implicit deduction guides. 2017-04-20 01:15:31 +00:00
SemaTemplateDeduction.cpp [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum 2017-04-01 21:30:49 +00:00
SemaTemplateInstantiate.cpp [Sema] Use MSVC inner class behavior on Itanium 2017-04-20 01:11:42 +00:00
SemaTemplateInstantiateDecl.cpp [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum 2017-04-01 21:30:49 +00:00
SemaTemplateVariadic.cpp PR24440: Do not silently discard a fold-expression appearing as the operand of a cast-expression. 2017-02-15 19:57:10 +00:00
SemaType.cpp [X86] Support of no_caller_saved_registers attribute 2017-04-27 12:01:00 +00:00
TreeTransform.h Sema: protect against ObjC++ typo-correction failure 2017-04-20 22:23:10 +00:00
TypeLocBuilder.cpp
TypeLocBuilder.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00