llvm-project/clang/lib/Sema
Angel Garcia Gomez b5250d3448 Apply modernize-use-default to clang.
Summary: Replace empty bodies of default constructors and destructors with '= default'.

Reviewers: bkramer, klimek

Subscribers: klimek, alexfh, cfe-commits

Differential Revision: http://reviews.llvm.org/D13890

llvm-svn: 250822
2015-10-20 12:52:55 +00:00
..
AnalysisBasedWarnings.cpp Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups 2015-10-06 23:40:43 +00:00
AttributeList.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
CMakeLists.txt Split off CUDA-specific Sema parts to a new file 2014-09-03 15:27:03 +00:00
CodeCompleteConsumer.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
DeclSpec.cpp Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isValid(). 2015-10-03 05:15:57 +00:00
DelayedDiagnostic.cpp Add -Wpartial-availability. 2015-03-19 19:18:22 +00:00
IdentifierResolver.cpp [modules] Remove redundant import of lexical decls when building a lookup table 2015-03-23 03:25:59 +00:00
JumpDiagnostics.cpp Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops. 2015-07-02 21:03:14 +00:00
Makefile
MultiplexExternalSemaSource.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
Scope.cpp MS ABI: Implement the MSVC 2015 scheme for scope disambiguation 2015-03-19 21:54:30 +00:00
ScopeInfo.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
Sema.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
SemaAccess.cpp -Wdeprecated: SavedInstanceContext is returned by value but isn't really copyable, but it can be made movable 2015-08-12 22:58:10 +00:00
SemaAttr.cpp Implement section pragma feedback on r205810 2015-03-04 23:39:17 +00:00
SemaCUDA.cpp [CUDA] Allow function overloads in CUDA based on host/device attributes. 2015-09-22 17:22:59 +00:00
SemaCXXScopeSpec.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
SemaCast.cpp [Sema] Make `&function_with_enable_if_attrs` an error 2015-10-12 19:57:04 +00:00
SemaChecking.cpp Skip NonNull sema checks in unevaluated contexts. 2015-10-09 00:17:57 +00:00
SemaCodeComplete.cpp [code-completion] Strip outer nullability annotations when completing method implementations. 2015-07-24 17:00:19 +00:00
SemaConsumer.cpp
SemaDecl.cpp [modules] Allow the error on importing a C++ module within an extern "C" 2015-10-13 00:39:40 +00:00
SemaDeclAttr.cpp Amending r249721 to properly handle pathological attribute-related names like __ and ____. 2015-10-09 13:53:24 +00:00
SemaDeclCXX.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
SemaDeclObjC.cpp [Sema/objc] When checking for unimplemented methods treat methods from class extensions as continuation of the class interface. 2015-10-13 23:27:34 +00:00
SemaExceptionSpec.cpp SourceRanges are small and trivially copyable, don't them by reference. 2015-10-04 04:53:55 +00:00
SemaExpr.cpp [Sema] Make `&function_with_enable_if_attrs` an error 2015-10-12 19:57:04 +00:00
SemaExprCXX.cpp Fix warning caused by r249995 2015-10-11 20:37:14 +00:00
SemaExprMember.cpp Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in static methods" 2015-10-20 00:31:42 +00:00
SemaExprObjC.cpp Be slightly more permissive when checking for type-erased blocks. 2015-10-02 01:05:29 +00:00
SemaFixItUtils.cpp [modules] Stop trying to fake up a linear MacroDirective history. 2015-04-29 23:20:19 +00:00
SemaInit.cpp [Sema] Make `&function_with_enable_if_attrs` an error 2015-10-12 19:57:04 +00:00
SemaLambda.cpp Perform Objective-C lifetime adjustments before comparing deduced lambda result types. 2015-10-01 20:20:47 +00:00
SemaLookup.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
SemaObjCProperty.cpp Fix inference of _Nullable for weak Objective-C properties. 2015-10-09 20:36:17 +00:00
SemaOpenMP.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
SemaOverload.cpp [Sema] Fix address-of + enable_if overloading logic 2015-10-16 01:17:38 +00:00
SemaPseudoObject.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
SemaStmt.cpp Keep the IfStmt node even if the condition is invalid 2015-10-11 17:27:29 +00:00
SemaStmtAsm.cpp Fix assertion in inline assembler IR gen 2015-09-21 14:41:00 +00:00
SemaStmtAttr.cpp Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll". 2015-08-10 17:29:39 +00:00
SemaTemplate.cpp PR24921: checking explicitly-specified template arguments when matching a 2015-10-02 00:49:37 +00:00
SemaTemplateDeduction.cpp Convert a few classes over to use the new TrailingObjects helper. 2015-08-06 20:26:32 +00:00
SemaTemplateInstantiate.cpp Revert r107690 (for PR7417) and add a testcase that it breaks. The approach of 2015-10-05 20:05:21 +00:00
SemaTemplateInstantiateDecl.cpp [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enum 2015-10-08 10:04:46 +00:00
SemaTemplateVariadic.cpp PR14858: Initial support for proper sizeof... handling within alias templates. 2015-09-23 21:41:42 +00:00
SemaType.cpp Fix inference of _Nullable for weak Objective-C properties. 2015-10-09 20:36:17 +00:00
TreeTransform.h Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
TypeLocBuilder.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
TypeLocBuilder.h Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00