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
/
CodeCompletion
/
member-access.cpp
Age
Commit message (
Expand
)
Author
2010-01-13
Improve the sorting of code-completion results. We now always sort by
Douglas Gregor
2009-12-18
Extend code-completion results with the type of each result
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-11
Add a function's cv-qualifiers to the code-completion results as an
Douglas Gregor
2009-12-11
Tweak code-completion results by suppressing class template
Douglas Gregor
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-28
Determinism is for wimps. <Wimper>
Douglas Gregor
2009-09-23
For code completion, note that injected-class-names found as part of
Douglas Gregor
2009-09-22
Tweak the code-completion results ranking and formation, so that
Douglas Gregor
2009-09-22
Replace the -code-completion-dump option with
Douglas Gregor
2009-09-21
When providing a code-completion suggestion for a hidden name, include
Douglas Gregor
2009-09-17
Initial implementation of a code-completion interface in Clang. In
Douglas Gregor