|
|
|
|
@ -1,18 +1,18 @@
|
|
|
|
|
#include "source_clang.h" |
|
|
|
|
#include "config.h" |
|
|
|
|
#include "terminal.h" |
|
|
|
|
#include "project_build.h" |
|
|
|
|
#include <source_clang.h> |
|
|
|
|
#include <config.h> |
|
|
|
|
#include <terminal.h> |
|
|
|
|
#include <project_build.h> |
|
|
|
|
#ifdef JUCI_ENABLE_DEBUG |
|
|
|
|
#include "debug_lldb.h" |
|
|
|
|
#include <debug_lldb.h> |
|
|
|
|
#endif |
|
|
|
|
#include "info.h" |
|
|
|
|
#include "dialogs.h" |
|
|
|
|
#include "ctags.h" |
|
|
|
|
#include "selection_dialog.h" |
|
|
|
|
#include "filesystem.h" |
|
|
|
|
#include "compile_commands.h" |
|
|
|
|
#include "usages_clang.h" |
|
|
|
|
#include "documentation_cppreference.h" |
|
|
|
|
#include <info.h> |
|
|
|
|
#include <dialogs.h> |
|
|
|
|
#include <ctags.h> |
|
|
|
|
#include <selection_dialog.h> |
|
|
|
|
#include <filesystem.h> |
|
|
|
|
#include <compile_commands.h> |
|
|
|
|
#include <usages_clang.h> |
|
|
|
|
#include <documentation_cppreference.h> |
|
|
|
|
|
|
|
|
|
clangmm::Index Source::ClangViewParse::clang_index(0, 0); |
|
|
|
|
|
|
|
|
|
|