platform_system_core/libutils/include/utils
Jiyong Park 4f301cd977 Suppress lint warnings on google-default-arguments
The lint rule google-default-arguments ensures that virtual or override
methods do not have default arguments, because different default values
across the hierarchy chain (e.g. Base::foo(int a=0) v.s.
Derived::foo(int a=10)) can cause confusions.

However, since the uses of the default arguments in libbinder don't lead
to such problem, suppress the warnings.

Test: WITH_TIDY=true WITH_TIDY_CHECKS=google-default-arguments m
libbinder does not show any warning about google-default-arguments

Change-Id: Ica41034ab0ad1037a0facc447ee47e0c77fa9c55
2018-10-29 23:06:23 +09:00
..
AndroidThreads.h Modernize codebase by replacing NULL with nullptr 2018-07-13 15:28:59 -07:00
Atomic.h Usage suggestions. 2017-12-19 01:16:00 +00:00
BitSet.h Usage suggestions. 2017-12-19 01:16:00 +00:00
ByteOrder.h Exporting C++ headers from system/core 2017-01-24 22:51:36 +00:00
CallStack.h Revert^2 "Prepare to fail in RefBase destructor if count is untouched" 2018-08-08 16:30:12 -07:00
Compat.h libziparchive: fix mac os breakage 2017-03-23 12:02:09 -07:00
Condition.h [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07:00
Debug.h Remove more semicolons at the end of namespaces 2018-04-11 23:14:13 -07:00
Endian.h Exporting C++ headers from system/core 2017-01-24 22:51:36 +00:00
Errors.h "utils/Errors.h": include <stdint.h> for int32_t. 2018-10-16 13:17:15 -07:00
FastStrcmp.h logd: ASAN cleansing 2017-03-27 13:32:57 -07:00
FileMap.h Add noexcept to move constructors and assignment operators. 2018-10-05 16:43:47 +00:00
Flattenable.h Move system/core/ off NO_ERROR. 2018-10-08 11:15:52 -07:00
Functor.h Move system/core/ off NO_ERROR. 2018-10-08 11:15:52 -07:00
JenkinsHash.h Exporting C++ headers from system/core 2017-01-24 22:51:36 +00:00
KeyedVector.h Remove more semicolons at the end of namespaces 2018-04-11 23:14:13 -07:00
LightRefBase.h Remove extra semicolon at end of namespace 2018-04-10 22:10:54 +00:00
List.h Remove more semicolons at the end of namespaces 2018-04-11 23:14:13 -07:00
Log.h Remove ALOGD_IF_SLOW 2017-07-14 19:51:57 +00:00
Looper.h libutils: switch Looper's fds to unique_fd. 2018-07-18 18:12:12 -07:00
LruCache.h [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07:00
misc.h Remove extra semicolon at end of namespace 2018-04-10 22:10:54 +00:00
Mutex.h Modernize codebase by replacing NULL with nullptr 2018-07-13 15:28:59 -07:00
NativeHandle.h clean-up libutils includes 2017-03-03 14:47:47 -08:00
Printer.h [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07:00
ProcessCallStack.h [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07:00
PropertyMap.h Exporting C++ headers from system/core 2017-01-24 22:51:36 +00:00
RefBase.h [libutils] Modernize codebase by replacing NULL with nullptr 2018-07-16 18:11:34 -07:00
RWLock.h Modernize codebase by replacing NULL with nullptr 2018-07-13 15:28:59 -07:00
Singleton.h Modernize codebase by replacing NULL with nullptr 2018-07-13 15:28:59 -07:00
SortedVector.h Remove more semicolons at the end of namespaces 2018-04-11 23:14:13 -07:00
StopWatch.h Remove more semicolons at the end of namespaces 2018-04-11 23:14:13 -07:00
String8.h Modernize codebase by replacing NULL with nullptr 2018-07-13 15:28:59 -07:00
String16.h Remove extra semicolon at end of namespace 2018-04-10 22:10:54 +00:00
StrongPointer.h Add noexcept to move constructors and assignment operators. 2018-10-05 16:43:47 +00:00
SystemClock.h Remove more semicolons at the end of namespaces 2018-04-11 23:14:13 -07:00
Thread.h Suppress lint warnings on google-default-arguments 2018-10-29 23:06:23 +09:00
ThreadDefs.h Remove more semicolons at the end of namespaces 2018-04-11 23:14:13 -07:00
threads.h Exporting C++ headers from system/core 2017-01-24 22:51:36 +00:00
Timers.h Exporting C++ headers from system/core 2017-01-24 22:51:36 +00:00
Tokenizer.h Move system/core/ off NO_ERROR. 2018-10-08 11:15:52 -07:00
Trace.h Remove more semicolons at the end of namespaces 2018-04-11 23:14:13 -07:00
TypeHelpers.h Remove extra semicolon at end of namespace 2018-04-10 22:10:54 +00:00
Unicode.h libutils: remove unused strzcmp16_h_n. 2018-08-17 09:59:29 -07:00
Vector.h Remove more semicolons at the end of namespaces 2018-04-11 23:14:13 -07:00
VectorImpl.h Modernize codebase by replacing NULL with nullptr 2018-07-13 15:28:59 -07:00