llvm-project/clang/lib/Sema
Reid Kleckner d2c0c25be4 [MS] Move hex long long sign compat hack to -fms-compatibility
Treating large 0x*LL literals as signed instead of unsigned is not a
conforming language extension, so move it out of -fms-extensions.

Came up in PR30605

llvm-svn: 283227
2016-10-04 15:57:49 +00:00
..
AnalysisBasedWarnings.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AttributeList.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
CMakeLists.txt It seems we need to add SemaExpr.cpp to the /bigobj list; I am getting consistent failures of hitting the section count limit. 2016-06-01 15:17:54 +00:00
CodeCompleteConsumer.cpp Fix unnecessary default switch warning 2016-07-27 16:41:56 +00:00
DeclSpec.cpp [GCC] Support for __final specifier 2016-07-29 10:42:48 +00:00
DelayedDiagnostic.cpp [NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDecl 2016-08-05 22:59:03 +00:00
IdentifierResolver.cpp [modules] Separately track whether an identifier's preprocessor information and 2016-02-05 19:03:40 +00:00
JumpDiagnostics.cpp [ObjC] Warn on unguarded use of partial declaration 2016-08-16 17:44:11 +00:00
MultiplexExternalSemaSource.cpp Method Pool in modules: we make sure that if a module contains an entry for 2016-04-29 19:04:05 +00:00
Scope.cpp [Parser] Clear the TemplateParamScope bit of the current scope's flag 2016-04-29 02:24:14 +00:00
ScopeInfo.cpp [ObjC] Warn on unguarded use of partial declaration 2016-08-16 17:44:11 +00:00
Sema.cpp [coroutines] Switch to using std::experimental namespace per P0057R5 2016-10-04 00:31:16 +00:00
SemaAccess.cpp P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: 2016-06-28 19:03:57 +00:00
SemaAttr.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
SemaCUDA.cpp [CUDA] Harmonize asserts in SemaCUDA, NFC. 2016-09-30 23:57:38 +00:00
SemaCXXScopeSpec.cpp Pass information in a record instead of stack. NFC 2016-08-08 04:02:15 +00:00
SemaCast.cpp This patch implements PR#22821. 2016-08-12 08:04:13 +00:00
SemaChecking.cpp [AVX-512] Check rounding mode for builtins that take one. Rounding mode should be either _MM_FROUND_CUR_DIRECTION or a 2-bit rounding mode ORed with _MM_FROUND_NO_EXC. 2016-10-01 21:03:50 +00:00
SemaCodeComplete.cpp [CodeCompletion] Allow system headers providing private symbols with a single underscore. 2016-07-01 01:17:02 +00:00
SemaConsumer.cpp
SemaCoroutine.cpp [coroutines] Switch to using std::experimental namespace per P0057R5 2016-10-04 00:31:16 +00:00
SemaDecl.cpp Do not find friend function definitions inside non-instantiated class. 2016-10-04 10:11:43 +00:00
SemaDeclAttr.cpp [CUDA] Allow extern __shared__ on empty-length arrays. 2016-10-02 15:24:50 +00:00
SemaDeclCXX.cpp Do not find friend function definitions inside non-instantiated class. 2016-10-04 10:11:43 +00:00
SemaDeclObjC.cpp ObjectiveC Generics: Start using ObjCTypeParamType. 2016-09-13 17:41:05 +00:00
SemaExceptionSpec.cpp Don't diagnoes a mismatch between implicit and explicit exception 2016-08-31 20:38:32 +00:00
SemaExpr.cpp [MS] Move hex long long sign compat hack to -fms-compatibility 2016-10-04 15:57:49 +00:00
SemaExprCXX.cpp P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we 2016-09-30 22:41:36 +00:00
SemaExprMember.cpp P0217R3: Perform semantic checks and initialization for the bindings in a 2016-08-11 22:25:46 +00:00
SemaExprObjC.cpp Fix typos in comments. 2016-09-01 01:26:58 +00:00
SemaFixItUtils.cpp Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call 2015-12-18 21:45:41 +00:00
SemaInit.cpp Fix clang's handling of the copy performed in the second phase of class 2016-09-07 02:14:33 +00:00
SemaLambda.cpp [CUDA] Make lambdas inherit __host__ and __device__ attributes from the scope in which they're created. 2016-09-30 17:14:53 +00:00
SemaLookup.cpp Revert accidentally checked in change in r281315. 2016-09-13 10:38:26 +00:00
SemaObjCProperty.cpp [ObjC] Remove _Atomic from return type and parameter type of 2016-05-26 00:37:30 +00:00
SemaOpenMP.cpp [OpenMP] fix segfault when a variable referenced in reduction clause is a reference parameter\nDifferential Revision: http://reviews.llvm.org/D24524 2016-10-04 14:41:36 +00:00
SemaOverload.cpp [CUDA] Clean up some comments in Sema::IsOverload. NFC 2016-10-03 16:48:27 +00:00
SemaPseudoObject.cpp arc-repeated-use-of-weak should not warn about IBOutlet properties 2016-05-25 05:41:57 +00:00
SemaStmt.cpp [CUDA] Disallow exceptions in device code. 2016-09-28 22:45:54 +00:00
SemaStmtAsm.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
SemaStmtAttr.cpp Add loop pragma for Loop Distribution 2016-06-14 12:04:26 +00:00
SemaTemplate.cpp Factor out a diagnostic kind enum for use in two %select expressions 2016-10-03 18:34:23 +00:00
SemaTemplateDeduction.cpp P0127R2: Support type deduction for types of non-type template parameters in 2016-09-28 23:55:27 +00:00
SemaTemplateInstantiate.cpp P0127R2: Support type deduction for types of non-type template parameters in 2016-09-28 23:55:27 +00:00
SemaTemplateInstantiateDecl.cpp Simplify. NFC. 2016-09-13 10:36:12 +00:00
SemaTemplateVariadic.cpp Fix crash while parsing variable template with variadic template arguments 2016-05-26 12:55:34 +00:00
SemaType.cpp P0127R2: Support type deduction for types of non-type template parameters in 2016-09-28 23:55:27 +00:00
TreeTransform.h Factor out a diagnostic kind enum for use in two %select expressions 2016-10-03 18:34:23 +00:00
TypeLocBuilder.cpp [Sema] Fix bug in TypeLocBuilder::pushImpl 2016-02-18 21:05:09 +00:00
TypeLocBuilder.h Correcting a typo in a comment; NFC. 2016-06-08 12:33:18 +00:00