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
/
libclang
/
CIndexUSRs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a marvelous chained AST writing bug, where we end up with the
Douglas Gregor
2010-10-05
1
-1
/
+2
*
Fix indentation.
Ted Kremenek
2010-09-21
1
-1
/
+1
*
Check for null ObjCInterfaceDecls returned from getClassInterface() when gene...
Ted Kremenek
2010-09-21
1
-4
/
+11
*
Introduce a simple, substitution-based compression scheme for USRs, so
Douglas Gregor
2010-09-20
1
-26
/
+43
*
Implement libclang support for using declarations. Clang actually uses
Douglas Gregor
2010-09-01
1
-0
/
+9
*
Improve libclang indexing support for class template specializations
Douglas Gregor
2010-09-01
1
-0
/
+11
*
Implement libclang support for using directives (cursor + visitation +
Douglas Gregor
2010-09-01
1
-2
/
+4
*
Add libclang support for namespace aliases (visitation + USRs) along
Douglas Gregor
2010-08-31
1
-0
/
+6
*
Add libclang support for class template partial specializations,
Douglas Gregor
2010-08-31
1
-8
/
+20
*
Add a libclang cursor kind, visitation support and USR support for C++
Douglas Gregor
2010-08-31
1
-6
/
+28
*
Implement basic support for indexing function templates in
Douglas Gregor
2010-08-31
1
-3
/
+121
*
USRs for class extensions should "mangle" in the location of the extension. ...
Ted Kremenek
2010-08-24
1
-2
/
+23
*
Detabify.
Eli Friedman
2010-08-22
1
-1
/
+1
*
Switch USR generation to use file offsets instead of line/columns for anonymo...
Ted Kremenek
2010-07-22
1
-4
/
+4
*
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-11
1
-4
/
+4
*
Extend C++ usrs to include type mangling for tag decl arguments, indicating w...
Ted Kremenek
2010-05-07
1
-4
/
+21
*
Switch USR generation over from NamedDecl::getNameAsString() to NamedDecl::pr...
Ted Kremenek
2010-05-07
1
-92
/
+98
*
Add initial USR support for mangling in the types of C++ functions and methods.
Ted Kremenek
2010-05-07
1
-2
/
+138
*
Add USR support for C++ namespaces, and unify mangling of location informatio...
Ted Kremenek
2010-05-06
1
-37
/
+47
*
Rename 'CIndex' to 'libclang', since it has basically become our stable public
Daniel Dunbar
2010-04-30
1
-0
/
+477