User Details
- User Since
- Sep 13 2019, 1:09 PM (211 w, 4 d)
May 25 2023
LGTM
Apr 11 2023
Apr 5 2023
Apr 4 2023
Feb 14 2023
remove header_file_size()
Feb 8 2023
Feb 7 2023
Use FileEntryRef, rename method
Feb 6 2023
Don't return virtual file entries
Sort by UIDs, then Name
Jan 27 2023
Use FileEntryRef for AddTopHeader()
Jan 20 2023
Jan 19 2023
rebase on last successful build: https://buildkite.com/llvm-project/llvm-main/builds/6356
address comments
Its going to be less work to refactor TopheaderNames to use FileEntryRef, so went that way instead. First step is here: https://reviews.llvm.org/D142113
Jan 18 2023
@akyrtzi it looks like you added this field a while back. Do you know if there are still consumers for the the libclang API, do we need to keep this field around?
Oct 3 2022
Sep 30 2022
Nice, LGTM, thanks!
Sep 26 2022
remove else case
Sep 23 2022
Remove unnecessary friend class
Return default Qualifiers for FunctionNoProtoType
Sep 22 2022
add -std=c89 to test
rebase
Sep 21 2022
Specify target and language for test
Sep 20 2022
Add unit test for type qualifiers
Sep 13 2022
zero out qual types in constructor
Sep 12 2022
I think it is probably safer to zero out the FastTypeQuals instead.
clang-format
rebase
Sep 9 2022
Move code to VisitFunctionProtoType instead of branch
Aug 21 2022
I see the producers of the sections here:
- https://github.com/llvm/llvm-project/blob/main/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp#L4910-L4938
- https://github.com/apple/swift/blob/91b2abe99686600cd18daa2e898d8376440fba9e/lib/IRGen/IRGen.cpp#L1131-L1140
- https://github.com/llvm/llvm-project/blob/main/clang/tools/driver/cc1as_main.cpp#L517-L524
Aug 1 2022
May 12 2022
May 11 2022
May 10 2022
Refactor branch into existing case
May 9 2022
May 6 2022
fix for missing temp dir in test
May 4 2022
fix windows paths attempt #2
Use regex for path separators in test
May 3 2022
Mar 7 2022
With linter
Remove unnecessary CHECK-NOT
Mar 4 2022
Use llvm-readobj --macho-segment
Single pass tests
update test for windows
with linter