1 Commits (54b04c52381ca9b2c9ee24663c0eca09636144f2)

Author SHA1 Message Date
eidheim 0e0179487b Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
eidheim b8ff60c0f3 Improved Token::get_kind to make Structured binding declarations work properly 6 years ago
eidheim 791b76b04c Formatted code with custom clang-format 8 years ago
eidheim 817bbbfb1d Renamed header/source files with respect to unix file name convention 8 years ago
eidheim f34b2c604d Tokens and Token cleanup 8 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 ca2021d935 Cleanup, added Cursor::Type class, and extra functions to Cursor 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 7eaafa5dde Added clang::to_string in Utility.* to and used this to clean up all the CXString code. 11 years ago
eidheim 483d9bf9d3 Simpler Token::get_brief_comments. 11 years ago
eidheim ff1d7fe09b Added Tokens::get_cxx_methods(). 11 years ago
eidheim ec06c9716f Got rid of warning messages while compiling, and some minor cleanups. 11 years ago
eidheim d041071eba Can now find similar tokens for refactoring purposes. Also some more cleanup. 11 years ago
eidheim 352c105a81 fixed has_type(). 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 6062380697 Remove includes 11 years ago
Jørgen Lien Sellæg e10216f254 Initial commit 11 years ago