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
/
unittests
/
Tooling
/
QualTypeNamesTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash in getFullyQualifiedName for inline namespace
Alexey Bader
2019-12-28
1
-0
/
+11
*
Make getFullyQualifiedName qualify both the pointee and class type for member...
Benjamin Kramer
2019-03-15
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Allow modifying the PrintingPolicy for fully qualified names.
Sterling Augustine
2018-05-04
1
-3
/
+27
*
Moved QualTypeNames.h from Tooling to AST.
Ilya Biryukov
2017-11-08
1
-1
/
+1
*
[Tooling] Add optional argument to getFullyQualifiedName to prepend "::".
Siva Chandra
2016-06-29
1
-1
/
+39
*
When forming a fully-qualified type name, put any qualifiers outside/before the
Richard Smith
2016-05-09
1
-0
/
+5
*
[Tooling] Fix getting fully qualified names of template alias types.
Chaoren Lin
2016-04-20
1
-1
/
+8
*
Stop using "template" when printing qualtype names
Reid Kleckner
2016-02-16
1
-1
/
+7
*
Add Tooling functionality to get a name for a QualType that can be used to name
Richard Smith
2016-02-09
1
-0
/
+166