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
/
lib
/
Tooling
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-5
/
+6
*
[clang-tidy] Add fix descriptions to clang-tidy checks.
Haojian Wu
2019-04-17
1
-2
/
+13
*
[Lookup] Invisible decls should not be ambiguous when renaming.
Eric Liu
2019-04-15
1
-5
/
+16
*
[Tooling] Add more scope specifiers until spelling is not ambiguous.
Eric Liu
2019-03-19
1
-27
/
+47
*
Switch to cantFail(), since it does the same assertion.
Stephen Hines
2019-02-06
1
-6
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
clang::tooling::Diagnostic: Don't store offset in the scratch space.
Alexander Kornienko
2018-11-21
1
-2
/
+7
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-3
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-6
/
+5
*
Fully qualify the renamed symbol if the shortened name is ambiguous.
Eric Liu
2018-08-03
1
-2
/
+42
*
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-06-04
3
-364
/
+0
*
Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""
Eric Liu
2018-05-30
3
-0
/
+364
*
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-05-30
3
-364
/
+0
*
Revert "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-05-18
3
-0
/
+364
*
Move #include manipulation code to new lib/Tooling/Inclusions.
Eric Liu
2018-05-18
3
-364
/
+0
*
[Tooling] Pull #include manipulation code from clangFormat into libToolingCore.
Eric Liu
2018-05-14
2
-1
/
+332
*
[clang-format] Move #include related style to libToolingCore
Eric Liu
2018-05-14
2
-0
/
+33
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-5
/
+5
*
[Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2018-03-14
1
-14
/
+43
*
Moved QualTypeNames.h from Tooling to AST.
Ilya Biryukov
2017-11-08
2
-478
/
+0
*
Switch to consumeError(), since this can crash otherwise.
Stephen Hines
2017-08-15
1
-1
/
+1
*
Add const to reference arguments of Diagnostic ctor
Alexander Kornienko
2017-07-05
1
-3
/
+3
*
[clang-tidy] Add check name to YAML export
Alexander Kornienko
2017-01-03
2
-0
/
+47
*
Do not do raw name replacement when FromDecl is a class forward-declaration.
Eric Liu
2016-11-25
1
-3
/
+10
*
Consider nested namespaces in the canonical namespace as canonical as well.
Eric Liu
2016-11-25
1
-31
/
+49
*
Make llvm::Error generated from replacement interfaces more specific.
Eric Liu
2016-11-22
1
-20
/
+35
*
Deduplicate replacements by FileEntry instead of file names.
Eric Liu
2016-11-07
1
-3
/
+8
*
Remove redundant calls to std::string::data()
Malcolm Parsons
2016-11-03
1
-1
/
+1
*
Deduplicate sets of replacements by file names.
Eric Liu
2016-10-14
1
-7
/
+10
*
Add missing std::move in Replacements::add
Alexander Shaposhnikov
2016-09-30
1
-1
/
+1
*
Trying to buildbot failures caused by r282577.
Eric Liu
2016-09-28
1
-1
/
+6
*
Merge conflicting replacements when they are order-independent.
Eric Liu
2016-09-28
1
-8
/
+99
*
Recommit r281457 "Supports adding insertion around non-insertion replacements".
Eric Liu
2016-09-19
1
-12
/
+34
*
When replacements have the same offset, make replacements with smaller length...
Eric Liu
2016-09-17
1
-9
/
+3
*
Revert r281457 "Supports adding insertion around non-insertion replacements."
Artem Belevich
2016-09-14
1
-33
/
+11
*
Supports adding insertion around non-insertion replacements.
Eric Liu
2016-09-14
1
-11
/
+33
*
Fixes calculateRangesAfterReplacements crash when Replacements is empty.
Eric Liu
2016-08-08
1
-0
/
+2
*
Fix bug in conflict check for Replacements::add().
Manuel Klimek
2016-08-03
1
-7
/
+8
*
Fix quadratic runtime when adding items to tooling::Replacements.
Manuel Klimek
2016-08-03
1
-18
/
+48
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-203
/
+159
*
[Tooling] skip anonymous namespaces when checking if typeLoc references a typ...
Eric Liu
2016-07-26
1
-16
/
+29
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
2
-3
/
+0
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-3
/
+7
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-07
1
-2
/
+2
*
[Tooling] Add optional argument to getFullyQualifiedName to prepend "::".
Siva Chandra
2016-06-29
1
-47
/
+94
*
Trying to fix a buffer overflow that broke buildbot sanitizer-x86_64-linux-fa...
Eric Liu
2016-06-21
1
-1
/
+1
*
Added calculateRangesAfterReplaments() to calculate affacted ranges in the ne...
Eric Liu
2016-06-21
1
-2
/
+38
*
When forming a fully-qualified type name, put any qualifiers outside/before the
Richard Smith
2016-05-09
1
-11
/
+9
*
[Tooling] Fix getting fully qualified names of template alias types.
Chaoren Lin
2016-04-20
1
-0
/
+2
[next]