llvm-project/clang/lib/Sema
Jake Egan 6f0977519d [AIX][ZOS] Handle unsupported builtin function CFStringMakeConstantString
This patch emits an error on AIX and z/OS because XCOFF and GOFF does not currently implement builtin function `CFStringMakeConstantString`. Tests that use this builtin were also disabled.

Reviewed By: SeanP

Differential Revision: https://reviews.llvm.org/D117315
2022-01-17 11:24:16 -05:00
..
AnalysisBasedWarnings.cpp [clang] Remove redundant member initialization (NFC) 2022-01-02 10:20:23 -08:00
CMakeLists.txt [clang] Make libBasic not depend on MC 2021-04-28 12:16:22 -04:00
CodeCompleteConsumer.cpp [CodeCompletion] Signature help for aggregate initialization. 2022-01-04 16:00:22 +01:00
CoroutineStmtBuilder.h
DeclSpec.cpp Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
DelayedDiagnostic.cpp
IdentifierResolver.cpp
JumpDiagnostics.cpp [clang] Add range accessor for ObjCAtTryStmt catch_stmts and use it 2021-10-27 08:57:05 -04:00
MultiplexExternalSemaSource.cpp [clang][AST] Improve AST Reader/Writer memory footprint 2021-05-20 15:34:29 -07:00
OpenCLBuiltins.td [OpenCL] Add pure attribute to vload builtins 2021-12-16 18:30:58 +00:00
ParsedAttr.cpp [Clang] Add an explicit makeArrayRef to appease gcc 5.4. 2021-08-13 09:42:28 -07:00
Scope.cpp [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
ScopeInfo.cpp [clang] Disallow mixing SEH and Objective-C exceptions 2021-10-20 14:18:12 -04:00
Sema.cpp [clang] Remove redundant member initialization (NFC) 2022-01-12 22:12:01 -08:00
SemaAccess.cpp [Sema] Use llvm::is_contained (NFC) 2021-10-11 11:06:44 -07:00
SemaAttr.cpp [NFC][Sema] Return underlying strings directly instead of OS.str() 2021-12-09 16:05:46 -08:00
SemaAvailability.cpp [clang] Convert a few loops to for-each 2021-10-11 14:24:32 -04:00
SemaCUDA.cpp Remove redundant return and continue statements (NFC) 2021-12-24 23:17:54 -08:00
SemaCXXScopeSpec.cpp [AST] Add more source information for DecltypeTypeLoc. 2022-01-10 09:34:18 +01:00
SemaCast.cpp [clang] p0388 conversion to incomplete array 2021-10-12 07:35:20 -07:00
SemaChecking.cpp [AIX][ZOS] Handle unsupported builtin function CFStringMakeConstantString 2022-01-17 11:24:16 -05:00
SemaCodeComplete.cpp [clang][CodeComplete] Perform approximate member search in bases 2022-01-12 10:56:06 +01:00
SemaConcept.cpp [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
SemaConsumer.cpp
SemaCoroutine.cpp [NFC] [Coroutines] Refactor implementation in checkFinalSuspendNoThrow 2022-01-14 15:37:01 +08:00
SemaDecl.cpp [clang] Introduce support for disabling warnings in system macros 2022-01-12 08:18:19 +00:00
SemaDeclAttr.cpp [Clang][Sema] Use VersionMap from SDKSettings for remapping tvOS and watchOS availability 2022-01-12 17:40:18 +00:00
SemaDeclCXX.cpp [clang] p2085 out-of-class comparison operator defaulting 2021-12-20 08:47:54 -08:00
SemaDeclObjC.cpp Reland "[clang][ObjC] Add fix it for missing methods in impl" 2022-01-06 10:55:02 -05:00
SemaExceptionSpec.cpp [-fms-extensions] Make some exception specification warnings/errors compatible with what cl.exe does 2022-01-07 14:42:16 -08:00
SemaExpr.cpp [clang] Fix crash for sizeof on VLAs 2022-01-12 16:10:58 +01:00
SemaExprCXX.cpp [clang] Remove redundant member initialization (NFC) 2022-01-12 22:12:01 -08:00
SemaExprMember.cpp [Sema] Fix the assertion in Sema::ActOnDependentMemberExpr 2022-01-04 13:08:12 -08:00
SemaExprObjC.cpp [clang] Fix bugprone argument comments (NFC) 2022-01-09 00:19:49 -08:00
SemaFixItUtils.cpp [clang] NFC: Rename rvalue to prvalue 2021-06-09 12:27:10 +02:00
SemaInit.cpp [Format, Sema] Use range-based for loops with llvm::reverse (NFC) 2021-11-17 08:52:35 -08:00
SemaLambda.cpp [clang] retain type sugar in auto / template argument deduction 2021-11-15 23:07:45 +01:00
SemaLookup.cpp AST: Avoid using SmallVector::set_size() in UnresolvedSet 2022-01-11 17:47:23 -08:00
SemaModule.cpp [C++20] [Modules] Exit early if export decl is not valid 2022-01-14 10:21:42 +08:00
SemaObjCProperty.cpp [Clang][Sema] Fix attribute mismatch warning for ObjC class properties 2022-01-11 12:10:18 +00:00
SemaOpenMP.cpp [OpenMP] Fix problems with the declare variant append_args clause 2022-01-14 11:09:27 -08:00
SemaOverload.cpp [SemaOverload] compareConversionFunctions - use castAs<> instead of getAs<> to avoid dereference of nullptr 2022-01-11 10:31:26 +00:00
SemaPseudoObject.cpp [clang] NFC: Rename rvalue to prvalue 2021-06-09 12:27:10 +02:00
SemaSYCL.cpp [SYCL] Diagnose uses of zero length arrays 2021-12-29 15:30:18 +03:00
SemaStmt.cpp [clang][#51931] Enable `-Wdeclaration-after-statement` for all C versions 2022-01-12 18:21:46 +01:00
SemaStmtAsm.cpp Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
SemaStmtAttr.cpp Implemented [[clang::musttail]] attribute for guaranteed tail calls. 2021-04-15 17:12:21 -07:00
SemaTemplate.cpp [clang] Fix bugprone argument comments (NFC) 2022-01-09 00:19:49 -08:00
SemaTemplateDeduction.cpp [Sema] Fix a bugprone argument comment (NFC) 2022-01-12 22:11:59 -08:00
SemaTemplateInstantiate.cpp [SemaTemplateInstantiate] Use cast<> instead of dyn_cast<> to avoid dereference of nullptr 2022-01-11 11:29:38 +00:00
SemaTemplateInstantiateDecl.cpp [clang] Fix bugprone argument comments (NFC) 2022-01-09 00:19:49 -08:00
SemaTemplateVariadic.cpp Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
SemaType.cpp Reland (2) "[AST] Add RParen loc for decltype AutoTypeloc."" 2022-01-17 11:33:11 +01:00
TreeTransform.h Reland (2) "[AST] Add RParen loc for decltype AutoTypeloc."" 2022-01-17 11:33:11 +01:00
TypeLocBuilder.cpp
TypeLocBuilder.h
UsedDeclVisitor.h [HIP][OpenMP] Fix assertion in deferred diag 2021-10-25 11:07:40 -04:00