hanchenye-llvm-project/clang/lib/Sema
Tanya Lattner 0f86433efb Add OpenCL error that a kernel function must have void return type. Includes a test case.
llvm-svn: 173963
2013-01-30 19:48:52 +00:00
..
AnalysisBasedWarnings.cpp Don't warn on fall-through from unreachable code. 2013-01-30 03:49:44 +00:00
AttributeList.cpp PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. 2013-01-24 16:46:58 +00:00
CMakeLists.txt PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. 2013-01-24 16:46:58 +00:00
CodeCompleteConsumer.cpp Use 'const Decl *' throughout code completion in Sema 2013-01-23 17:21:11 +00:00
DeclSpec.cpp Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
DelayedDiagnostic.cpp
IdentifierResolver.cpp
JumpDiagnostics.cpp s/CPlusPlus0x/CPlusPlus11/g 2013-01-02 11:42:31 +00:00
Makefile
MultiplexExternalSemaSource.cpp Preserve Sema::UndefinedInternals across PCH boundaries. Fixes 2013-01-26 00:35:08 +00:00
Scope.cpp
ScopeInfo.cpp
Sema.cpp Remove function that is newly dead as of r173538. 2013-01-26 01:36:54 +00:00
SemaAccess.cpp
SemaAttr.cpp Disable caching of visibility. 2013-01-12 06:42:30 +00:00
SemaCXXScopeSpec.cpp Use 'const Decl *' throughout code completion in Sema 2013-01-23 17:21:11 +00:00
SemaCast.cpp Add a new LangOpt NativeHalfType. This option allows for native half/fp16 2013-01-23 11:56:20 +00:00
SemaChecking.cpp Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support 2013-01-30 12:06:08 +00:00
SemaCodeComplete.cpp Add "instancetype" as a code completion result for the return type of 2013-01-30 07:11:43 +00:00
SemaConsumer.cpp
SemaDecl.cpp Add OpenCL error that a kernel function must have void return type. Includes a test case. 2013-01-30 19:48:52 +00:00
SemaDeclAttr.cpp Downgrade 'attribute ignored when parsing type' from error to warning, to match 2013-01-29 10:02:16 +00:00
SemaDeclCXX.cpp Provide a fixit for constexpr non-static data members. 2013-01-30 01:22:18 +00:00
SemaDeclObjC.cpp Eliminate Sema::CompareProperties(), which was walking over a pile of 2013-01-21 19:42:21 +00:00
SemaExceptionSpec.cpp s/CPlusPlus0x/CPlusPlus11/g 2013-01-02 11:42:31 +00:00
SemaExpr.cpp Hoist retrieval of Expr* into caller. No functionality change. 2013-01-30 19:10:21 +00:00
SemaExprCXX.cpp Patch to check for integer overflow. It has been 2013-01-24 22:11:45 +00:00
SemaExprMember.cpp s/CPlusPlus0x/CPlusPlus11/g 2013-01-02 11:42:31 +00:00
SemaExprObjC.cpp Small code change to improve performance 2013-01-22 19:05:17 +00:00
SemaFixItUtils.cpp s/CPlusPlus0x/CPlusPlus11/g 2013-01-02 11:42:31 +00:00
SemaInit.cpp Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add a 2013-01-26 00:39:02 +00:00
SemaLambda.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
SemaLookup.cpp Preserve Sema::UndefinedInternals across PCH boundaries. Fixes 2013-01-26 00:35:08 +00:00
SemaObjCProperty.cpp Eliminate Sema::CompareProperties(), which was walking over a pile of 2013-01-21 19:42:21 +00:00
SemaOverload.cpp Fix mismatch between pointer and pointee type when diagnosing an incorrect 2013-01-26 02:07:32 +00:00
SemaPseudoObject.cpp
SemaStmt.cpp Patch to check for integer overflow. It has been 2013-01-24 22:11:45 +00:00
SemaStmtAsm.cpp [ms-inline asm] Add an error when trying to compile MS-style inline assembly 2013-01-24 20:24:34 +00:00
SemaStmtAttr.cpp
SemaTemplate.cpp Apply adjustment to function- and array-typed non-type template 2013-01-16 00:52:15 +00:00
SemaTemplateDeduction.cpp Use 'const Decl *' throughout code completion in Sema 2013-01-23 17:21:11 +00:00
SemaTemplateInstantiate.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
SemaTemplateInstantiateDecl.cpp Propagate the spelling list index for an attribute across template instantiation. 2013-01-29 04:21:28 +00:00
SemaTemplateVariadic.cpp Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
SemaType.cpp Downgrade 'attribute ignored when parsing type' from error to warning, to match 2013-01-29 10:02:16 +00:00
TargetAttributesSema.cpp PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. 2013-01-24 16:46:58 +00:00
TargetAttributesSema.h
TreeTransform.h One can override an Objective-C ARC ownership qualifier that came from 2013-01-17 23:59:28 +00:00
TypeLocBuilder.h