Home
last modified time | relevance | path

Searched refs:google (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/llvm-project-15.0.7/llvm/docs/
H A DGettingInvolved.rst170 …- `ics <https://calendar.google.com/calendar/ical/bjms39pe6k6bo5egtsp7don414%40group.calendar.goog…
171 …`gcal <https://calendar.google.com/calendar/u/0/[email protected]
179 …- `ics <https://calendar.google.com/calendar/ical/eoh3m9k1l6vqbd1fkp94fv5q74%40group.calendar.goog…
180 …`gcal <https://calendar.google.com/calendar/embed?src=eoh3m9k1l6vqbd1fkp94fv5q74%40group.calendar.
212 …- `ics <https://calendar.google.com/calendar/ical/fr1qtmrmt2s9odufjvurkb6j70%40group.calendar.goog…
216 …- `ics <https://calendar.google.com/calendar/ical/c_1mincouiltpa24ac14of14lhi4%40group.calendar.go…
217 …`gcal <https://calendar.google.com/calendar/embed?src=c_1mincouiltpa24ac14of14lhi4%40group.calenda…
258 …`ics <https://calendar.google.com/calendar/ical/co0h4ndpvtfe64opn7eraiq3ac%40group.calendar.google
266 …`gcal <https://calendar.google.com/calendar/embed?src=c_pm6e7160iq7n5fcm1s6m3rjhh4%40group.calenda…
272 …`ics <https://calendar.google.com/calendar/ical/npgke5dug0uliud0qapptmps58%40group.calendar.google
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dobjc-global-variable-declaration.m1 // RUN: %check_clang_tidy %s google-objc-global-variable-declaration %t
6 …myConstString' must have a name which starts with an appropriate prefix [google-objc-global-variab…
10 …lobalConstant' must have a name which starts with an appropriate prefix [google-objc-global-variab…
13 … global variable 'MyString' must have a name which starts with 'g[A-Z]' [google-objc-global-variab…
17 …bal variable 'globalString' must have a name which starts with 'g[A-Z]' [google-objc-global-variab…
21 …n-const global variable 'a' must have a name which starts with 'g[A-Z]' [google-objc-global-variab…
25 …nst global variable 'noDef' must have a name which starts with 'g[A-Z]' [google-objc-global-variab…
29 …le '_notAlpha' must have a name which starts with an appropriate prefix [google-objc-global-variab…
33 …iable 'notCap' must have a name which starts with an appropriate prefix [google-objc-global-variab…
37 …able 'k_Alpha' must have a name which starts with an appropriate prefix [google-objc-global-variab…
[all …]
H A Dobjc-avoid-nsobject-new.m1 // RUN: %check_clang_tidy %s google-objc-avoid-nsobject-new %t
27 …// CHECK-MESSAGES: [[@LINE-1]]:22: warning: do not create objects with +new [google-objc-avoid-nso…
32 …// CHECK-MESSAGES: [[@LINE-1]]:27: warning: do not create objects with +new [google-objc-avoid-nso…
38 …// CHECK-MESSAGES: [[@LINE-1]]:31: warning: do not create objects with +new [google-objc-avoid-nso…
59 …// CHECK-MESSAGES: [[@LINE-1]]:14: warning: do not create objects with +new [google-objc-avoid-nso…
62 …// CHECK-MESSAGES: [[@LINE-1]]:14: warning: do not create objects with +new [google-objc-avoid-nso…
69 …// CHECK-MESSAGES: [[@LINE-1]]:21: warning: do not create objects with +new [google-objc-avoid-nso…
79 // CHECK-MESSAGES: [[@LINE-3]]:1: warning: classes should not override +new [google-objc-avoid-nsob…
H A Dobjc-avoid-throwing-exception.m1 // RUN: %check_clang_tidy %s google-objc-avoid-throwing-exception %t
21 …NSError ** instead of throwing exception to indicate Objective-C errors [google-objc-avoid-throwin…
26 …NSError ** instead of throwing exception to indicate Objective-C errors [google-objc-avoid-throwin…
28 …NSError ** instead of throwing exception to indicate Objective-C errors [google-objc-avoid-throwin…
/llvm-project-15.0.7/compiler-rt/
H A DCODE_OWNERS.TXT20 E: timurrrr@google.com
28 E: glider@google.com
32 E: samsonov@google.com
36 E: kcc@google.com
44 E: eugenis@google.com
48 E: dvyukov@google.com
/llvm-project-15.0.7/third-party/benchmark/
H A DREADME.md3 …![build-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https:/…
4 [![bazel](https://github.com/google/benchmark/actions/workflows/bazel.yml/badge.svg)](https://githu…
5 [![pylint](https://github.com/google/benchmark/workflows/pylint/badge.svg)](https://github.com/goog…
6 [![test-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://g…
8 [![Build Status](https://travis-ci.org/google/benchmark.svg?branch=master)](https://travis-ci.org/g…
9 [![Coverage Status](https://coveralls.io/repos/google/benchmark/badge.svg)](https://coveralls.io/r/
36 It may also help to read the [Google Test documentation](https://github.com/google/googletest/blob/…
41 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss)
74 $ git clone https://github.com/google/benchmark.git
147 [`v2` branch](https://github.com/google/benchmark/tree/v2). Users who wish
H A DCONTRIBUTORS10 # https://developers.google.com/open-source/cla/individual
11 # https://developers.google.com/open-source/cla/corporate
31 Chris Kennelly <ckennelly@google.com> <[email protected]>
39 Dominic Hamon <[email protected]> <dominic@google.com>
50 Geoffrey Martin-Noble <gcmn@google.com> <[email protected]>
70 Pascal Leroy <phl@google.com>
72 Pierre Phaneuf <pphaneuf@google.com>
83 Tom Madams <[email protected]> <tmadams@google.com>
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Ddefault-arguments.rst1 .. title:: clang-tidy - google-default-arguments
3 google-default-arguments
8 See https://google.github.io/styleguide/cppguide.html#Default_Arguments
H A Druntime-operator.rst1 .. title:: clang-tidy - google-runtime-operator
3 google-runtime-operator
8 https://google.github.io/styleguide/cppguide.html#Operator_Overloading
H A Dobjc-avoid-throwing-exception.rst1 .. title:: clang-tidy - google-objc-avoid-throwing-exception
3 google-objc-avoid-throwing-exception
12 https://google.github.io/styleguide/cppguide.html#Exceptions
39 https://google.github.io/styleguide/objcguide.html#avoid-throwing-exceptions
H A Dreadability-todo.rst1 .. title:: clang-tidy - google-readability-todo
3 google-readability-todo
9 https://google.github.io/styleguide/cppguide.html#TODO_Comments.
H A Dreadability-function-size.rst1 .. title:: clang-tidy - google-readability-function-size
5 google-readability-function-size
8 The google-readability-function-size check is an alias, please see
H A Dreadability-namespace-comments.rst1 .. title:: clang-tidy - google-readability-namespace-comments
5 google-readability-namespace-comments
8 The google-readability-namespace-comments check is an alias, please see
H A Dreadability-braces-around-statements.rst1 .. title:: clang-tidy - google-readability-braces-around-statements
5 google-readability-braces-around-statements
8 The google-readability-braces-around-statements check is an alias, please see
H A Dreadability-avoid-underscore-in-googletest-name.rst1 .. title:: clang-tidy - google-readability-avoid-underscore-in-googletest-name
3 google-readability-avoid-underscore-in-googletest-name
33 .. _Underscores are not allowed: https://github.com/google/googletest/blob/master/googletest/docs/f…
34 .. _disable individual tests: https://github.com/google/googletest/blob/master/googletest/docs/faq.…
H A Dreadability-casting.rst1 .. title:: clang-tidy - google-readability-casting
3 google-readability-casting
8 https://google.github.io/styleguide/cppguide.html#Casting
H A Dbuild-using-namespace.rst1 .. title:: clang-tidy - google-build-using-namespace
3 google-build-using-namespace
9 `Google C++ Style Guide <https://google.github.io/styleguide/cppguide.html#Namespaces>`_:
H A Druntime-int.rst1 .. title:: clang-tidy - google-runtime-int
3 google-runtime-int
10 https://google.github.io/styleguide/cppguide.html#Integer_Types.
H A Dglobal-names-in-headers.rst1 .. title:: clang-tidy - google-global-names-in-headers
3 google-global-names-in-headers
10 https://google.github.io/styleguide/cppguide.html#Namespaces.
H A Dobjc-avoid-nsobject-new.rst1 .. title:: clang-tidy - google-objc-avoid-nsobject-new
3 google-objc-avoid-nsobject-new
29 <https://google.github.io/styleguide/objcguide.html#do-not-use-new>`_.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Ddcl59-cpp.rst3 :http-equiv=refresh: 5;URL=../google/build-namespaces.html
9 `google-build-namespaces <../google/build-namespaces.html>`_ for more information.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/fuchsia/
H A Dheader-anon-namespaces.rst3 :http-equiv=refresh: 5;URL=../google/build-namespaces.html
9 `google-build-namespace <../google/build-namespaces.html>`_
/llvm-project-15.0.7/clang-tools-extra/
H A DCODE_OWNERS.TXT16 E: klimek@google.com
20 E: alexfh@google.com
24 E: juliehockett@google.com
28 E: sammccall@google.com
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dglobal-dllimport.ll18 !3 = !DIFile(filename: "/usr/local/google/home/majnemer/Downloads/<stdin>", directory: "/usr/local/
21 !6 = !DIFile(filename: "/usr/local/google/home/majnemer/Downloads/t.ii", directory: "/usr/local/goo…
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddllimport.ll17 !3 = !DIFile(filename: "/usr/local/google/home/majnemer/Downloads/<stdin>", directory: "/usr/local/
20 !6 = !DIFile(filename: "/usr/local/google/home/majnemer/Downloads/t.ii", directory: "/usr/local/goo…

12345678910>>...12