.. |
AnalysisBasedWarnings.cpp
|
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
|
2015-11-15 02:31:46 +00:00 |
AttributeList.cpp
|
Roll-back r250822.
|
2015-10-20 13:23:58 +00:00 |
CMakeLists.txt
|
[coroutines] Initial stub Sema functionality for handling coroutine await / yield / return.
|
2015-10-22 06:13:50 +00:00 |
CodeCompleteConsumer.cpp
|
Roll-back r250822.
|
2015-10-20 13:23:58 +00:00 |
DeclSpec.cpp
|
[Sema] Fix filename in header. NFC
|
2015-11-15 17:27:55 +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
|
Some minor ARC diagnostic improvements.
|
2015-10-21 18:06:38 +00:00 |
Makefile
|
…
|
|
MultiplexExternalSemaSource.cpp
|
Roll-back r250822.
|
2015-10-20 13:23:58 +00:00 |
Scope.cpp
|
MS ABI: Implement the MSVC 2015 scheme for scope disambiguation
|
2015-03-19 21:54:30 +00:00 |
ScopeInfo.cpp
|
Properly clear current coroutine promise on FunctionScopeInfo reuse. Should
|
2015-10-27 07:47:45 +00:00 |
Sema.cpp
|
[Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on the AST context instead of Preprocessor. NFC
|
2015-11-15 17:27:57 +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
|
Avoid duplicated diagnostic when lookup for a nested-name-specifier fails due to ambiguity.
|
2015-11-12 22:40:09 +00:00 |
SemaCast.cpp
|
Define weak and __weak to mean ARC-style weak references, even in MRC.
|
2015-10-22 18:38:17 +00:00 |
SemaChecking.cpp
|
[coroutines] Factor out co_await representation into common base class for co_await and co_yield, and use it to hold await_* calls.
|
2015-11-22 02:57:17 +00:00 |
SemaCodeComplete.cpp
|
[Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on the AST context instead of Preprocessor. NFC
|
2015-11-15 17:27:57 +00:00 |
SemaConsumer.cpp
|
…
|
|
SemaCoroutine.cpp
|
[coroutines] Check for overload sets in co_yield / co_return operands being resolved by a call to yield_value / return_value before rejecting them.
|
2015-11-22 07:33:28 +00:00 |
SemaDecl.cpp
|
Produce a better diagnostic for global register variables.
|
2015-11-18 00:15:28 +00:00 |
SemaDeclAttr.cpp
|
PR10235: support for vector mode attributes + warning, by Dmitry Polukhin.
|
2015-11-19 10:13:11 +00:00 |
SemaDeclCXX.cpp
|
[modules] Fix some more cases where we used to reject a conflict between two
|
2015-11-17 03:02:41 +00:00 |
SemaDeclObjC.cpp
|
[Sema] Minor formatting fixes. NFC
|
2015-11-17 05:40:05 +00:00 |
SemaExceptionSpec.cpp
|
[coroutines] Creation of promise object, lookup of operator co_await, building
|
2015-10-27 06:02:45 +00:00 |
SemaExpr.cpp
|
[Sema] Combine similar diagnostics using %select. NFC
|
2015-11-17 05:40:09 +00:00 |
SemaExprCXX.cpp
|
[Sema] Implement several unary type traits more accurately
|
2015-11-16 06:58:51 +00:00 |
SemaExprMember.cpp
|
Look through using decls when classifying implicit member access
|
2015-10-20 18:12:08 +00:00 |
SemaExprObjC.cpp
|
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
|
2015-11-15 02:31:46 +00:00 |
SemaFixItUtils.cpp
|
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
|
2015-11-15 02:31:46 +00:00 |
SemaInit.cpp
|
[Sema] Make `&function_with_enable_if_attrs` an error
|
2015-10-12 19:57:04 +00:00 |
SemaLambda.cpp
|
N3922: direct-list-initialization of an auto-typed variable no longer deduces a
|
2015-11-11 01:36:17 +00:00 |
SemaLookup.cpp
|
Replace loop with std::any_of, NFC.
|
2015-11-23 19:28:42 +00:00 |
SemaObjCProperty.cpp
|
Simplify Sema::ProcessPropertyDecl. NFC
|
2015-11-03 17:02:34 +00:00 |
SemaOpenMP.cpp
|
[OpenMP] Parsing and sema support for map clause
|
2015-11-23 05:32:03 +00:00 |
SemaOverload.cpp
|
[modules] Follow the C++ standard's rule for linkage of enumerators: they have
|
2015-11-13 03:52:13 +00:00 |
SemaPseudoObject.cpp
|
Roll-back r250822.
|
2015-10-20 13:23:58 +00:00 |
SemaStmt.cpp
|
[Sema] Minor formatting fixes. NFC
|
2015-11-17 05:40:05 +00:00 |
SemaStmtAsm.cpp
|
Use ArrayRef and MutableArrayRef instead of a pointer and size. NFC
|
2015-10-21 02:34:10 +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
|
Change the expression evaluation context from Unevaluated to ConstantEvaluated while substituting into non-type template argument defaults.
|
2015-11-19 19:20:17 +00:00 |
SemaTemplateDeduction.cpp
|
Add support for GCC's '__auto_type' extension, per the GCC manual:
|
2015-11-11 02:02:15 +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
|
[Sema] Implement __make_integer_seq
|
2015-11-04 03:40:30 +00:00 |
SemaTemplateVariadic.cpp
|
Add support for GCC's '__auto_type' extension, per the GCC manual:
|
2015-11-11 02:02:15 +00:00 |
SemaType.cpp
|
[OpenCL 2.0] Apply default address space (AS).
|
2015-11-23 11:14:44 +00:00 |
TreeTransform.h
|
[OpenMP] Parsing and sema support for map clause
|
2015-11-23 05:32:03 +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 |