| commit | 8d05ca7dd2bf85a96eb90de9b89181c74976582e | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Jan 17 02:15:51 2012 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Jan 17 02:15:51 2012 +0000 |
| tree | 2864db29c067a1853251a8615f46e414d6436d75 | |
| parent | f34950d26af9efa2db7ce34f027dc9802cc24190 [diff] |
Introduce a CodeCompletionResult::CreateCodeCompletionString() that does not depend on Sema, it accepts an ASTContext and a Preprocessor. Step towards making clang_getCursorCompletionString not depend on Sema. llvm-svn: 148278