index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaCodeComplete.cpp
Age
Commit message (
Expand
)
Author
2009-09-22
(With Doug's help) fix a crash in the code completion code that lead to a tes...
Anders Carlsson
2009-09-22
Implement code completion within a function call, triggered after the
Douglas Gregor
2009-09-21
Code completion for ordinary names when we're starting a declaration, express...
Douglas Gregor
2009-09-21
When providing a code-completion suggestion for a hidden name, include
Douglas Gregor
2009-09-21
Enhance "case" code completion in C++ to suggest qualified names for
Douglas Gregor
2009-09-21
Code completion for "case" statements within a switch on an expression
Douglas Gregor
2009-09-21
Refactor and simplify the CodeCompleteConsumer, so that all of the
Douglas Gregor
2009-09-18
C++ code completion after the "operator" keyword. Provide overloaded
Douglas Gregor
2009-09-18
Introduce four new code-completion hooks for C++:
Douglas Gregor
2009-09-18
Implement code completion for tags, e.g., code completion after "enum"
Douglas Gregor
2009-09-17
Initial implementation of a code-completion interface in Clang. In
Douglas Gregor
[prev]