Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
caesr-pub
systemc-clang
Commits
d38560f1
Commit
d38560f1
authored
Dec 06, 2018
by
rmrf
Browse files
Remove matcher trial
parent
dd26af10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
src/SystemCClang.h
src/SystemCClang.h
+6
-8
No files found.
src/SystemCClang.h
View file @
d38560f1
...
...
@@ -26,7 +26,6 @@
#include "clang/Tooling/Tooling.h"
using
namespace
clang
::
driver
;
using
namespace
clang
::
tooling
;
// / This is the include files we add to parse SystemC
...
...
@@ -52,15 +51,15 @@ using namespace clang::tooling;
#include "SCuitable/GlobalSuspensionAutomata.h"
#include "SCuitable/FindGPUMacro.h"
#include "matchers/sc_module.h"
//
#include "matchers/sc_module.h"
using
namespace
clang
;
namespace
scpar
{
namespace
scpar
{
class
SystemCConsumer
:
public
ASTConsumer
,
public
RecursiveASTVisitor
<
SystemCConsumer
>
{
class
SystemCConsumer
:
public
ASTConsumer
,
public
RecursiveASTVisitor
<
SystemCConsumer
>
{
private:
...
...
@@ -95,8 +94,7 @@ namespace scpar
template
<
typename
A
>
class
LightsCameraAction
:
public
clang
::
ASTFrontendAction
{
public
clang
::
ASTFrontendAction
{
protected:
virtual
std
::
unique_ptr
<
clang
::
ASTConsumer
>
CreateASTConsumer
(
CompilerInstance
&
ci
,
llvm
::
StringRef
inFile
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment