git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[clang-tidy] Fix ParentVirtualCallCheck for old MSVS compilers
[lldb.git]
/
clang-tools-extra
/
unittests
/
2018-04-13
Haojian Wu
[clangd] Add line and column number to the index symbol.
tree
|
commitdiff
2018-04-11
Malcolm Parsons
[clang-apply-replacements] Convert tooling::Replacement...
tree
|
commitdiff
2018-04-10
Marc-Andre Laperle
[clangd] Use operator<< to prevent printers issues...
tree
|
commitdiff
2018-04-10
Nico Weber
s/LLVM_ON_WIN32/_WIN32/, clang-tools-extra
tree
|
commitdiff
2018-04-09
Michal Gorny
[cmake] Include LLVMTestingSupport when doing stand...
tree
|
commitdiff
2018-04-09
Haojian Wu
[clangd] Allow using customized include path in URI.
tree
|
commitdiff
2018-04-09
Sam McCall
[clangd] Adapt index interfaces to D45014, and fix...
tree
|
commitdiff
2018-04-03
Sam McCall
[clangd] synthesize fix message when the diagnostic...
tree
|
commitdiff
2018-03-26
Simon Marchi
[clangd] Support incremental document syncing
tree
|
commitdiff
2018-03-23
Jordan Rose
Fix misuse of llvm::YAML in clangd test.
tree
|
commitdiff
2018-03-23
Ilya Biryukov
[clangd] Remove 'static' from a function inside anonymo...
tree
|
commitdiff
2018-03-21
Simon Marchi
Make positionToOffset return llvm::Expected<size_t>
tree
|
commitdiff
2018-03-16
Ilya Biryukov
[clangd] Handle multiple callbacks from Sema's completion
tree
|
commitdiff
2018-03-16
Simon Marchi
Move DraftMgr from ClangdServer to ClangdLSPServer
tree
|
commitdiff
2018-03-15
Eric Liu
[change-namespace] Don't match a function call/ref...
tree
|
commitdiff
2018-03-14
Ilya Biryukov
[clangd] Don't expose vfs in TUScheduler::runWithPreamble.
tree
|
commitdiff
2018-03-14
Ilya Biryukov
[clangd] Remove forceReparse, add a flag to addDocument...
tree
|
commitdiff
2018-03-14
Eric Liu
[clangd] Add an interface that finds symbol by SymbolID...
tree
|
commitdiff
2018-03-13
Haojian Wu
[clangd] Use the macro name range as the definition...
tree
|
commitdiff
2018-03-13
Haojian Wu
[clangd] Fix irrelevant declaratations in goto definiti...
tree
|
commitdiff
2018-03-13
Haojian Wu
[clangd] Remove extra ";", NFC.
tree
|
commitdiff
2018-03-12
Sam McCall
[clangd] Remove Tagged and some related APIs from Clang...
tree
|
commitdiff
2018-03-12
Haojian Wu
[clangd] Fix diagnostic errors in the test code, NFC.
tree
|
commitdiff
2018-03-12
Ilya Biryukov
[clangd] Revamp handling of diagnostics.
tree
|
commitdiff
2018-03-12
Sam McCall
[clangd] Collect the number of files referencing a...
tree
|
commitdiff
2018-03-09
Haojian Wu
[clangd] Use identifier range as the definition range.
tree
|
commitdiff
2018-03-09
Sam McCall
[clangd] Don't index template specializations.
tree
|
commitdiff
2018-03-06
Ilya Biryukov
[clangd] Don't end completion item labels with '::'
tree
|
commitdiff
2018-03-06
Sam McCall
[clangd] Address missed comments from D44003
tree
|
commitdiff
2018-03-06
Eric Liu
[clangd] Sort includes when formatting code or insertin...
tree
|
commitdiff
2018-03-05
Sam McCall
[clangd] Fix unintentionally loose fuzzy matching,...
tree
|
commitdiff
2018-03-05
Sam McCall
[clangd] Extract ClangdServer::Options struct.
tree
|
commitdiff
2018-03-02
Ilya Biryukov
[clangd] Use higher timoout values in TUSchedulerTest...
tree
|
commitdiff
2018-03-02
Sam McCall
[clangd] Debounce streams of updates.
tree
|
commitdiff
2018-03-01
Eric Liu
[clangd] Support include canonicalization in symbol...
tree
|
commitdiff
2018-02-28
Eric Liu
[clangd] Prefer the definition of a TagDecl (e.g. class...
tree
|
commitdiff
2018-02-27
Sam McCall
[clangd] Remove codecomplete override content API....
tree
|
commitdiff
2018-02-27
Roman Lebedev
Revert "[Tooling] [1/1] Refactor FrontendActionFactory...
tree
|
commitdiff
2018-02-27
Roman Lebedev
[Tooling] [1/1] Refactor FrontendActionFactory::create...
tree
|
commitdiff
2018-02-26
Eric Liu
[clangd] don't insert new includes if either original...
tree
|
commitdiff
2018-02-23
Sam McCall
[clangd] BindWithForward -> Bind. NFC
tree
|
commitdiff
2018-02-22
Sam McCall
[clangd] fix test use-after-free from r325774
tree
|
commitdiff
2018-02-22
Simon Marchi
[clangd] DidChangeConfiguration Notification
tree
|
commitdiff
2018-02-22
Sam McCall
[clangd] Allow embedders some control over when diagnos...
tree
|
commitdiff
2018-02-22
Eric Liu
[clangd] Not collect include headers for dynamic index...
tree
|
commitdiff
2018-02-21
Marc-Andre Laperle
[clangd] #include statements support for Open definition
tree
|
commitdiff
2018-02-19
Eric Liu
[clangd] Fixes for #include insertion.
tree
|
commitdiff
2018-02-19
Ilya Biryukov
[clangd] Do not reuse preamble if compile args changed
tree
|
commitdiff
2018-02-19
Sam McCall
[clangd] Invert return value of fuzzyFind() (fix MemInd...
tree
|
commitdiff
2018-02-19
Sam McCall
[clangd] Tracing: name worker threads, and enforce...
tree
|
commitdiff
2018-02-18
Heejin Ahn
[clangd] Fix link failures for Preprocessor::addComment...
tree
|
commitdiff
2018-02-16
Marc-Andre Laperle
[clangd] Rename some protocol field to lower case
tree
|
commitdiff
2018-02-16
Marc-Andre Laperle
[clangd] Implement textDocument/hover
tree
|
commitdiff
2018-02-16
Eric Liu
[clangd] collect symbol #include & insert #include...
tree
|
commitdiff
2018-02-16
Sam McCall
[clangd] TestFS cleanup: getVirtualBlahBlah -> testPath...
tree
|
commitdiff
2018-02-15
Ilya Biryukov
[clangd] Fixed compilation with MVSC.
tree
|
commitdiff
2018-02-15
Ilya Biryukov
[clangd] Make functions of ClangdServer callback-based
tree
|
commitdiff
2018-02-15
Sam McCall
[clangd] Fix tracing now that spans lifetimes can overl...
tree
|
commitdiff
2018-02-14
Ilya Biryukov
[clangd] Fix data race in ClangdThreadingTest.StressTest
tree
|
commitdiff
2018-02-14
Ilya Biryukov
[clangd] Explicitly initialize all primitive fields...
tree
|
commitdiff
2018-02-13
Ilya Biryukov
[clangd] Fixed findDefinitions to always return absolut...
tree
|
commitdiff
2018-02-13
Ilya Biryukov
[clangd] Remove the RealFS layer from test VFS. NFC.
tree
|
commitdiff
2018-02-13
Haojian Wu
[clangd] SymbolLocation only covers symbol name.
tree
|
commitdiff
2018-02-13
Sam McCall
[clangd] Stop exposing Futures from ClangdServer operat...
tree
|
commitdiff
2018-02-12
Haojian Wu
[clang-move] Fix the incorrect expansion end location.
tree
|
commitdiff
2018-02-12
Ilya Biryukov
[clangd] Remove codeComplete that returns std::future<>
tree
|
commitdiff
2018-02-09
Haojian Wu
[clang-move] Don't dump macro symbols.
tree
|
commitdiff
2018-02-09
Ilya Biryukov
[clangd] Fix crash in tests in debug mode.
tree
|
commitdiff
2018-02-09
Sam McCall
[clangd] Collect definitions when indexing.
tree
|
commitdiff
2018-02-09
Ilya Biryukov
[clangd] Fix crash when CompilerInvocation can't be...
tree
|
commitdiff
2018-02-08
Ilya Biryukov
[clangd] Update include guard in Annotations.h. NFC
tree
|
commitdiff
2018-02-08
Ilya Biryukov
Resubmit "[clangd] The new threading implementation"
tree
|
commitdiff
2018-02-07
Eric Liu
[clangd] Do not precent-encode numbers in URI.
tree
|
commitdiff
2018-02-06
Ilya Biryukov
Revert "[clangd] The new threading implementation"...
tree
|
commitdiff
2018-02-06
Ilya Biryukov
[clangd] Fixed compilation on Windows buildbot.
tree
|
commitdiff
2018-02-06
Eric Liu
[clangd] Use URIs in index symbols.
tree
|
commitdiff
2018-02-06
Ilya Biryukov
[clangd] The new threading implementation
tree
|
commitdiff
2018-02-06
Haojian Wu
[clangd] Fix incorrect file path for symbols defined...
tree
|
commitdiff
2018-02-02
Sam McCall
[clangd] Fix ExternC test broken by r324081
tree
|
commitdiff
2018-02-02
Eric Liu
[clangd] Skip inline namespace when collecting scopes...
tree
|
commitdiff
2018-02-01
Haojian Wu
[clangd] remove the unused code NFC.
tree
|
commitdiff
2018-02-01
Eric Liu
[clangd] Fix URI scheme conflict and an unused variable...
tree
|
commitdiff
2018-01-31
Sam McCall
[clangd] Pass Context implicitly using TLS.
tree
|
commitdiff
2018-01-31
Haojian Wu
[clangd] Better handling symbols defined in macros.
tree
|
commitdiff
2018-01-31
Haojian Wu
[clang-move] Clever on handling header file which inclu...
tree
|
commitdiff
2018-01-31
Ilya Biryukov
[clangd] Refactored threading in ClangdServer
tree
|
commitdiff
2018-01-29
Eric Liu
[clangd] Fix r323658 test failure on windows.
tree
|
commitdiff
2018-01-29
Eric Liu
[clangd] Use new URI with scheme support in place of...
tree
|
commitdiff
2018-01-29
Eric Liu
[clangd] Add a fallback directory for collected symbols...
tree
|
commitdiff
2018-01-26
Sam McCall
[clangd] Modify the Span API so that Spans propagate...
tree
|
commitdiff
2018-01-25
Sam McCall
[clangd] Add ClangdUnit diagnostics tests using annotat...
tree
|
commitdiff
2018-01-25
Ilya Biryukov
[clangd] Provide a helper to report estimated memory...
tree
|
commitdiff
2018-01-25
Haojian Wu
[clangd] Disable typo correction when doing code comple...
tree
|
commitdiff
2018-01-25
Haojian Wu
[clangd] Limit completion results.
tree
|
commitdiff
2018-01-24
Sam McCall
[clangd] add test for r323347 CodeComplete behavior...
tree
|
commitdiff
2018-01-23
Haojian Wu
[clangd] Use accessible scopes to query indexes for...
tree
|
commitdiff
2018-01-22
Sam McCall
[clangd] Drop ~destructor completions - rarely helpful...
tree
|
commitdiff
2018-01-22
Eric Liu
[clangd] Try to fix build bot failue in r323101
tree
|
commitdiff
2018-01-22
Eric Liu
[clangd] Add support for different file URI schemas.
tree
|
commitdiff
2018-01-19
Sam McCall
[clangd] Change index scope convention from "outer...
tree
|
commitdiff
next