[Lldb-commits] [PATCH] D43471: Handle typeof() expressions
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 19 10:52:25 PST 2018
davide added inline comments.
================
Comment at: lit/Expr/TestTypeOfExpr.test:2
+# RUN: %lldb -b -s %s | FileCheck %s
+
+expression int i; __typeof__(i) j = 1; j
----------------
I really really love how concise and clear the new test is!
https://reviews.llvm.org/D43471
More information about the lldb-commits
mailing list