forked from qt-creator/qt-creator
		
	Prepare the move of the semantic highlighting to the clang back end. We have it under tests too so it should be quite easy to make changes or corrections. Change-Id: I5706a8a06fde5a9ba2eba3a8ba62782102ac0bd3 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			102 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			102 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#if 0
 | 
						|
 | 
						|
void f();
 | 
						|
 | 
						|
#endif
 | 
						|
 | 
						|
#ifndef BLAH
 | 
						|
class Class
 | 
						|
{
 | 
						|
 | 
						|
};
 | 
						|
#endif
 | 
						|
 | 
						|
#ifdef BLAH
 | 
						|
class Class
 | 
						|
{
 | 
						|
 | 
						|
};
 | 
						|
#endif
 |