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
/
tools
/
libclang
/
CIndexCodeCompletion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement caching of code-completion results for macro definitions
Douglas Gregor
2010-08-13
1
-10
/
+1
*
Once code completion has completed, pass a "completion context" on to
Douglas Gregor
2010-08-11
1
-1
/
+3
*
Minor libclang tweaks
Douglas Gregor
2010-08-09
1
-2
/
+2
*
Use precompiled preambles for in-process code completion.
Douglas Gregor
2010-08-09
1
-4
/
+14
*
Give clang_codeCompleteAt() an "options" parameter, and add a new
Douglas Gregor
2010-08-05
1
-2
/
+10
*
When performing in-process code completion, don't free the remapped
Douglas Gregor
2010-08-04
1
-10
/
+12
*
Add code-completion support directly to ASTUnit, which performs code
Douglas Gregor
2010-08-04
1
-2
/
+163
*
When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-com...
Douglas Gregor
2010-07-26
1
-0
/
+15
*
libclang: When invoking external clang process to get code completion results,
Daniel Dunbar
2010-06-30
1
-0
/
+3
*
Silence warning about "enumeral and non-enumeral type in conditional
Bill Wendling
2010-05-27
1
-1
/
+1
*
Introduce priorities into the code-completion results.
Douglas Gregor
2010-05-26
1
-8
/
+38
*
Turn vertical spacing into horizontal spacing in code-completion results
Douglas Gregor
2010-05-25
1
-1
/
+4
*
Rename 'CIndex' to 'libclang', since it has basically become our stable public
Daniel Dunbar
2010-04-30
1
-0
/
+512
[prev]