File tree Expand file tree Collapse file tree 22 files changed +22
-22
lines changed Expand file tree Collapse file tree 22 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
- // ===-- ClangIncludeFixer .cpp - Standalone change namespace --- ------------===//
1
+ // ===-- ClangChangeNamespace .cpp - Standalone change namespace ------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===---- Generator .cpp - Generator Registry ---------------------*- C++-*-===//
1
+ // ===-- Generators .cpp - Generator Registry - ---------------------*- C++-*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- Serializer .cpp - ClangDoc Serializer --------------------*- C++ -*-===//
1
+ // ===-- Serialize .cpp - ClangDoc Serializer - --------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- ClangDocYAML .cpp - ClangDoc YAML -----------------------*- C++ -*-===//
1
+ // ===-- YAMLGenerator .cpp - ClangDoc YAML -----------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- UsedHelperDeclFinder .cpp - AST-based call graph for helper decls --===//
1
+ // ===-- HelperDeclRefGraph .cpp - AST-based call graph for helper decls -- --===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- Env33CCheck .cpp - clang-tidy---------- ----------------------------===//
1
+ // ===-- CommandProcessorCheck .cpp - clang-tidy ----------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- Err34CCheck .cpp - clang-tidy-- ------------------------------------===//
1
+ // ===-- StrToNumCheck .cpp - clang-tidy ------------------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- VariadicfunctiondefCheck .cpp - clang-tidy-------------------------===//
1
+ // ===-- VariadicFunctionDefCheck .cpp - clang-tidy -------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- CppCoreGuidelinesModule .cpp - clang-tidy --- ----------------------===//
1
+ // ===-- CppCoreGuidelinesTidyModule .cpp - clang-tidy ----------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- PeformanceTidyModule .cpp - clang-tidy ----------------------------===//
1
+ // ===-- PerformanceTidyModule .cpp - clang-tidy ----------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- FunctionSize .cpp - clang-tidy ---- --------------------------------===//
1
+ // ===-- FunctionSizeCheck .cpp - clang-tidy --------------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- SimplifyBooleanExpr .cpp clang-tidy ---------------------*- C++ -* -===//
1
+ // ===-- SimplifyBooleanExprCheck .cpp - clang-tidy ------------------------ -===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- MiscStringCompare .cpp - clang-tidy--------------------------------===//
1
+ // ===-- StringCompareCheck .cpp - clang-tidy--------------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- DanglingHandleCheck .cpp - clang-tidy------------------------------===//
1
+ // ===-- OptionsUtils .cpp - clang-tidy ------- ------------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- SymbolYAML .cpp ------ ------------------------------------*- C++-*-===//
1
+ // ===-- YAMLSerialization .cpp ------------------------------------*- C++-*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- ClangXPC .cpp --------------------------------------------*- C++-*-===//
1
+ // ===-- ClangdXPC .cpp --------------------------------------------*- C++-*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--- ClangXPCTestClient .cpp ----------------------------------*- C++-*-===//
1
+ // ===-- ClangdXPCTestClient .cpp ----------------------------------*- C++-*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- ClangMoveTest .cpp - clang-move unit tests - ------------------------===//
1
+ // ===-- ClangMoveTests .cpp - clang-move unit tests ------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===---- QueryTest .cpp - clang-query test ---- ----------------------------===//
1
+ // ===-- QueryEngineTest .cpp - clang-query test ----------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- FunctionsTests .cpp ------------------------------------------------===//
1
+ // ===-- FunctionTests .cpp - ------------------------------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- SourceCodeTests .cpp ------------------------------------*- C++ -*-===//
1
+ // ===-- QualityTests .cpp ---- ------------------------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- IndexHelpers .cpp ----------------------------------------*- C++ -*-===//
1
+ // ===-- TestIndex .cpp --- ----------------------------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments