Hi revane, http://llvm-reviews.chandlerc.com/D1124
Files: unittests/cpp11-migrate/IncludeExcludeTest.cpp unittests/cpp11-migrate/PerfSupportTest.cpp unittests/cpp11-migrate/TransformTest.cpp Index: unittests/cpp11-migrate/IncludeExcludeTest.cpp =================================================================== --- unittests/cpp11-migrate/IncludeExcludeTest.cpp +++ unittests/cpp11-migrate/IncludeExcludeTest.cpp @@ -1,3 +1,12 @@ +//===- cpp11-migrate/IncludeExcludeTest.cpp - IncludeExclude unit tests ---===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "Core/IncludeExcludeInfo.h" #include "gtest/gtest.h" #include "llvm/Support/FileSystem.h" Index: unittests/cpp11-migrate/PerfSupportTest.cpp =================================================================== --- unittests/cpp11-migrate/PerfSupportTest.cpp +++ unittests/cpp11-migrate/PerfSupportTest.cpp @@ -1,3 +1,12 @@ +//===- cpp11-migrate/PerfSupportTest.cpp - PerfSupport unit tests --------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "gtest/gtest.h" #include "Core/PerfSupport.h" Index: unittests/cpp11-migrate/TransformTest.cpp =================================================================== --- unittests/cpp11-migrate/TransformTest.cpp +++ unittests/cpp11-migrate/TransformTest.cpp @@ -1,3 +1,12 @@ +//===- cpp11-migrate/TransformTest.cpp - Transform unit tests -------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "gtest/gtest.h" #include "Core/Transform.h" #include "clang/AST/ASTConsumer.h"
Index: unittests/cpp11-migrate/IncludeExcludeTest.cpp =================================================================== --- unittests/cpp11-migrate/IncludeExcludeTest.cpp +++ unittests/cpp11-migrate/IncludeExcludeTest.cpp @@ -1,3 +1,12 @@ +//===- cpp11-migrate/IncludeExcludeTest.cpp - IncludeExclude unit tests ---===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "Core/IncludeExcludeInfo.h" #include "gtest/gtest.h" #include "llvm/Support/FileSystem.h" Index: unittests/cpp11-migrate/PerfSupportTest.cpp =================================================================== --- unittests/cpp11-migrate/PerfSupportTest.cpp +++ unittests/cpp11-migrate/PerfSupportTest.cpp @@ -1,3 +1,12 @@ +//===- cpp11-migrate/PerfSupportTest.cpp - PerfSupport unit tests --------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "gtest/gtest.h" #include "Core/PerfSupport.h" Index: unittests/cpp11-migrate/TransformTest.cpp =================================================================== --- unittests/cpp11-migrate/TransformTest.cpp +++ unittests/cpp11-migrate/TransformTest.cpp @@ -1,3 +1,12 @@ +//===- cpp11-migrate/TransformTest.cpp - Transform unit tests -------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "gtest/gtest.h" #include "Core/Transform.h" #include "clang/AST/ASTConsumer.h"
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
