0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 20, 2023 — Dec 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Disable 2 tests till it's clear why they fail with clang-5.0 More... over 6 years ago
Merge pull request #12 from zhaohuaxishi/master More... over 7 years ago
add missing header for std::function More... over 7 years ago
Use default member initializers More... over 7 years ago
Use the 'empty' method to check for emptiness instead of comparing to an empty object More... over 7 years ago
Make unused arguments explicit More... over 7 years ago
Do not use 'else' after 'return'. More... over 7 years ago
deduction: fix test to work with clang-3.8 More... over 7 years ago
libclang#deduction#current_function_at() example: add suffix More... almost 8 years ago
Use default member initializer for m_handle More... almost 8 years ago
Merge pull request #11 from bparker06/master More... about 8 years ago
add missing header include for std::accumulate More... about 8 years ago
Fix uninitialized members More... about 8 years ago
deduction: add full_name_at() More... over 8 years ago
stringizers: avoid redundant string initialization More... over 8 years ago
deduction: use emplace_back() More... over 8 years ago
deduction: be more explicit about anon namespaces in get_current_function_at() More... over 8 years ago
documentation: remove clang-rename example More... over 8 years ago
libclang#AST#current_file#declarations: support unsaved files More... over 8 years ago
libclang#AST#current_file#declarations: add testcase More... over 8 years ago
make check: support running a single test case More... over 8 years ago
libclang#location#extent(): support unsaved files More... over 8 years ago
add libclang#location#extent() testcase More... over 8 years ago
Exclude test code from clang-tidy coverage More... over 8 years ago
Fix clang-tidy modernize-use-using,-warnings-as-errors More... over 8 years ago
libclang#location#AST_node(): support unsaved files More... over 8 years ago
Add libclang#location#AST_node() testcase More... over 8 years ago
AST_extracter: separate interface from implementation More... over 8 years ago
libclang#deduction#type_at(): support unsaved files More... over 8 years ago
stringizers: separate interface from implementation More... over 8 years ago