Dmitri Gribenko 050315bfd0 ArrayRef'ize Sema::CodeComplete* 12 жил өмнө
..
AnalysisBasedWarnings.cpp 5696884053 Thread safety analysis: turn on checking within lock and unlock functions. 12 жил өмнө
AttributeList.cpp 76da55d3a4 Basic support for Microsoft property declarations and 12 жил өмнө
CMakeLists.txt 44ee0a710c Re-commit r183466 with a fix to make the TypeLoc casting machinery work 12 жил өмнө
CodeCompleteConsumer.cpp d1f09b482b Allow the computation of the base priority for a declaration code completion result to consider the completion context 12 жил өмнө
DeclSpec.cpp 86a87308f1 Don't mark a type specifier as "owned" if there is no declaration to own. 12 жил өмнө
DelayedDiagnostic.cpp fd09088880 objective-C: when diagnosing deprecated/unavailable usage of 13 жил өмнө
IdentifierResolver.cpp f4e955b694 [Modules] Cope better with top-level declarations loaded after being declared in the current translation unit <rdar://problem/13189985>. 12 жил өмнө
JumpDiagnostics.cpp b45a4d217c Fix a couple of bugs where jump diagnostics would not notice that a variable 12 жил өмнө
Makefile 9638eef7e3 BUILD_ARCHIVE is the default for libraries, no need to set it. 15 жил өмнө
MultiplexExternalSemaSource.cpp 3646c68676 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating 12 жил өмнө
Scope.cpp 16f1f717af Reapply r151638 and r151641. 13 жил өмнө
ScopeInfo.cpp 6afcf8875d Sema for Captured Statements 12 жил өмнө
Sema.cpp c2fe81898b Bound member function diagnostic - suggest no-args calls and note overload candidates 12 жил өмнө
SemaAccess.cpp 5068b6f6bd Test commit 12 жил өмнө
SemaAttr.cpp a7ff62f944 Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 12 жил өмнө
SemaCXXScopeSpec.cpp c2e935f280 Remove some no-op static_casts. 12 жил өмнө
SemaCast.cpp 41cb3d90c2 Fix handling of const_cast from prvalue to rvalue reference: such a cast is 12 жил өмнө
SemaChecking.cpp f9eaf98bf5 Revert "Properly consider the range of enum for range comparisons in C mode" 12 жил өмнө
SemaCodeComplete.cpp 050315bfd0 ArrayRef'ize Sema::CodeComplete* 12 жил өмнө
SemaConsumer.cpp 99ba9e3bd7 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 13 жил өмнө
SemaDecl.cpp ddb5a3926d Unify return type checking for functions and ObjC methods. Move all the 12 жил өмнө
SemaDeclAttr.cpp aa9df09729 Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. 12 жил өмнө
SemaDeclCXX.cpp 36155c14b6 C++11: If a class has a user-declared copy operation or destructor, the 12 жил өмнө
SemaDeclObjC.cpp ddb5a3926d Unify return type checking for functions and ObjC methods. Move all the 12 жил өмнө
SemaExceptionSpec.cpp 7c3e615f01 PR12086, PR15117 12 жил өмнө
SemaExpr.cpp ddb5a3926d Unify return type checking for functions and ObjC methods. Move all the 12 жил өмнө
SemaExprCXX.cpp 539470e7d3 Updated the support for contextual conversion tweaks (n3323) with a previously overlooked part: implicitly converting array sizes to size_t, rather than contextually converting them to some unique type. 12 жил өмнө
SemaExprMember.cpp 80e8ea92d6 address some comments on r183474: 12 жил өмнө
SemaExprObjC.cpp 80e8ea92d6 address some comments on r183474: 12 жил өмнө
SemaFixItUtils.cpp 80ad52f327 s/CPlusPlus0x/CPlusPlus11/g 12 жил өмнө
SemaInit.cpp d6b698739a PR16263: Implement current direction of core issue 1376. Binding a reference to 12 жил өмнө
SemaLambda.cpp ddb5a3926d Unify return type checking for functions and ObjC methods. Move all the 12 жил өмнө
SemaLookup.cpp 17828ca585 Provide operator<< for stream output of DeclarationNames 12 жил өмнө
SemaObjCProperty.cpp 6071af93f9 Objective-C: Another case of issuing warning about misusing 12 жил өмнө
SemaOpenMP.cpp 6af701f29b OpenMP threadprivate with qualified names. 12 жил өмнө
SemaOverload.cpp d570a9282f A quick fix to allow return type deduction on member templates 12 жил өмнө
SemaPseudoObject.cpp 80e8ea92d6 address some comments on r183474: 12 жил өмнө
SemaStmt.cpp 48a1e81715 Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the 12 жил өмнө
SemaStmtAsm.cpp 942dfe2e4d [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen 12 жил өмнө
SemaStmtAttr.cpp 0532140139 PR15300: Support C++11 attributes on base-specifiers. We don't support any such 12 жил өмнө
SemaTemplate.cpp 0567a79130 Use FPT::getArgTypes() instead of manually building ArrayRefs 12 жил өмнө
SemaTemplateDeduction.cpp 60e141e1f8 Implement most of N3638 (return type deduction for normal functions). 12 жил өмнө
SemaTemplateInstantiate.cpp cafeb948e6 PR16243: Use CXXThisOverride during template instantiation, and fix up the 12 жил өмнө
SemaTemplateInstantiateDecl.cpp 98a75581e1 Include the unexpanded packs in the initializer expression when checking a 12 жил өмнө
SemaTemplateVariadic.cpp 44ee0a710c Re-commit r183466 with a fix to make the TypeLoc casting machinery work 12 жил өмнө
SemaType.cpp ddb5a3926d Unify return type checking for functions and ObjC methods. Move all the 12 жил өмнө
TargetAttributesSema.cpp beba3e8037 Warn on and drop dllimport attrs from variable definitions 12 жил өмнө
TargetAttributesSema.h ad017fa7a4 Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. 12 жил өмнө
TreeTransform.h ddb5a3926d Unify return type checking for functions and ObjC methods. Move all the 12 жил өмнө
TypeLocBuilder.cpp d88d7abe0d Add missing file from r183563 (the recommit of 183466). 12 жил өмнө
TypeLocBuilder.h 44ee0a710c Re-commit r183466 with a fix to make the TypeLoc casting machinery work 12 жил өмнө