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
/
lib
/
Sema
/
SemaCodeComplete.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Separate the code-completion results for call completion from the
Douglas Gregor
2009-09-23
1
-7
/
+5
*
Make sure we don't try to add code-completion results without an
Douglas Gregor
2009-09-22
1
-0
/
+10
*
When code-completion finds a declaration only because it is usable as
Douglas Gregor
2009-09-22
1
-1
/
+8
*
Tweak the code-completion results ranking and formation, so that
Douglas Gregor
2009-09-22
1
-23
/
+40
*
Teach code-completion to introduce a ", ..." placeholder for variadic functions
Douglas Gregor
2009-09-22
1
-0
/
+5
*
(With Doug's help) fix a crash in the code completion code that lead to a tes...
Anders Carlsson
2009-09-22
1
-0
/
+3
*
Implement code completion within a function call, triggered after the
Douglas Gregor
2009-09-22
1
-0
/
+72
*
Code completion for ordinary names when we're starting a declaration, express...
Douglas Gregor
2009-09-21
1
-0
/
+18
*
When providing a code-completion suggestion for a hidden name, include
Douglas Gregor
2009-09-21
1
-73
/
+94
*
Enhance "case" code completion in C++ to suggest qualified names for
Douglas Gregor
2009-09-21
1
-12
/
+91
*
Code completion for "case" statements within a switch on an expression
Douglas Gregor
2009-09-21
1
-0
/
+73
*
Refactor and simplify the CodeCompleteConsumer, so that all of the
Douglas Gregor
2009-09-21
1
-18
/
+911
*
C++ code completion after the "operator" keyword. Provide overloaded
Douglas Gregor
2009-09-18
1
-0
/
+6
*
Introduce four new code-completion hooks for C++:
Douglas Gregor
2009-09-18
1
-0
/
+30
*
Implement code completion for tags, e.g., code completion after "enum"
Douglas Gregor
2009-09-18
1
-0
/
+29
*
Initial implementation of a code-completion interface in Clang. In
Douglas Gregor
2009-09-17
1
-0
/
+45
[prev]