32 Commits (7f5c657f52229bcfc194eadda08371013a3c1e77)

Author SHA1 Message Date
eidheim 98741cff18 Improved Tokens::get_similar_token_offsets and added Cursor::get_usr_extended 9 years ago
eidheim 4c5fa3f0c1 Changed namespace to clangmm due to conflicts with libclang on for instance OpenSuse 9 years ago
eidheim 1ef04246b8 Made some functions const, renamed Cursor::has_type_description to Cursor::is_valid_kind, and added Token::is_identifier 9 years ago
eidheim a627c6da5d Removed clang::Tokens::get_cxx_methods and added Cursor::get_display_name 9 years ago
eidheim ca2021d935 Cleanup, added Cursor::Type class, and extra functions to Cursor 10 years ago
eidheim 251ff8ef0c Improved Tokens::get_cxx_methods and various minor cleanups 10 years ago
eidheim b18935d82c Fixed get_similar_token_offsets. 10 years ago
eidheim 79a1849997 Fixed marking of similar tokens for instance in: exit(EXIT_SUCCESS); 10 years ago
eidheim 950d47389b More effective get_similar_token_offsets. 10 years ago
eidheim a31f06416f Fixes a bug where not all of the similar types gets returned. 10 years ago
eidheim c27329af7d Returned offsets are now line and line index to be able to find correct offsets in UTF-8 files. 10 years ago
eidheim 573a759b33 Slight change to Tokens::get_similar_token_offsets. 11 years ago
eidheim a17de316ed Minor fix. 11 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 ff1d7fe09b Added Tokens::get_cxx_methods(). 11 years ago
eidheim 6b958d083e Added one more friend class. 11 years ago
eidheim ec06c9716f Got rid of warning messages while compiling, and some minor cleanups. 11 years ago
eidheim 9c85713a62 Cleanup. 11 years ago
eidheim a92970fd69 Smaller fixes and cleanups. 11 years ago
eidheim d041071eba Can now find similar tokens for refactoring purposes. Also some more cleanup. 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 e2c8256b26 Big cleanup, got rid of several circular includes and class forward declarations. Still some work left, but I'll wait with this. Main reason behind the cleanup was compilation troubles. 11 years ago
eidheim eed0d35936 Added codecompletion comments, and some cleanup. 11 years ago
eidheim 794091bd42 Can now receive brief comments given a cursor/token_id. 11 years ago
eidheim e845d58531 Cleanup of Tokens.*. 11 years ago
eidheim ac252c8ef4 Cleanup. 11 years ago
eidheim 331dc99b90 Minor fix, same issue as last commit, hopefully fixed now. 11 years ago
eidheim 53d030c7e1 Minor fix. 11 years ago
eidheim 4e208526d5 Fixed cursor types hopefully. 11 years ago
eidheim 30e9f3755a Types are now received, even for auto. Some commented out testing code included, sorry. 11 years ago
Jørgen Lien Sellæg 6062380697 Remove includes 11 years ago
Jørgen Lien Sellæg e10216f254 Initial commit 11 years ago