[cfe-dev] Statements that end with ;

madil90 madil90 at gmail.com
Fri Nov 16 12:49:15 PST 2012


Hi,
  I need to identify statements that end with ";". I mean, how does clang
represent a statement that is executed independently e.g.

int a;    // what type of statement is this?

a = a + 2;   // or this?

Regards,
Adil



--
View this message in context: http://clang-developers.42468.n3.nabble.com/Statements-that-end-with-tp4028311.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list