-------------------------------------------------------------------------
| 119 | |
| 120 | //------------------------------------------------------------------------- |
| 121 | bool Options::IsAggregateByFileModeEnabled() const |
| 122 | { |
| 123 | return isAggregateByFileModeEnabled_; |
| 124 | } |
| 125 | |
| 126 | //------------------------------------------------------------------------- |
| 127 | void Options::EnableContinueAfterCppExceptionMode() |