mirror of
				https://github.com/MaskRay/ccls.git
				synced 2025-10-30 20:22:38 +00:00 
			
		
		
		
	Improve DeducedType
This commit is contained in:
		
							parent
							
								
									18b47d3f5c
								
							
						
					
					
						commit
						a56b6fb228
					
				| @ -550,9 +550,7 @@ public: | |||||||
|       T = BD->getType(); |       T = BD->getType(); | ||||||
|       binding = true; |       binding = true; | ||||||
|     } |     } | ||||||
|     auto BT = GetBaseType(T, false); |     if (!T.isNull() && (binding || T->getContainedDeducedType())) { | ||||||
|     if (!BT.isNull() && |  | ||||||
|         (binding || BT.getUnqualifiedType()->getAs<AutoType>())) { |  | ||||||
|       SmallString<256> Str; |       SmallString<256> Str; | ||||||
|       llvm::raw_svector_ostream OS(Str); |       llvm::raw_svector_ostream OS(Str); | ||||||
|       PrintingPolicy PP = GetDefaultPolicy(); |       PrintingPolicy PP = GetDefaultPolicy(); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user