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
/
test
/
Index
/
usrs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang][Index] Visit UsingDecls and generate USRs for them
Kadir Cetinkaya
2019-02-26
1
-1
/
+1
*
[index] Handle vector types in USR generator
Alex Lorenz
2017-04-28
1
-0
/
+11
*
clang/test/Index/usrs.cpp: Appease targeting msvc.
NAKAMURA Takumi
2014-12-08
1
-1
/
+1
*
[libclang] Encode InjectedClassNameType in the USR.
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+7
*
[libclang] Encode location info for anonymous embedded tag decls.
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+6
*
[libclang] Use same USR encoding for 'class' as 'struct'.
Argyrios Kyrtzidis
2014-12-08
1
-26
/
+26
*
[libclang] Reflect in USR generation that 'signed char' and 'unsigned char' c...
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+9
*
[libclang] Function templates can be 'overloaded' by return type, so encode t...
Argyrios Kyrtzidis
2014-12-08
1
-1
/
+7
*
[Index] Make the USRs more stable.
Argyrios Kyrtzidis
2014-02-23
1
-7
/
+7
*
[libclang] Declarations inside anonymous namespaces have internal linkage so
Argyrios Kyrtzidis
2012-12-07
1
-3
/
+3
*
Use the canonical decl when generating the locations for USRs.
Ted Kremenek
2011-05-03
1
-0
/
+22
*
Fixed type and declaration source range in presence of typeQuals.
Abramo Bagnara
2011-03-12
1
-1
/
+1
*
Fixed NamespaceDecl source range.
Abramo Bagnara
2011-03-08
1
-7
/
+7
*
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-08
1
-17
/
+17
*
Fixed TypedefDecl and TemplateTypeParameter source range.
Abramo Bagnara
2011-03-06
1
-1
/
+1
*
Implement libclang support for using declarations. Clang actually uses
Douglas Gregor
2010-09-01
1
-0
/
+6
*
Add test for nothing... i.e., the contents of a USR for using directives
Douglas Gregor
2010-09-01
1
-0
/
+4
*
Implement libclang support for using directives (cursor + visitation +
Douglas Gregor
2010-09-01
1
-0
/
+2
*
Add libclang support for namespace aliases (visitation + USRs) along
Douglas Gregor
2010-08-31
1
-1
/
+3
*
Update test case to include USRs containing offsets instead of line/columns.
Ted Kremenek
2010-07-22
1
-17
/
+20
*
Extend C++ usrs to include type mangling for tag decl arguments, indicating w...
Ted Kremenek
2010-05-07
1
-26
/
+37
*
Add initial USR support for mangling in the types of C++ functions and methods.
Ted Kremenek
2010-05-07
1
-19
/
+24
*
Add USR test case for C++ operator methods.
Ted Kremenek
2010-05-07
1
-0
/
+18
*
Add USR support for C++ namespaces, and unify mangling of location informatio...
Ted Kremenek
2010-05-06
1
-0
/
+73