forked from qt-creator/qt-creator
		
	Cleanup the C++ front-end.
Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
This commit is contained in:
		@@ -52,8 +52,8 @@
 | 
			
		||||
#include "CPlusPlusForwardDeclarations.h"
 | 
			
		||||
#include "SemanticCheck.h"
 | 
			
		||||
 | 
			
		||||
CPLUSPLUS_BEGIN_HEADER
 | 
			
		||||
CPLUSPLUS_BEGIN_NAMESPACE
 | 
			
		||||
 | 
			
		||||
namespace CPlusPlus {
 | 
			
		||||
 | 
			
		||||
class CPLUSPLUS_EXPORT CheckStatement: public SemanticCheck
 | 
			
		||||
{
 | 
			
		||||
@@ -94,7 +94,7 @@ private:
 | 
			
		||||
    Scope *_scope;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
CPLUSPLUS_END_NAMESPACE
 | 
			
		||||
CPLUSPLUS_END_HEADER
 | 
			
		||||
} // end of namespace CPlusPlus
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif // CPLUSPLUS_CHECKSTATEMENT_H
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user