Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 417545
Collapse All | Expand All

(-)a/llvm-3.1.src/tools/clang/include/clang/Parse/Parser.h (-1 / +1 lines)
Lines 451-457 private: Link Here
451
      }
451
      }
452
    }
452
    }
453
    
453
    
454
    enum { MaxDepth = 256 };
454
    enum { MaxDepth = 512 };
455
    
455
    
456
    bool diagnoseOverflow();
456
    bool diagnoseOverflow();
457
    bool diagnoseMissingClose();
457
    bool diagnoseMissingClose();

Return to bug 417545