Home
last modified time | relevance | path

Searched refs:diagnosed (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-avoid-c-arrays.rst11 ``std::vector<>``. All types of C arrays are diagnosed.
46 int f[] = {1, 2}; // not diagnosed
48 int j[1]; // not diagnosed
52 int j[j[0]]; // not diagnosed
Dfuchsia-default-arguments-calls.rst14 A function call expression that uses a default argument will be diagnosed.
Dcppcoreguidelines-avoid-goto.rst50 All other uses of ``goto`` are diagnosed in `C++`.
Dreadability-uppercase-literal-suffix.rst8 ``llu``, but not ``u``, ``ul``, ``ull``) are diagnosed by that alias.
Dopenmp-use-default-none.rst31 // specified, diagnosed.
Dhicpp-multiway-paths-covered.rst85 // A completely degenerated switch will be diagnosed.
Dreadability-isolate-declaration.rst17 // This declaration will be diagnosed and transformed into:
Dreadability-magic-numbers.rst71 then that literal is not diagnosed by this check. Because floating-point
Dcppcoreguidelines-owning-memory.rst115 Known code constructs that do not get diagnosed correctly are:
/external/llvm-project/llvm/test/TableGen/
DHwModeSelect.td8 // this requirement is diagnosed.
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dmisaligned-const-store.ll3 ; Check that the misaligned store is diagnosed.
Dmisaligned-const-load.ll3 ; Check that the misaligned load is diagnosed.
/external/clang/test/SemaObjC/
Dmrc-no-weak.m6 // These should not get diagnosed immediately.
/external/llvm-project/clang/test/SemaObjC/
Dmrc-no-weak.m6 // These should not get diagnosed immediately.
/external/llvm-project/llvm/test/FileCheck/
Dnumeric-defines-diagnostics.txt1 ; Test incorrect syntax for -D# option is correctly diagnosed.
Dstring-defines-diagnostics.txt1 ; Test incorrect syntax for -D option is correctly diagnosed.
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-diff.rst47 attributes, are not diagnosed.
/external/llvm/docs/CommandGuide/
Dllvm-diff.rst53 attributes, are not diagnosed.
/external/llvm-project/llvm/test/FileCheck/comment/
Dbad-comment-prefix.txt1 # Bad comment prefixes are diagnosed.
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl29 // They are diagnosed as an error for all struct fields (OpenCL v1.2 s6.9b,r).
/external/llvm-project/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl94 // They are diagnosed as an error for all struct fields (OpenCL v1.2 s6.9b,r).
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp720 bool diagnosed = false; in actOnObjCTypeParam() local
730 diagnosed = true; in actOnObjCTypeParam()
735 if (!diagnosed) { in actOnObjCTypeParam()
4656 bool diagnosed = false; in checkObjCDirectMethodClashes() local
4659 if (diagnosed || IMD->isImplicit()) in checkObjCDirectMethodClashes()
4666 diagnosed = true; in checkObjCDirectMethodClashes()
/external/python/cpython2/Doc/library/
Dparser.rst220 compilation failure can be diagnosed programmatically by inspection of the parse
/external/python/cpython3/Doc/library/
Dparser.rst218 compilation failure can be diagnosed programmatically by inspection of the parse
/external/pcre/dist2/
DChangeLog1206 being diagnosed as an error.
1248 (m) Quantifiers following (*VERB)s were not being diagnosed as errors.
1563 compiling workspace (which was diagnosed, but of course is not desirable).
1702 diagnosed. This caused a buffer overflow during the real compile. This bug was
1742 being diagnosed, possibly leading to a buffer overflow. This bug was found by
2115 12. The illegal pattern /(?(?<E>.*!.*)?)/ was not being diagnosed as missing an
2126 subpatterns were not being diagnosed and could lead to unpredictable behaviour.

12