llvm-project/clang/lib/Sema
Richard Smith ef2cd8f8c3 More fixes for places where 'decltype(auto)' is permitted in the C++ grammar but makes no sense.
llvm-svn: 294509
2017-02-08 20:39:08 +00:00
..
AnalysisBasedWarnings.cpp Avoid multiple -Wunreachable-code diagnostics that are triggered by 2017-01-12 10:48:03 +00:00
AttributeList.cpp Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +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 Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00
DeclSpec.cpp Recommit r289979 [OpenCL] Allow disabling types and declarations associated with extensions 2016-12-18 05:18:55 +00:00
DelayedDiagnostic.cpp [Sema] Delay partial availability diagnostics, just like deprecated 2016-10-28 21:39:27 +00:00
IdentifierResolver.cpp [modules] Separately track whether an identifier's preprocessor information and 2016-02-05 19:03:40 +00:00
JumpDiagnostics.cpp [Sema] Handle CaseStmt and DefaultStmt as SwitchCase 2016-10-26 02:00:00 +00:00
MultiplexExternalSemaSource.cpp Prototype of modules codegen 2017-01-30 05:00:26 +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 [Sema][ObjC] Don't pass a DeclRefExpr that doesn't reference a VarDecl 2017-02-01 20:22:26 +00:00
Sema.cpp Recommit r289979 [OpenCL] Allow disabling types and declarations associated with extensions 2016-12-18 05:18:55 +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 [Sema] Replace remove_if+erase with erase_if. NFC. 2017-01-04 19:16:29 +00:00
SemaCXXScopeSpec.cpp PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310). 2017-01-19 21:00:13 +00:00
SemaCast.cpp Extend -Wcast-calling-convention to warn on declarations as well as definitions 2017-01-31 19:37:45 +00:00
SemaChecking.cpp Change how we handle diagnose_if attributes. 2017-01-28 02:19:40 +00:00
SemaCodeComplete.cpp P0091R3: Implement basic parsing support for C++17 deduction-guides. 2017-02-07 01:37:30 +00:00
SemaConsumer.cpp
SemaCoroutine.cpp Remove redundant passing around of a "ContainsAutoType" flag. 2017-01-12 02:27:38 +00:00
SemaDecl.cpp P0091R3: Improved syntactic checking of deduction-guides. 2017-02-08 00:35:25 +00:00
SemaDeclAttr.cpp [AVR] Add support for the 'interrupt' and 'naked' attributes 2017-02-08 05:09:26 +00:00
SemaDeclCXX.cpp More fixes for places where 'decltype(auto)' is permitted in the C++ grammar but makes no sense. 2017-02-08 20:39:08 +00:00
SemaDeclObjC.cpp Remove redundant passing around of a "ContainsAutoType" flag. 2017-01-12 02:27:38 +00:00
SemaExceptionSpec.cpp Fix completely bogus types for some builtins: 2016-12-19 23:59:34 +00:00
SemaExpr.cpp [OpenCL] Accept logical NOT for pointer types in CL1.1 2017-02-07 16:09:41 +00:00
SemaExprCXX.cpp More fixes for places where 'decltype(auto)' is permitted in the C++ grammar but makes no sense. 2017-02-08 20:39:08 +00:00
SemaExprMember.cpp PR23135: Don't instantiate constexpr functions referenced in unevaluated operands where possible. 2017-01-07 00:48:55 +00:00
SemaExprObjC.cpp More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_. 2016-12-02 23:00:28 +00:00
SemaFixItUtils.cpp Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call 2015-12-18 21:45:41 +00:00
SemaInit.cpp Remove apparently-unnecessary copy of constructor lookup result. 2017-02-01 03:28:59 +00:00
SemaLambda.cpp [Sema] Add warning for unused lambda captures 2017-01-13 15:01:06 +00:00
SemaLookup.cpp Change how we handle diagnose_if attributes. 2017-01-28 02:19:40 +00:00
SemaObjCProperty.cpp Move checks for creation of objects of abstract class type from the various 2016-12-15 02:28:18 +00:00
SemaOpenMP.cpp [OpenMP] Support for thread_limit-clause on the 'target teams' directive. 2017-01-25 11:44:35 +00:00
SemaOverload.cpp Change how we handle diagnose_if attributes. 2017-01-28 02:19:40 +00:00
SemaPseudoObject.cpp More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_. 2016-12-02 23:00:28 +00:00
SemaStmt.cpp Remove redundant passing around of a "ContainsAutoType" flag. 2017-01-12 02:27:38 +00:00
SemaStmtAsm.cpp Fix build error caused by r290539. 2016-12-26 13:16:40 +00:00
SemaStmtAttr.cpp [OpenCL] Enable unroll hint for OpenCL 1.x. 2016-12-13 14:02:35 +00:00
SemaTemplate.cpp Repoint 'missing typename' diagnostic to the location where 'typename' should be added. 2017-02-01 21:41:18 +00:00
SemaTemplateDeduction.cpp PR31846: Don't replace 'auto' type with a template parameter type in a generic lambda 2017-02-04 01:28:01 +00:00
SemaTemplateInstantiate.cpp Towards P0091R3: parsing support for class template argument deduction in typename-specifiers. 2017-01-30 20:39:26 +00:00
SemaTemplateInstantiateDecl.cpp [Sema] Transform a templated name before looking it up in 2017-01-31 19:53:32 +00:00
SemaTemplateVariadic.cpp P0091R3: Implement basic parsing support for C++17 deduction-guides. 2017-02-07 01:37:30 +00:00
SemaType.cpp P0091R3: Improved syntactic checking of deduction-guides. 2017-02-08 00:35:25 +00:00
TreeTransform.h P0091R3: Implement basic parsing support for C++17 deduction-guides. 2017-02-07 01:37:30 +00:00
TypeLocBuilder.cpp [Sema] Fix bug in TypeLocBuilder::pushImpl 2016-02-18 21:05:09 +00:00
TypeLocBuilder.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00