Alexander Kornienko
434b333afd
[clang-tidy] A couple of minor fixes in modernize-use-using tests
...
llvm-svn: 299752
2017-04-07 09:41:27 +00:00
Krystyna Gajczyk
3a42e73c3f
Fixes for modernize-use-using check:
...
- removed unnessacary namespaces
- added option to print warning in macros
- no fix for typedef with array
- removed "void" word from functions with 0 parameters
Differential Revision: https://reviews.llvm.org/D29262
llvm-svn: 299340
2017-04-02 19:12:20 +00:00
Alexander Kornienko
4b1dfbbc78
[clang-tidy] Avoid incorrect fixes in modernize-use-using
...
Avoid fixes for typedefs with multiple types and for typedefs with struct
definitions. Partially addresses http://llvm.org/PR28334
llvm-svn: 292918
2017-01-24 11:41:02 +00:00
Alexander Kornienko
c456e686a9
[clang-tidy] Add more tests for modernize-use-using.
...
llvm-svn: 292917
2017-01-24 11:40:23 +00:00
Alexander Kornienko
0d7a7cdb28
[clang-tidy] Fix crash in modernize-use-using ( http://llvm.org/PR29135 )
...
llvm-svn: 292229
2017-01-17 16:14:03 +00:00
NAKAMURA Takumi
819f3b95ae
clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall.
...
llvm-svn: 273834
2016-06-26 23:56:07 +00:00
Krystyna Gajczyk
c37933a12a
[clang-tidy] Add modernize-use-using
...
http://reviews.llvm.org/D18919
llvm-svn: 273786
2016-06-25 18:37:53 +00:00