llvm-project/clang/tools/c-index-test
Douglas Gregor 9eb7701dff Various improvements to Clang's code-completion infrastructure:
- Introduce more code-completion string "chunk" kinds that describe
  symbols, the actual text that the user is expected to type, etc.
  - Make the generation of macro results optional, since it can be
  slow
  - Make code-completion accessible through the C API, marshalling the
  code-completion results through a temporary file (ick) to maintain
  process separation.

The last doesn't have tests yet.

llvm-svn: 86306
2009-11-07 00:00:49 +00:00
..
CMakeLists.txt Make sure that c-index-test links as a C++ executable 2009-10-05 22:29:42 +00:00
Makefile Lot's of little changes to get the C-based indexing API going... 2009-08-28 15:28:48 +00:00
c-index-test.c Various improvements to Clang's code-completion infrastructure: 2009-11-07 00:00:49 +00:00