summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/process/TestProcessAPI.py
diff options
context:
space:
mode:
authorRiver Riddle <riddleriver@gmail.com>2020-02-10 17:51:26 -0800
committerRiver Riddle <riverriddle@google.com>2020-02-10 18:04:58 -0800
commit52086f802e37fbb2acc61c49120990b0b3fd10cd (patch)
treee968651ff7ddc42e19b3b65de88213ffc5f6baef /lldb/test/API/python_api/process/TestProcessAPI.py
parent784d4417453e2bb792e29f5dad462f7fcebab6d1 (diff)
[llvm][TableGen] Define FieldInit::isConcrete overload
Summary: There are a few field init values that are concrete but not complete/foldable (e.g. `?`). This allows for using those values as initializers without erroring out. Example: ``` class A { string value = ?; } class B<A impl> : A { let value = impl.value; // This currently emits an error. let value = ?; // This doesn't emit an error. } ``` Differential Revision: https://reviews.llvm.org/D74360
Diffstat (limited to 'lldb/test/API/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions