Skip to content
  1. Feb 14, 2008
  2. Feb 12, 2008
    • Steve Naroff's avatar
      · ab468cb1
      Steve Naroff authored
      Allow the parser to detect invalid DeclSpec's. This fixes http://llvm.org/bugs/show_bug.cgi?id=1987.
      
      This commit only "guards" the call to ParseDeclarationSpecifiers() in ParseDeclarationOrFunctionDefinition(). 
      
      We could consider guarding all calls, however this is a bit radical (since it effectively stops parsing the declaration once we have a bad declspec). Will discuss with Chris tomorrow.
      
      llvm-svn: 46984
      ab468cb1
  3. Jan 17, 2008
    • Steve Naroff's avatar
      · 1aa19418
      Steve Naroff authored
      Declarator::clear(): Null out variable after it's been deleted.
      
      This avoids a double free (which is good:-)
      
      Bug submitted by Eli.
      
      llvm-svn: 46105
      1aa19418
  4. Dec 19, 2007
Loading