.. |
AnalysisBasedWarnings.cpp
|
[C++11] Replace verbose functors with succinct lambdas
|
2014-03-01 14:48:57 +00:00 |
AttributeList.cpp
|
Pass llvm::Triple objects by const reference.
|
2014-03-04 19:31:42 +00:00 |
CMakeLists.txt
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +00:00 |
CodeCompleteConsumer.cpp
|
Allow the computation of the base priority for a declaration code completion result to consider the completion context
|
2013-01-31 04:52:16 +00:00 |
DeclSpec.cpp
|
argument -> parameter terminology fixes for FunctionTypeInfo
|
2014-02-26 22:27:52 +00:00 |
DelayedDiagnostic.cpp
|
Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'.
|
2013-12-18 23:30:06 +00:00 |
IdentifierResolver.cpp
|
Per [dcl.meaning]p1, a name in an inline namespace can be redeclared using a
|
2013-12-05 04:30:04 +00:00 |
JumpDiagnostics.cpp
|
Rename language option MicrosoftMode to MSVCCompat
|
2014-01-14 12:51:41 +00:00 |
Makefile
|
…
|
|
MultiplexExternalSemaSource.cpp
|
Add hooks to ExternalSemaSource for after-the-fact diagnosis of
|
2013-08-12 22:11:14 +00:00 |
Scope.cpp
|
[-cxx-abi microsoft] Implement local manglings accurately
|
2014-03-05 08:57:59 +00:00 |
ScopeInfo.cpp
|
[REFACTOR] Refactored some of the generic-lambda capturing code.
|
2013-12-07 20:22:44 +00:00 |
Sema.cpp
|
[C++11] Replace verbose functors with succinct lambdas
|
2014-03-01 14:48:57 +00:00 |
SemaAccess.cpp
|
Move the -fms-compatibility using decl check after real access checking
|
2014-02-08 02:40:20 +00:00 |
SemaAttr.cpp
|
[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro
|
2014-03-02 03:20:16 +00:00 |
SemaCXXScopeSpec.cpp
|
Improve diagnostic for using non-class/namespace/scoped enum in a nested name specifier.
|
2014-02-09 06:54:23 +00:00 |
SemaCast.cpp
|
MS ABI: Tweak pointer-to-member mangling/inheritance model selection
|
2014-02-06 10:59:19 +00:00 |
SemaChecking.cpp
|
Suppress diagnostics during name lookup for absolute value type.
|
2014-03-06 02:25:04 +00:00 |
SemaCodeComplete.cpp
|
[C++11] Replace verbose functors with succinct lambdas
|
2014-03-01 14:48:57 +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
|
Tests for DR370-380.
|
2014-03-05 22:54:58 +00:00 |
SemaDeclAttr.cpp
|
Reformatting the style used within the massive attribute semantic handling switch statement, so now there is only one style used in this block of code, instead of three or more styles.
|
2014-03-06 14:02:27 +00:00 |
SemaDeclCXX.cpp
|
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
|
2014-03-02 09:32:10 +00:00 |
SemaDeclObjC.cpp
|
Fix recursion bug in logic to validate 'objc_protocol_requires_explicit_implementation' conformance.
|
2014-03-05 23:18:22 +00:00 |
SemaExceptionSpec.cpp
|
PR16638, DR1552: the exception specification on an implicitly-declared
|
2014-02-07 22:51:16 +00:00 |
SemaExpr.cpp
|
[C++11] Work around an incompatibility between llvm::tie and std::tie.
|
2014-03-02 13:18:22 +00:00 |
SemaExprCXX.cpp
|
PR18876: The special-case rule that ignores the destruction of a top-level
|
2014-02-18 03:51:47 +00:00 |
SemaExprMember.cpp
|
PR12788: Remove unnecessary and incorrect special case for indirect fields.
|
2014-01-17 22:29:43 +00:00 |
SemaExprObjC.cpp
|
Sema: When merging objc string literals, give the result a constant array type.
|
2014-02-25 12:26:20 +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
|
Correctly set brace range for CXXConstructExprs formed by list initialization.
|
2014-02-22 02:59:41 +00:00 |
SemaLambda.cpp
|
argument -> parameter terminology fixes for FunctionTypeInfo
|
2014-02-26 22:27:52 +00:00 |
SemaLookup.cpp
|
[C++11] Replace llvm::tie with std::tie.
|
2014-03-02 13:01:17 +00:00 |
SemaObjCProperty.cpp
|
Objective-C. Suppress the warning for auto synthesis of property not
|
2014-03-05 23:44:00 +00:00 |
SemaOpenMP.cpp
|
[OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp simd' support)
|
2014-03-06 12:27:56 +00:00 |
SemaOverload.cpp
|
Don't suggest non-static methods as corrections when they obviously
|
2014-02-28 18:12:42 +00:00 |
SemaPseudoObject.cpp
|
Objective-C properties. Fixes a crash in Sema where RHS of
|
2014-03-06 00:34:05 +00:00 |
SemaStmt.cpp
|
Rename getResultLoc() too
|
2014-01-25 23:51:36 +00:00 |
SemaStmtAsm.cpp
|
[ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen
|
2013-05-24 18:32:55 +00:00 |
SemaStmtAttr.cpp
|
Distinguish between attributes explicitly written at the request of the user, and attributes implicitly generated to assist in bookkeeping by the compiler. This is done so by table generating a CreateImplicit method for each attribute.
|
2014-01-16 13:03:14 +00:00 |
SemaTemplate.cpp
|
Remove accidentally-committed debugging statement. Thanks to Faisal Vali for
|
2014-02-21 18:46:01 +00:00 |
SemaTemplateDeduction.cpp
|
[C++11] Replace llvm::tie with std::tie.
|
2014-03-02 13:01:17 +00:00 |
SemaTemplateInstantiate.cpp
|
Normalize line endings
|
2014-03-02 18:46:05 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
[-cxx-abi microsoft] Implement local manglings accurately
|
2014-03-05 08:57:59 +00:00 |
SemaTemplateVariadic.cpp
|
[C++11] Replace llvm::tie with std::tie.
|
2014-03-02 13:01:17 +00:00 |
SemaType.cpp
|
argument -> parameter terminology fixes for FunctionTypeInfo
|
2014-02-26 22:27:52 +00:00 |
TreeTransform.h
|
[OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp simd' support)
|
2014-03-06 12:27:56 +00:00 |
TypeLocBuilder.cpp
|
Add missing file from r183563 (the recommit of 183466).
|
2013-06-07 20:33:10 +00:00 |
TypeLocBuilder.h
|
Re-commit r183466 with a fix to make the TypeLoc casting machinery work
|
2013-06-07 20:31:48 +00:00 |