Skip to content

Commit

Permalink
Merge pull request #80 from Szelethus/master
Browse files Browse the repository at this point in the history
Fix compilation errors
  • Loading branch information
mikael-s-persson committed Apr 16, 2020
2 parents ac48c25 + f0ad48a commit f138833
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/TemplightAction.cpp
Expand Up @@ -11,6 +11,7 @@
#include "TemplightDebugger.h"
#include "TemplightTracer.h"

#include "clang/Basic/FileManager.h"
#include <clang/Frontend/CompilerInstance.h>
#include <clang/Sema/Sema.h>
#include <clang/Sema/TemplateInstCallback.h>
Expand Down
1 change: 0 additions & 1 deletion templight_driver.cpp
Expand Up @@ -29,7 +29,6 @@
#include "clang/Frontend/TextDiagnosticPrinter.h"
#include "clang/Frontend/Utils.h"
#include "clang/FrontendTool/Utils.h"
#include "clang/StaticAnalyzer/Frontend/CheckerRegistration.h"
#include "clang/StaticAnalyzer/Frontend/FrontendActions.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
Expand Down

0 comments on commit f138833

Please sign in to comment.