.. |
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
|
[coroutines] Fix diagnostics depending on the first coroutine statement.
|
2017-03-11 02:35:37 +00:00 |
Sema.cpp
|
[Sema] Add variable captured by a block to the enclosing lambda's
|
2017-03-01 06:11:25 +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
|
Factor out some common code between SpecialMemberExceptionSpecInfo and SpecialMemberDeletionInfo.
|
2017-02-24 02:07:20 +00:00 |
SemaCXXScopeSpec.cpp
|
[Sema] Unbreak GCC -Werror build (enum compare).
|
2017-03-17 22:19:20 +00:00 |
SemaCast.cpp
|
[c++1z] P0091R3: Basic support for deducing class template arguments via deduction-guides.
|
2017-02-09 19:17:44 +00:00 |
SemaChecking.cpp
|
Warn on enum assignment to bitfields that can't fit all values
|
2017-03-14 18:01:02 +00:00 |
SemaCodeComplete.cpp
|
[CodeCompletion] Format block parameter placeholders in implicit property
|
2017-03-13 15:43:42 +00:00 |
SemaConsumer.cpp
|
…
|
|
SemaCoroutine.cpp
|
[coroutines] Fix diagnostics depending on the first coroutine statement.
|
2017-03-11 02:35:37 +00:00 |
SemaDecl.cpp
|
Add support for attribute enum_extensibility.
|
2017-03-21 02:23:00 +00:00 |
SemaDeclAttr.cpp
|
Add support for attribute enum_extensibility.
|
2017-03-21 02:23:00 +00:00 |
SemaDeclCXX.cpp
|
Add warning for inconsistent overrides on destructor.
|
2017-03-01 03:07:55 +00:00 |
SemaDeclObjC.cpp
|
Remove redundant passing around of a "ContainsAutoType" flag.
|
2017-01-12 02:27:38 +00:00 |
SemaExceptionSpec.cpp
|
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
|
2017-03-06 23:38:15 +00:00 |
SemaExpr.cpp
|
Fix crash with interrupt attribute on ARM.
|
2017-03-14 00:18:29 +00:00 |
SemaExprCXX.cpp
|
Factor out function to determine whether we're performing a template
|
2017-02-21 01:17:38 +00:00 |
SemaExprMember.cpp
|
[OpenCL] Added diagnostic for checking length of vector
|
2017-03-21 13:20:57 +00:00 |
SemaExprObjC.cpp
|
[ObjC][Sema] Avoid ARC performSelector error for 'self' selector
|
2017-03-16 16:36:11 +00:00 |
SemaFixItUtils.cpp
|
Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call
|
2015-12-18 21:45:41 +00:00 |
SemaInit.cpp
|
PR32044: Fix some cases where we would confuse a transparent init-list expression with an aggregate init.
|
2017-02-23 22:41:47 +00:00 |
SemaLambda.cpp
|
[Sema] Improve side effect checking for unused-lambda-capture warning
|
2017-03-01 10:23:38 +00:00 |
SemaLookup.cpp
|
Factor out some common code between SpecialMemberExceptionSpecInfo and SpecialMemberDeletionInfo.
|
2017-02-24 02:07:20 +00:00 |
SemaObjCProperty.cpp
|
[index/AST] Add references for ObjC getter=/setter= property attributes and related property getter/setter role fixes
|
2017-03-16 18:25:40 +00:00 |
SemaOpenMP.cpp
|
[OpenMP] Generate better diagnostics for cancel and cancellation point
|
2017-02-22 06:49:10 +00:00 |
SemaOverload.cpp
|
[OpenCL] Added implicit conversion rank for overloading functions with vector data type in OpenCL
|
2017-03-21 12:55:55 +00:00 |
SemaPseudoObject.cpp
|
More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.
|
2016-12-02 23:00:28 +00:00 |
SemaStmt.cpp
|
Add support for attribute enum_extensibility.
|
2017-03-21 02:23:00 +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
|
Improve support for 'decltype(auto)' in template template parameter matching.
|
2017-02-22 20:01:55 +00:00 |
SemaTemplateDeduction.cpp
|
Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation for
|
2017-02-23 01:43:54 +00:00 |
SemaTemplateInstantiate.cpp
|
Add context note to diagnostics that occur while declaring an implicit special member function.
|
2017-02-23 21:43:43 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation for
|
2017-02-23 01:43:54 +00:00 |
SemaTemplateVariadic.cpp
|
PR24440: Do not silently discard a fold-expression appearing as the operand of a cast-expression.
|
2017-02-15 19:57:10 +00:00 |
SemaType.cpp
|
Represent pass_object_size attrs in ExtParameterInfo
|
2017-02-24 02:49:47 +00:00 |
TreeTransform.h
|
[coroutines] Fix diagnostics depending on the first coroutine statement.
|
2017-03-11 02:35:37 +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 |