Skip to content
Commit aa479138 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

Add new 'CXXConditionDeclExpr' expression node used for a 'condition'...

Add new 'CXXConditionDeclExpr' expression node used for a 'condition' declaration, e.g: "if (int x=0) {...}".
It is a subclass of DeclRefExpr and the main difference is that CXXConditionDeclExpr owns the declaration that it references.

llvm-svn: 56033
parent 0fff397a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment