.. |
AnalysisBasedWarnings.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
AttributeList.cpp
|
Remove uses of SmallString::equals in favor of SmallVectorImpl<char>'s operator==
|
2014-03-09 05:18:27 +00:00 |
CMakeLists.txt
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +00:00 |
CodeCompleteConsumer.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
DeclSpec.cpp
|
[C++11] Use 'nullptr'.
|
2014-06-09 02:04:02 +00:00 |
DelayedDiagnostic.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
IdentifierResolver.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
JumpDiagnostics.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
Makefile
|
…
|
|
MultiplexExternalSemaSource.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
Scope.cpp
|
[OPENMP] Loop canonical form analysis (Sema)
|
2014-06-03 10:16:47 +00:00 |
ScopeInfo.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
Sema.cpp
|
Refactoring. Remove Owned method from Sema.
|
2014-05-29 14:05:12 +00:00 |
SemaAccess.cpp
|
Consolidate some note diagnostics
|
2014-05-28 12:20:14 +00:00 |
SemaAttr.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
SemaCXXScopeSpec.cpp
|
Consolidate some note diagnostics
|
2014-05-28 12:20:14 +00:00 |
SemaCast.cpp
|
Refactoring. Remove Owned method from Sema.
|
2014-05-29 14:05:12 +00:00 |
SemaChecking.cpp
|
Removing an "if (this == nullptr)" check from two print methods. The condition
|
2014-06-09 22:53:25 +00:00 |
SemaCodeComplete.cpp
|
Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs.
|
2014-05-29 10:55:11 +00:00 |
SemaConsumer.cpp
|
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
|
2011-12-20 02:48:34 +00:00 |
SemaDecl.cpp
|
Allow definition of dllimport static fields in partial specializations (PR19956)
|
2014-06-09 18:30:28 +00:00 |
SemaDeclAttr.cpp
|
Objective-C. Accept '__attribute__((__ns_returns_retained__))'
|
2014-06-11 21:22:53 +00:00 |
SemaDeclCXX.cpp
|
Don't inherit dllimport to inline move assignment operators
|
2014-06-11 22:44:39 +00:00 |
SemaDeclObjC.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
SemaExceptionSpec.cpp
|
Removing an "if (this == nullptr)" check from two print methods. The condition
|
2014-06-09 22:53:25 +00:00 |
SemaExpr.cpp
|
Don't slice SemaDiagnosticBuilder
|
2014-06-11 21:57:15 +00:00 |
SemaExprCXX.cpp
|
[OPENMP] Loop canonical form analysis (Sema)
|
2014-06-03 10:16:47 +00:00 |
SemaExprMember.cpp
|
Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExpr
|
2014-05-31 00:18:32 +00:00 |
SemaExprObjC.cpp
|
Objective-C. More tests for both bridging attributes and
|
2014-06-11 19:10:46 +00:00 |
SemaFixItUtils.cpp
|
PR17290: Use 'false' macro in fix-it hint for initializing a variable of type
|
2013-09-20 00:27:40 +00:00 |
SemaInit.cpp
|
Implement DR990 and DR1070. Aggregate initialization initializes uninitialized
|
2014-06-03 08:26:00 +00:00 |
SemaLambda.cpp
|
Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs.
|
2014-05-29 10:55:11 +00:00 |
SemaLookup.cpp
|
Fix the VS2012 build.
|
2014-06-11 21:24:13 +00:00 |
SemaObjCProperty.cpp
|
Refactoring. Remove Owned method from Sema.
|
2014-05-29 14:05:12 +00:00 |
SemaOpenMP.cpp
|
[C++11] Use 'nullptr'.
|
2014-06-09 02:04:02 +00:00 |
SemaOverload.cpp
|
Refactoring. Remove Owned method from Sema.
|
2014-05-29 14:05:12 +00:00 |
SemaPseudoObject.cpp
|
Objective-C. Don't ignore availability attribute when
|
2014-06-10 19:02:48 +00:00 |
SemaStmt.cpp
|
[OPENMP] Loop canonical form analysis (Sema)
|
2014-06-03 10:16:47 +00:00 |
SemaStmtAsm.cpp
|
Don't include llvm/MC/MCParser throughout all of Sema
|
2014-06-08 05:11:37 +00:00 |
SemaStmtAttr.cpp
|
Explicitly initialize all fields to avoid -Wmissing-field-initializers warning.
|
2014-06-12 15:47:57 +00:00 |
SemaTemplate.cpp
|
Recover from missing typenames on template args for MSVC compatibility
|
2014-06-10 23:29:48 +00:00 |
SemaTemplateDeduction.cpp
|
Fix PR18498: Support explicit template arguments with variadic generic lambdas
|
2014-06-01 16:11:54 +00:00 |
SemaTemplateInstantiate.cpp
|
Refactoring. Remove Owned method from Sema.
|
2014-05-29 14:05:12 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Improve checking for dynamic initializers of dllimport fields in template instantiation
|
2014-06-10 00:55:51 +00:00 |
SemaTemplateVariadic.cpp
|
Refactoring. Remove Owned method from Sema.
|
2014-05-29 14:05:12 +00:00 |
SemaType.cpp
|
PR19966: don't crash/assert when __underlying_type is applied to an incomplete
|
2014-06-12 00:01:45 +00:00 |
TreeTransform.h
|
Retain an expression pack expansion when the parameter pack expansion code asks
|
2014-06-06 17:33:35 +00:00 |
TypeLocBuilder.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
TypeLocBuilder.h
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |