]> granicus.if.org Git - clang/commit
GCC has an extension where the left hand side of the ? : operator can be omitted...
authorAnders Carlsson <andersca@mac.com>
Fri, 30 Nov 2007 19:04:31 +0000 (19:04 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 30 Nov 2007 19:04:31 +0000 (19:04 +0000)
commit3907323dd6665c0c4e383435cb145233f4533406
tree14734649e3ede0685322f84ce7c4153fc9ab0746
parentb0ff33a9f4b2a75b6949976bbf3782ff0d839cb1
GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44462 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Expr.cpp
Analysis/UninitializedValues.cpp
Sema/SemaChecking.cpp
test/Analysis/conditional-op-missing-lhs.c [new file with mode: 0644]