Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] how to identify whether a variable is modified in a compoundstatement in C++, when I do the static analysis using CDT

hello,
      I am doing the concurrency - oriented refactoring in C++. My curent work is loop parallelism, so I need to identify whether the loop iteration  is independent or not, then i should identify  whether some variable is modified or not. How can I do it.  I need help.
 
     Siky

Back to the top