llvm-project/clang/test/Index/Core
Aaron Ballman 7de7161304 Use functions with prototypes when appropriate; NFC
A significant number of our tests in C accidentally use functions
without prototypes. This patch converts the function signatures to have
a prototype for the situations where the test is not specific to K&R C
declarations. e.g.,

  void func();

becomes

  void func(void);

This is the sixth batch of tests being updated (there are a significant
number of other tests left to be updated).
2022-02-09 17:16:10 -05:00
..
Inputs [index] Improve macro indexing support 2021-04-06 09:12:14 -07:00
designated-inits.c
external-source-symbol-attr.m
index-dependent-source.cpp
index-instantiated-source.cpp
index-macros.c [index] Improve macro indexing support 2021-04-06 09:12:14 -07:00
index-pch.c Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
index-pch.cpp
index-source-invalid-name.cpp
index-source.cpp
index-source.m [clang] RecursiveASTVisitor visits ObjCPropertyRefExpr's class receiver 2021-06-01 14:45:25 -04:00
index-source.mm
index-subkinds.m
index-system.mm
index-with-module.m [index] Improve macro indexing support 2021-04-06 09:12:14 -07:00
no-templated-canonical-decl.cpp