index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Index
/
usrs.cpp
Age
Commit message (
Expand
)
Author
2012-12-07
[libclang] Declarations inside anonymous namespaces have internal linkage so
Argyrios Kyrtzidis
2011-05-03
Use the canonical decl when generating the locations for USRs.
Ted Kremenek
2011-03-12
Fixed type and declaration source range in presence of typeQuals.
Abramo Bagnara
2011-03-08
Fixed NamespaceDecl source range.
Abramo Bagnara
2011-03-08
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-06
Fixed TypedefDecl and TemplateTypeParameter source range.
Abramo Bagnara
2010-09-01
Implement libclang support for using declarations. Clang actually uses
Douglas Gregor
2010-09-01
Add test for nothing... i.e., the contents of a USR for using directives
Douglas Gregor
2010-09-01
Implement libclang support for using directives (cursor + visitation +
Douglas Gregor
2010-08-31
Add libclang support for namespace aliases (visitation + USRs) along
Douglas Gregor
2010-07-22
Update test case to include USRs containing offsets instead of line/columns.
Ted Kremenek
2010-05-07
Extend C++ usrs to include type mangling for tag decl arguments, indicating w...
Ted Kremenek
2010-05-07
Add initial USR support for mangling in the types of C++ functions and methods.
Ted Kremenek
2010-05-07
Add USR test case for C++ operator methods.
Ted Kremenek
2010-05-06
Add USR support for C++ namespaces, and unify mangling of location informatio...
Ted Kremenek