mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
When setting conditional breakpoints, we currently assume that a call to UserExpression::Parse() can be cached and resued multiple times. This may not be true for every user expression. Add a new method so subclasses of UserExpression can customize if they are parseable or not.