Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
7af584ed87cc6eddb6adbc451c90fb8867469e06
/
clang-tools-extra
/
clang-include-fixer
/
IncludeFixerContext.cpp
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 5 years ago
b7ecf1c
NFC: Fix trivial typos in comments
by Kazuaki Ishizaki
· 5 years ago
43356f5
Rename directory housing clang-include-fixer to be eponymous
by Nico Weber
· 6 years ago
[Renamed from clang-tools-extra/include-fixer/IncludeFixerContext.cpp]
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
c99f728
[include-fixer] Support processing multiple files in one run.
by Haojian Wu
· 9 years ago
adedac6
[include-fixer] Correct nested class search for identifiers with scoped information
by Haojian Wu
· 9 years ago
e0f35a5
[include-fixer] Fix faulty sort predicate.
by Benjamin Kramer
· 9 years ago
62aee52
[include-fixer] Add mising qualifiers to all instances of an unidentified symbol.
by Haojian Wu
· 9 years ago
20dba05
[include-fixer] Tweak: remove unintended const.
by Haojian Wu
· 9 years ago
9e4bd0c
[include-fixer] A refactoring of IncludeFixerContext.
by Haojian Wu
· 9 years ago
39a718c
[include-fixer] Always add as few as possible qualifiers to the unidentified symbol.
by Haojian Wu
· 9 years ago
0c05e2e
[include-fixer] Correct an incorrecst judgement about prefix scoped qualifiers.
by Haojian Wu
· 9 years ago
68c34a0
[include-fixer] Implement adding missing namespace qualifiers in vim integration.
by Haojian Wu
· 9 years ago
5d9482d
[include-fixer] Don't add qualifiers to symbols which have global scope operator.
by Haojian Wu
· 9 years ago
783d431
[include-fixer] Pull out Context implementation code to a cpp file.
by Haojian Wu
· 9 years ago