..
AnalysisBasedWarnings.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
AttributeList.cpp
Automate attribute argument count semantic checking when there are variadic or optional arguments present. With this, the only time you should have to manually check attribute argument counts is when HasCustomParsing is set to true, or when you have variadic arguments that aren't really variadic (like ownership_holds and friends).
2014-07-31 16:37:04 +00:00
CMakeLists.txt
Split off CUDA-specific Sema parts to a new file
2014-09-03 15:27:03 +00:00
CodeCompleteConsumer.cpp
Teach Twine to support SmallString.
2015-03-17 09:51:17 +00:00
DeclSpec.cpp
Add check for kind of UnqualifiedId in Declarator::isStaticMember()
2015-03-30 00:43:56 +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
Test commit access.
2015-06-04 22:53:21 +00:00
Makefile
…
MultiplexExternalSemaSource.cpp
Detect uses of mismatching forms of 'new' and 'delete'
2015-05-18 19:59:11 +00:00
Scope.cpp
MS ABI: Implement the MSVC 2015 scheme for scope disambiguation
2015-03-19 21:54:30 +00:00
ScopeInfo.cpp
SEH: Diagnose use of C++ EH and SEH in the same function
2015-02-02 22:15:31 +00:00
Sema.cpp
Diagnose unsafe uses of nil and __nonnull pointers.
2015-06-19 18:13:19 +00:00
SemaAccess.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaAttr.cpp
Implement section pragma feedback on r205810
2015-03-04 23:39:17 +00:00
SemaCUDA.cpp
Create a frontend flag to disable CUDA cross-target call checks
2015-04-15 22:27:06 +00:00
SemaCXXScopeSpec.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaCast.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaChecking.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaCodeComplete.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaConsumer.cpp
…
SemaDecl.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaDeclAttr.cpp
Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
2015-06-19 23:17:46 +00:00
SemaDeclCXX.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaDeclObjC.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaExceptionSpec.cpp
Implementing C99 partial re-initialization behavior (DR-253)
2015-06-10 00:27:52 +00:00
SemaExpr.cpp
[OPENMP] Do not emit references to original variables in 'private' clause.
2015-06-23 04:51:00 +00:00
SemaExprCXX.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaExprMember.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaExprObjC.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaFixItUtils.cpp
[modules] Stop trying to fake up a linear MacroDirective history.
2015-04-29 23:20:19 +00:00
SemaInit.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaLambda.cpp
Fix assertion failure if a lambda array-capture is followed by a this capture.
2015-04-28 21:41:14 +00:00
SemaLookup.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaObjCProperty.cpp
Introduced pragmas for audited nullability regions.
2015-06-19 18:25:57 +00:00
SemaOpenMP.cpp
[OPENMP] Do not emit references to original variables in 'private' clause.
2015-06-23 04:51:00 +00:00
SemaOverload.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaPseudoObject.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaStmt.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaStmtAsm.cpp
Fix for PR14269: Clang crashes when a bit field is used as inline assembler
2015-06-05 13:40:59 +00:00
SemaStmtAttr.cpp
Add assume_safety option for pragma loop vectorize and interleave.
2015-06-11 23:23:17 +00:00
SemaTemplate.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaTemplateDeduction.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaTemplateInstantiate.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaTemplateInstantiateDecl.cpp
[modules] Fix merging of default template arguments onto friend templates.
2015-06-16 21:57:05 +00:00
SemaTemplateVariadic.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
SemaType.cpp
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
2015-06-22 23:07:51 +00:00
TreeTransform.h
[OPENMP] Do not emit references to original variables in 'private' clause.
2015-06-23 04:51:00 +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