2023-03-16 |
Haojian Wu | [clang] Fix a UsingTemplate regression after 3e78fa860235431...
|
commit | commitdiff | tree |
2023-03-14 |
Haojian Wu | Remove an extra `//` in the IWYU pragma for gtest-matchers.h
|
commit | commitdiff | tree |
2023-03-14 |
Haojian Wu | [Tooling/Inclusion] Index more sub std namespace symbols.
|
commit | commitdiff | tree |
2023-03-13 |
Haojian Wu | [clangd] Remove the IncludeStructure::isSelfContained...
|
commit | commitdiff | tree |
2023-03-13 |
Haojian Wu | [clangd] Remove IWYU handling code that is used only...
|
commit | commitdiff | tree |
2023-03-10 |
Haojian Wu | [clangd] UnusedIncludes: Strict config now uses the...
|
commit | commitdiff | tree |
2023-03-09 |
Haojian Wu | [bazel] Port for 0aac9a2875bad4f065367e4a6553fad78605f895
|
commit | commitdiff | tree |
2023-03-09 |
Haojian Wu | [Tooling/Inclusion] Add atomic family symbols
|
commit | commitdiff | tree |
2023-03-09 |
Haojian Wu | [Tooling/Inclusion] Add missing placerholder _1 symbols.
|
commit | commitdiff | tree |
2023-03-06 |
Haojian Wu | [Tooling/Inclusion] Add missing index_sequence symbols.
|
commit | commitdiff | tree |
2023-03-06 |
Haojian Wu | [include-cleaner] Fix a crash on non-identifier-name...
|
commit | commitdiff | tree |
2023-03-06 |
Haojian Wu | [include-fixer] Add the missing optional header to...
|
commit | commitdiff | tree |
2023-03-02 |
Haojian Wu | [clangd] Use the normalized file path to do the filtering.
|
commit | commitdiff | tree |
2023-03-02 |
Haojian Wu | [bazel] Add missing dep for llvm-c-test
|
commit | commitdiff | tree |
2023-03-02 |
Haojian Wu | [bazel] Port for f7ca01333214f934c580c162afdee933e7430b6c
|
commit | commitdiff | tree |
2023-02-28 |
Haojian Wu | [mlir] Fix the missing mlir test BUILD.bazel for 3948f0a0b5e...
|
commit | commitdiff | tree |
2023-02-28 |
Haojian Wu | [mlir] Port bazel for 3948f0a0b5e5fecddf315b8de321c6a44ee7ff5c
|
commit | commitdiff | tree |
2023-02-27 |
Haojian Wu | [mlir] Fix a -Wunused-variable warning, NFC
|
commit | commitdiff | tree |
2023-02-27 |
Haojian Wu | [mlir] Port bazel for 115711c19cd287c098a872c63a00478ca635f642
|
commit | commitdiff | tree |
2023-02-27 |
Haojian Wu | [bazel] Port Bazel for e7950fceb1e7f82370f6cff80b258e552eb410a6
|
commit | commitdiff | tree |
2023-02-27 |
Haojian Wu | [include-cleaner] Fix an unintended early return when...
|
commit | commitdiff | tree |
2023-02-24 |
Haojian Wu | [Tooling/Inclusion] Add the generic abs symbol to the...
|
commit | commitdiff | tree |
2023-02-24 |
Haojian Wu | [Tooling/Inclusion] Add the missing NULL symbol to...
|
commit | commitdiff | tree |
2023-02-23 |
Haojian Wu | [Tooling/Inclusion] Handle std::get symbol.
|
commit | commitdiff | tree |
2023-02-22 |
Haojian Wu | [Lex] Fix a crash in updateConsecutiveMacroArgTokens.
|
commit | commitdiff | tree |
2023-02-14 |
Haojian Wu | [include-cleaner] Better support ambiguous std symbols
|
commit | commitdiff | tree |
2023-02-09 |
Haojian Wu | [Tooling/Inclusion] Use the StdSpecialSymbolMap.inc...
|
commit | commitdiff | tree |
2023-02-09 |
Haojian Wu | [include-mapping] Add C-compatibility symbol entries.
|
commit | commitdiff | tree |
2023-02-08 |
Haojian Wu | [Tooling/Inclusion] Add more multi-header symbols to...
|
commit | commitdiff | tree |
2023-02-07 |
Haojian Wu | [clangd] Fix a crash in semantic highlighting.
|
commit | commitdiff | tree |
2023-02-07 |
Haojian Wu | [include-mapping] Better #includes support for std...
|
commit | commitdiff | tree |
2023-02-07 |
Haojian Wu | [Tooling/Inclusion] Support multiple headers in the...
|
commit | commitdiff | tree |
2023-02-07 |
Haojian Wu | [Tooling/Inclusion] Move the StdSpecialSymbolMap.inc...
|
commit | commitdiff | tree |
2023-02-07 |
Haojian Wu | [Tooling/Inclusion] Introduce a human-edit file for...
|
commit | commitdiff | tree |
2023-02-07 |
Haojian Wu | [Tooling/Inclusion] Move the generated mapping .inc...
|
commit | commitdiff | tree |
2023-02-06 |
Haojian Wu | [clangd] Remove the direct use of StdSymbolMapping...
|
commit | commitdiff | tree |
2023-02-03 |
Haojian Wu | [Tooling/Inclusion] qualifed_name() => qualifiedName...
|
commit | commitdiff | tree |
2023-02-03 |
Haojian Wu | [Tooling/Inclusions] ensure the Mapping is inititalized in
|
commit | commitdiff | tree |
2023-01-26 |
Haojian Wu | Revert "[clang] Build UsingType for elaborated type...
|
commit | commitdiff | tree |
2023-01-23 |
Haojian Wu | [clang] Fix the location of UsingTypeLoc.
|
commit | commitdiff | tree |
2023-01-21 |
Haojian Wu | GlobalISel: Fix the broken release build after c1fc5219cb23d...
|
commit | commitdiff | tree |
2023-01-20 |
Haojian Wu | Fix a -Wunused-variable warning in release build.
|
commit | commitdiff | tree |
2023-01-19 |
Haojian Wu | [clangd] Fix clangd-fuzzer build.
|
commit | commitdiff | tree |
2023-01-19 |
Haojian Wu | [clangd] Implement unused include warnings with include...
|
commit | commitdiff | tree |
2023-01-19 |
Haojian Wu | [clang] Build UsingType for elaborated type specifiers.
|
commit | commitdiff | tree |
2023-01-19 |
Haojian Wu | [clangd] Simplify some tests in IncludeCleanerTests...
|
commit | commitdiff | tree |
2023-01-18 |
Haojian Wu | Remove an unused variable, NFC
|
commit | commitdiff | tree |
2023-01-18 |
Haojian Wu | Reland "nullptr returned from ActOnTag() is not a valid...
|
commit | commitdiff | tree |
2023-01-18 |
Haojian Wu | [libc++][ranges] Remove a leftover include version...
|
commit | commitdiff | tree |
2023-01-16 |
Haojian Wu | [bazel] Another blank-line format fix for the utils...
|
commit | commitdiff | tree |
2023-01-16 |
Haojian Wu | [bazel] Fix the format of utils/bazel/configure.bzl...
|
commit | commitdiff | tree |
2023-01-16 |
Haojian Wu | [include-cleaner] FindHeaders respects IWYU export...
|
commit | commitdiff | tree |
2023-01-14 |
Haojian Wu | Fix a -Wgnu-designator warning, NFC.
|
commit | commitdiff | tree |
2023-01-13 |
Haojian Wu | [include-cleaner] Remove a stale FIXME.
|
commit | commitdiff | tree |
2023-01-12 |
Haojian Wu | [include-cleaner] Treat a constructor call as a use...
|
commit | commitdiff | tree |
2023-01-09 |
Haojian Wu | [include-cleaner] Don't count references to operators...
|
commit | commitdiff | tree |
2023-01-08 |
Haojian Wu | [clangd] Fix an inlay-hint crash on a null deduced...
|
commit | commitdiff | tree |
2023-01-04 |
Haojian Wu | [clangd] Disable backend-releated filelist compiler...
|
commit | commitdiff | tree |
2023-01-04 |
Haojian Wu | [clang-tidy] Don't emit misc-unused-using-decl warnings...
|
commit | commitdiff | tree |
2023-01-03 |
Haojian Wu | [clang-tidy] Fix all broken links in the comment.
|
commit | commitdiff | tree |
2023-01-02 |
Haojian Wu | Fix the broken bazel build for f6076bd81fce06bb29f83d370b829...
|
commit | commitdiff | tree |
2022-12-23 |
Haojian Wu | [clang] Fix a clang crash on invalid code in C++20...
|
commit | commitdiff | tree |
2022-12-20 |
Haojian Wu | [bazel] Add missing Passes dependency to llvm-extract
|
commit | commitdiff | tree |
2022-12-20 |
Haojian Wu | Fix an unused-variable warning in release build, NFC
|
commit | commitdiff | tree |
2022-12-19 |
Haojian Wu | [lit] Fix a few issues in relative_lines.py
|
commit | commitdiff | tree |
2022-12-19 |
Haojian Wu | [include-cleaner] Base-type usage from member exprs...
|
commit | commitdiff | tree |
2022-12-19 |
Haojian Wu | [include-cleaner] Fix a missing review comment.
|
commit | commitdiff | tree |
2022-12-19 |
Haojian Wu | [include-cleaner] Fix the member-expr-access usage...
|
commit | commitdiff | tree |
2022-12-17 |
Haojian Wu | Fix unused variable warnings in SIFrameLowering.cpp...
|
commit | commitdiff | tree |
2022-12-17 |
Haojian Wu | Update the bazel's llvm-config.h.cmake file
|
commit | commitdiff | tree |
2022-12-17 |
Haojian Wu | Fix unused variable warning in release build, NFC.
|
commit | commitdiff | tree |
2022-12-14 |
Haojian Wu | [include-cleaner] Print the line number of removal...
|
commit | commitdiff | tree |
2022-12-14 |
Haojian Wu | [clangd] Correct the local variable names to match...
|
commit | commitdiff | tree |
2022-12-13 |
Haojian Wu | [clangd] Fix a semantic highlighting crash on dependent...
|
commit | commitdiff | tree |
2022-12-13 |
Haojian Wu | [clangd] Fix some header guard names, NFC
|
commit | commitdiff | tree |
2022-12-12 |
Haojian Wu | [clangd] Add a missing header guard for InsertionPoint.h
|
commit | commitdiff | tree |
2022-12-12 |
Haojian Wu | Use std::optional in Tooling/Inclusions.
|
commit | commitdiff | tree |
2022-12-12 |
Haojian Wu | [include-cleaner] Add a newline at end of the file...
|
commit | commitdiff | tree |
2022-12-12 |
Haojian Wu | [include-cleaner] Include the reference type when printing...
|
commit | commitdiff | tree |
2022-12-12 |
Haojian Wu | [clangd] Fix a typo "Features.h" => "Feature.h" in...
|
commit | commitdiff | tree |
2022-12-12 |
Haojian Wu | [clangd] Remove a gest-internal header, NFC
|
commit | commitdiff | tree |
2022-12-12 |
Haojian Wu | [include-cleaner] Add a unique_ptr-style member expr...
|
commit | commitdiff | tree |
2022-12-09 |
Haojian Wu | [include-cleaner] Filter out references that not spelled...
|
commit | commitdiff | tree |
2022-12-09 |
Haojian Wu | [include-cleaner] Fix walkUsed only report a single...
|
commit | commitdiff | tree |
2022-12-08 |
Haojian Wu | [Attributor] Fix a break in relase build caused by
|
commit | commitdiff | tree |
2022-12-08 |
Haojian Wu | Add distinguished content to the empty test headers.
|
commit | commitdiff | tree |
2022-12-08 |
Haojian Wu | [tooling] use std::optional in tooling StandardLibrary...
|
commit | commitdiff | tree |
2022-12-08 |
Haojian Wu | [clangd] Add a newline-eof to the system-include-extractor...
|
commit | commitdiff | tree |
2022-12-08 |
Haojian Wu | Fix an unused-variable warning in release build, NFC
|
commit | commitdiff | tree |
2022-12-08 |
Haojian Wu | Update the bazel BUILD for dsymutil binary.
|
commit | commitdiff | tree |
2022-12-07 |
Haojian Wu | Fix an -Wunused-variable warning in release build, NFC
|
commit | commitdiff | tree |
2022-12-07 |
Haojian Wu | Fix a typo ll->llc in test
|
commit | commitdiff | tree |
2022-12-07 |
Haojian Wu | Add implementation isTargetCanonicalConstantNode for...
|
commit | commitdiff | tree |
2022-12-06 |
Haojian Wu | Fix a -Wunused-variable warning in release build, NFC
|
commit | commitdiff | tree |
2022-12-05 |
Haojian Wu | An iwyu cleanup in flang/Frontend/TargetOptions.h
|
commit | commitdiff | tree |
2022-12-05 |
Haojian Wu | [include-cleaner] Add two command-line flags to the...
|
commit | commitdiff | tree |
2022-11-29 |
Haojian Wu | [include-cleaner] Fix -Woverloaded-virtual warning...
|
commit | commitdiff | tree |
2022-11-28 |
Haojian Wu | [include-cleaner] Fix walkUsed only report a single...
|
commit | commitdiff | tree |
2022-11-24 |
Haojian Wu | [include-cleaner] Remove an unused local variable,...
|
commit | commitdiff | tree |
2022-11-18 |
Haojian Wu | [clang-tidy] Remove a duplicated if-branch in the unused...
|
commit | commitdiff | tree |
next |