Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.
/ ccs Public archive

ClangCompletionServer - provides libClang functionality over a socket

Notifications You must be signed in to change notification settings

zjg/ccs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccs - clang completion server

Goal is to have a code-completion engine powered by clang
that isn't tied to any editor/IDE. Idealy it will work over
the network, such that the editor using the code-completion
doesn't need to be the same one that is running ccs (but ccs
should/would need to be on the same machine as the code itself).


Dependencies:
   - tup (latest git)
   - python 2.6 or newer
   - llvm/clang v3.0 (or latest svn)
   - Qt 4.6 or 4.7
   - thrift 0.9 or newer (latest svn)
   - inotify-tools
      - https://github.com/zjg/inotify-tools



About

ClangCompletionServer - provides libClang functionality over a socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages