git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert "[ARM][TypePromotion] Enable by default"
[lldb.git]
/
clang-tools-extra
/
2019-12-19
Sylvestre Ledru
Fix the links to clang analyzers checkers
tree
|
commitdiff
2019-12-19
Sylvestre Ledru
Fix some typos in the clang-tools-extra doc
tree
|
commitdiff
2019-12-19
Kadir Cetinkaya
[clangd] Fix write past end pointer
tree
|
commitdiff
2019-12-19
Kadir Cetinkaya
[clangd] Improve documentation for auto and implicit...
tree
|
commitdiff
2019-12-18
Michał Górny
[clang-tools-extra] Fix linking dylib for LLVMFrontendO...
tree
|
commitdiff
2019-12-17
Kadir Cetinkaya
[clangd] Fix handling of inline/anon namespaces and...
tree
|
commitdiff
2019-12-17
Kadir Cetinkaya
[clangd][NFC] Make use of TagDecl inside type for hover...
tree
|
commitdiff
2019-12-16
Sam McCall
Revert "[clangd] Reapply b60896fad926 Fall back to...
tree
|
commitdiff
2019-12-16
Sam McCall
[clangd] Reapply b60896fad926 Fall back to selecting...
tree
|
commitdiff
2019-12-16
Sam McCall
Revert "[clangd] Reapply b60896fad926 Fall back to...
tree
|
commitdiff
2019-12-16
Sam McCall
[clangd] Reapply b60896fad926 Fall back to selecting...
tree
|
commitdiff
2019-12-16
Sam McCall
[clangd] Make Tweak::Selection movable. NFC
tree
|
commitdiff
2019-12-16
Dmitri Gribenko
Revert "[clangd] Implement "textDocument/documentLink...
tree
|
commitdiff
2019-12-16
Kirill Bobyrev
[NFC] Fix typos in Clangd and Clang
tree
|
commitdiff
2019-12-16
Kadir Cetinkaya
[clangd] Get rid of raw string literals in macro calls
tree
|
commitdiff
2019-12-15
Gabor Bencze
[clang-tidy] Add cert-oop58-cpp check
tree
|
commitdiff
2019-12-14
Nico Weber
Fix build with older (still supported) gcc versions.
tree
|
commitdiff
2019-12-14
Nico Weber
Revert "[clangd] Fall back to selecting token-before...
tree
|
commitdiff
2019-12-13
Eric Christopher
Fix -Wswitch-coverage warning in clang-tidy after ak_ad...
tree
|
commitdiff
2019-12-13
Sam McCall
[clangd] Fall back to selecting token-before-cursor...
tree
|
commitdiff
2019-12-13
Kadir Cetinkaya
[clangd] Fix windows builds
tree
|
commitdiff
2019-12-13
Kadir Cetinkaya
[clangd] Add "inline" keyword to prevent ODR-violations...
tree
|
commitdiff
2019-12-13
Kadir Cetinkaya
[clangd] Introduce codeblocks
tree
|
commitdiff
2019-12-13
Kadir Cetinkaya
[clangd] Introduce paragraph, the first part of new...
tree
|
commitdiff
2019-12-13
Nathan Ridge
[clangd] Fix Windows test failure by adding -fno-delaye...
tree
|
commitdiff
2019-12-12
Nathan Ridge
[clangd] Heuristically resolve dependent method calls
tree
|
commitdiff
2019-12-12
Alexander Kornienko
[clang-tidy] Use early returns to make the code easier...
tree
|
commitdiff
2019-12-12
Alexander Kornienko
Fix naming style. NFC.
tree
|
commitdiff
2019-12-12
Michael Forster
[clangd] Implement "textDocument/documentLink" protocol...
tree
|
commitdiff
2019-12-12
Kirill Bobyrev
[clangd] Rename constructors and destructors in cross...
tree
|
commitdiff
2019-12-12
Kadir Cetinkaya
[clangd] Fix windows tests
tree
|
commitdiff
2019-12-12
Kadir Cetinkaya
[clangd] Fix hover crashing on null types
tree
|
commitdiff
2019-12-11
Adam Balogh
[clang-tidy] Link shared library clangTidyOpenMPModule...
tree
|
commitdiff
2019-12-11
Haojian Wu
[clangd] Deduplicate refs from index for cross-file...
tree
|
commitdiff
2019-12-10
Haojian Wu
[clangd] Fix an incorrect expectedResult usage in renam...
tree
|
commitdiff
2019-12-10
Ilya Biryukov
[clangd] Simplify code using findName. NFC
tree
|
commitdiff
2019-12-10
Eric Christopher
Turn off unused variable checking here since we're...
tree
|
commitdiff
2019-12-09
Sam McCall
[clangd] also filter out another possible diag from...
tree
|
commitdiff
2019-12-09
Tibor Brunner
Magic number checker shouldn't warn on user defined...
tree
|
commitdiff
2019-12-09
Kadir Cetinkaya
[clangd] Delete ctor initializers while moving function...
tree
|
commitdiff
2019-12-09
Kadir Cetinkaya
[clangd] Delete default arguments while moving function...
tree
|
commitdiff
2019-12-09
Haojian Wu
[clangd] Implement range patching heuristics for cross...
tree
|
commitdiff
2019-12-09
Haojian Wu
[clangd] Use expansion location when the ref is inside...
tree
|
commitdiff
2019-12-09
Sam McCall
[clangd] Allow extract-to-function on regions that...
tree
|
commitdiff
2019-12-09
Sam McCall
[Parser] Don't crash on MS assembly if target desc...
tree
|
commitdiff
2019-12-09
Haojian Wu
Reland "[AST] Traverse the class type loc inside the...
tree
|
commitdiff
2019-12-08
Nathan Ridge
[clangd] Navigation from definition of template special...
tree
|
commitdiff
2019-12-07
Florin Iucha
Optionally exclude bitfield definitions from magic...
tree
|
commitdiff
2019-12-06
Stephen Kelly
Use ASTDumper to dump the AST from clang-query
tree
|
commitdiff
2019-12-06
Reid Kleckner
Remove Expr.h include from ASTContext.h, NFC
tree
|
commitdiff
2019-12-06
Akira Hatanaka
[clang-tidy] Pass -faligned-allocation on the compiler...
tree
|
commitdiff
2019-12-06
Kadir Cetinkaya
[clangd] Switch Hover.All to structured tests
tree
|
commitdiff
2019-12-06
Kadir Cetinkaya
[clangd] Store index::SymbolKind in HoverInfo
tree
|
commitdiff
2019-12-06
Sam McCall
[clangd] Try to fix CompileCommandsTests on windows...
tree
|
commitdiff
2019-12-06
Mikael Holmen
[clangd] Fix gcc warning about extra ";" [NFC]
tree
|
commitdiff
2019-12-06
Alexander Kornienko
[clang-tidy] Fix PR26274
tree
|
commitdiff
2019-12-06
Sam McCall
[clangd] (take 2) Try harder to find a plausible `clang...
tree
|
commitdiff
2019-12-06
Sterling Augustine
Revert "[AST] Traverse the class type loc inside the...
tree
|
commitdiff
2019-12-05
Nathan Ridge
[clangd] Highlighting dependent types in more contexts
tree
|
commitdiff
2019-12-05
Nathan Ridge
[clangd] Find reference to template parameter in 'sizeo...
tree
|
commitdiff
2019-12-05
Haojian Wu
[clangd] Simplify the code, NFC.
tree
|
commitdiff
2019-12-05
Haojian Wu
[AST] Traverse the class type loc inside the member...
tree
|
commitdiff
2019-12-05
Haojian Wu
[clangd] More unittests for cross-file rename.
tree
|
commitdiff
2019-12-05
Haojian Wu
[clangd] Fix an incorrect comment, NFC.
tree
|
commitdiff
2019-12-05
Utkarsh Saxena
[clangd] Add xref for macro to static index.
tree
|
commitdiff
2019-12-05
Alex Lorenz
[clangd] Add a tweak refactoring to wrap Objective...
tree
|
commitdiff
2019-12-05
Alex Lorenz
[clangd] NFC, add getLangOpts helper to ParsedAST
tree
|
commitdiff
2019-12-04
Kadir Cetinkaya
[clang-change-namespace] Change file pattern to be...
tree
|
commitdiff
2019-12-04
ptaylor
[clangd] register cuda language activation event and...
tree
|
commitdiff
2019-12-04
Haojian Wu
[clangd] Remove the hanging lit exit-signal.test.
tree
|
commitdiff
2019-12-04
Kadir Cetinkaya
[clangd] Add no delayed templates to outline tests
tree
|
commitdiff
2019-12-04
Kadir Cetinkaya
[clangd] Define out-of-line qualify function name
tree
|
commitdiff
2019-12-04
Kadir Cetinkaya
[clangd] Define out-of-line qualify return value
tree
|
commitdiff
2019-12-04
Kadir Cetinkaya
[clangd] Define out-of-line initial apply logic
tree
|
commitdiff
2019-12-04
Kadir Cetinkaya
[clangd] Define out-of-line availability checks
tree
|
commitdiff
2019-12-03
Elizabeth Andrews
Reapply "Fix crash on switch conditions of non-integer...
tree
|
commitdiff
2019-12-03
Sam McCall
[clangd] Fix comparator const after c9c714c7054d555398c...
tree
|
commitdiff
2019-12-03
Alexander Kornienko
Revert "Fix llvm-namespace-comment for macro expansions"
tree
|
commitdiff
2019-12-03
Sam McCall
Reland [clangd] Rethink how SelectionTree deals with...
tree
|
commitdiff
2019-12-03
Yannick Brehon
Fix compatibility with python3 of clang-include-fixer.py
tree
|
commitdiff
2019-12-03
Kirill Bobyrev
[NFC] Slightly improve wording in the comments
tree
|
commitdiff
2019-12-03
Hans Wennborg
AvoidBindCheck.cpp: Fix unused variables warning
tree
|
commitdiff
2019-12-03
Hans Wennborg
AvoidBindCheck.cpp: Fix GCC 5.3 build errors
tree
|
commitdiff
2019-12-02
Zachary Turner
[clang-tidy] Rewrite modernize-avoid-bind check.
tree
|
commitdiff
2019-12-02
Bill Wendling
Remove extraneous semicolon.
tree
|
commitdiff
2019-12-02
Sam McCall
Revert "[clangd] repair mac tests for 88bccded8fa1"
tree
|
commitdiff
2019-12-02
Sam McCall
[clangd] repair mac tests for 88bccded8fa1
tree
|
commitdiff
2019-12-02
Sam McCall
[clangd] Try harder to find a plausible `clang` as...
tree
|
commitdiff
2019-12-02
Haojian Wu
[clangd] Fix a regression issue in local rename.
tree
|
commitdiff
2019-12-02
Adam Balogh
[Clang-Tidy] Quick fix for bug in bugprone-macro-parent...
tree
|
commitdiff
2019-11-29
Sam McCall
Revert "[clangd] Rethink how SelectionTree deals with...
tree
|
commitdiff
2019-11-29
Sam McCall
[clangd] Rethink how SelectionTree deals with macros...
tree
|
commitdiff
2019-11-29
Sam McCall
[clangd] Fix 407ac2e, which was broken and committed...
tree
|
commitdiff
2019-11-29
Sam McCall
[clangd] Log cc1 args at verbose level.
tree
|
commitdiff
2019-11-29
Haojian Wu
[clangd] Correct the file path in Edit::replacements...
tree
|
commitdiff
2019-11-28
Benjamin Kramer
[include-fixer] Python 3 support for clang-include...
tree
|
commitdiff
2019-11-28
Haojian Wu
[clangd] Don't perform rename when the refs result...
tree
|
commitdiff
2019-11-28
Haojian Wu
[clangd] Prefer the left character if the character...
tree
|
commitdiff
2019-11-28
Haojian Wu
[clangd] Tweak the no-index error message for rename...
tree
|
commitdiff
2019-11-28
Rui Ueyama
Use InitLLVM in clang-tidy
tree
|
commitdiff
next