20 Commits (192122d17b47f9e1d8124b3623ba17cd6fbd59e0)

Author SHA1 Message Date
Ole Christian Eidheim 192122d17b A bit shorter function signatures 10 years ago
eidheim a31f06416f Fixes a bug where not all of the similar types gets returned. 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 8137e7a9e6 More cleanup. 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 e845d58531 Cleanup of Tokens.*. 11 years ago
eidheim ac252c8ef4 Cleanup. 11 years ago
eidheim 0c0615f9ee Some cleanup. 11 years ago
eidheim 5d6fc5846e Added severity_spelling to clang::Diagnostic. 11 years ago
eidheim f313af410c Added diagnostics. 11 years ago
eidheim fbefd90985 Removed default constructor since destroying an object using this would result in segmentation fault. No more crashes hopefully 11 years ago
eidheim 4cec716eac Removed some maybe-dangerous use of auto. Added DefaultFlags, and using this as default parameter to for instance ReparseTranslationUnit. 11 years ago
eidheim fc4e02756b Changed const int flags to class private member in clang::TranslationUnit. 11 years ago
eidheim 1dce44f4e4 Changed vector<const char*> to vector<string> in TranslationUnit parameter. 11 years ago
eidheim cadcbbfe7e Greatly increased speed. For instance, instant completion on second completion if headers are not changed. From approximately 5 to 0 seconds on https://github.com/eidheim/Simple-Web-Server. 11 years ago
Jørgen Lien Sellæg 89fdd6fe48 juci branch 11 years ago
Jørgen Lien Sellæg e10216f254 Initial commit 11 years ago