diff options
| author | Jennifer Yu <jennifer.yu@intel.com> | 2023-05-25 09:29:59 -0700 |
|---|---|---|
| committer | Jennifer Yu <jennifer.yu@intel.com> | 2023-05-26 10:14:52 -0700 |
| commit | acb1b4fbb7939faa369337b9b26b960fdc91e4b8 (patch) | |
| tree | 80c44a39ca4fe43418038275824cb9063da62f8f /lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py | |
| parent | 235fbe792b4cb167403bba8770629a295ce81c6c (diff) | |
Fix wrong error message when compiling C souce code:
Currently emit error for uses_allocators(alloc(traits)):
called object type 'omp_allocator_handle_t' (aka
'enum omp_allocator_handle_t') is not a function or function pointer
To fix this, since "alloc" is Id expresison(spce 5.2), during the parser
(in ParseOpenMP.cpp), using tryParseCXXIdExpression instead of
ParseExpression for C.
Differential Revision: https://reviews.llvm.org/D151517
Diffstat (limited to 'lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions
