search for: ftemplat

Displaying 13 results from an estimated 13 matches for "ftemplat".

Did you mean: ftemplate
2012 Aug 01
2
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...ot;>; def clang_f_no_strict_enums : ClangFlag<"fno-strict-enums">; def clang_f_fast_math : ClangFlag<"ffast-math">; def clang_o : ClangSingleLetterOption<"o">, MetaVars<["<file>"]>; // And now for a simi-strange one. -ftemplate-depth. def clang_f_template_depth : ClangOption< ["-"], "ftemplate-depth" , (or (joined (str "="), (str:$v0)), (joined (str "-"), (str:$v0))) , "-ftemplate-depth=$v0", (str:$v0)>;...
2012 Aug 09
0
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...g_f_no_strict_enums : ClangFlag<"fno-strict-enums">; > def clang_f_fast_math : ClangFlag<"ffast-math">; > def clang_o : ClangSingleLetterOption<"o">, MetaVars<["<file>"]>; > > // And now for a simi-strange one. -ftemplate-depth. > def clang_f_template_depth > : ClangOption< ["-"], "ftemplate-depth" > , (or (joined (str "="), (str:$v0)), > (joined (str "-"), (str:$v0))) > , "-ftemplate-depth=...
2019 Nov 22
2
Potential problem with -Wunreachable-code
...-parentheses -Wno-tautological-undefined-compare -Wno-tautological-unsigned-zero-compare -Wno-tautological-unsigned-enum-zero-compare -Wno-expansion-to-defined -Wno-format-security -Wnarrowing -Warray-bounds-pointer-arithmetic -Wduplicate-method-match -Wmove -Wunreachable-code -Wno-return-std-move -ftemplate-depth=512 -Wpessimizing-move -gline-tables-only -fprofile-instr-generate -fcoverage-mapping -Og -std=c++14 -Wno-reorder -Wno-literal-suffix -Wcomma -fPIC Thanks, Ian.
2012 Sep 27
4
[LLVMdev] Clang bug?
..._nothrow_assignable<Templ8<int>::Member *&, Templ8<int>::Member *&>' requested here : public is_nothrow_assignable<typename add_lvalue_reference<_Tp>::type, ^ /usr/bin/../lib/c++/v1/utility:250:20: note: (skipping 9 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) is_nothrow_copy_assignable<second_type>::value) ^ /usr/bin/../lib/c++/v1/__config:253:34: note: expanded from macro '_NOEXCEPT_' # define _NOEXCEPT_(x) noexcept(x) ^ /usr/bin/../lib/...
2012 Sep 28
0
[LLVMdev] Clang bug?
...Templ8<int>::Member > *&, Templ8<int>::Member *&>' requested here > : public is_nothrow_assignable<typename add_lvalue_reference<_Tp>::type, > ^ > /usr/bin/../lib/c++/v1/utility:250:20: note: (skipping 9 contexts in > backtrace; use -ftemplate-backtrace-limit=0 to see all) > is_nothrow_copy_assignable<second_type>::value) > ^ > /usr/bin/../lib/c++/v1/__config:253:34: note: expanded from macro '_NOEXCEPT_' > # define _NOEXCEPT_(x) noexcept(x) >...
2012 Sep 05
0
[LLVMdev] Clang/llvm performance tests on FreeBSD 10.0-CURRENT
Hi Dimitry, > I recently performed a series of compiler performance tests on FreeBSD > 10.0-CURRENT, particularly comparing gcc 4.2.1 and gcc 4.7.1 against > clang 3.1 and clang 3.2. > > The attached text file[1] contains more information about the tests, > some semi-cooked performance data, and my conclusions. Any errors and > omissions are also my fault, so if you notice
2012 Sep 28
4
[LLVMdev] Clang bug?
...> *&, Templ8<int>::Member *&>' requested here > > : public is_nothrow_assignable<typename > add_lvalue_reference<_Tp>::type, > > ^ > > /usr/bin/../lib/c++/v1/utility:250:20: note: (skipping 9 contexts in > > backtrace; use -ftemplate-backtrace-limit=0 to see all) > > is_nothrow_copy_assignable<second_type>::value) > > ^ > > /usr/bin/../lib/c++/v1/__config:253:34: note: expanded from macro > '_NOEXCEPT_' > > # define _NOEXCEPT_(x) noexcept(x) > &gt...
2012 Sep 29
0
[LLVMdev] Clang bug?
...nt>::Member *&>' requested here >> > : public is_nothrow_assignable<typename >> > add_lvalue_reference<_Tp>::type, >> > ^ >> > /usr/bin/../lib/c++/v1/utility:250:20: note: (skipping 9 contexts in >> > backtrace; use -ftemplate-backtrace-limit=0 to see all) >> > is_nothrow_copy_assignable<second_type>::value) >> > ^ >> > /usr/bin/../lib/c++/v1/__config:253:34: note: expanded from macro >> > '_NOEXCEPT_' >> > # define _NOEXCEPT...
2018 Jan 17
12
[6.0.0 Release] Release Candidate 1 tagged
Dear testers, Start your engines; 6.0.0-rc1 was just tagged. I know there are still open blockers and it's early in the process in a way, but I'd like to find out where we are. Please run the test script, let me know the results, and upload binaries. Thanks, Hans
2012 Sep 29
1
[LLVMdev] Clang bug?
...' requested here > >> > : public is_nothrow_assignable<typename > >> > add_lvalue_reference<_Tp>::type, > >> > ^ > >> > /usr/bin/../lib/c++/v1/utility:250:20: note: (skipping 9 contexts in > >> > backtrace; use -ftemplate-backtrace-limit=0 to see all) > >> > is_nothrow_copy_assignable<second_type>::value) > >> > ^ > >> > /usr/bin/../lib/c++/v1/__config:253:34: note: expanded from macro > >> > '_NOEXCEPT_' > >>...
2012 Sep 04
4
[LLVMdev] Clang/llvm performance tests on FreeBSD 10.0-CURRENT
Hi all, I recently performed a series of compiler performance tests on FreeBSD 10.0-CURRENT, particularly comparing gcc 4.2.1 and gcc 4.7.1 against clang 3.1 and clang 3.2. The attached text file[1] contains more information about the tests, some semi-cooked performance data, and my conclusions. Any errors and omissions are also my fault, so if you notice them, please let me know. The
2017 Jul 26
15
[5.0.0 Release] Release Candidate 1 tagged
Dear testers, 5.0.0-rc1 has just been tagged. Please build, test and upload binaries to the sftp. Let me know if there are any issues. I'll upload sources, docs, and your binaries to the pre-release website once they're ready. Thanks, Hans
2019 Apr 30
6
Disk space and RAM requirements in docs
...anitizer-feature.cpp.tmp.1 60K build/tools/clang/test/Modules/Output/builtin-import.mm.tmp 60K build/tools/clang/test/Modules/Output/at-import-in-framework-header.m.tmp 60K build/tools/clang/test/Index/Output/preamble-with-implicit-import.m.tmp 60K build/tools/clang/test/Index/Output/overriding-ftemplate-comments.cpp.tmp 60K build/tools/clang/test/Index/Output/complete-modules.m.tmp 60K build/tools/clang/test/Index/Output/complete-module-undef.m.tmp 60K build/tools/clang/test/CXX/modules-ts/basic/basic.link/p2 60K build/tools/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct 60K build/tools/clang/t...