This is an archive of the discontinued LLVM Phabricator instance.

TOT broken by R220956
Needs ReviewPublic

Authored by sbest on Oct 31 2014, 3:17 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

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.

Diff Detail

Event Timeline

sbest updated this revision to Diff 15654.Oct 31 2014, 3:17 PM
sbest retitled this revision from to TOT broken by R220956.
sbest updated this object.
sbest edited the test plan for this revision. (Show Details)
sbest added a subscriber: Unknown Object (MLST).