Commit e751fba
committed
Added exception handling when pathogen_GetArrangedFunction returns null.
Previously the PathogenArrangedFunction wrapper did not check if the function returned null, which meant you'd get a confusing NullReferenceException when accessing its members.1 parent e3f92d5 commit e751fba
File tree
2 files changed
+7
-2
lines changed- ClangSharp.Pathogen
- external
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
Submodule llvm-project updated from 54627a2 to fc118e9
0 commit comments