]> granicus.if.org Git - clang/commit
Fixed StmtPrinter to handle GCC extension to the ternary operator "?:" where
authorTed Kremenek <kremenek@apple.com>
Mon, 26 Nov 2007 18:27:54 +0000 (18:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 26 Nov 2007 18:27:54 +0000 (18:27 +0000)
commit8e911c42ad6a5ae0fe0dd46058bd13236a0e9026
tree4909daa8a3addad377c1526caf9aff5bb8da12a4
parentecc04c925412f935a936226452407bf8a51ed027
Fixed StmtPrinter to handle GCC extension to the ternary operator "?:" where
the LHS subexpression can be NULL.  Patch provided by Nuno Lopes!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44328 91177308-0d34-0410-b5e6-96231b3b80d8
AST/StmtPrinter.cpp