..
AnalysisBasedWarnings.cpp
Address comments that escaped D33333
2017-07-05 16:43:45 +00:00
AttributeList.cpp
Add #pragma clang attribute
2017-04-18 14:33:39 +00:00
CMakeLists.txt
Enabling the /bigobj flag for SemaDeclAttr.cpp.
2017-05-12 14:30:49 +00:00
CodeCompleteConsumer.cpp
Retire llvm::alignOf in favor of C++11 alignof.
2016-10-20 14:27:22 +00:00
CoroutineStmtBuilder.h
[coroutines] Fix rebuilding of dependent coroutine parameters
2017-06-03 00:22:18 +00:00
DeclSpec.cpp
[SystemZ] Add support for IBM z14 processor (2/3)
2017-07-17 17:46:47 +00:00
DelayedDiagnostic.cpp
[Sema] Don't allow -Wunguarded-availability to be silenced with redecls
2017-07-05 17:08:56 +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][ObjC] Disallow jumping into ObjC fast enumeration loops.
2017-04-19 17:54:08 +00:00
MultiplexExternalSemaSource.cpp
Modular Codegen: Support homing debug info for types in modular objects
2017-04-11 21:13:37 +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
[coroutines] Fix diagnostics depending on the first coroutine statement.
2017-03-11 02:35:37 +00:00
Sema.cpp
Implement Itanium name mangling support for C++ Modules TS.
2017-09-04 05:37:53 +00:00
SemaAccess.cpp
P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:
2016-06-28 19:03:57 +00:00
SemaAttr.cpp
-Wpragma-pack: add an additional note and fixit when warning
2017-07-31 13:37:50 +00:00
SemaCUDA.cpp
Function with unparsed body is a definition
2017-06-21 12:46:57 +00:00
SemaCXXScopeSpec.cpp
Add support for editor placeholders to Clang
2017-04-19 08:58:56 +00:00
SemaCast.cpp
Allow the target field of a CK_ToUnion to be more easily recovered.
2017-08-15 21:42:47 +00:00
SemaChecking.cpp
[OpenCL] Support variable memory scope in atomic builtins
2017-08-15 16:02:49 +00:00
SemaCodeComplete.cpp
Fixed failing assert in code completion.
2017-07-21 09:24:00 +00:00
SemaConsumer.cpp
…
SemaCoroutine.cpp
[coroutines] Support coroutine-handle returning await-suspend (i.e symmetric control transfer)
2017-08-25 04:46:54 +00:00
SemaDecl.cpp
Implement Itanium name mangling support for C++ Modules TS.
2017-09-04 05:37:53 +00:00
SemaDeclAttr.cpp
[Sema] Don't emit -Wunguarded-availability for switch cases
2017-08-18 20:20:56 +00:00
SemaDeclCXX.cpp
PR19668, PR23034: Fix handling of move constructors and deleted copy
2017-08-16 01:49:53 +00:00
SemaDeclObjC.cpp
Change dyn_casts with unused variables to isa statements to avoid unused variables.
2017-07-14 01:42:57 +00:00
SemaExceptionSpec.cpp
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
2017-03-06 23:38:15 +00:00
SemaExpr.cpp
Fix typos, remove unused private members of CommonOptionsParser, NFC
2017-08-23 10:43:26 +00:00
SemaExprCXX.cpp
Suppress -Wdelete-non-virtual-dtor warnings about classes defined in system headers.
2017-08-31 06:17:08 +00:00
SemaExprMember.cpp
revert r311839 (ongoing cwg discussion)
2017-08-29 03:04:13 +00:00
SemaExprObjC.cpp
[ObjC] Add a -Wobjc-messaging-id warning
2017-08-25 16:12:17 +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 PR 10758: Infinite recursion when dealing with copy-initialization
2017-05-16 10:23:58 +00:00
SemaLambda.cpp
[c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood)
2017-08-19 03:43:07 +00:00
SemaLookup.cpp
Reapply Sema: allow imaginary constants via GNU extension if UDL overloads not present.
2017-08-09 14:56:48 +00:00
SemaObjCProperty.cpp
[ObjC] Check written attributes only when synthesizing ambiguous property
2017-08-22 10:38:07 +00:00
SemaOpenMP.cpp
[OPENMP] Fix for PR34398: assert with random access iterator if the
2017-08-31 23:06:52 +00:00
SemaOverload.cpp
[Sema] Mark a virtual CXXMethodDecl as used if a call to it can be
2017-07-13 06:08:27 +00:00
SemaPseudoObject.cpp
[ObjC] Check that a subscript methods is declared for a qualified id type
2017-07-11 10:18:35 +00:00
SemaStmt.cpp
[Sema] Assign new flag -Wenum-compare-switch to switch-related parts of -Wenum-compare
2017-08-09 20:56:43 +00:00
SemaStmtAsm.cpp
[X86][Ms-InlineAsm] Extend MS Dot operator to accept "this" + struct/class pointers aliases
2017-08-09 13:31:41 +00:00
SemaStmtAttr.cpp
Rename cxx1z -> cxx17 across all diagnostic IDs.
2017-08-13 23:37:29 +00:00
SemaTemplate.cpp
[NFC] Remove a cstyle cast and replace some uses of Decl with NamedDecl during the processing of TemplateParameterLists.
2017-08-25 18:24:20 +00:00
SemaTemplateDeduction.cpp
Give a better error if auto deduction fails due to inconsistent element types in a braced initializer list.
2017-08-30 00:44:08 +00:00
SemaTemplateInstantiate.cpp
PR10147: When substituting a template template argument, substitute in the most
2017-08-29 22:14:43 +00:00
SemaTemplateInstantiateDecl.cpp
PR34163: Don't cache an incorrect key function for a class if queried between
2017-08-12 01:46:03 +00:00
SemaTemplateVariadic.cpp
Do not look through pack expansions when looking for unexpanded parameter packs.
2017-08-15 22:58:45 +00:00
SemaType.cpp
Use ARC parsing rules for ns_returns_retained in MRC so that code can
2017-07-15 11:06:46 +00:00
TreeTransform.h
[OPENMP] Initial support for 'in_reduction' clause.
2017-07-21 18:48:21 +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