File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright (c) Facebook, Inc. and its affiliates.
2+
13# Mini-language for AST definition.
24# All AST nodes extend AstNode.
35# All AST nodes are visitible.
Original file line number Diff line number Diff line change 11#! /bin/sh
2+ # Copyright (c) Facebook, Inc. and its affiliates.
23find . -name ' *.cpp' | grep -v lexer | grep -v googletest | grep -v tab.cpp | xargs clang-tidy -p build
Original file line number Diff line number Diff line change 1+ # Copyright (c) Facebook, Inc. and its affiliates.
2+
13find_package (Git QUIET )
24
35# default version string
Original file line number Diff line number Diff line change 1+ // Copyright (c) Facebook, Inc. and its affiliates.
12#include <c/GraphQLAst.h>
23#include <c/GraphQLAstVisitor.h>
34
You can’t perform that action at this time.
0 commit comments