Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
clang-tools-extra
/
clang-tidy
/
modernize
/
UseEqualsDefaultCheck.cpp
282dc72
Remove \brief commands from doxygen comments.
by Dmitri Gribenko
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
976e0c0
A bit of AST matcher cleanup, NFC.
by Alexander Kornienko
· 7 years ago
43465bf
Port getLocStart -> getBeginLoc
by Stephen Kelly
· 7 years ago
deb8c7d
[clang-tidy: modernize] Fix modernize-use-equals-default with {} brackets list initialization: patch
by Idriss Riouak
· 7 years ago
dea4398
[clang-tidy] Add modernize-use-equals-default.IgnoreMacros option
by Alexander Kornienko
· 8 years ago
bcf2366
[clang-tidy] Rename modernize-use-default to modernize-use-equals-default
by Malcolm Parsons
· 9 years ago
[Renamed (97%) from clang-tools-extra/clang-tidy/modernize/UseDefaultCheck.cpp]
5be5092
[clang-tidy] Changes to modernize-use-default check
by Malcolm Parsons
· 9 years ago
31055c6
[clang-tidy] Handle template instantiations in modenize-use-default check
by Malcolm Parsons
· 9 years ago
e9425b2
Use auto in for loop
by Malcolm Parsons
· 9 years ago
c2da631
[clang-tidy] Simplify modernize-use-default
by Malcolm Parsons
· 9 years ago
7a32553
[clang-tidy] modernize-use-default default constructor bugfix
by Malcolm Parsons
· 9 years ago
e93a73f
[ASTMatchers] Added ignoringParenImpCasts to has matchers
by Piotr Padlewski
· 9 years ago
b618298
Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body.
by Aaron Ballman
· 10 years ago
506dad8
Replace a dyn_cast with isa where the result was only being used as a boolean. NFC.
by Craig Topper
· 10 years ago
f2bc2f0
modernize-use-default supports copy constructor and copy-assignment operator.
by Angel Garcia Gomez
· 10 years ago
8dedeb0
Add modernize-use-default check to clang-tidy.
by Angel Garcia Gomez
· 10 years ago