OSDN Git Service

[ORC] Break up OrcJIT library, add Orc-RPC based remote TargetProcessControl
[android-x86/external-llvm-project.git] / clang-tools-extra /
2020-11-12 Nathan James[clang-tidy] Merge options inplace instead of copying
2020-11-12 Kadir Cetinkaya[clangd] Simplify relations deserialization loop, NFC.
2020-11-11 Sam McCall[clangd] Add index server request logging
2020-11-11 Duncan P. N. Exon... Frontend: Change ComputePreambleBounds to take MemoryBu...
2020-11-11 Sam McCall[clangd] Sanity-check array sizes read from disk before...
2020-11-11 Sam McCall[clangd] Fix serialization error check.
2020-11-11 Aleksandr Platonov[clangd] Improve clangd-indexer performance
2020-11-11 Kirill Bobyrev[clangd] Abort rename when given the same name
2020-11-11 Kirill Bobyrev[clangd] NFC: Add more logging to remote index test
2020-11-10 Nathan James[clang-tidy][NFC] Tweak GlobList to iterate backwards
2020-11-10 Haojian WuFix the buildbot failure.
2020-11-10 Kirill Bobyrev[clangd] Fix recommended gRPC version
2020-11-10 Haojian Wu[clangd] Bump index version number.
2020-11-10 Kirill Bobyrev[clangd] Update remote index documentation
2020-11-10 Kirill Bobyrev[clangd] Enhance Clangd rename testing coverage
2020-11-10 Haojian Wu[clangd] Add basic conflict detection for the rename.
2020-11-09 Kirill Bobyrev[clang] Simplify buildSyntaxTree API
2020-11-09 Kadir Cetinkaya[clangd] Fix shared-lib builds
2020-11-09 Kirill Bobyrev[clangd] NFC: Fix a typo in Tracer name
2020-11-09 Aleksandr Platonov[clangd][remote] Check an index file correctly
2020-11-09 Frank Derry WanyeAdd a new altera kernel name restriction check to clang...
2020-11-09 Nathan James[clang-tidy] Remove bad assert after 3b9b90a1
2020-11-09 Nathan James[clangd] Handle duplicate enum constants in PopulateSwi...
2020-11-09 Sam McCall[clangd] Don't run clang-tidy AST traversal if there...
2020-11-08 Nathan James[clang-tidy] Fix build for gcc5.3 after d725f1ce
2020-11-07 Nathan James[clang-tidy] Use vfs::FileSystem when getting config
2020-11-06 Nathan James[clangd] Set the User option for clang-tidy to mimick...
2020-11-05 Nathan James[clang-tidy] Extend IdentifierNamingCheck per file...
2020-11-05 Utkarsh Saxena[clangd] Trivial: Log missing completion signals.
2020-11-04 Kadir Cetinkaya[clangd] Cleanup dependencies around RemoteIndex
2020-11-04 Balázs Kéri[clang-tidy] Add signal-handler-check for SEI CERT...
2020-11-04 Aaron BallmanAdd a floating-point suffix to silence warnings; NFC
2020-11-04 Kadir Cetinkaya[clangd] Pass parameters to config apply functions
2020-11-04 Nathan Ridge[clangd] Store the containing symbol for refs
2020-11-04 Nathan James[clangd][NFC] Make Located::operator->() use pointer...
2020-11-03 Kadir Cetinkaya[clangd] Fix missing override warnings in remote-index...
2020-11-03 Kadir Cetinkaya[clangd] Handle absolute/relative path specifications...
2020-11-03 Hiral Oza[clang-tidy] adding "--config-file=<file-path>" to...
2020-11-02 Sam McCall[clangd] Add -log=public to redact all request info...
2020-11-02 Sam McCall[clangd] Fix check-clangd with no clang built
2020-11-02 Shoaib Meenai[clangd] Account for vendor in version string
2020-11-02 Nico WeberRevert "Add a new altera kernel name restriction check...
2020-11-02 Aaron BallmanFix link to a new check within the release notes.
2020-11-02 Frank Derry WanyeAdd a new altera kernel name restriction check to clang...
2020-11-02 David SandersUse --use-color in run-clang-tidy.py
2020-11-02 Kadir Cetinkaya[clangd] Value initialize SymbolIDs
2020-11-02 Kirill Bobyrev[clangd] Improve remote-index test
2020-11-02 Kirill Bobyrev[clangd] Add lit tests for remote index
2020-11-02 Ilya Golovenko[clangd] Fix ParsedASTTest.TopLevelDecls test.
2020-10-31 David SandersUse ANSI escape codes for --use-color on Windows
2020-10-31 Pedro GonnetFix gendered documentation
2020-10-30 Nathan James[clang-tidy][test] Fix test failure when LLVM_ENABLE_WE...
2020-10-30 Simon Pilgrim[clangd] Fix MSVC implicit capture build failure.
2020-10-30 Nico Weberclang-tidy: Make tests more hermetic
2020-10-29 Utkarsh Saxena[clangd] Add support for multiple DecisionForest model...
2020-10-29 Sam McCall[CMake] Support inter-proto dependencies in generate_pr...
2020-10-29 Sam McCall[clangd] Support CodeActionParams.only
2020-10-28 Sam McCall[clangd] Go-to-definition from non-renaming alias is...
2020-10-28 Sam McCall[clangd] Don't offer to expand auto in structured bindi...
2020-10-28 Kadir Cetinkaya[clangd] Fix a null dereference in tests.
2020-10-28 Nathan James[clang-tidy][NFC] IdentifierNaming: Remove unnecessary...
2020-10-27 Kirill Bobyrev[clangd] Start using SyntaxTrees for folding ranges...
2020-10-27 Kirill Bobyrev[clangd] Separate final_result into a different message
2020-10-27 Sam McCall[clangd] Fix proto deps, for real this time.
2020-10-27 Nathan Ridge[clangd] Increase the TooMany limit for index-based...
2020-10-26 Kirill Bobyrev[clangd] Add back dependency on proto generated targets
2020-10-26 Joe TurnerMake sure Objective-C category support in IncludeSorter...
2020-10-26 Benjamin Kramer[clang-tidy] Silence unused variable warning in Release...
2020-10-26 Kirill Bobyrev[clangd] NFC: Update FIXME comment regarding lack of...
2020-10-26 Kirill Bobyrev[clangd] Fix remote index build failures due to lack...
2020-10-26 Kirill Bobyrev[clangd] Add dependency on remote index service proto
2020-10-25 Nathan Ridge[clangd] Add a TestWorkspace utility
2020-10-24 Duncan P. N. Exon... clangd: Stop calling FileEntryRef::FileEntryRef
2020-10-23 Kadir Cetinkaya[clangd] Fix remote-server build and add it to check...
2020-10-23 Sam McCall[clangd] Drop version from remote index proto names...
2020-10-23 Sam McCall[clang] Split remote index service definition into...
2020-10-23 Kirill Bobyrev[clangd] NFC: Add using directives to avoid spelling...
2020-10-23 Sam McCall[CMake] generate_grpc_protos -> generate_protos(.....
2020-10-23 Kirill Bobyrev[clangd] Migrate to proto2 syntax
2020-10-23 Dmitry Polukhin[clang-tidy] Fix redefinition of module in the same...
2020-10-22 Kirill Bobyrev[clangd] Get rid of llvm::Optional in Remote- and Local...
2020-10-22 Kirill Bobyrev[clangd] Give the server information about client's...
2020-10-22 Duncan P. N. Exon... clang/Basic: Remove ContentCache::getRawBuffer, NFC
2020-10-22 Alexander Kornienko[clang-tidy] Add links to check docs in comments
2020-10-21 Felix BergerAlways allow std::function to be copied.
2020-10-20 David Goldman[clangd][ObjC] Support nullability annotations
2020-10-20 Mikhail Maltsev[clang] Use SourceLocation as key in hash maps, NFCI
2020-10-20 Mikhail Maltsev[clang][Basic] Make SourceLocation usable as key in...
2020-10-20 Georgii RymarReland "[yaml2obj][ELF] - Simplify the code that perfor...
2020-10-20 Aleksandr Platonov[clangd][remote] Add Windows paths support
2020-10-20 Kirill Bobyrev[clangd] NFC: Resolve Clang-Tidy warnings in Protocol.cpp
2020-10-20 Richard SmithFixup clang-tidy after recent Clang change.
2020-10-19 Duncan P. N. Exon... Lexer: Update the Lexer to use MemoryBufferRef, NFC
2020-10-19 Yaxun (Sam) LiuRecommit "[CUDA][HIP] Defer overloading resolution...
2020-10-19 Nathan James[clang-tidy] Add scoped enum constants to identifier...
2020-10-19 Sam McCall[clangd] Add test for structured-binding completion...
2020-10-19 Aaron BallmanRevert "Extend tests of run-clang-tidy"
2020-10-19 Alexander LaninExtend tests of run-clang-tidy
2020-10-19 Nathan James[clang-tidy] Better support for Override function in...
2020-10-19 Kadir Cetinkaya[clangd] Rename edge name for filesymbols to slabs...
next