This allows using "Class" and "id" as identifiers in C and C++ expressions. This works only when the language of the expression to be evaluated is explicitly specified as C or C++. As future work, should we try to determine the language from the target and assume that C++ and ObjC runtimes are not available for most languages (i.e. go, rust, D, etc)?
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
- Guess the language of the expression based on the execution context.
- Tests for language guessing.