index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
include-fixer
/
IncludeFixer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename directory housing clang-include-fixer to be eponymous
Nico Weber
2019-03-25
1
-444
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-10
/
+12
*
[include-fixer] Remove line number from Symbol identity
Sam McCall
2017-03-09
1
-2
/
+1
*
[include-fixer] Add usage count to find-all-symbols.
Sam McCall
2017-02-28
1
-2
/
+1
*
[include-fixer] Don't return a correction if the header insertion failed.
Benjamin Kramer
2017-01-18
1
-10
/
+10
*
Improve include fixer's ranking by taking the paths into account.
Manuel Klimek
2017-01-11
1
-2
/
+6
*
Reapply "Fix for shared_ptrification in Clang"
David Blaikie
2017-01-06
1
-2
/
+3
*
Revert "Fix for shared_ptrification in Clang"
David Blaikie
2017-01-06
1
-3
/
+2
*
Fix for shared_ptrification in Clang
David Blaikie
2017-01-05
1
-2
/
+3
*
[include-fixer] Desugar incomplete types.
Benjamin Kramer
2016-12-16
1
-2
/
+2
*
[include-fixer] Don't skip repeated lookups in plugin mode.
Benjamin Kramer
2016-11-30
1
-1
/
+1
*
[include-fixer] Don't eat one token too many when replacing a block of includes.
Benjamin Kramer
2016-11-29
1
-2
/
+2
*
[include-fixer] Don't interfere with typo correction if we found nothing.
Benjamin Kramer
2016-11-28
1
-3
/
+4
*
[include-fixer plugin] Make the plugin emit proper fixits in case multiple er...
Benjamin Kramer
2016-11-21
1
-13
/
+24
*
[include-fixer] Refactor include fixer to be usable as a plugin
Benjamin Kramer
2016-11-17
1
-245
/
+276
*
[include-fixer] Support processing multiple files in one run.
Haojian Wu
2016-08-09
1
-7
/
+13
*
[include-fixer] Correct nested class search for identifiers with scoped infor...
Haojian Wu
2016-08-02
1
-2
/
+5
*
Changes related to new implementation of tooling::Replacements as class.
Eric Liu
2016-08-01
1
-7
/
+20
*
[include-fixer] Don't add qualifiers in missing complete type cases.
Haojian Wu
2016-07-26
1
-3
/
+6
*
[include-fixer] Add mising qualifiers to all instances of an unidentified sym...
Haojian Wu
2016-07-21
1
-13
/
+32
*
[include-fixer] A refactoring of IncludeFixerContext.
Haojian Wu
2016-07-19
1
-21
/
+4
*
Changes related to tooling::applyAllReplacements interface change in D21601.
Eric Liu
2016-07-11
1
-3
/
+5
*
[include-fixer] Add missing namespace qualifiers after inserting a missing he...
Haojian Wu
2016-07-08
1
-30
/
+73
*
[include-fixer] Don't add missing header if the unindentified symbol isn't fr...
Haojian Wu
2016-06-03
1
-0
/
+23
*
[include-fixer] Use YAML format in -output-headers and -insert-header mode.
Haojian Wu
2016-06-01
1
-4
/
+1
*
[include-fixer] removed unused forward declaration.
Eric Liu
2016-05-31
1
-2
/
+0
*
[include-fixer] use clang-format cleaner to insert header.
Eric Liu
2016-05-31
1
-117
/
+8
*
[include-fixer] use tooling::Replacements since the order of replacements don...
Eric Liu
2016-05-31
1
-9
/
+3
*
[include-fixer] Code cleanup.
Haojian Wu
2016-05-31
1
-10
/
+5
*
[include-fixer] Create a mode in vim integration to show multiple potential h...
Haojian Wu
2016-05-31
1
-68
/
+60
*
[include-fixer] Simplify the code since we won't handle multiple includes at ...
Haojian Wu
2016-05-25
1
-32
/
+12
*
[include-fixer] Fix unused variable warning in Release builds.
Benjamin Kramer
2016-05-19
1
-4
/
+5
*
[include-fixer] Remove an unused local variable ExistingHeaders.
Haojian Wu
2016-05-19
1
-2
/
+0
*
[include-fixer] Sort headers after inserting new headers.
Eric Liu
2016-05-19
1
-20
/
+62
*
[include-fixer] Don't insert #includes if a fatal error occurred.
Benjamin Kramer
2016-05-18
1
-2
/
+7
*
[include-fixer] Make the "extend to the right" hack support typos without nes...
Benjamin Kramer
2016-05-17
1
-6
/
+16
*
[include-fixer] Use scope contexts information to improve query.
Haojian Wu
2016-05-13
1
-8
/
+34
*
[include-fixer] Rename XrefsDB to SymbolIndex.
Benjamin Kramer
2016-05-13
1
-7
/
+8
*
[include-fixer] Always ignore SFINAE contexts.
Benjamin Kramer
2016-05-11
1
-0
/
+8
*
[include-fixer] Also output the location where we found an unknown identifier.
Benjamin Kramer
2016-05-11
1
-4
/
+6
*
[include-fixer] Remove unused includes and accessor.
Benjamin Kramer
2016-05-10
1
-5
/
+0
*
[include-fixer] Work around partial names in both directions.
Benjamin Kramer
2016-05-10
1
-8
/
+23
*
[include-fixer] For now, only add the first suggested include.
Benjamin Kramer
2016-05-10
1
-22
/
+27
*
Added XrefsDBManager into include-fixer and made XrefsDB return SymbolInfo.
Eric Liu
2016-05-04
1
-7
/
+8
*
[include-fixer] Add an option to minimize include paths.
Benjamin Kramer
2016-04-28
1
-7
/
+44
*
[include-fixer] Add a prototype for a new include fixing tool.
Benjamin Kramer
2016-04-20
1
-0
/
+309