forked from qt-creator/qt-creator
		
	Use the document in the snapshot when available.
This commit is contained in:
		@@ -39,7 +39,7 @@ namespace CPlusPlus {
 | 
			
		||||
class CPLUSPLUS_EXPORT CheckUndefinedSymbols: protected ASTVisitor
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    CheckUndefinedSymbols(Document::Ptr doc, const Snapshot &snapshot);
 | 
			
		||||
    CheckUndefinedSymbols(TranslationUnit *unit, const LookupContext &context);
 | 
			
		||||
    virtual ~CheckUndefinedSymbols();
 | 
			
		||||
 | 
			
		||||
    QList<Document::DiagnosticMessage> operator()(AST *ast);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user