Douglas Gregor
							
						 
						
							 
							
							
							
							
								
							
							
								21673c4e7e 
								
							 
						 
						
							
							
								
								Scoped enumerations should not be treated as integer types (in the C  
							
							 
							
							... 
							
							
							
							sense). Fixes <rdar://problem/9366066> by eliminating an inconsistency
between C++ overloading (which handled scoped enumerations correctly)
and C binary operator type-checking (which didn't).
llvm-svn: 130924 
							
						 
						
							2011-05-05 16:13:52 +00:00  
						
					 
				
					
						
							
							
								 
								Douglas Gregor
							
						 
						
							 
							
							
							
							
								
							
							
								48e6bbffa1 
								
							 
						 
						
							
							
								
								Implement comparison of C++0x scoped enumeration types. Fixes PR9333.  
							
							 
							
							... 
							
							
							
							llvm-svn: 126752 
							
						 
						
							2011-03-01 17:16:20 +00:00  
						
					 
				
					
						
							
							
								 
								Douglas Gregor
							
						 
						
							 
							
							
							
							
								
							
							
								6cd5ae4dfa 
								
							 
						 
						
							
							
								
								Fix a little bug in the handling of enumeration types with a fixed  
							
							 
							
							... 
							
							
							
							underlying type: we weren't parsing unnamed enumeration types with a
fixed underlying type.
llvm-svn: 126184 
							
						 
						
							2011-02-22 02:55:24 +00:00  
						
					 
				
					
						
							
							
								 
								Douglas Gregor
							
						 
						
							 
							
							
							
							
								
							
							
								0bf3140424 
								
							 
						 
						
							
							
								
								Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a  
							
							 
							
							... 
							
							
							
							bit by me). 
llvm-svn: 116122 
							
						 
						
							2010-10-08 23:50:27 +00:00