Chelsea Cassanova
ac3321f104
[lldb] Add missing include to SBLanguages.h ( #111763 )
...
SBLanguages.h uses a uint16_t but is missing the include for
`<cstdint>`, if any file includes this without including that it will
cause a build error so this commit adds this include.
2024-10-09 14:41:50 -07:00
Alex Langford
3bde798398
[lldb] Put SBSourceLanguageName in lldb namespace ( #91685 )
2024-05-10 10:00:36 -07:00
Nicklas Boman
dbcfa2957d
lldb create API folder if it does not exist, before creating SBLangua… ( #91128 )
...
Create API folder if it does not exist, before creating SBLanguages.h
2024-05-08 10:57:16 -07:00
Adrian Prantl
b8c301f6e2
Fix the regex in the sbapi python script
2024-05-01 13:41:32 -07:00
Jonas Devlieghere
dcbf0fcd0d
[lldb] Use Python script to generate SBLanguages.h ( #90753 )
...
Use a Python script to generate SBLanguages.h instead of piggybacking on
LLDB TableGen. This addresses Nico Weber's post-commit feedback.
2024-05-01 13:02:47 -07:00