git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[libc] Replace the use of gtest with a new light weight unittest framework.
[lldb.git]
/
clang-tools-extra
/
2020-01-17
Aaron Ballman
Another speculative fix for the Windows bots.
tree
|
commitdiff
2020-01-17
Aaron Ballman
Fix a compile error to get bots back to green.
tree
|
commitdiff
2020-01-17
Nathan
[clang-tidy] Disable Checks on If constexpr statements...
tree
|
commitdiff
2020-01-17
Logan Smith
Add `bugprone-reserved-identifier`
tree
|
commitdiff
2020-01-17
Simon Pilgrim
Fix Wparentheses warning. NFCI.
tree
|
commitdiff
2020-01-17
Kadir Cetinkaya
Revert "[clangd][test] Disable a particular testcase...
tree
|
commitdiff
2020-01-16
Jan Korous
[clangd][test] Disable a particular testcase in FindExp...
tree
|
commitdiff
2020-01-16
Logan Smith
Factor out renaming logic from readability-identifier...
tree
|
commitdiff
2020-01-16
Michael Liao
[clangd] Add workaround for GCC5 host compilers. NFC.
tree
|
commitdiff
2020-01-16
Kadir Cetinkaya
[clangd] Print underlying type for decltypes in hover
tree
|
commitdiff
2020-01-16
Kadir Cetinkaya
[clangd] Make define outline code action visible
tree
|
commitdiff
2020-01-16
Dmitri Gribenko
Removed an unused include from TypeLocVisitor.h
tree
|
commitdiff
2020-01-16
Kadir Cetinkaya
[clangd] Make output order of allTargetDecls deterministic
tree
|
commitdiff
2020-01-16
Kadir Cetinkaya
[clangd] Dont display `<unknown>` kinds in hover board
tree
|
commitdiff
2020-01-16
Yuanfang Chen
Revert "[Support] make report_fatal_error `abort` inste...
tree
|
commitdiff
2020-01-16
Yuanfang Chen
[Support] make report_fatal_error `abort` instead of...
tree
|
commitdiff
2020-01-15
Kadir Cetinkaya
[clangd] Extract string literals in macro arguments...
tree
|
commitdiff
2020-01-15
Kadir Cetinkaya
[clangd] Fix windows buildbots
tree
|
commitdiff
2020-01-15
Kadir Cetinkaya
[clangd] Rearrange type, returntype and parameters...
tree
|
commitdiff
2020-01-15
Kadir Cetinkaya
[clangd] Add a ruler after header in hover
tree
|
commitdiff
2020-01-15
Kadir Cetinkaya
[clangd] Show hower info for expressions
tree
|
commitdiff
2020-01-15
Hans Wennborg
Bump the trunk major version to 11
tree
|
commitdiff
2020-01-14
Nathan James
Added readability-qualified-auto check
tree
|
commitdiff
2020-01-14
Malcolm Parsons
[clang-tidy] Match InitListExpr in modernize-use-defaul...
tree
|
commitdiff
2020-01-14
Malcolm Parsons
[clang-tidy] Ignore implicit casts in modernize-use...
tree
|
commitdiff
2020-01-13
Aaron Ballman
Fix a test case by adding -fno-delayed-template-parsing.
tree
|
commitdiff
2020-01-13
Kadir Cetinkaya
[clangd] Include expression in DecltypeTypeLoc sourcera...
tree
|
commitdiff
2020-01-13
Kadir Cetinkaya
[clangd] Render header of hover card as a heading
tree
|
commitdiff
2020-01-13
Nathan James
Fix readability-identifier-naming missing member variables
tree
|
commitdiff
2020-01-13
Oliver Stannard
[clangd] Remove raw string literals in macros
tree
|
commitdiff
2020-01-13
Utkarsh Saxena
[clangd] Publish xref for macros from Index and AST.
tree
|
commitdiff
2020-01-13
Nathan Ridge
[clangd] Show template arguments in type hierarchy...
tree
|
commitdiff
2020-01-13
Nathan Ridge
[clangd] Assert that the testcases in FindExplicitRefer...
tree
|
commitdiff
2020-01-10
Sylvestre Ledru
clang-tidy doc: unbreak the CI
tree
|
commitdiff
2020-01-10
Sylvestre Ledru
clang-tidy doc: Refresh the list of checkers and polish...
tree
|
commitdiff
2020-01-10
Sylvestre Ledru
MakeUniqueCheck.cpp: explicit the fact that there is...
tree
|
commitdiff
2020-01-10
Sam McCall
[clangd] Fix targetDecl() on certain usage of ObjC...
tree
|
commitdiff
2020-01-10
Kadir Cetinkaya
[clangd] Fix markdown rendering in VSCode
tree
|
commitdiff
2020-01-10
Kadir Cetinkaya
[clangd] Improve type printing in hover
tree
|
commitdiff
2020-01-10
Hans Wennborg
Restore order in clang-tidy section of release notes
tree
|
commitdiff
2020-01-10
Sylvestre Ledru
clang-tidy doc - remove the widths
tree
|
commitdiff
2020-01-09
Nathan Ridge
[clangd] Handle DeducedTemplateSpecializationType in...
tree
|
commitdiff
2020-01-09
Sylvestre Ledru
[clang-tidy] Refresh the add_new_check.py now that...
tree
|
commitdiff
2020-01-09
Kadir Cetinkaya
[clangd] Adjust diagnostic range to be inside main...
tree
|
commitdiff
2020-01-09
David Goldman
[clangd] Respect `--sysroot` argument if it is set
tree
|
commitdiff
2020-01-09
Andi-Bogdan Postelnicu
[clang-tidy] For checker `readability-misleading-indent...
tree
|
commitdiff
2020-01-09
Kadir Cetinkaya
[clangd] Refurbish HoverInfo::present
tree
|
commitdiff
2020-01-09
Ehud Katz
[APFloat] Fix checked error assert failures
tree
|
commitdiff
2020-01-08
Andi-Bogdan Postelnicu
[clang-tidy] Remove broken test on Windows for `readabi...
tree
|
commitdiff
2020-01-08
Andi-Bogdan Postelnicu
[clang-tidy] Disable match on `if constexpr` statements...
tree
|
commitdiff
2020-01-08
Utkarsh Saxena
[clangd] Add xref for macros to FileIndex.
tree
|
commitdiff
2020-01-07
Mitchell Balan
[clang-tidy] modernize-use-using uses AST and now suppo...
tree
|
commitdiff
2020-01-07
Alexandre Ganea
Fix issues reported by -Wrange-loop-analysis when build...
tree
|
commitdiff
2020-01-07
Nathan Ridge
[clangd] Heuristically resolve dependent call through...
tree
|
commitdiff
2020-01-07
Nathan Ridge
[clangd] Assert that the testcases in LocateSymbol...
tree
|
commitdiff
2020-01-07
Kadir Cetinkaya
[clangd] Introduce bulletlists
tree
|
commitdiff
2020-01-07
Sam McCall
[clangd] Add path mappings functionality
tree
|
commitdiff
2020-01-06
Tamás Zolnai
[clang-tidy] new check: bugprone-signed-char-misuse
tree
|
commitdiff
2020-01-06
Simon Pilgrim
Fix MSVC "not all control paths return a value" warning...
tree
|
commitdiff
2020-01-06
Ehud Katz
[APFloat] Fix compilation warnings
tree
|
commitdiff
2020-01-04
Kazuaki Ishizaki
NFC: Fix trivial typos in comments
tree
|
commitdiff
2020-01-03
Jonas Toth
[clang-tidy] fix linkage with clangSema for FixitHintUt...
tree
|
commitdiff
2020-01-03
Jonas Toth
[clang-tidy] quickfix: add -fno-delayed-template-parsin...
tree
|
commitdiff
2020-01-03
Jonas Toth
[clang-tidy] fix broken linking for AddConstTest with...
tree
|
commitdiff
2020-01-03
Jonas Toth
[clang-tidy] implement utility-function to add 'const...
tree
|
commitdiff
2020-01-03
Sam McCall
[clangd] targetDecl() returns only NamedDecls.
tree
|
commitdiff
2020-01-03
Kadir Cetinkaya
[clangd] Replace shortenNamespace with getQualification
tree
|
commitdiff
2020-01-02
Kazuaki Ishizaki
Fix trivial typos in comments; NFC
tree
|
commitdiff
2020-01-02
Nathan James
Handle init statements in readability-else-after-return
tree
|
commitdiff
2020-01-02
Sam McCall
[clangd] Reorder FindTarget.h - group targetDecl()...
tree
|
commitdiff
2020-01-02
Sam McCall
Revert "Revert "[clangd] Implement "textDocument/docume...
tree
|
commitdiff
2020-01-02
Alexander Lanin
[docs] Update path to clang-tools-extra
tree
|
commitdiff
2020-01-01
Mark de Wever
[NFC] Fixes -Wrange-loop-analysis warnings
tree
|
commitdiff
2020-01-01
Sylvestre Ledru
clang-tidy doc: Remove severities as they don't make...
tree
|
commitdiff
2019-12-31
Sylvestre Ledru
clang-tidy doc: modernize-make-unique has an autofix
tree
|
commitdiff
2019-12-29
Stephen Kelly
Fix formatting in previous commits
tree
|
commitdiff
2019-12-29
Stephen Kelly
Fix use of named values surrounded by newlines in clang...
tree
|
commitdiff
2019-12-29
Stephen Kelly
Fix newline handling in clang-query parser
tree
|
commitdiff
2019-12-29
Stephen Kelly
Fix handling of newlines in clang-query
tree
|
commitdiff
2019-12-27
Stephen Kelly
Allow newlines in AST Matchers in clang-query files
tree
|
commitdiff
2019-12-27
Ilya Biryukov
[clangd] Reformat `HoverTests.cpp` NFC
tree
|
commitdiff
2019-12-27
Ilya Biryukov
[clangd] Fix crash in hover
tree
|
commitdiff
2019-12-27
Evgenii Stepanov
Revert "Allow newlines in AST Matchers in clang-query...
tree
|
commitdiff
2019-12-26
Eric Christopher
Fix -Wunused-lambda-capture warnings.
tree
|
commitdiff
2019-12-26
Stephen Kelly
Allow newlines in AST Matchers in clang-query files
tree
|
commitdiff
2019-12-26
Stephen Kelly
Revert "Allow newlines in AST Matchers in clang-query...
tree
|
commitdiff
2019-12-26
Stephen Kelly
Allow newlines in AST Matchers in clang-query files
tree
|
commitdiff
2019-12-24
Ilya Mirsky
Fix readability-const-return-type identifying the wrong...
tree
|
commitdiff
2019-12-24
Florin Iucha
Fix false positive in magic number checker.
tree
|
commitdiff
2019-12-24
Sylvestre Ledru
doc: Document that extra-arg/extra-arg-before can be...
tree
|
commitdiff
2019-12-24
Sylvestre Ledru
clang-doc remove trailing whitespaces
tree
|
commitdiff
2019-12-23
Sylvestre Ledru
Move from a long list of checkers to tables
tree
|
commitdiff
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
next