22 Commits (45e6bd321e749219290618bf735fabc68a1579fc)

Author SHA1 Message Date
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 251ff8ef0c Improved Tokens::get_cxx_methods and various minor cleanups 10 years ago
eidheim 89b5a8731e Improved clang::Cursor::has_type 10 years ago
eidheim 6a9f24ac29 Removed unneeded const return qualifiers, replaced a couple old c-casts, and updated FindLibClang.cmake 10 years ago
eidheim b0fb1f7311 Fix to last commit 10 years ago
eidheim 5eb017cd16 Added version check to Cursor::get_type 10 years ago
eidheim 8d83d9c69b Fixes to last commit 10 years ago
eidheim ebea913261 Improved type info for auto and const auto 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 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 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
Jørgen Lien Sellæg e10216f254 Initial commit 11 years ago