hanchenye-llvm-project/clang/lib/Sema
Peter Collingbourne 66bfcb3ea5 Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both copy operations.
Differential Revision: https://reviews.llvm.org/D26868

llvm-svn: 287411
2016-11-19 00:30:56 +00:00
..
AnalysisBasedWarnings.cpp [coroutines] Build fallthrough and set_exception statements. 2016-10-27 07:30:31 +00:00
AttributeList.cpp Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00
CMakeLists.txt
CodeCompleteConsumer.cpp Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00
DeclSpec.cpp Fixes for r287241. Use placement new. Apply clang-format. 2016-11-17 21:00:09 +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] Handle CaseStmt and DefaultStmt as SwitchCase 2016-10-26 02:00:00 +00:00
MultiplexExternalSemaSource.cpp [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map. 2016-10-10 16:26:08 +00:00
Scope.cpp
ScopeInfo.cpp [Sema][NFC] Reset HasFallthroughStmt when clearing FunctionScopeInfo 2016-11-09 22:52:23 +00:00
Sema.cpp Fix for PR28523: unexpected compilation error. 2016-11-11 12:36:20 +00:00
SemaAccess.cpp
SemaAttr.cpp
SemaCUDA.cpp [CUDA] Use only the GVALinkage on function definitions. 2016-11-08 23:45:51 +00:00
SemaCXXScopeSpec.cpp Fix a crash on invalid code. 2016-10-28 00:15:24 +00:00
SemaCast.cpp [Sema] Allow static_cast<T&&>(e) to check explicit conversions for non-reference-related types. 2016-11-03 02:13:17 +00:00
SemaChecking.cpp [ARM] Fix sema check of ARM special register names 2016-11-18 21:00:08 +00:00
SemaCodeComplete.cpp [CodeCompletion] Show block invocation results for block property setters 2016-11-09 13:43:18 +00:00
SemaConsumer.cpp
SemaCoroutine.cpp [coroutines] Add diagnostics for copy/move assignment operators and functions with deduced return types. 2016-10-27 18:43:28 +00:00
SemaDecl.cpp Use descriptive message if list initializer is incorrectly parenthesized. 2016-11-12 15:38:55 +00:00
SemaDeclAttr.cpp [Sema] Range-ify for loop, add period to comment. NFC. 2016-11-10 21:47:12 +00:00
SemaDeclCXX.cpp Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both copy operations. 2016-11-19 00:30:56 +00:00
SemaDeclObjC.cpp [index] Fix issue with protocol name locations in conformance list of an ObjC class when they come from a typedef. 2016-11-09 02:47:07 +00:00
SemaExceptionSpec.cpp [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for 2016-10-22 01:32:19 +00:00
SemaExpr.cpp [Sema] Don't allow applying address-of operator to a call to a function 2016-11-19 00:13:03 +00:00
SemaExprCXX.cpp Fixed spelling in comments. NFCI. 2016-11-15 18:28:07 +00:00
SemaExprMember.cpp Sema: correct typo correction for ivars in @implementation 2016-11-17 17:10:54 +00:00
SemaExprObjC.cpp Add an assert to further check the invariant that a null pointer 2016-11-04 06:11:54 +00:00
SemaFixItUtils.cpp
SemaInit.cpp Remove unnecessary distinction between Ref_Compatible and 2016-10-21 23:01:55 +00:00
SemaLambda.cpp [OPENMP] Fix for PR30632: Name mangling issue. 2016-11-15 13:15:20 +00:00
SemaLookup.cpp [Frontend] Allow attaching an external sema source to compiler instance and extra diags to TypoCorrections 2016-11-16 18:15:26 +00:00
SemaObjCProperty.cpp
SemaOpenMP.cpp Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
SemaOverload.cpp Use the member function location in enable_if diagnostics. 2016-11-16 21:31:25 +00:00
SemaPseudoObject.cpp PR25890: Fix incoherent error handling in PerformImplicitConversion and 2016-10-06 23:12:58 +00:00
SemaStmt.cpp [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf{Device,Host}Code(). 2016-10-13 18:45:08 +00:00
SemaStmtAsm.cpp
SemaStmtAttr.cpp
SemaTemplate.cpp Rangify for loop, NFC. 2016-11-16 13:45:34 +00:00
SemaTemplateDeduction.cpp p0012: Teach resolving address of overloaded function with dependent exception 2016-11-01 01:31:23 +00:00
SemaTemplateInstantiate.cpp Fix spelling mistake. 2016-11-03 17:11:28 +00:00
SemaTemplateInstantiateDecl.cpp [Sema] Fix a bug in enable_if condition instantiation. 2016-11-17 01:33:54 +00:00
SemaTemplateVariadic.cpp PR26276: Fix detection of non-cast-expressions as operands of fold-expressions. 2016-10-20 00:55:15 +00:00
SemaType.cpp [OpenCL] Introduce ReadPipeType and WritePipeType. 2016-11-18 14:10:54 +00:00
TreeTransform.h [OpenCL] Introduce ReadPipeType and WritePipeType. 2016-11-18 14:10:54 +00:00
TypeLocBuilder.cpp
TypeLocBuilder.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00