diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-08-05 21:55:15 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-05 21:55:15 +0000 |
commit | 7af935ed9a09b1963666c3daf20b4a621ab091eb (patch) | |
tree | 1576f21c5c11d15adab462e1ad1c5de942975ae7 /clang/lib/Frontend/FrontendAction.cpp | |
parent | 9dd9b882aed2b9b63d90f9ebe7a04a8f24982f1e (diff) | |
download | bcm5719-llvm-7af935ed9a09b1963666c3daf20b4a621ab091eb.tar.gz bcm5719-llvm-7af935ed9a09b1963666c3daf20b4a621ab091eb.zip |
Fixed test suite failure of test_SBTypeList().
SBTypeList does not have IsValid() method defined. It's always valid in a sense.
So the Python's truth value testing in turn delegates to __len__() method, which
is defined for SBTypeList, and returns 0.
llvm-svn: 136985
Diffstat (limited to 'clang/lib/Frontend/FrontendAction.cpp')
0 files changed, 0 insertions, 0 deletions