3 Commits (ee37617c5723da334fa8f7867a6028f7ea50872f)

Author SHA1 Message Date
eidheim 979a59647a Added Cursor::Type::get_cursor 8 years ago
eidheim 8c3f78eb20 Added CompletionString::get_cursor and Cursor::get_token_spelling 8 years ago
eidheim 817bbbfb1d Renamed header/source files with respect to unix file name convention 8 years ago
eidheim 6084560975 Corrected diagnostic offsets for macro warnings/errors 8 years ago
eidheim c42e39685e Slight optimization of Tokens::get_similar_token_offsets 8 years ago
eidheim 2010000696 Added ostream operator overloads to Cursor and Token 8 years ago
eidheim e687e95fa6 Improved get_similar_token_offsets to also include virtual and override functions 9 years ago
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 df42c7658b Added default constructor to clang::Cursor 10 years ago
eidheim 251ff8ef0c Improved Tokens::get_cxx_methods and various minor cleanups 10 years ago
eidheim 6a9f24ac29 Removed unneeded const return qualifiers, replaced a couple old c-casts, and updated FindLibClang.cmake 10 years ago
eidheim 847a3546f0 Token and Cursor cleanup. 10 years ago
eidheim 2aab9cd898 Added get_usr to completion results, and get_spelling to cursor. 10 years ago
eidheim a31f06416f Fixes a bug where not all of the similar types gets returned. 10 years ago
eidheim ec06c9716f Got rid of warning messages while compiling, and some minor cleanups. 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 9714ebfc93 Last forward declaration gone. 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 30e9f3755a Types are now received, even for auto. Some commented out testing code included, sorry. 11 years ago
Jørgen Lien Sellæg e10216f254 Initial commit 11 years ago