The Week Of Monday 2 November 2015 Archives by author
Starting: Mon Nov 2 01:01:44 PST 2015
Ending: Sun Nov 8 22:57:30 PST 2015
Messages: 529
- [PATCH] D14358: DWARF's forward decl of a template should have template parameters.
Robinson, Paul via cfe-commits
- [PATCH] D14358: DWARF's forward decl of a template should have template parameters.
Robinson, Paul via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Aaron Ballman via cfe-commits
- [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Aaron Ballman via cfe-commits
- [PATCH] D12922: Add support for function attribute "notail"
Aaron Ballman via cfe-commits
- [PATCH] D12922: Add support for function attribute "notail"
Aaron Ballman via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Aaron Ballman via cfe-commits
- [PATCH] D12031: Const std::move() argument ClangTidy check
Aaron Ballman via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Aaron Ballman via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Aaron Ballman via cfe-commits
- [PATCH] D14316: [Concepts] Add diagnostics which fall under [dcl.spec.concept]p1
Aaron Ballman via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Aaron Ballman via cfe-commits
- r252047 - Silence "enumeral and non-enumeral type in conditional expression" warning; NFC.
Aaron Ballman via cfe-commits
- r252055 - Improving the diagnostic for cases where the attribute only appertains to a function with a prototype.
Aaron Ballman via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Aaron Ballman via cfe-commits
- [PATCH] D12922: Add support for function attribute "notail"
Aaron Ballman via cfe-commits
- [PATCH] Allow pointer decay and qual stripping for _Generic
Aaron Ballman via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Aaron Ballman via cfe-commits
- [PATCH] D12359: New warning -Wnonconst-parameter when a pointer parameter can be const
Aaron Ballman via cfe-commits
- [PATCH] Allow pointer decay and qual stripping for _Generic
Aaron Ballman via cfe-commits
- r252104 - The control expression for a _Generic selection expression should have
Aaron Ballman via cfe-commits
- [PATCH] Allow pointer decay and qual stripping for _Generic
Aaron Ballman via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Aaron Ballman via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Aaron Ballman via cfe-commits
- [PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Aaron Ballman via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Aaron Ballman via cfe-commits
- [PATCH] D13048: Fix for merging decls in pragma weak
Aaron Ballman via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Aaron Ballman via cfe-commits
- [PATCH] D12547: Add support for function attribute "disable_tail_calls"
Aaron Ballman via cfe-commits
- r252314 - Fixing line endings; NFC.
Aaron Ballman via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Aaron Ballman via cfe-commits
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Aaron Ballman via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Aaron Ballman via cfe-commits
- [PATCH] D9600: Add scan-build python implementation
Aaron Ballman via cfe-commits
- [PATCH] D14358: DWARF's forward decl of a template should have template parameters.
Adrian Prantl via cfe-commits
- [PATCH] D12922: Add support for function attribute "notail"
Akira Hatanaka via cfe-commits
- [PATCH] D12922: Add support for function attribute "notail"
Akira Hatanaka via cfe-commits
- [PATCH] D12922: Add support for function attribute "notail"
Akira Hatanaka via cfe-commits
- [PATCH] D12922: Add support for function attribute "notail"
Akira Hatanaka via cfe-commits
- [PATCH] D12922: Add support for function attribute "notail"
Akira Hatanaka via cfe-commits
- [PATCH] D13834: Produce a better diagnostic for global register variables
Akira Hatanaka via cfe-commits
- [PATCH] D12547: Add support for function attribute "disable_tail_calls"
Akira Hatanaka via cfe-commits
- r252369 - Add support for function attribute 'not_tail_called'.
Akira Hatanaka via cfe-commits
- [PATCH] D12922: Add support for function attribute "notail"
Akira Hatanaka via cfe-commits
- r252376 - Use regex in test case.
Akira Hatanaka via cfe-commits
- [PATCH] D14471: [AArch64] Fix a crash in driver
Akira Hatanaka via cfe-commits
- [PATCH] D14149: __builtin_signbit fix for ppcf128 type
Aleksandar Beserminji via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Aleksei Sidorin via cfe-commits
- [PATCH] D14326: ASTImporter: expressions, pt.2
Aleksei Sidorin via cfe-commits
- [PATCH] D14277: [Analyzer] Make referenced SymbolMetadata live even if its region is dead
Aleksei Sidorin via cfe-commits
- [PATCH] D14277: [Analyzer] Make referenced SymbolMetadata live even if its region is dead
Aleksei Sidorin via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Aleksei Sidorin via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Aleksei Sidorin via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D14204: Fix crash in redundant-void-arg check.
Alexander Kornienko via cfe-commits
- [PATCH] D14204: Fix crash in redundant-void-arg check.
Alexander Kornienko via cfe-commits
- [PATCH] D14229: Remove unreachable that was reached in modernize-use-nullptr.
Alexander Kornienko via cfe-commits
- [PATCH] D14238: Fix another crash in the redundant-void-arg check.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r250824 - Apply modernize-use-default to clang-tools-extra.
Alexander Kornienko via cfe-commits
- [PATCH] D14191: Make ArgumentAdjuster aware of the current file being processed.
Alexander Kornienko via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- r251842 - Make hasLHS and hasRHS matchers available for ArraySubscriptExpr
Alexander Kornienko via cfe-commits
- r251843 - Remove empty directories.
Alexander Kornienko via cfe-commits
- [PATCH] D12031: Const std::move() argument ClangTidy check
Alexander Kornienko via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Alexander Kornienko via cfe-commits
- [PATCH] D12031: Const std::move() argument ClangTidy check
Alexander Kornienko via cfe-commits
- [PATCH] D12031: Const std::move() argument ClangTidy check
Alexander Kornienko via cfe-commits
- [PATCH] D12473: [clang-tidy] Add old style function check
Alexander Kornienko via cfe-commits
- r252066 - Removed mentions of clang-modernize, added a short description of clang-tidy.
Alexander Kornienko via cfe-commits
- r252068 - Fixed header levels.
Alexander Kornienko via cfe-commits
- r252069 - Fixed a link.
Alexander Kornienko via cfe-commits
- [PATCH] D14191: Make ArgumentAdjuster aware of the current file being processed.
Alexander Kornienko via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- r252134 - Make ArgumentAdjuster aware of the current file being processed.
Alexander Kornienko via cfe-commits
- [PATCH] D14191: Make ArgumentAdjuster aware of the current file being processed.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r252138 - Accommodate interface change in r252134.
Alexander Kornienko via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r252207 - Refactor: Simplify boolean conditional return statements in clang-apply-replacements
Alexander Kornienko via cfe-commits
- [PATCH] D10025: Refactor: Simplify boolean conditional return statements in clang-apply-replacements
Alexander Kornienko via cfe-commits
- [PATCH] D8149: Add hasUnderlyingType narrowing matcher for TypedefDecls, functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Alexander Kornienko via cfe-commits
- [PATCH] D7982: Add readability-duplicate-include check to clang-tidy
Alexander Kornienko via cfe-commits
- [PATCH] D9556: [clang-tidy] Support for Static Analyzer plugins (clang part)
Alexander Kornienko via cfe-commits
- [PATCH] D9556: [clang-tidy] Support for Static Analyzer plugins (clang part)
Alexander Kornienko via cfe-commits
- [PATCH] D13746: [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index
Alexander Kornienko via cfe-commits
- [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Alexander Kornienko via cfe-commits
- [PATCH] D9556: [clang-tidy] Support for Static Analyzer plugins (clang part)
Alexander Kornienko via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r252248 - [clang-tidy] readability-named-parameter: don't complain about implicit parameters
Alexander Kornienko via cfe-commits
- r252256 - Refactor: simplify boolean conditional return statements in lib/Analysis
Alexander Kornienko via cfe-commits
- [PATCH] D10008: Refactor: simplify boolean conditional return statements in lib/Analysis
Alexander Kornienko via cfe-commits
- r252261 - Refactor: Simplify boolean conditional return statements in lib/ARCMigrate
Alexander Kornienko via cfe-commits
- [PATCH] D10009: Refactor: Simplify boolean conditional return statements in lib/ARCMigrate
Alexander Kornienko via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Alexander Kornienko via cfe-commits
- [PATCH] D14384: [ARM] Clang gives unintended warning message for 'mthumb' + M-profiles
Alexandros Lamprineas via cfe-commits
- r252175 - [ARM] Clang gives unintended warning message for 'mthumb' + M-profiles:
Alexandros Lamprineas via cfe-commits
- [PATCH] D14441: [OpenCL] Pipe types support.
Alexey Bader via cfe-commits
- r251786 - [x86] Front-end part of MCU psABI support
Andrey Bokhanko via cfe-commits
- [PATCH] D14205: [x86] Front-end part of MCU psABI support
Andrey Bokhanko via cfe-commits
- [PATCH] D14285: [x86] Additional small fix for MCU psABI support
Andrey Bokhanko via cfe-commits
- r252156 - [x86] Additional small fix for MCU psABI support
Andrey Bokhanko via cfe-commits
- [PATCH] D14198: Make the modernize-loop-convert's const-detection smarter.
Angel Garcia via cfe-commits
- [PATCH] D14198: Make the modernize-loop-convert's const-detection smarter.
Angel Garcia via cfe-commits
- [PATCH] D14225: Try to fix buildbots failure.
Angel Garcia via cfe-commits
- [PATCH] D14225: Try to fix buildbots failure.
Angel Garcia via cfe-commits
- [PATCH] D14204: Fix crash in redundant-void-arg check.
Angel Garcia via cfe-commits
- [PATCH] D14204: Fix crash in redundant-void-arg check.
Angel Garcia via cfe-commits
- [PATCH] D14204: Fix crash in redundant-void-arg check.
Angel Garcia via cfe-commits
- [PATCH] D14229: Remove unreachable that was reached in modernize-use-nullptr.
Angel Garcia via cfe-commits
- [PATCH] D14229: Remove unreachable that was reached in modernize-use-nullptr.
Angel Garcia via cfe-commits
- [PATCH] D14238: Fix another crash in the redundant-void-arg check.
Angel Garcia via cfe-commits
- [PATCH] D14198: Make the modernize-loop-convert's const-detection smarter.
Angel Garcia via cfe-commits
- [PATCH] D14282: Improve more the const-detection in modernize-loop-convert.
Angel Garcia via cfe-commits
- [PATCH] D14289: Handle correctly containers that are data members in modernize-loop-convert.
Angel Garcia via cfe-commits
- [PATCH] D14282: Improve more the const-detection in modernize-loop-convert.
Angel Garcia via cfe-commits
- [PATCH] D14289: Handle correctly containers that are data members in modernize-loop-convert.
Angel Garcia via cfe-commits
- [PATCH] D14291: Improve modernize-make-unique matcher.
Angel Garcia via cfe-commits
- [PATCH] D14378: Fix another case where loop-convert wasn't handling correctly data members.
Angel Garcia via cfe-commits
- [PATCH] D14378: Fix another case where loop-convert wasn't handling correctly data members.
Angel Garcia via cfe-commits
- [PATCH] D14437: Avoid naming conflicts with the old index in modernize-loop-convert.
Angel Garcia via cfe-commits
- [PATCH] D14438: Use the old index identifier by default, instead of 'elem'.
Angel Garcia via cfe-commits
- [PATCH] D14442: Allow the alias to be of a different type.
Angel Garcia via cfe-commits
- [PATCH] D14442: Allow the alias to be of a different type.
Angel Garcia via cfe-commits
- [PATCH] D14442: Allow the alias to be of a different type.
Angel Garcia via cfe-commits
- [clang-tools-extra] r251788 - modernize-use-default supports copy constructor and copy-assignment operator.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r251790 - Try to fix buildbots failure.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r251792 - Fix crash in redundant-void-arg check.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r251803 - Remove unreachable that was reached in modernize-use-nullptr.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r251807 - Fix another crash in the redundant-void-arg check.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r251808 - Make the modernize-loop-convert's const-detection smarter.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r251940 - Improve more the const-detection in modernize-loop-convert.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r251943 - Handle correctly containers that are data members in modernize-loop-convert.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r252041 - Improve modernize-make-unique matcher.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r252278 - Fix another case where loop-convert wasn't handling correctly data members.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r252303 - Avoid naming conflicts with the old index in modernize-loop-convert.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r252308 - Use the old index identifier by default, instead of 'elem'.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r252315 - Allow the alias to be of a different type.
Angel Garcia Gomez via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Anna Zaks via cfe-commits
- [PATCH] D14170: Fix false positive warning about memory leak for QApplication::postEvent
Anna Zaks via cfe-commits
- [PATCH] D14303: [analyzer] Add 'optin' checker package and move localizability checkers into it.
Anna Zaks via cfe-commits
- [PATCH] D14170: Fix false positive warning about memory leak for QApplication::postEvent
Anna Zaks via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Anna Zaks via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Anna Zaks via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Anna Zaks via cfe-commits
- [PATCH] D14403: Create install targets for scan-build and scan-view
Anna Zaks via cfe-commits
- Porting Clang to a new architecture
Ariel Arelovich via cfe-commits
- [PATCH] D13144: [CUDA] propagate to CUDA sub-compilations target triple of opposite side.
Artem Belevich via cfe-commits
- [PATCH] D13144: [CUDA] propagate to CUDA sub-compilations target triple of opposite side.
Artem Belevich via cfe-commits
- [PATCH] D13144: [CUDA] propagate to CUDA sub-compilations target triple of opposite side.
Artem Belevich via cfe-commits
- [PATCH] D14172: [libcxx] Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake via cfe-commits
- [PATCH] D14292: [libcxx] Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Asiri Rathnayake via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Asiri Rathnayake via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Asiri Rathnayake via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Asiri Rathnayake via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Asiri Rathnayake via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Asiri Rathnayake via cfe-commits
- [PATCH] D14292: [libcxx] Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake via cfe-commits
- [PATCH] D14403: Create install targets for scan-build and scan-view
Ben Craig via cfe-commits
- [PATCH] D11944: Nativize filename in FileManager::getFile().
Benjamin Kramer via cfe-commits
- [PATCH] D14325: [clang-format] Do not align assignments that aren't after the same number of commas. (Closes: 25329)
Beren Minor via cfe-commits
- [PATCH] D14325: [clang-format] Do not align assignments that aren't after the same number of commas. (Closes: 25329)
Beren Minor via cfe-commits
- [PATCH] D14325: [clang-format] Do not align assignments that aren't after the same number of commas. (Closes: 25329)
Beren Minor via cfe-commits
- [PATCH] D14325: [clang-format] Do not align assignments that aren't after the same number of commas. (Closes: 25329)
Beren Minor via cfe-commits
- [PATCH] D14325: [clang-format] Do not align assignments that aren't after the same number of commas. (Closes: 25329)
Beren Minor via cfe-commits
- [PATCH] D14325: [clang-format] Do not align assignments that aren't after the same number of commas. (Closes: 25329)
Beren Minor via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Beren Minor via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Chad Rosier via cfe-commits
- [PATCH] D14403: Create install targets for scan-build and scan-view
Chris Bieneman via cfe-commits
- r251900 - Fix a couple intrinsic header comments. NFC
Craig Topper via cfe-commits
- r251902 - [X86] Rounding mode for roundps/pd/ss/sd builtins should be an ICE.
Craig Topper via cfe-commits
- [PATCH] D11752: [X86] Pre-define __MOVBE__ when the target supports it.
Craig Topper via cfe-commits
- r252397 - Fix indentation. NFC
Craig Topper via cfe-commits
- r252398 - Use makeArrayRef instead of explicitly mentioning the type. NFC
Craig Topper via cfe-commits
- r252399 - Make SemaBuiltinCpuSupports a static function. NFC.
Craig Topper via cfe-commits
- r252400 - Make a couple methods static.
Craig Topper via cfe-commits
- [libcxx] r252274 - Cleanup foo.h headers and __config to work in C
Dan Albert via cfe-commits
- r252201 - [WebAssembly] Update wasm builtin functions to match spec changes.
Dan Gohman via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Daniel Berlin via cfe-commits
- r251824 - clang-format: Simplify and improve stop condition for formatting
Daniel Jasper via cfe-commits
- [PATCH] D14325: [clang-format] Do not align assignments that aren't after the same number of commas. (Closes: 25329)
Daniel Jasper via cfe-commits
- r252089 - clang-format: Turn on wrapping before "else" for WebKit style.
Daniel Jasper via cfe-commits
- [PATCH] D14325: [clang-format] Do not align assignments that aren't after the same number of commas. (Closes: 25329)
Daniel Jasper via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Daniel Jasper via cfe-commits
- [PATCH] D14191: Make ArgumentAdjuster aware of the current file being processed.
Daniel Jasper via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Daniel Jasper via cfe-commits
- [PATCH] D14484: Formatting constructor initializer lists by putting them always on different lines
Daniel Jasper via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
David Blaikie via cfe-commits
- [PATCH] D14358: DWARF's forward decl of a template should have template parameters.
David Blaikie via cfe-commits
- r251783 - [MS ABI] Don't zero-initialize vbptrs in bases
David Majnemer via cfe-commits
- [PATCH] D13786: [Sema] Implement __make_integer_seq
David Majnemer via cfe-commits
- r251941 - Remove unused #include
David Majnemer via cfe-commits
- [PATCH] D13786: [Sema] Implement __make_integer_seq
David Majnemer via cfe-commits
- [PATCH] D13786: [Sema] Implement __make_integer_seq
David Majnemer via cfe-commits
- r252036 - [Sema] Implement __make_integer_seq
David Majnemer via cfe-commits
- [PATCH] D13786: [Sema] Implement __make_integer_seq
David Majnemer via cfe-commits
- [PATCH] D14349: [Lex] Add __has_builtin support for __make_integer_seq
David Majnemer via cfe-commits
- r252115 - [Lex] Add __has_builtin support for __make_integer_seq
David Majnemer via cfe-commits
- [PATCH] D14349: [Lex] Add __has_builtin support for __make_integer_seq
David Majnemer via cfe-commits
- r252120 - Fix build break
David Majnemer via cfe-commits
- [PATCH] D14467: [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions.
Denis Zobnin via cfe-commits
- r251966 - [analyzer] Move the ObjCGenericsChecker out of the alpha package.
Devin Coughlin via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Devin Coughlin via cfe-commits
- [PATCH] D14303: [analyzer] Add 'optin' checker package and move localizability checkers into it.
Devin Coughlin via cfe-commits
- [PATCH] D14345: [analyzer] Update SATestBuild.py to enable a 'download and patch' model for projects.
Devin Coughlin via cfe-commits
- [PATCH] D14303: [analyzer] Add 'optin' checker package and move localizability checkers into it.
Devin Coughlin via cfe-commits
- r252080 - [analyzer] Add 'optin' checker package and move localizability checkers into it.
Devin Coughlin via cfe-commits
- [PATCH] D14303: [analyzer] Add 'optin' checker package and move localizability checkers into it.
Devin Coughlin via cfe-commits
- [PATCH] D14345: [analyzer] Update SATestBuild.py to enable a 'download and patch' model for projects.
Devin Coughlin via cfe-commits
- r252185 - [analyzer] Update RegionStoreManager::getBinding to handle BlockDataRegions
Devin Coughlin via cfe-commits
- r252410 - [analyzer] Update SATestBuild.py to enable a 'download and patch' model for projects.
Devin Coughlin via cfe-commits
- [PATCH] D14345: [analyzer] Update SATestBuild.py to enable a 'download and patch' model for projects.
Devin Coughlin via cfe-commits
- [Diffusion] rL246882: Don't crash on a self-alias declaration
Dimitry Andric via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Dmitri Gribenko via cfe-commits
- r251874 - Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor via cfe-commits
- r251877 - Eliminate "rewritten decls" from the AST writer. NFC
Douglas Gregor via cfe-commits
- r251874 - Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor via cfe-commits
- r251949 - Simplify Sema::ProcessPropertyDecl. NFC
Douglas Gregor via cfe-commits
- r251955 - Introduce module file extensions to piggy-back data onto module files.
Douglas Gregor via cfe-commits
- [PATCH] D14266: CodeGen: Update for debug info API change.Depends on D14265.
Duncan P. N. Exon Smith via cfe-commits
- r252358 - CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith via cfe-commits
- r252360 - StaticAnalyzer: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith via cfe-commits
- [libcxx] r252274 - Cleanup foo.h headers and __config to work in C
Eric Fiselier via cfe-commits
- [PATCH] D14410: Cleanup: move all visibility attributes to the first declaration.
Eric Fiselier via cfe-commits
- [PATCH] D14130: Delete dead code in the LibcxxAndAbiBuilder
Eric Fiselier via cfe-commits
- [PATCH] D13673: Add initial support for the MUSL C library.
Eric Fiselier via cfe-commits
- [PATCH] D10677: Allow deque to handle incomplete types
Eric Fiselier via cfe-commits
- [PATCH] D14410: Cleanup: move all visibility attributes to the first declaration.
Eric Fiselier via cfe-commits
- [PATCH] D14410: Cleanup: move all visibility attributes to the first declaration.
Eric Fiselier via cfe-commits
- [PATCH] D11752: [X86] Pre-define __MOVBE__ when the target supports it.
Erik Verbruggen via cfe-commits
- [PATCH] D14329: Show inclusions from a preamble in clang_getInclusions.
Erik Verbruggen via cfe-commits
- r252045 - Initialize member field.
Erik Verbruggen via cfe-commits
- [PATCH] D14311: [Clang] Fix some Clang-tidy modernize warnings, other minor fixes
Eugene Zelenko via cfe-commits
- r252081 - Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko via cfe-commits
- [PATCH] D14170: Fix false positive warning about memory leak for QApplication::postEvent
Evgeniy Dushistov via cfe-commits
- [PATCH] D14170: Fix false positive warning about memory leak for QApplication::postEvent
Evgeniy Dushistov via cfe-commits
- [PATCH] D14170: Fix false positive warning about memory leak for QApplication::postEvent
Evgeniy Dushistov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D10677: Allow deque to handle incomplete types
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- [PATCH] D14409: Remove visibility attributes from out-of-class method definitions in iostreams.
Evgeniy Stepanov via cfe-commits
- [PATCH] D14410: Cleanup: move all visibility attributes to the first declaration.
Evgeniy Stepanov via cfe-commits
- [PATCH] D14411: Use __attribute__((internal_linkage)) when available.
Evgeniy Stepanov via cfe-commits
- [PATCH] D12382: Extend linux header search to find libc++ headers in c++/vN for any N.
Evgeniy Stepanov via cfe-commits
- [PATCH] D12382: Extend linux header search to find libc++ headers in c++/vN for any N.
Evgeniy Stepanov via cfe-commits
- [PATCH] D14410: Cleanup: move all visibility attributes to the first declaration.
Evgeniy Stepanov via cfe-commits
- [libcxx] r252350 - Allow deque to handle incomplete types.
Evgeniy Stepanov via cfe-commits
- [PATCH] D10677: Allow deque to handle incomplete types
Evgeniy Stepanov via cfe-commits
- [PATCH] D14410: Cleanup: move all visibility attributes to the first declaration.
Evgeniy Stepanov via cfe-commits
- [libcxx] r252385 - Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov via cfe-commits
- [PATCH] D14410: Cleanup: move all visibility attributes to the first declaration.
Evgeniy Stepanov via cfe-commits
- [PATCH] D14274: Add alloc_size attribute to clang
George Burgess IV via cfe-commits
- [PATCH] D14345: [analyzer] Update SATestBuild.py to enable a 'download and patch' model for projects.
Gábor Horváth via cfe-commits
- [PATCH] D9556: [clang-tidy] Support for Static Analyzer plugins (clang part)
Gábor Horváth via cfe-commits
- r252056 - clang-cl: Parse the /guard:cf[-] flag (PR25400)
Hans Wennborg via cfe-commits
- [PATCH] D14311: [Clang] Fix some Clang-tidy modernize warnings, other minor fixes
Hans Wennborg via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Hans Wennborg via cfe-commits
- [PATCH] D14316: [Concepts] Add diagnostics which fall under [dcl.spec.concept]p1
Hubert Tong via cfe-commits
- [PATCH] D14352: Add diagnostics which fall under [dcl.spec.concept]p5
Hubert Tong via cfe-commits
- [PATCH] D14352: Add diagnostics which fall under [dcl.spec.concept]p5
Hubert Tong via cfe-commits
- [PATCH] D14352: Add diagnostics which fall under [dcl.spec.concept]p5
Hubert Tong via cfe-commits
- [Diffusion] rL251335: MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
Ismail Pazarbasi via cfe-commits
- [Diffusion] rL251335: MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
Ismail Pazarbasi via cfe-commits
- [PATCH] D14484: Formatting constructor initializer lists by putting them always on different lines
JVApen via cfe-commits
- [PATCH] D14484: Formatting constructor initializer lists by putting them always on different lines
JVApen via cfe-commits
- [Diffusion] rL244063: Add missing atomic libcall support.
James Y Knight via cfe-commits
- [PATCH] D14385: Correct atomic libcall support for __atomic_*_fetch builtins.
James Y Knight via cfe-commits
- [PATCH] D14385: Correct atomic libcall support for __atomic_*_fetch builtins.
James Y Knight via cfe-commits
- [PATCH] D14385: Correct atomic libcall support for __atomic_*_fetch builtins.
James Y Knight via cfe-commits
- Porting Clang to a new architecture
Joerg Sonnenberger via cfe-commits
- [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Joerg Sonnenberger via cfe-commits
- Porting Clang to a new architecture
Joerg Sonnenberger via cfe-commits
- [libcxx] r252274 - Cleanup foo.h headers and __config to work in C
Joerg Sonnenberger via cfe-commits
- r251041 - Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall via cfe-commits
- r252187 - After some discussion, promote -fobjc-weak to a driver option.
John McCall via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
John McCall via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Jonathan Roelofs via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Jonathan Roelofs via cfe-commits
- [PATCH] D14403: Create install targets for scan-build and scan-view
Jonathan Roelofs via cfe-commits
- [PATCH] D14403: Create install targets for scan-build and scan-view
Jonathan Roelofs via cfe-commits
- [PATCH] D14403: Create install targets for scan-build and scan-view
Jonathan Roelofs via cfe-commits
- [PATCH] D14403: Create install targets for scan-build and scan-view
Jonathan Roelofs via cfe-commits
- [PATCH] D14403: Create install targets for scan-build and scan-view
Jonathan Roelofs via cfe-commits
- [PATCH] D13973: CFG: Delay creating Dtors for CompoundStmts which end in ReturnStmt
Jordan Rose via cfe-commits
- [PATCH] D14277: [Analyzer] Make referenced SymbolMetadata live even if its region is dead
Jordan Rose via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Jun Bum Lim via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Jun Bum Lim via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Jun Bum Lim via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Jun Bum Lim via cfe-commits
- [PATCH] D14134: [OpenMP] Parsing and sema support for map clause
Kelvin Li via cfe-commits
- r252229 - Fix crash in EmitDeclMetadata mode
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
Kevin Funk via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Kim Gräsman via cfe-commits
- [PATCH] D14440: [tsan] Add Clang frontend support for TSan on OS X
Kuba Brecka via cfe-commits
- r252310 - [tsan] Add Clang frontend support for TSan on OS X
Kuba Brecka via cfe-commits
- r252311 - Followup test failure fix for r252310 ("[tsan] Add Clang frontend support for TSan on OS X").
Kuba Brecka via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Larisse Voufo via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Larisse Voufo via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Larisse Voufo via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Larisse Voufo via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Larisse Voufo via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Larisse Voufo via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Larisse Voufo via cfe-commits
- [PATCH] D14418: [Extension] Optimizing const objects with mutable fields.
Larisse Voufo via cfe-commits
- [PATCH] D14419: [Extension --> Completeness] Relax rules for writeonce candidacy...
Larisse Voufo via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Manman Ren via cfe-commits
- [PATCH] D11944: Nativize filename in FileManager::getFile().
Manuel Klimek via cfe-commits
- [PATCH] D14198: Make the modernize-loop-convert's const-detection smarter.
Manuel Klimek via cfe-commits
- [PATCH] D5767: Template Instantiation Observer + a few other templight-related changes
Manuel Klimek via cfe-commits
- [PATCH] D14198: Make the modernize-loop-convert's const-detection smarter.
Manuel Klimek via cfe-commits
- [PATCH] D14282: Improve more the const-detection in modernize-loop-convert.
Manuel Klimek via cfe-commits
- [PATCH] D14289: Handle correctly containers that are data members in modernize-loop-convert.
Manuel Klimek via cfe-commits
- [PATCH] D14291: Improve modernize-make-unique matcher.
Manuel Klimek via cfe-commits
- [PATCH] D14353: Allow use of private headers in different sub-modules.
Manuel Klimek via cfe-commits
- [PATCH] D14353: Allow use of private headers in different sub-modules.
Manuel Klimek via cfe-commits
- [PATCH] D14353: Allow use of private headers in different sub-modules.
Manuel Klimek via cfe-commits
- r252170 - Allow use of private headers in different sub-modules.
Manuel Klimek via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Manuel Klimek via cfe-commits
- [PATCH] D14378: Fix another case where loop-convert wasn't handling correctly data members.
Manuel Klimek via cfe-commits
- [PATCH] D13973: CFG: Delay creating Dtors for CompoundStmts which end in ReturnStmt
Manuel Klimek via cfe-commits
- [PATCH] D14437: Avoid naming conflicts with the old index in modernize-loop-convert.
Manuel Klimek via cfe-commits
- [PATCH] D14438: Use the old index identifier by default, instead of 'elem'.
Manuel Klimek via cfe-commits
- [PATCH] D14442: Allow the alias to be of a different type.
Manuel Klimek via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Manuel Klimek via cfe-commits
- [PATCH] D14442: Allow the alias to be of a different type.
Manuel Klimek via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Manuel Klimek via cfe-commits
- [PATCH] D14442: Allow the alias to be of a different type.
Manuel Klimek via cfe-commits
- [libcxx] r251802 - Remove undefined behavior from some tests. Thanks to Walter Brown for the heads-up.
Marshall Clow via cfe-commits
- [libcxx] r251804 - Remove undefined behavior from some tests. Same pattern as the unitialized_copy tests
Marshall Clow via cfe-commits
- [libcxx] r251836 - Make reverse() call iter_swap like the standard says, instead of calling swap directly. No real change.
Marshall Clow via cfe-commits
- [libcxx] r252195 - Implement P0092R1 for C++1z
Marshall Clow via cfe-commits
- [libcxx] r252199 - Mark LWG issue #2234. We already do this; no code change needed
Marshall Clow via cfe-commits
- [libcxx] r252406 - More of P0006R0: type traits variable aliases for C++17.
Marshall Clow via cfe-commits
- [libcxx] r252407 - Implement LWG#2353: std::next is over-constrained
Marshall Clow via cfe-commits
- [libcxx] r252408 - Mark LWG#2224 as complete. Wording change only, no code changes required
Marshall Clow via cfe-commits
- [PATCH] D14179: Remove some legacy mingw-w64 gcc struct info
Martell Malone via cfe-commits
- [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target
Martell Malone via cfe-commits
- r251930 - Remove some legacy mingw-w64 gcc struct info
Martell Malone via cfe-commits
- [PATCH] D14179: Remove some legacy mingw-w64 gcc struct info
Martell Malone via cfe-commits
- [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target
Martell Malone via cfe-commits
- [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target
Martell Malone via cfe-commits
- [PATCH] D14179: Remove some legacy mingw-w64 gcc struct info
Martell Malone via cfe-commits
- [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Matthias Gehre via cfe-commits
- [PATCH] D13973: CFG: Delay creating Dtors for CompoundStmts which end in ReturnStmt
Matthias Gehre via cfe-commits
- [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Matthias Gehre via cfe-commits
- [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Matthias Gehre via cfe-commits
- [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Matthias Gehre via cfe-commits
- [PATCH] D13746: [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index
Matthias Gehre via cfe-commits
- [clang-tools-extra] r252425 - [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Matthias Gehre via cfe-commits
- [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Matthias Gehre via cfe-commits
- [PATCH] D13388: Add support for querying the visibility of a cursor
Michael Wu via cfe-commits
- [PATCH] D14179: Remove some legacy mingw-w64 gcc struct info
NAKAMURA Takumi via cfe-commits
- r252128 - TestModuleFileExtension.cpp: Include <cstdio> explicitly for fprintf(3).
NAKAMURA Takumi via cfe-commits
- [PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization
Nathan Wilson via cfe-commits
- [PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization
Nathan Wilson via cfe-commits
- [PATCH] D14316: [Concepts] Add diagnostics which fall under [dcl.spec.concept]p1
Nathan Wilson via cfe-commits
- r252061 - [Concepts] Add diagnostics which fall under [dcl.spec.concept]p1
Nathan Wilson via cfe-commits
- [PATCH] D14316: [Concepts] Add diagnostics which fall under [dcl.spec.concept]p1
Nathan Wilson via cfe-commits
- [PATCH] D14352: Add diagnostics which fall under [dcl.spec.concept]p5
Nathan Wilson via cfe-commits
- [PATCH] D14352: Add diagnostics which fall under [dcl.spec.concept]p5
Nathan Wilson via cfe-commits
- [PATCH] D14352: Add diagnostics which fall under [dcl.spec.concept]p5
Nathan Wilson via cfe-commits
- [PATCH] D12686: Add support for GCC's '__auto_type' extension.
Nicholas Allegra via cfe-commits
- r251041 - Define weak and __weak to mean ARC-style weak references, even in MRC.
Nico Weber via cfe-commits
- r251041 - Define weak and __weak to mean ARC-style weak references, even in MRC.
Nico Weber via cfe-commits
- [PATCH] D14358: DWARF's forward decl of a template should have template parameters.
Paul Robinson via cfe-commits
- [PATCH] D14358: DWARF's forward decl of a template should have template parameters.
Paul Robinson via cfe-commits
- [PATCH] D14358: DWARF's forward decl of a template should have template parameters.
Paul Robinson via cfe-commits
- [PATCH] D14358: DWARF's forward decl of a template should have template parameters.
Paul Robinson via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
Paul Robinson via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
Paul Robinson via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
Paul Robinson via cfe-commits
- r252307 - Fix __builtin_signbit for ppcf128 type
Petar Jovanovic via cfe-commits
- [PATCH] D14149: __builtin_signbit fix for ppcf128 type
Petar Jovanovic via cfe-commits
- [PATCH] D14266: CodeGen: Update for debug info API change.Depends on D14265.
Peter Collingbourne via cfe-commits
- r252220 - CodeGen: Update for debug info API change.
Peter Collingbourne via cfe-commits
- [PATCH] D14266: CodeGen: Update for debug info API change.Depends on D14265.
Peter Collingbourne via cfe-commits
- [libunwind] r252452 - Make it possible to use libunwind without heap.
Peter Zotov via cfe-commits
- [PATCH] D14205: [x86] Front-end part of MCU psABI support
Phabricator via cfe-commits
- [PATCH] D14311: [Clang] Fix some Clang-tidy modernize warnings, other minor fixes
Phabricator via cfe-commits
- [PATCH] D14285: [x86] Additional small fix for MCU psABI support
Phabricator via cfe-commits
- [PATCH] D14384: [ARM] Clang gives unintended warning message for 'mthumb' + M-profiles
Phabricator via cfe-commits
- [PATCH] D13959: Fix crash in EmitDeclMetadata mode
Phabricator via cfe-commits
- [PATCH] D14440: [tsan] Add Clang frontend support for TSan on OS X
Phabricator via cfe-commits
- [PATCH] D12473: [clang-tidy] Add old style function check
Piotr Dziwinski via cfe-commits
- r251810 - Sink some PTHManager includes out of Preprocessor.h
Reid Kleckner via cfe-commits
- r251828 - [PTH] Fix data length used for stat cache entries
Reid Kleckner via cfe-commits
- [PATCH] D14259: The maximum alignment of std::aligned_storage applies to all Windows compilers
Reid Kleckner via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Reid Kleckner via cfe-commits
- [PATCH] D14179: Remove some legacy mingw-w64 gcc struct info
Reid Kleckner via cfe-commits
- [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target
Reid Kleckner via cfe-commits
- [PATCH] D14285: [x86] Additional small fix for MCU psABI support
Reid Kleckner via cfe-commits
- [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target
Reid Kleckner via cfe-commits
- [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target
Reid Kleckner via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Reid Kleckner via cfe-commits
- [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target
Reid Kleckner via cfe-commits
- r252107 - Fix nullptr crash in -Wthread-safety-beta
Reid Kleckner via cfe-commits
- [PATCH] D14239: mips-mti-linux TC + debug log
Renato Golin via cfe-commits
- [PATCH] D14184: [clang] Add initial support for -meabi flag
Renato Golin via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Renato Golin via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Renato Golin via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Renato Golin via cfe-commits
- [PATCH] D14384: [ARM] Clang gives unintended warning message for 'mthumb' + M-profiles
Renato Golin via cfe-commits
- [PATCH] D14184: [clang] Add initial support for -meabi flag
Renato Golin via cfe-commits
- [PATCH] D13786: [Sema] Implement __make_integer_seq
Richard Smith via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Richard Smith via cfe-commits
- r251875 - Switch to using an explicit scope object to ensure we don't forget to pop ObjC
Richard Smith via cfe-commits
- r251874 - Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Richard Smith via cfe-commits
- r251898 - [modules] Rationalize the behavior of Decl::declarationReplaces, and in
Richard Smith via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Richard Smith via cfe-commits
- [PATCH] D13980: Add "x87" in x86 target feature map
Richard Smith via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Richard Smith via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Richard Smith via cfe-commits
- [PATCH] D13786: [Sema] Implement __make_integer_seq
Richard Smith via cfe-commits
- [Diffusion] rL251335: MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
Richard Smith via cfe-commits
- [Diffusion] rL250657: Support linking against OpenMP runtime on FreeBSD.
Richard Smith via cfe-commits
- [Diffusion] rL248426: Support linking against OpenMP runtime on NetBSD.
Richard Smith via cfe-commits
- [Diffusion] rL248424: Push OpenMP linker flags after linker input on Darwin. Don't add any
Richard Smith via cfe-commits
- [Diffusion] rL248379: Refactor library decision for -fopenmp support from Darwin into a
Richard Smith via cfe-commits
- [Diffusion] rL244063: Add missing atomic libcall support.
Richard Smith via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Richard Smith via cfe-commits
- r252063 - [modules] Generalize the workaround for multiple ambiguous definitions of
Richard Smith via cfe-commits
- [Diffusion] rL244063: Add missing atomic libcall support.
Richard Smith via cfe-commits
- r250577 - [modules] Allow the error when explicitly loading an incompatible module file
Richard Smith via cfe-commits
- [PATCH] Allow pointer decay and qual stripping for _Generic
Richard Smith via cfe-commits
- [PATCH] Allow pointer decay and qual stripping for _Generic
Richard Smith via cfe-commits
- [PATCH] Allow pointer decay and qual stripping for _Generic
Richard Smith via cfe-commits
- [PATCH] D14353: Allow use of private headers in different sub-modules.
Richard Smith via cfe-commits
- r252114 - [modules] If we're given a module file, via -fmodule-file=, for a module, but
Richard Smith via cfe-commits
- r252125 - [modules] Don't merge an anonymous enum definition into a named enum definition.
Richard Smith via cfe-commits
- r252206 - Improve macro dumping to preserve semantically-relevant spelling information.
Richard Smith via cfe-commits
- r250577 - [modules] Allow the error when explicitly loading an incompatible module file
Richard Smith via cfe-commits
- r252211 - PR25368: Replace workaround for build failure with modules enabled with a fix
Richard Smith via cfe-commits
- r252214 - Update C++ status page to match motions from Kona.
Richard Smith via cfe-commits
- r252215 - Fix CSS style name.
Richard Smith via cfe-commits
- r252216 - Fix incorrect status for P0012R1.
Richard Smith via cfe-commits
- r252223 - Better link for Library Fundamentals TS.
Richard Smith via cfe-commits
- [PATCH] D13263: Addition of __attribute__((pass_object_size)) to Clang
Richard Smith via cfe-commits
- [libcxx] Reinstate <string.h> and fix overload sets to be const-correct wherever possible
Richard Smith via cfe-commits
- [PATCH] D14259: The maximum alignment of std::aligned_storage applies to all Windows compilers
Saleem Abdulrasool via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
Saleem Abdulrasool via cfe-commits
- [PATCH] D14385: Correct atomic libcall support for __atomic_*_fetch builtins.
Saleem Abdulrasool via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- [PATCH] D13909: clang-offload-bundler - offload files bundling/unbundling tool
Samuel Antao via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Samuel Antao via cfe-commits
- [PATCH] D7606: Fix adress cast for C++ in SEMA
Samuel Antao via cfe-commits
- r250577 - [modules] Allow the error when explicitly loading an incompatible module file
Sean Silva via cfe-commits
- r250577 - [modules] Allow the error when explicitly loading an incompatible module file
Sean Silva via cfe-commits
- r250577 - [modules] Allow the error when explicitly loading an incompatible module file
Sean Silva via cfe-commits
- [PATCH] D14224: Added processing of several AST nodes in ASTNodeImporter.
Serge Pavlov via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Serge Pavlov via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Serge Pavlov via cfe-commits
- [PATCH] D13388: Add support for querying the visibility of a cursor
Sergey Kalinichev via cfe-commits
- [PATCH] D13844: [libclang] Visit TypeAliasTemplateDecl
Sergey Kalinichev via cfe-commits
- [PATCH] D14215: Disable frame pointer elimination when using -pg
Stefan Kempf via cfe-commits
- [PATCH] D14215: Disable frame pointer elimination when using -pg
Stefan Kempf via cfe-commits
- r252050 - Allow compound assignment expressions to be contracted when licensed by the language or pragma.
Stephen Canon via cfe-commits
- [PATCH] D14459: Adjust printQualifiedName to handle unscoped enums in a way similar to anonymous namespaces.
Sterling Augustine via cfe-commits
- [PATCH] D14200: Make FP_CONTRACT ON default.
Steve Canon via cfe-commits
- [PATCH] D13351: [Power PC] add soft float support for ppc32
Strahinja Petrovic via cfe-commits
- [PATCH] D13351: [Power PC] add soft float support for ppc32
Strahinja Petrovic via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
Tamas Berghammer via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
Tamas Berghammer via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
Tamas Berghammer via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
Tamas Berghammer via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
Tamas Berghammer via cfe-commits
- r251813 - Clang format a few prior patches (NFC)
Teresa Johnson via cfe-commits
- r251712 - Support watchOS and tvOS in compiler-rt builds
Tim Northover via cfe-commits
- r251821 - Fix va_arg on watchOS.
Tim Northover via cfe-commits
- r251832 - watchOS & tvOS: add a few more tests.
Tim Northover via cfe-commits
- r251953 - Revert "Support watchOS and tvOS in compiler-rt builds"
Tim Northover via cfe-commits
- [PATCH] D14307: AMDGPU: Add support for 's' and 'v' asm constraints
Tom Stellard via cfe-commits
- [Diffusion] rL248379: Refactor library decision for -fopenmp support from Darwin into a
Tom Stellard via cfe-commits
- [Diffusion] rL248424: Push OpenMP linker flags after linker input on Darwin. Don't add any
Tom Stellard via cfe-commits
- [Diffusion] rL248426: Support linking against OpenMP runtime on NetBSD.
Tom Stellard via cfe-commits
- [Diffusion] rL250657: Support linking against OpenMP runtime on FreeBSD.
Tom Stellard via cfe-commits
- [Diffusion] rL251335: MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
Tom Stellard via cfe-commits
- [Diffusion] rL250657: Support linking against OpenMP runtime on FreeBSD.
Tom Stellard via cfe-commits
- [PATCH] D12031: Const std::move() argument ClangTidy check
Vadym Doroshenko via cfe-commits
- [PATCH] D12031: Const std::move() argument ClangTidy check
Vadym Doroshenko via cfe-commits
- [PATCH] D12031: Const std::move() argument ClangTidy check
Vadym Doroshenko via cfe-commits
- [PATCH] D14239: mips-mti-linux TC + debug log
Vasileios Kalintiris via cfe-commits
- [PATCH] D13673: Add initial support for the MUSL C library.
Vasileios Kalintiris via cfe-commits
- [PATCH] D14184: [clang] Add initial support for -meabi flag
Vinicius Tinti via cfe-commits
- [PATCH] D14184: [clang] Add initial support for -meabi flag
Vinicius Tinti via cfe-commits
- [PATCH] D14184: [clang] Add initial support for -meabi flag
Vinicius Tinti via cfe-commits
- [PATCH] D14184: [clang] Add initial support for -meabi flag
Vinicius Tinti via cfe-commits
- [PATCH] D14184: [clang] Add initial support for -meabi flag
Vinicius Tinti via cfe-commits
- [PATCH] D14184: [clang] Add initial support for -meabi flag
Vinicius Tinti via cfe-commits
- r252147 - Use profile data template file for covmap func record (NFC)
Xinliang David Li via cfe-commits
- r252434 - [PGO] Code cleanup [NFC]
Xinliang David Li via cfe-commits
- [PATCH] D14164: Driver: fallback to parent directory of clang if no sysroot for mingw-w64 target
Yaron Keren via cfe-commits
- [PATCH] D14164: Driver: fallback to parent directory of clang if no sysroot for mingw-w64 target
Yaron Keren via cfe-commits
- r252404 - Remove spaces at start of line, NFC.
Yaron Keren via cfe-commits
- r252405 - Remove spaces in empty line, NFC.
Yaron Keren via cfe-commits
- r252426 - Replace tab with 8 spaces, NFC.
Yaron Keren via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Yury Gribov via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Yury Gribov via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Yury Gribov via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Yury Gribov via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Yury Gribov via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Yury Gribov via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Yury Gribov via cfe-commits
- r252285 - [analyzer] Add VforkChecker to find unsafe code in vforked process.
Yury Gribov via cfe-commits
- [PATCH] D14014: Checker of proper vfork usage
Yury Gribov via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D10834: Added functions to retrieve information about whether a vardecl is local in libclang and its python bindings.
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com via cfe-commits
Last message date:
Sun Nov 8 22:57:30 PST 2015
Archived on: Sun Nov 8 22:57:58 PST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).