[Lldb-commits] [PATCH] TOT broken by R220956

2014-10-31 Thread Shawn Best
R220956 broke lldb TOT. In the file clang/include/clang/AST/Decl.h, there were some typedef's inside VarDecl, FunctionDecl classes mapping clang::StorageClass to StorageClass. R220956 removed these typedefs. In ClangASTContext.cpp, there were a few places using the old typedefs so I switched

Re: [Lldb-commits] [PATCH] TOT broken by R220956

2014-10-31 Thread Enrico Granata
LGTM On Oct 31, 2014, at 3:17 PM, Shawn Best sb...@blueshiftinc.com wrote: D6066.15654.patch Thanks, - Enrico  egranata@.com ☎️ 27683 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu