| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] Include SBLanguages in the SWIG bindings (#92470) | 2 年前 | |
[lldb] (Semi-automatically) format .swig files I've found my recent ventures into the swig land painful because of the strange way they are formatted. This patch attempts to alleviate future headaches by formatting these files into something resembling the normal llvm style. Unfortunately, completely formatting these files automatically does not work because clang format gets confused by swigs % syntax, so I have employed a hybrid approach where I formatted blocks of c++ code with clang-format and then manually massaged the code until it looked reasonable (and compiled). I don't expect these files to remain perfectly formatted (although, if one's editor is configured to configure the current line/block on request, one can get pretty good results by using it judiciously), but at least it will prevent the (mangled form of the) old lldb style being proliferated endlessly. Differential Revision: https://reviews.llvm.org/D115736 | 4 年前 | |
| 8 个月前 | ||
[lldb] Fix lua build after 27b6a4e63afe This applies the same trick for Lua that I did for python in 27b6a4e63afe. Differential Revision: https://reviews.llvm.org/D150624 | 3 年前 | |
[lldb] Remove extern "C" from lldb-swig-lua interface This is the lua equivalent of 9a14adeae0. | 4 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 4 年前 | ||
| 8 个月前 | ||
| 3 年前 | ||
| 4 年前 |