User Details
- User Since
- Sep 4 2022, 8:38 AM (28 w, 1 d)
Fri, Mar 17
Add description to shouldPatchPlaceholder0
Wed, Mar 15
Updated now. Thank you again for your patient review. :)
Address comments
Mon, Mar 13
Update doxygen comments
Address the comments. Revise parameters of getSignature to avoid passing CCR
Thu, Mar 9
Ping :)
Sun, Mar 5
Sun, Feb 26
Sat, Feb 25
Update
Address the comments
Wed, Feb 22
Move parsing logic to Record.cpp
Tue, Feb 21
Ping
Feb 15 2023
Feb 13 2023
Apply clang-format to StandardLibrary.cpp to fix pipeline failure
Thank you for your detailed explanation and sorry again for my dumb mistake before. :)
Revise
Rebase to main && Move tests to clang/Tooling
Sorry for the late update, I'm rebasing my branch now.
Revise symbols from N4100
Feb 9 2023
Feb 7 2023
Ping
Feb 5 2023
Fix test on windows
Update tests && Use Preprocessor.LookupFile
Feb 4 2023
Jan 29 2023
we're already having some efforts right now to improve our cppreference parsing and get to a more complete set of symbols (@VitaNuo for visibility, who drives these efforts)..
Format
Do not format inc file
Jan 20 2023
Can anyone else help me to commit this PR? I mean we should land this patch ASAP, as many of PRs are now depending on llvm::ArrayRef without including ADT/ArrayRef.h but ADT/STLExtras.h, which would make it extremely harder to resolve this circular dependency later.
Fix issue
Jan 17 2023
Ping again. Sorry I don't have commit access to main branch.
Jan 13 2023
Jan 12 2023
Ping. Is this OK for trunk?
Jan 9 2023
Add header llvm/ADT/Hashing.h, which is included by ArrayRef.h before. This header may be dependent by some TUs indirectly.
Pipeline failed due to missing include header llvm/ADT/Hashing.h
In file included from /var/lib/buildkite-agent/builds/llvm-project/clang-tools-extra/clangd/Config.cpp:9: /var/lib/buildkite-agent/builds/llvm-project/clang-tools-extra/clangd/Config.h:158:18: error: no member named 'hash_combine' in namespace 'llvm' return llvm::hash_combine(Val.Kind, Val.Location, Val.MountPoint);