Home
last modified time | relevance | path

Searched +refs:clang +refs:format +refs:region (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/docs/
H A DClangFormat.rst13 :program:`clang-format` is located in `clang/tools/clang-format` and can be used
14 to format C/C++/Obj-C code.
18 $ clang-format -help
19 OVERVIEW: A tool to format C/C++/Obj-C code.
27 USAGE: clang-format [options] [<file> ...]
31 Clang-format options:
34 clang-format from an editor integration
42 -length, clang-format will format up to the end
45 -lines=<string> - <start line>:<end line> - format a range of
59 .clang-format file located in one of the parent
[all …]
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DCoverageMappingFormat.rst2 :format: html
14 LLVM's code coverage mapping format is used to provide code coverage
24 then we briefly desribe LLVM's code coverage mapping format and the
25 way that Clang and LLVM's code coverage tool work with this format. After
26 the basics are down, more advanced features of the coverage mapping format
40 ``clang -o test -fprofile-instr-generate -fcoverage-mapping test.c``
56 LLVM's code coverage mapping format is designed to be a self contained
57 data format, that can be embedded into the LLVM IR and object files.
58 It's described in this document as a **mapping** format because its goal is
65 1. When clang compiles a source file with ``-fcoverage-mapping``, it
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DAttrDocs.td13 NOTE: This file is automatically generated by running clang-tblgen
124 …let Heading = "assert_capability (assert_shared_capability, clang::assert_capability, clang::asser…
133 …let Heading = "acquire_capability (acquire_shared_capability, clang::acquire_capability, clang::ac…
141 …= "try_acquire_capability (try_acquire_shared_capability, clang::try_acquire_capability, clang::tr…
152 …let Heading = "release_capability (release_shared_capability, clang::release_capability, clang::re…
387 // void nodupfunc() [[clang::noduplicate]];
591 The ``clang::fallthrough`` attribute is used along with the
614 [[clang::fallthrough]];
622 [[clang::fallthrough]];
626 [[clang::fallthrough]]; // warning: fallthrough annotation does not
[all …]
H A DDiagnosticSemaKinds.td2010 "strftime format attribute requires 3rd parameter to be 0">;
2012 "format attribute requires variadic function">;
2013 def err_format_attribute_not : Error<"format argument not %0">;
2016 "format attribute cannot specify the implicit this argument as the format "
5058 "format string is not a string literal (potentially insecure)">,
5061 "format string is not a string literal">,
6014 "%select{function|block|method|constructor}2; expected type from format "
6019 "%select{function|block|method|constructor}2; expected type from format "
6043 "%select{function|block|method|constructor}2; expected type from format "
6192 "accepted due to -fheinous-gnu-extensions, but clang may remove support "
[all …]
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m8 #define CF_IMPLICIT_BRIDGING_ENABLED _Pragma("clang arc_cf_code_audited begin")
16 #define CF_IMPLICIT_BRIDGING_DISABLED _Pragma("clang arc_cf_code_audited end")
132 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2)));
278 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC…
379 // Test case 'f4' differs for region store and basic store. See
380 // retain-release-region-store.m and retain-release-basic-store.m.
751 // <rdar://problem/6257780> clang checker fails to catch use-after-release
941 // <rdar://problem/6902710> clang: false positives w/QC and CoreImage methods
950 [context createCGImage:img fromRect:rect format:form colorSpace:cs]; // expected-warning{{leak}}
955 // misinterpreted by clang scan-build
[all …]
H A Dobjcmt-arc-cf-annotations.m.result8 #define CF_IMPLICIT_BRIDGING_ENABLED _Pragma("clang arc_cf_code_audited begin")
16 #define CF_IMPLICIT_BRIDGING_DISABLED _Pragma("clang arc_cf_code_audited end")
138 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2)));
296 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC…
409 // Test case 'f4' differs for region store and basic store. See
410 // retain-release-region-store.m and retain-release-basic-store.m.
793 // <rdar://problem/6257780> clang checker fails to catch use-after-release
983 // <rdar://problem/6902710> clang: false positives w/QC and CoreImage methods
992 [context createCGImage:img fromRect:rect format:form colorSpace:cs]; // expected-warning{{leak}}
997 // misinterpreted by clang scan-build
[all …]
/minix3/external/bsd/bind/dist/
H A DCHANGES448 3906. [protocol] Update URI record format to comply with
772 a TSIG key in named.conf format without comments.
1040 3715. [bug] The region and city databases could fail to
1421 newline format. [RT #22067]
1455 when loading zones in map format. [RT #33381]
1542 3567. [bug] Silence clang static analyzer warnings. [RT #33365]
1552 3562. [func] Update map file header format to include a SHA-1 hash
1618 3539. [port] win32: timestamp format didn't match other platforms.
1676 3524. [func] Added an alternate statistics channel in JSON format,
1845 3475. [cleanup] Changed name of 'map' zone file format (previously
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dretain-release.m2 …tainRelease,osx.cocoa.ClassRelease,osx.cocoa.RetainCount -analyzer-store=region -fblocks -verify -…
3 …tainRelease,osx.cocoa.ClassRelease,osx.cocoa.RetainCount -analyzer-store=region -fblocks -verify -…
120 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2)));
273 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC…
374 // Test case 'f4' differs for region store and basic store. See
375 // retain-release-region-store.m and retain-release-basic-store.m.
746 // <rdar://problem/6257780> clang checker fails to catch use-after-release
936 // <rdar://problem/6902710> clang: false positives w/QC and CoreImage methods
945 [context createCGImage:img fromRect:rect format:form colorSpace:cs]; // expected-warning{{leak}}
950 // misinterpreted by clang scan-build
[all …]