We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ca37d commit a292268Copy full SHA for a292268
ast/ast.ast
@@ -1,3 +1,5 @@
1
+# Copyright (c) Facebook, Inc. and its affiliates.
2
+
3
# Mini-language for AST definition.
4
# All AST nodes extend AstNode.
5
# All AST nodes are visitible.
clang-tidy-all.sh
@@ -1,2 +1,3 @@
#!/bin/sh
find . -name '*.cpp' | grep -v lexer | grep -v googletest | grep -v tab.cpp | xargs clang-tidy -p build
cmake/version.cmake
find_package(Git QUIET)
# default version string
test/BuildCAPI.c
@@ -1,3 +1,4 @@
+// Copyright (c) Facebook, Inc. and its affiliates.
#include <c/GraphQLAst.h>
#include <c/GraphQLAstVisitor.h>
0 commit comments