Alexander Kornienko
385c2a3134
[clang-tidy] hasErrorOccurred() -> hasUncompilableErrorOccurred()
...
hasErrorOccurred() -> hasUncompilableErrorOccurred(), since we only care about
errors that lead to invalid AST.
llvm-svn: 294467
2017-02-08 16:11:22 +00:00
Alexander Kornienko
2d73022122
[clang-tidy] getPreviousNonCommentToken -> getPreviousToken
...
llvm-svn: 294192
2017-02-06 15:46:33 +00:00
Etienne Bergeron
2a4c00f243
[clang-tidy] Cleanup namespace in utils folder.
...
Summary:
This is a step forward cleaning up the namespaces in clang-tidy/utils.
There is no behavior change.
Reviewers: alexfh
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D19819
llvm-svn: 268356
2016-05-03 02:54:05 +00:00
Gabor Horvath
f4336ac9eb
[clang-tidy] Do not emit warnings from misc-suspicious-semicolon when the compilation fails.
...
llvm-svn: 262615
2016-03-03 13:08:11 +00:00
Gabor Horvath
8b6434e56e
[clang-tidy] Add a check to find unintended semicolons that changes the semantics.
...
Reviewers: hokein, alexfh
Differential Revision: http://reviews.llvm.org/D16535
llvm-svn: 260503
2016-02-11 09:23:33 +00:00