Browse Source

Updated libclangmm submodule

pipelines/235045657
eidheim 6 years ago
parent
commit
528c471f23
  1. 2
      lib/libclangmm
  2. 2
      src/compile_commands.cpp
  3. 2
      src/source_clang.hpp
  4. 2
      src/usages_clang.hpp
  5. 2
      tests/usages_clang_test.cpp

2
lib/libclangmm

@ -1 +1 @@
Subproject commit db8a6d5b3e47ecd72e45b14baab26c6dbe1b15f0
Subproject commit 0e0179487b59366d06fb1d3b61fd452c4edd5cb4

2
src/compile_commands.cpp

@ -1,5 +1,5 @@
#include "compile_commands.hpp"
#include "clangmm.h"
#include "clangmm.hpp"
#include "config.hpp"
#include "terminal.hpp"
#include <algorithm>

2
src/source_clang.hpp

@ -1,6 +1,6 @@
#pragma once
#include "autocomplete.hpp"
#include "clangmm.h"
#include "clangmm.hpp"
#include "dispatcher.hpp"
#include "mutex.hpp"
#include "source.hpp"

2
src/usages_clang.hpp

@ -1,5 +1,5 @@
#pragma once
#include "clangmm.h"
#include "clangmm.hpp"
#include "mutex.hpp"
#include <atomic>
#include <boost/archive/text_iarchive.hpp>

2
tests/usages_clang_test.cpp

@ -1,4 +1,4 @@
#include "clangmm.h"
#include "clangmm.hpp"
#include "compile_commands.hpp"
#include "meson.hpp"
#include "project.hpp"

Loading…
Cancel
Save