| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GettingInvolved.rst | 170 …- `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 D | objc-global-variable-declaration.m | 1 // 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 D | objc-avoid-nsobject-new.m | 1 // 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 D | objc-avoid-throwing-exception.m | 1 // 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 D | CODE_OWNERS.TXT | 20 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 D | README.md | 3 …](https:/… 4 [](https://githu… 5 [](https://github.com/goog… 6 [](https://g… 8 [](https://travis-ci.org/g… 9 [](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 D | CONTRIBUTORS | 10 # 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 D | default-arguments.rst | 1 .. title:: clang-tidy - google-default-arguments 3 google-default-arguments 8 See https://google.github.io/styleguide/cppguide.html#Default_Arguments
|
| H A D | runtime-operator.rst | 1 .. title:: clang-tidy - google-runtime-operator 3 google-runtime-operator 8 https://google.github.io/styleguide/cppguide.html#Operator_Overloading
|
| H A D | objc-avoid-throwing-exception.rst | 1 .. 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 D | readability-todo.rst | 1 .. title:: clang-tidy - google-readability-todo 3 google-readability-todo 9 https://google.github.io/styleguide/cppguide.html#TODO_Comments.
|
| H A D | readability-function-size.rst | 1 .. 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 D | readability-namespace-comments.rst | 1 .. 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 D | readability-braces-around-statements.rst | 1 .. 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 D | readability-avoid-underscore-in-googletest-name.rst | 1 .. 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 D | readability-casting.rst | 1 .. title:: clang-tidy - google-readability-casting 3 google-readability-casting 8 https://google.github.io/styleguide/cppguide.html#Casting
|
| H A D | build-using-namespace.rst | 1 .. 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 D | runtime-int.rst | 1 .. title:: clang-tidy - google-runtime-int 3 google-runtime-int 10 https://google.github.io/styleguide/cppguide.html#Integer_Types.
|
| H A D | global-names-in-headers.rst | 1 .. 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 D | objc-avoid-nsobject-new.rst | 1 .. 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 D | dcl59-cpp.rst | 3 :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 D | header-anon-namespaces.rst | 3 :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 D | CODE_OWNERS.TXT | 16 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 D | global-dllimport.ll | 18 !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 D | dllimport.ll | 17 !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…
|