Skip to content

Commit

Permalink
Add execution to .sh files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougpuob committed Jan 17, 2019
1 parent b60ebf2 commit 907fadb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Empty file modified Script/BuildLinux.sh
100644 → 100755
Empty file.
Empty file modified Script/BuildMacOS.sh
100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions Source/ParseAST.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ using namespace boost::filesystem;

using namespace namelint;



bool MyASTVisitor::isMainFile(Decl *pDecl)
{
if (this->m_pAstCxt->getSourceManager().isInMainFile(pDecl->getLocation()))
Expand Down

0 comments on commit 907fadb

Please sign in to comment.