| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
| |
the code-completion consumer. The consumer can use this information to
augument, filter, or display the code-completion results.
llvm-svn: 110858
|
| |
|
|
| |
llvm-svn: 110599
|
| |
|
|
| |
llvm-svn: 110596
|
| |
|
|
|
|
|
|
|
| |
flags enumeration + default-generating function that allows
code-completion to be customized via the libclang API.
Plus, turn on spell-checking when performing code completion.
llvm-svn: 110319
|
| |
|
|
|
|
|
| |
file buffers until the code completion results are destroyed;
diagnostics may end up referring into the source.
llvm-svn: 110216
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
completion within the translation unit using the same command-line
arguments for parsing the translation unit. Eventually, we'll reuse
the precompiled preamble to improve code-completion performance, and
this also gives us a place to cache results.
Expose this function via the new libclang function
clang_codeCompleteAt(), which performs the code completion within a
CXTranslationUnit. The completion occurs in-process
(clang_codeCompletion() runs code completion out-of-process).
llvm-svn: 110210
|
| |
|
|
|
|
| |
code-completion command lines to stderr
llvm-svn: 109395
|
| |
|
|
|
|
|
| |
pass -ccc-clang-cxx to force C++ support (even if the binary was built without
it).
llvm-svn: 107324
|
| |
|
|
|
|
| |
expression".
llvm-svn: 104863
|
| |
|
|
| |
llvm-svn: 104751
|
| |
|
|
| |
llvm-svn: 104586
|
|
|
(C) API, and will likely grow further in this direction in the future.
llvm-svn: 102779
|