29 Commits (daad913f7d07afe554a7f96d051a9cfbdc1f260a)

Author SHA1 Message Date
eidheim 5e0c39279e Cleanup of TranslationUnit-constructors, and removed unnecessary TranslationUnit::parse 7 years ago
eidheim 791b76b04c Formatted code with custom clang-format 8 years ago
eidheim 2ae7b5db5a Fixed cursor_test for Arch Linux and Fedora 8 years ago
eidheim e8f8a04f98 Removed get_severity_spelling and now stores diagnostic severity as enum class 8 years ago
eidheim 8595859e1f Fixed completion_string_test on Linux 8 years ago
eidheim 044d7b7a26 Fixed tests on Linux 8 years ago
eidheim 669b143205 Modernized cmake files 8 years ago
eidheim f63883d995 Updated FindLibClang.cmake and fixed tests 8 years ago
eidheim d978517ec2 Cleanup of CMakeLists.txt files, and removed boost dependency from tests 8 years ago
eidheim 6df6b21887 Renamed TranslationUnit::ReparseTranslationUnit to TranslationUnit::reparse, and added additional TranslationUnit::get_tokens overloads 8 years ago
eidheim c79b2925ef Fixes #29: unit-test failures 9 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
Patrick Lühne 569f231512 Fixed typos in CMake file. 10 years ago
eidheim decd187c09 Cleanup of TranslationUnit and CodeCompleteResults. 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 4b206c2048 Got rid of a compilation warning. 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 d041071eba Can now find similar tokens for refactoring purposes. Also some more cleanup. 11 years ago
eidheim 1276a723f2 Now storing the token ranges for optimisation. 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 918bfab524 Minor cleanup. 11 years ago
eidheim e845d58531 Cleanup of Tokens.*. 11 years ago
eidheim 7f9f9b8be2 Forgot main_error.cpp in tests. 11 years ago
eidheim f313af410c Added diagnostics. 11 years ago
eidheim 9d32570800 Added -O3, and OS X support. Also fixed a test on OS X. 11 years ago
Jørgen Lien Sellæg e10216f254 Initial commit 11 years ago