Sign in
android
/
toolchain
/
clang-tools-extra
/
refs/heads/llvm-r353983
/
clang-tidy
/
fuchsia
b1ace23
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
8835c1a
[clang-tidy] Avoid fuchsia-overloaded-operator false positive with lambdas after r351047
by Sam McCall
· 6 years ago
2e0ee61
A bit of AST matcher cleanup, NFC.
by Alexander Kornienko
· 6 years ago
a32ea61
Port getLocEnd -> getEndLoc
by Stephen Kelly
· 7 years ago
4cacbf2
Port getLocStart -> getBeginLoc
by Stephen Kelly
· 7 years ago
f2d6b39
[clang-tidy] Fix a crash in fuchsia-multiple-inheritance
by Ilya Biryukov
· 7 years ago
f745d43
[clang-tidy] remove private decltypeType in TrailingReturnType
by Jonas Toth
· 7 years ago
b2b9ed8
Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"
by Julie Hockett
· 7 years ago
6000066
Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"
by Julie Hockett
· 7 years ago
1e55d8a
[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module
by Julie Hockett
· 7 years ago
22f9b1e
Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"
by Julie Hockett
· 7 years ago
a26d145
[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module
by Julie Hockett
· 7 years ago
c892b77
[clang-tidy][Fuchsia]: don't forget to actually link to Google Module.
by Roman Lebedev
· 7 years ago
183875a
[clang-tidy] Adding alias for anon namespaces in header (fuchsia module)
by Julie Hockett
· 7 years ago
38d22d2
[tidy] Move private ast matchers into anonymous namespaces to avoid ODR conflicts.
by Benjamin Kramer
· 7 years ago
18a5daa
[clang-tidy] Update fuchsia-multiple-inheritance to not fail
by Julie Hockett
· 7 years ago
30e5312
[clang-tidy] Update fuchsia-multiple-inheritance to check for templates
by Julie Hockett
· 7 years ago
c573a6e
[clang-tidy] Adding Fuchsia checker for multiple inheritance
by Julie Hockett
· 7 years ago
9bb5a51
[clang-tidy] Adding Fuchsia checker for trailing returns
by Julie Hockett
· 7 years ago
9662ac2
[clang-tidy] Fixing Fuchsia overloaded operator warning message
by Julie Hockett
· 7 years ago
76612e5
[clang-tidy] Adding Fuchsia checker for statically constructed objects
by Julie Hockett
· 7 years ago
3005fd7
[clang-tidy] Update fuchsia-overloaded-operator to check for valid loc
by Julie Hockett
· 7 years ago
fb4502d
[clang-tidy] Adding Fuchsia checker for overloaded operators
by Julie Hockett
· 7 years ago
43d6a1c
[clang-tidy] Adding Fuchsia checker for virtual inheritance
by Julie Hockett
· 7 years ago
c8ea81e
Commit access test.
by Julie Hockett
· 7 years ago
5e3c1f4
Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues with the Fuschia and Zircon coding guidelines (https://fuchsia.googlesource.com/zircon/+/master/docs/cxx.md). Adds the first of such checkers, which detects when default arguments are declared in a function declaration or when default arguments are used at call sites.
by Aaron Ballman
· 7 years ago