git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge branch 'addmainunit3-altlink-sharedstmt' into addmainunit3-altlink-sharedstmt...
[lldb.git]
/
clang-tools-extra
/
2021-01-20
Hans Wennborg
Revert "Following up on PR48517, fix handling of templa...
tree
|
commitdiff
2021-01-20
Haojian Wu
[clangd] Extend find-refs to include overrides.
tree
|
commitdiff
2021-01-20
Kadir Cetinkaya
[clangd] Fix division by zero when computing scores
tree
|
commitdiff
2021-01-20
Sam McCall
[clangd] Retire some flags for uncontroversial, stable...
tree
|
commitdiff
2021-01-20
Sam McCall
[clangd] Remove the recovery-ast options.
tree
|
commitdiff
2021-01-20
Sam McCall
[clangd] Move DirBasedCDB broadcasting onto its own...
tree
|
commitdiff
2021-01-20
Sam McCall
[clangd] Allow CDBs to have background work to block on.
tree
|
commitdiff
2021-01-19
Utkarsh Saxena
[clangd] Use ASTSignals in Heuristics CC Ranking.
tree
|
commitdiff
2021-01-19
Utkarsh Saxena
[clangd] Index local classes, virtual and overriding...
tree
|
commitdiff
2021-01-19
Richard Smith
[c++20] P1907R1: Support for generalized non-type templ...
tree
|
commitdiff
2021-01-18
Utkarsh Saxena
[clangd] Derive new signals in CC from ASTSignals.
tree
|
commitdiff
2021-01-17
Utkarsh Saxena
[clangd] Use !empty() instead of size()>0
tree
|
commitdiff
2021-01-17
Utkarsh Saxena
[clangd] Use empty() instead of size()>0
tree
|
commitdiff
2021-01-15
Utkarsh Saxena
[clangd] Update CC Ranking model with better sampling.
tree
|
commitdiff
2021-01-15
Adam Czachorowski
[clangd] Set correct CWD when using compile_flags.txt
tree
|
commitdiff
2021-01-15
Adam Czachorowski
[clangd] Make ExpandAutoType not available on template...
tree
|
commitdiff
2021-01-15
Ilya Golovenko
[clangd] exclude symbols from document outline which...
tree
|
commitdiff
2021-01-14
Sam McCall
[clangd] Reduce logspam for CDB scanning
tree
|
commitdiff
2021-01-14
Douglas Yung
Add -fexceptions to test as it uses them and fails...
tree
|
commitdiff
2021-01-14
Utkarsh Saxena
[clangd] Trivial: Documentation fix in ASTSignals.
tree
|
commitdiff
2021-01-14
Utkarsh Saxena
[clangd] Make AST-based signals available to runWithPre...
tree
|
commitdiff
2021-01-14
Sam McCall
[clangd] Remove another option that was effectively...
tree
|
commitdiff
2021-01-14
Mikhail Maltsev
[clang-tidy] Use DenseSet<SourceLocation> in UpgradeDur...
tree
|
commitdiff
2021-01-14
Aleksandr Platonov
[clangd] Add main file macros into the main-file index.
tree
|
commitdiff
2021-01-13
Kazu Hirata
Fix the warnings on unused variables (NFC)
tree
|
commitdiff
2021-01-13
Sam McCall
[clangd] Remove some old CodeCompletion options that...
tree
|
commitdiff
2021-01-13
Utkarsh Saxena
[clangd] Remove "decision-forest-base" experimental...
tree
|
commitdiff
2021-01-13
Sam McCall
[clangd] Avoid reallocating buffers for each message...
tree
|
commitdiff
2021-01-13
Sam McCall
[clangd] Explicitly avoid background-indexing the same...
tree
|
commitdiff
2021-01-13
Sam McCall
[clangd] Split out a base class for delegating GlobalCo...
tree
|
commitdiff
2021-01-12
Yitzhak Mandelbaum
[clang-tidy] Add test for Transformer-based checks...
tree
|
commitdiff
2021-01-12
Nathan Ridge
[clangd] Avoid recursion in TargetFinder::add()
tree
|
commitdiff
2021-01-11
Nathan James
[clangd] Remove ScratchFS from tests
tree
|
commitdiff
2021-01-11
Haojian Wu
[clangd] Fix -check mode doesn't respect any tidy configs.
tree
|
commitdiff
2021-01-11
Haojian Wu
[clangd] Add metrics for go-to-implementation.
tree
|
commitdiff
2021-01-09
Nathan James
[clangd][NFC] Remove unnecessary copy in CodeComplete
tree
|
commitdiff
2021-01-08
Haojian Wu
[clangd] Add go-to-def metric.
tree
|
commitdiff
2021-01-08
Adam Czachorowski
[clangd] Add missing "override" to fix the build.
tree
|
commitdiff
2021-01-08
Adam Czachorowski
[clangd] Fix type printing in the presence of qualifiers
tree
|
commitdiff
2021-01-08
Haojian Wu
[clangd] go-to-implementation on a base class jumps...
tree
|
commitdiff
2021-01-08
Haojian Wu
[clangd] Cleanup a remaining Optional<SymbolID> usage...
tree
|
commitdiff
2021-01-08
Haojian Wu
[clangd] NFC, avoid potential ODR violation.
tree
|
commitdiff
2021-01-07
Sam McCall
[clangd] Add server capability advertising hot-reloadin...
tree
|
commitdiff
2021-01-07
Nathan James
[clangd][NFC] Use PathRef for getCorrespondingHeaderOrS...
tree
|
commitdiff
2021-01-06
Nathan James
[NFC] Test case refactor
tree
|
commitdiff
2021-01-06
Aleksandr Platonov
[clangd][fuzzyFind] Do not show stale symbols in the...
tree
|
commitdiff
2021-01-05
Yitzhak Mandelbaum
[clang-tidy] Update uses of deprecated Transformer...
tree
|
commitdiff
2021-01-05
Stephen Kelly
[clang-tidy] Add extra tests
tree
|
commitdiff
2021-01-05
Giulio Girardi
[clangd] When querying drivers by binary, look in PATH too
tree
|
commitdiff
2021-01-04
Thorsten Schütt
Revert "[NFC, Refactor] Modernize StorageClass from...
tree
|
commitdiff
2021-01-04
Thorsten Schütt
[NFC, Refactor] Modernize StorageClass from Specifiers...
tree
|
commitdiff
2021-01-04
Nathan James
[clang-tidy] Fix windows tests
tree
|
commitdiff
2021-01-02
Nathan James
[NFC] Switch up some dyn_cast calls
tree
|
commitdiff
2021-01-02
Nico Weber
Temporarily disable to clang-tidy tests on Windows
tree
|
commitdiff
2021-01-01
Yang Fan
[clang-tidy][NFC] Fix a build warning due to an extra...
tree
|
commitdiff
2020-12-28
Nathan James
[clang-tidy][NFC] Remove unnecessary headers
tree
|
commitdiff
2020-12-28
Adam Czachorowski
[clangd] Add error handling (elog) in code completion.
tree
|
commitdiff
2020-12-23
Sam McCall
[clangd] Fix case mismatch crash on in CDB on windows...
tree
|
commitdiff
2020-12-23
Aleksandr Platonov
[clangd] Do not take stale definition from the static...
tree
|
commitdiff
2020-12-22
Sam McCall
[clangd] Release notes for b8c37153d5393aad96
tree
|
commitdiff
2020-12-22
Sam McCall
[clangd] Use atomics instead of locks to track periodic...
tree
|
commitdiff
2020-12-22
Stephen Kelly
Try to fix build on Windows
tree
|
commitdiff
2020-12-22
Stephen Kelly
[clang-tidy] Handle template instantiations in containe...
tree
|
commitdiff
2020-12-22
Arthur Eubanks
Revert "[clangd] zap a few warnings"
tree
|
commitdiff
2020-12-22
Nathan James
[clangd] Reuse buffer for JSONTransport::sendMessage
tree
|
commitdiff
2020-12-22
Quentin Chateau
[clangd] Trim memory periodically when using glibc...
tree
|
commitdiff
2020-12-21
Quentin Chateau
[clangd][NFC] Improve clangd status messages
tree
|
commitdiff
2020-12-20
Chris Warner
[clang-tidy] cppcoreguidelines-pro-type-member-init...
tree
|
commitdiff
2020-12-19
Sam McCall
[clangd] Fix windows path handling in .clang-tidy parsing
tree
|
commitdiff
2020-12-19
Sam McCall
[clangd] Don't cancel requests based on "updates" with...
tree
|
commitdiff
2020-12-18
Sam McCall
[clangd] Make our printing policies for Hover more...
tree
|
commitdiff
2020-12-18
Sam McCall
[clangd] zap a few warnings
tree
|
commitdiff
2020-12-18
Quentin Chateau
[clangd] Smarter hover on auto and decltype
tree
|
commitdiff
2020-12-18
Sam McCall
[clangd] Fix broken JSON test on windows
tree
|
commitdiff
2020-12-18
Frank Derry Wanye
new altera single work item barrier check
tree
|
commitdiff
2020-12-18
Aleksandr Platonov
[clangd] Ignore the static index refs from the dynamic...
tree
|
commitdiff
2020-12-18
Sam McCall
[clangd] Add hot-reload of compile_commands.json and...
tree
|
commitdiff
2020-12-18
Nathan James
[clangd] Print .clang-tidy configuration parsing errors...
tree
|
commitdiff
2020-12-17
Nathan James
[clang-tidy][NFC] Reduce copies of Intrusive..FileSystem
tree
|
commitdiff
2020-12-17
Sam McCall
[clangd] Add llvm:: qualifier to work around GCC bug...
tree
|
commitdiff
2020-12-17
Fangrui Song
Use basic_string::find(char) instead of basic_string...
tree
|
commitdiff
2020-12-17
Nathan James
[clang-tidy] Add a diagnostic callback to parseConfigur...
tree
|
commitdiff
2020-12-16
Emma Blink
Mark implicit coroutine variables as being implicit
tree
|
commitdiff
2020-12-15
Stephen Kelly
[ClangTidy] NFC: Add more tests for container-size...
tree
|
commitdiff
2020-12-15
Nathan James
[clang-tidy] Support all YAML supported spellings for...
tree
|
commitdiff
2020-12-15
Nathan James
[clangd] Validate clang-tidy Checks in clangd config.
tree
|
commitdiff
2020-12-15
Kirill Bobyrev
Reland dcdef5b5b3df457566e7faf61e1e5789c42528d1
tree
|
commitdiff
2020-12-15
Nathan James
[clangd] Provide suggestions with invalid config keys
tree
|
commitdiff
2020-12-15
Kirill Bobyrev
Revert "[clangd] Log remote index connectivity status"
tree
|
commitdiff
2020-12-15
Kirill Bobyrev
[clangd] Log remote index connectivity status
tree
|
commitdiff
2020-12-15
Quentin Chateau
[clangd] Improve goToDefinition on auto and dectype
tree
|
commitdiff
2020-12-15
Sam McCall
[clangd] Oops, fix code in #ifdef WIN32
tree
|
commitdiff
2020-12-15
Sam McCall
Reland [clangd] Extract per-dir CDB cache to its own...
tree
|
commitdiff
2020-12-15
Sam McCall
[clangd] Avoid traversing C:\ -> C: when looking for...
tree
|
commitdiff
2020-12-15
xndcn
[clangd] Add hover info for `this` expr
tree
|
commitdiff
2020-12-15
Nico Weber
Revert "Lex: Migrate HeaderSearch::LoadedModuleMaps...
tree
|
commitdiff
2020-12-14
Duncan P. N. Exon...
Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef
tree
|
commitdiff
2020-12-14
Haojian Wu
[clangd] Go-to-definition on pure virtual method decls...
tree
|
commitdiff
2020-12-13
Nathan Ridge
[clangd] Fix locateMacroAt() for macro definition outsi...
tree
|
commitdiff
2020-12-11
Zinovy Nis
[clang-tidy] false-positive for bugprone-redundant...
tree
|
commitdiff
next