4 Commits (8c3f78eb20fd2a5d56791d293bcaddab35cd1ed1)

Author SHA1 Message Date
eidheim 8c3f78eb20 Added CompletionString::get_cursor and Cursor::get_token_spelling 8 years ago
eidheim 88e0567726 Fixed more cx_completion_string typos 8 years ago
eidheim 24f4b73f67 Added CodeCompleteResults move constructor, and fixed cx_completion_sting typo 8 years ago
eidheim 817bbbfb1d Renamed header/source files with respect to unix file name convention 8 years ago
eidheim 0493150a89 Corrected CompletionString::get_brief_comments to CompletionString::get_brief_comment 8 years ago
eidheim d85dc20742 Cleanup of CompletionString class 8 years ago
eidheim 4c5fa3f0c1 Changed namespace to clangmm due to conflicts with libclang on for instance OpenSuse 9 years ago
eidheim ca2021d935 Cleanup, added Cursor::Type class, and extra functions to Cursor 10 years ago
eidheim 7eaafa5dde Added clang::to_string in Utility.* to and used this to clean up all the CXString code. 11 years ago
eidheim ec06c9716f Got rid of warning messages while compiling, and some minor cleanups. 11 years ago
eidheim de4ca52818 Major cleanup. Think I got rid of all the forward declarations. The library is much easier to use now while having the same features. 11 years ago
eidheim febd7ca3b6 Fixed memory leak. 11 years ago
eidheim fa122cc202 Fix to see if functions are available. 11 years ago
eidheim 918bfab524 Minor cleanup. 11 years ago
eidheim eed0d35936 Added codecompletion comments, and some cleanup. 11 years ago
eidheim 4cec716eac Removed some maybe-dangerous use of auto. Added DefaultFlags, and using this as default parameter to for instance ReparseTranslationUnit. 11 years ago
eidheim 06d1c1aa7c Changed the last fix to instead return the correct number of chunks in clang::CompletionString::get_num_chunks(). 11 years ago
eidheim 937bde00e7 Segmentation fault fixed as get_num_chunks could sometimes be larger than get_chunks.size(). 11 years ago
Jørgen Lien Sellæg e10216f254 Initial commit 11 years ago