Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
b3d4525c65cf456d3f1f4338afdcac83afc7be02
/
lib
/
Sema
/
SemaCodeComplete.cpp
b3d4525
Teach code-completion to introduce a ", ..." placeholder for variadic functions
by Douglas Gregor
· 16 years ago
9075630
(With Doug's help) fix a crash in the code completion code that lead to a test failure.
by Anders Carlsson
· 16 years ago
9c6a0e9
Implement code completion within a function call, triggered after the
by Douglas Gregor
· 16 years ago
791215b
Code completion for ordinary names when we're starting a declaration, expression, or statement
by Douglas Gregor
· 16 years ago
456c4a1
When providing a code-completion suggestion for a hidden name, include
by Douglas Gregor
· 16 years ago
b9d0ef7
Enhance "case" code completion in C++ to suggest qualified names for
by Douglas Gregor
· 16 years ago
3e1005f
Code completion for "case" statements within a switch on an expression
by Douglas Gregor
· 16 years ago
86d9a52
Refactor and simplify the CodeCompleteConsumer, so that all of the
by Douglas Gregor
· 16 years ago
ed8d322
C++ code completion after the "operator" keyword. Provide overloaded
by Douglas Gregor
· 16 years ago
49f40bd
Introduce four new code-completion hooks for C++:
by Douglas Gregor
· 16 years ago
374929f
Implement code completion for tags, e.g., code completion after "enum"
by Douglas Gregor
· 16 years ago
81b747b
Initial implementation of a code-completion interface in Clang. In
by Douglas Gregor
· 16 years ago