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
/
CodeCompleteConsumer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce code completion patterns for templates, which provide the
Douglas Gregor
2009-09-18
1
-0
/
+88
*
Introduce code completion strings, which describe how to *use* the
Douglas Gregor
2009-09-18
1
-2
/
+131
*
C++ code completion after the "operator" keyword. Provide overloaded
Douglas Gregor
2009-09-18
1
-1
/
+76
*
Introduce four new code-completion hooks for C++:
Douglas Gregor
2009-09-18
1
-0
/
+68
*
Don't perform name lookup into a given declaration context more than once dur...
Douglas Gregor
2009-09-18
1
-4
/
+31
*
Handle using declarations and overload sets in code completion.
Douglas Gregor
2009-09-18
1
-2
/
+15
*
For code completion in C++ member access expressions and tag names,
Douglas Gregor
2009-09-18
1
-9
/
+32
*
When gathering results for code completion, only include hidden
Douglas Gregor
2009-09-18
1
-1
/
+38
*
Implement code completion for tags, e.g., code completion after "enum"
Douglas Gregor
2009-09-18
1
-16
/
+152
*
Initial implementation of a code-completion interface in Clang. In
Douglas Gregor
2009-09-17
1
-0
/
+314
[prev]