.. |
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
|
[Sema] Handle leading and trailing __ for GNU attributes
|
2015-08-25 16:44:38 +00:00 |
CMakeLists.txt
|
Split off CUDA-specific Sema parts to a new file
|
2014-09-03 15:27:03 +00:00 |
CodeCompleteConsumer.cpp
|
[libclang] Replace ObjC generic parameters in code-completion results.
|
2015-07-07 06:20:19 +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
|
function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its
|
2015-08-05 22:41:45 +00:00 |
Scope.cpp
|
MS ABI: Implement the MSVC 2015 scheme for scope disambiguation
|
2015-03-19 21:54:30 +00:00 |
ScopeInfo.cpp
|
Wdeprecated: LambdaScopeInfos are copied in TreeTransform, so make sure they're copyable.
|
2015-08-13 21:23:08 +00:00 |
Sema.cpp
|
Fix for assertion fail for pragma weak on typedef.
|
2015-09-18 07:40:22 +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
|
SourceRanges are small and trivially copyable, don't them by reference.
|
2015-10-04 04:53:55 +00:00 |
SemaChecking.cpp
|
Diagnose const atomics in __atomic builtins.
|
2015-10-04 00:11:02 +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
|
[Sema] Tweak incomplete enum types on MSVC ABI targets
|
2015-10-08 07:45:35 +00:00 |
SemaDeclAttr.cpp
|
Don't inherit availability information when implementing a protocol requirement.
|
2015-09-30 21:27:42 +00:00 |
SemaDeclCXX.cpp
|
SourceRanges are small and trivially copyable, don't them by reference.
|
2015-10-04 04:53:55 +00:00 |
SemaDeclObjC.cpp
|
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups
|
2015-10-06 23:40:43 +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
|
Revert r107690 (for PR7417) and add a testcase that it breaks. The approach of
|
2015-10-05 20:05:21 +00:00 |
SemaExprCXX.cpp
|
[CUDA] Allow function overloads in CUDA based on host/device attributes.
|
2015-09-22 17:22:59 +00:00 |
SemaExprMember.cpp
|
Remove the only use of LookupResult's implicit copy ctor
|
2015-09-28 23:48:55 +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] Don't create an invalid source range for overlong initializer lists.
|
2015-09-23 16:03:53 +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
|
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups
|
2015-10-06 23:40:43 +00:00 |
SemaObjCProperty.cpp
|
Replace double negation of !FileID.isInvalid() with FileID.isValid().
|
2015-10-03 10:46:20 +00:00 |
SemaOpenMP.cpp
|
[OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.
|
2015-10-08 09:10:53 +00:00 |
SemaOverload.cpp
|
SourceRanges are small and trivially copyable, don't them by reference.
|
2015-10-04 04:53:55 +00:00 |
SemaPseudoObject.cpp
|
When building a pseudo-object assignment, and the RHS is
|
2015-08-22 00:35:27 +00:00 |
SemaStmt.cpp
|
Perform Objective-C lifetime adjustments before comparing deduced lambda result types.
|
2015-10-01 20:20:47 +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
|
[MS ABI] Correctly mangle classes without names for linkage purposes
|
2015-08-31 18:48:39 +00:00 |
SemaTemplateVariadic.cpp
|
PR14858: Initial support for proper sizeof... handling within alias templates.
|
2015-09-23 21:41:42 +00:00 |
SemaType.cpp
|
Replace double negation of !FileID.isInvalid() with FileID.isValid().
|
2015-10-03 10:46:20 +00:00 |
TreeTransform.h
|
Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups.
|
2015-09-29 20:56:43 +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 |