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
/
unittests
/
include-fixer
/
IncludeFixerTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename directory housing clang-include-fixer to be eponymous
Nico Weber
2019-03-25
1
-371
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-2
/
+2
*
Fix tests after changes to clang-format in r330573.
Manuel Klimek
2018-04-23
1
-8
/
+10
*
[include-fixer] Remove line number from Symbol identity
Sam McCall
2017-03-09
1
-11
/
+11
*
[include-fixer] Add usage count to find-all-symbols.
Sam McCall
2017-02-28
1
-40
/
+47
*
[include-fixer] Load symbol index asynchronously.
Benjamin Kramer
2017-01-09
1
-2
/
+3
*
[include-fixer] Desugar incomplete types.
Benjamin Kramer
2016-12-16
1
-0
/
+4
*
Fix a buildbot failure in include-fixer.
Eric Liu
2016-12-02
1
-7
/
+4
*
[include-fixer] Support processing multiple files in one run.
Haojian Wu
2016-08-09
1
-5
/
+5
*
[include-fixer] Correct nested class search for identifiers with scoped infor...
Haojian Wu
2016-08-02
1
-1
/
+17
*
[include-fixer] Don't add qualifiers in missing complete type cases.
Haojian Wu
2016-07-26
1
-0
/
+5
*
[include-fixer] Add mising qualifiers to all instances of an unidentified sym...
Haojian Wu
2016-07-21
1
-7
/
+67
*
[include-fixer] Always add as few as possible qualifiers to the unidentified ...
Haojian Wu
2016-07-15
1
-0
/
+8
*
[include-fixer] Correct an incorrecst judgement about prefix scoped qualifiers.
Haojian Wu
2016-07-14
1
-2
/
+9
*
[include-fixer] Implement adding missing namespace qualifiers in vim integrat...
Haojian Wu
2016-07-13
1
-4
/
+5
*
Changes related to tooling::applyAllReplacements interface change in D21601.
Eric Liu
2016-07-11
1
-5
/
+8
*
[include-fixer] Don't add qualifiers to symbols which have global scope opera...
Haojian Wu
2016-07-08
1
-7
/
+7
*
[include-fixer] Add missing namespace qualifiers after inserting a missing he...
Haojian Wu
2016-07-08
1
-13
/
+48
*
[include-fixer] only deduplicate symbols after matching symbols with the unde...
Eric Liu
2016-06-13
1
-7
/
+19
*
[include-fixer] Don't add missing header if the unindentified symbol isn't fr...
Haojian Wu
2016-06-03
1
-0
/
+7
*
[include-fixer] use clang-format cleaner to insert header.
Eric Liu
2016-05-31
1
-20
/
+23
*
[include-fixer] use tooling::Replacements since the order of replacements don...
Eric Liu
2016-05-31
1
-6
/
+6
*
[include-fixer] Create a mode in vim integration to show multiple potential h...
Haojian Wu
2016-05-31
1
-4
/
+9
*
[include-fixer] Make search handle fully qualified names correctly.
Benjamin Kramer
2016-05-19
1
-0
/
+6
*
[include-fixer] Remove obsolete windows hack.
Benjamin Kramer
2016-05-19
1
-4
/
+2
*
[include-fixer] Sort headers after inserting new headers.
Eric Liu
2016-05-19
1
-23
/
+41
*
[include-fixer] Also look up prefixes of queries.
Benjamin Kramer
2016-05-18
1
-3
/
+0
*
[include-fixer] Run tests with -fno-ms-compatibility.
Benjamin Kramer
2016-05-18
1
-4
/
+3
*
[include-fixer] Ignore non-scoped enum declaration during search.
Haojian Wu
2016-05-18
1
-0
/
+10
*
IncludeFixerTest.cpp: Add explicit triple for some tests. They are failing fo...
NAKAMURA Takumi
2016-05-18
1
-2
/
+4
*
[include-fixer] Make the "extend to the right" hack support typos without nes...
Benjamin Kramer
2016-05-17
1
-1
/
+11
*
[include-fixer] Use scope contexts information to improve query.
Haojian Wu
2016-05-13
1
-0
/
+17
*
[include-fixer] Simplify unittest code.
Haojian Wu
2016-05-13
1
-8
/
+14
*
[include-fixer] Rename XrefsDB to SymbolIndex.
Benjamin Kramer
2016-05-13
1
-8
/
+10
*
Disable IncludeFixerTests/IncludeFixer.NestedName for now. It doesn't pass fo...
NAKAMURA Takumi
2016-05-10
1
-0
/
+3
*
[include-fixer] Work around partial names in both directions.
Benjamin Kramer
2016-05-10
1
-0
/
+6
*
[include-fixer] For now, only add the first suggested include.
Benjamin Kramer
2016-05-10
1
-0
/
+6
*
Added XrefsDBManager into include-fixer and made XrefsDB return SymbolInfo.
Eric Liu
2016-05-04
1
-5
/
+10
*
[include-fixer] Add an option to minimize include paths.
Benjamin Kramer
2016-04-28
1
-11
/
+38
*
IncludeFixerTest.cpp: Tweak not to assume clang-tools-extra were onto clang/t...
NAKAMURA Takumi
2016-04-20
1
-1
/
+1
*
[include-fixer] Add a prototype for a new include fixing tool.
Benjamin Kramer
2016-04-20
1
-0
/
+87