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

Shawn Best sbest at blueshiftinc.com
Fri Oct 31 15:17:40 PDT 2014


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 to use properly scoped name.

http://reviews.llvm.org/D6066

Files:
  source/Symbol/ClangASTContext.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6066.15654.patch
Type: text/x-patch
Size: 1695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141031/5ddfb3db/attachment.bin>


More information about the lldb-commits mailing list