.. |
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
|
Move private classes into anonymous namespaces.
|
2014-03-01 17:21:22 +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
|
Capabilities are required to pass a name specifying what type of capability is being annotated. There are currently only two supported names: mutex and role. Adding functionality to check for the capability name and diagnose when it's unexpected.
|
2014-03-05 21:47:13 +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
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:20:24 +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
|
Rename getResultType() on function and method declarations to getReturnType()
|
2014-01-25 16:55:45 +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
|
[OPNEMP] Fixed instantiation of 'if' clause
|
2014-03-05 06:45:14 +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 |