The Week Of Monday 1 February 2016 Archives by thread
      
      Starting: Mon Feb  1 01:03:00 PST 2016
         Ending: Sun Feb  7 22:27:21 PST 2016
         Messages: 737
     
- [PATCH] D16717: [clang-tidy] Add non-constant references in function parameters check.
 
Haojian Wu via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
 
Igor Chesnokov via cfe-commits
- r259345 - [analyzer] Use a wider integer type for an array index.
 
Artem Dergachev via cfe-commits
- [PATCH] D16063: [Analyzer] Use a wider integer type for an array index
 
Phabricator via cfe-commits
- [PATCH] D16764: Move incorrect-roundings to upstream.
 
Haojian Wu via cfe-commits
- [PATCH] D15040: [ARM] Add command-line options for ARMv8.2-A
 
Oliver Stannard via cfe-commits
- [PATCH] D16765: [Clang-Format] Add option for spacing between function parameters
 
Daniel Jasper via cfe-commits
- r259350 - clang-format: [JS] Treat "in" as a proper operator.
 
Daniel Jasper via cfe-commits
- r259351 - clang-format: Fix alignment of trailing multiline columns.
 
Daniel Jasper via cfe-commits
- r259352 - clang-format: Add option to disable string literal formatting.
 
Daniel Jasper via cfe-commits
- r259353 - clang-format: Fix incorrect pointer detection in lambdas in constructor
 
Daniel Jasper via cfe-commits
- [PATCH] D16219: PR8901: attribute "mode" rejected for enums and dependent types
 
Denis Zobnin via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
 
Nemanja Ivanovic via cfe-commits
- r259355 - Remove the egregious PCHContainer layering hack that doesn't seem to be necessary anymore.
 
Benjamin Kramer via cfe-commits
- r259359 - Reapply r259210 with a fix for RegistryTest.cpp.
 
Aaron Ballman via cfe-commits
- [PATCH] D16686: [OpenCL] Generate metadata for opencl_unroll_hint attribute
 
Yaxun Liu via cfe-commits
- [PATCH] D8149: Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
 
Aaron Ballman via cfe-commits
- [PATCH] D16770: [MS] PR26234: Allow typedef redefinition of equally qualified, sized and aligned types in C
 
Denis Zobnin via cfe-commits
- [PATCH] D16539: [FIX] 26194 - LLVM crash in CXXNameMangler::mangleType
 
Igor Chesnokov via cfe-commits
- [PATCH] D16748: Cleanup MemRegion.cpp/MemRegion.h
 
Aaron Ballman via cfe-commits
- [PATCH] D16708: Add a new attribute CFNoRelease.
 
Aaron Ballman via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
 
Aaron Ballman via cfe-commits
- [clang-tools-extra] r259362 - Add a new check, readability-redundant-control-flow, that check for some forms of redundant control flow statements. Currently checks for return statements at the end of a function with a void return type and continue statements at the end of looping statements.
 
Aaron Ballman via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-control-flow check
 
Aaron Ballman via cfe-commits
- [PATCH] D16308: clang-tidy Enhance readability-simplify-boolean-expr check to handle implicit conversions of integral types to bool and member pointers
 
Aaron Ballman via cfe-commits
- [PATCH] D16317: [Analyzer] Fix for PR23790: bind real value returned from strcmp when modelling strcmp.
 
Антон Ярцев via cfe-commits
- [libcxx] r196411 - Give all members of exception types default visibility. Lack of this is causing some illegal code relocations rare and hard to reproduce cases.
 
Rafael Espíndola via cfe-commits
- r259366 - [OpenMP] Prevent nesting of target constructs within target code execution regions.
 
Arpith Chacko Jacob via cfe-commits
- [PATCH] D16758: [OpenMP] Prevent nesting of target constructs within target code execution regions.
 
Phabricator via cfe-commits
- [PATCH] D16692: [OpenCL] Eliminate warning when declaring OpenCL builtin functions
 
Anastasia Stulova via cfe-commits
- [PATCH] D16586: Make clang AAPCS compliant w.r.t volatile bitfield accesses
 
Asiri Rathnayake via cfe-commits
- r259260 - [UBSan] Add documentation for runtime issue suppression.
 
Hans Wennborg via cfe-commits
- [PATCH] D16526: Add hasRetValue narrowing matcher for returnStmt
 
Richard via cfe-commits
- r259376 - Move LocInfoType from Sema to AST.
 
Benjamin Kramer via cfe-commits
- [PATCH] D16135: Macro Debug Info support in Clang
 
Adrian Prantl via cfe-commits
- [PATCH] D15305: [CUDA] Do not allow dynamic initialization of global device side variables.
 
Jacques Pienaar via cfe-commits
- [PATCH] D16779: Fix attribute((mode([word|unwind_word]))) for x32
 
H.J Lu via cfe-commits
- r259382 - docs: Clarify that cfi-unrelated-cast is based on lifetime.
 
Peter Collingbourne via cfe-commits
- r259383 - Fix attribute((mode([word|unwind_word]))) for x32
 
Reid Kleckner via cfe-commits
- [clang-tools-extra] r259393 - Sort checks alphabetically in ReadabilityTidyModule.cpp.
 
Eugene Zelenko via cfe-commits
- [PATCH] D16754: Bug 15785 - OpenCL errors using vector/scalar conditionals and short integer types
 
Robinson, Paul via cfe-commits
- [PATCH] D16478: Always build a new TypeSourceInfo for function templates with parameters
 
Richard Smith via cfe-commits
- [PATCH] D16738: Fix invalid casts in <functional>.
 
Evgeniy Stepanov via cfe-commits
- [PATCH] D16786: [Clang-tidy] Make modernize-redundant-void-arg working with included files
 
Eugene Zelenko via cfe-commits
- r259409 - Code clean up; NFC.
 
Aaron Ballman via cfe-commits
- [PATCH] D15450: Avoid double deletion in Clang driver.
 
Serge Pavlov via cfe-commits
- r257710 - [Sema] Suppress diags in overload resolution.
 
Richard Smith via cfe-commits
- r258396 - Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured Statements, used in sizeof() expression only.
 
Richard Smith via cfe-commits
- r259271 - Improve -Wconstant-conversion
 
Richard Trieu via cfe-commits
- [libcxx] r258107 - Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as http://reviews.llvm.org/D16262
 
Hans Wennborg via cfe-commits
- r258782 - Recommit: R258773 [OpenCL] Pipe builtin functions
 
Richard Smith via cfe-commits
- r259418 - Undoing commit r259366 to debug buildbot failure.
 
Arpith Chacko Jacob via cfe-commits
- r257831 - Refactor template type diffing
 
Richard Smith via cfe-commits
- [clang-tools-extra] r259424 - Fix build problem by lower SmallSet<N> to a reasonable value
 
Matthias Braun via cfe-commits
- r259428 - Always build a new TypeSourceInfo for function templates with parameters
 
Nico Weber via cfe-commits
- LLVM buildmaster will be restarted tonight
 
Galina Kistanova via cfe-commits
- [PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization
 
Nathan Wilson via cfe-commits
- [PATCH] D16788: Ps4 ABI Round 2. Actual PS4 code.
 
Sunil Srivastava via cfe-commits
- [PATCH] D16467: [libcxx] re.results.form: Format out-of-range subexpression references as null
 
Duncan P. N. Exon Smith via cfe-commits
- r259445 - Template Type Diffing change
 
Richard Trieu via cfe-commits
- [PATCH] D16791: unordered_map: Match emplace_hint logic when _LIBCPP_DEBUG, NFC
 
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16792: unordered_map: Use __hash_table::__emplace_unique(), NFC
 
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16264: For FreeBSD, use _p variants of libraries for linking C++ programs
 
Saleem Abdulrasool via cfe-commits
- [modules] PR24954
 
Richard Smith via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
 
Duncan P. N. Exon Smith via cfe-commits
- r259453 - [asan] Add iOS support for Address Sanitizer
 
Anna Zaks via cfe-commits
- [PATCH] D15624: Add iOS/watchOS/tvOS support for ASan (clang part)
 
Phabricator via cfe-commits
- [PATCH] D16794: [Clang-tidy] Make readability-simplify-boolean-expr working with included files
 
Eugene Zelenko via cfe-commits
- r259464 - [OpenMP] Prevent nesting of target constructs within target code execution regions.
 
Arpith Chacko Jacob via cfe-commits
- [PATCH] D16572: PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousParenExpression
 
David Majnemer via cfe-commits
- [PATCH] D16630: PR23057: Fix assertion `Val && "isa<> used on a null pointer"' on invalid for-range expression
 
David Majnemer via cfe-commits
- r259465 - [OPENMP 4.0] Allow to use 'omp simd' directive inside other simd-regions.
 
Alexey Bataev via cfe-commits
- [PATCH] D16797: Update clang support on recent Haiku
 
Jérôme Duval via cfe-commits
- [PATCH] D15283: [ARMv8-M] Add Clang targeting for ARMv8-M Baseline/Mainline
 
Bradley Smith via cfe-commits
- r259487 - clang-format: Make AlignAfterOpenBracket also affect angle brackets.
 
Daniel Jasper via cfe-commits
- r259489 - Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend.
 
Benjamin Kramer via cfe-commits
- r259490 - Make headers self-contained.
 
Benjamin Kramer via cfe-commits
- r259491 - [OpenCL] Eliminate warning when declaring OpenCL builtin functions.
 
Anastasia Stulova via cfe-commits
- [PATCH] D16801: [OpenMP] Change in initial size of DSAStackTy::StackTy
 
Liza Sakellari via cfe-commits
- r259492 - Test commit (NFC).
 
Denis Zobnin via cfe-commits
- [PATCH] D16804: [analyzer] AnalysisConsumer: print fully-qualified function name while displaying progress
 
Aleksei Sidorin via cfe-commits
- [PATCH] D16376: clang-tidy check: Assignment and Construction
 
Aaron Ballman via cfe-commits
- [PATCH] D16700: [Clang-tidy] Make null pointer literals for fixes configurable for two checks
 
Aaron Ballman via cfe-commits
- r259497 - Fix for PR8901: attribute "mode" rejected for enums and dependent types.
 
Denis Zobnin via cfe-commits
- r259499 - Add backend dignostic printer for unsupported features
 
Oliver Stannard via cfe-commits
- [PATCH] D14274: Add alloc_size attribute to clang
 
Aaron Ballman via cfe-commits
- r259506 - [StaticAnalyzer] Pull SymExpr and SymbolData into its own header to avoid cyclic includes.
 
Benjamin Kramer via cfe-commits
- r259507 - Make the remaining headers self-contained.
 
Benjamin Kramer via cfe-commits
- [PATCH] D12834: add gcc abi_tag support
 
Aaron Ballman via cfe-commits
- [PATCH] D16682: 19957 - OpenCL incorrectly accepts implicit address space conversion with ternary operator
 
Igor Chesnokov via cfe-commits
- r259518 - Make CodeGen headers self-contained.
 
Benjamin Kramer via cfe-commits
- [PATCH] D16808: [MCU] PR26438: Fix assertion failure on function returning an empty struct or union
 
Denis Zobnin via cfe-commits
- [clang-tools-extra] r259530 - [clang-tidy] Add non-constant references in function parameters check.
 
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r259531 - [clang-tidy] Removed unnecessary parameters in the test
 
Alexander Kornienko via cfe-commits
- r259532 - PR23057: Fix assertion `Val && "isa<> used on a null pointer"' on invalid for-range expression.
 
Denis Zobnin via cfe-commits
- r259537 - ARM: allow both vfma and vfms intrinsics on v7.
 
Tim Northover via cfe-commits
- [PATCH] D15861: Support fully-qualified names for all QualTypes
 
Sterling Augustine via cfe-commits
- [PATCH] D16759: [OpenMP] Parsing + sema for target parallel for directive.
 
Alexey Bataev via cfe-commits
- r258862 - Remove autoconf support
 
Vasileios Kalintiris via cfe-commits
- [PATCH] D16819: Remove llvm::(cast|isa) from lib/CodeGen/Address.h to fix build with gcc-4.8.1
 
Igor Sugak via cfe-commits
- [libcxx] r259564 - Creating release candidate rc2 from release_380 branch
 
Hans Wennborg via cfe-commits
- [libcxxabi] r259565 - Creating release candidate rc2 from release_380 branch
 
Hans Wennborg via cfe-commits
- [libunwind] r259571 - Creating release candidate rc2 from release_380 branch
 
Hans Wennborg via cfe-commits
- [PATCH] D16503: [MSVC Compat] Warn when suppressing a trailing comma in macro args
 
Nico Weber via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
 
Bob Wilson via cfe-commits
- [PATCH] D16821: Add whole-program vtable optimization feature to Clang.
 
Peter Collingbourne via cfe-commits
- [PATCH] D16823: [cfi] Safe handling of unaddressable vtable pointers (clang).
 
Evgeniy Stepanov via cfe-commits
- r259591 - ObjCXX: fix a crash during typo correction.
 
Manman Ren via cfe-commits
- r259592 - [CUDA] Do not allow dynamic initialization of global device side variables.
 
Artem Belevich via cfe-commits
- [PATCH] D15977: [Clang] Supporting all entities declared in lexical scope in LLVM debug info
 
Amjad Aboud via cfe-commits
- r259598 - Work around build failure due to GCC 4.8.1 bug. We don't completely understand
 
Richard Smith via cfe-commits
- r259604 - Fix rejects-valid when forming a pointer-to-member with 'decltype(expr)::*'.
 
Richard Smith via cfe-commits
- r259609 - PR24989: Stop trying to use the C++11 rules for lambda return type inference in
 
Richard Smith via cfe-commits
- [PATCH] D14471: [AArch64] Fix a crash in driver
 
Akira Hatanaka via cfe-commits
- Fwd: [cfe-commits] r170428 [1/3] - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ include/clang/Sema/ include/clang/Serialization/ lib/AST/ lib/CodeGen/ lib/Parse/ lib/Sema/ lib/Serialization/ test/CodeGenOpenCL/ test/PCH/ test/Parser/ tools/libclang/
 
Richard Smith via cfe-commits
- [PATCH] D16638: [CUDA] Added device-side std::{malloc/free}
 
Artem Belevich via cfe-commits
- r259616 - Fix Itanium RTTI emission so that we emit fundamental type information into the
 
Richard Smith via cfe-commits
- r259618 - Fix typo in OpenCL type mangling. This is still bogus (we should either use the
 
Richard Smith via cfe-commits
- r259622 - Fix miscompile and rejects-valids when disambiguating after an ambiguous
 
Richard Smith via cfe-commits
- r259624 - Make CF constant string decl visible to name lookup to fix module errors
 
Ben Langmuir via cfe-commits
- r259628 - clang-format: [JS/TypeScript] Support "enum" as an optional property name, too.
 
Daniel Jasper via cfe-commits
- [PATCH] D16843: [Sema] Fix bug in TypeLocBuilder::pushImpl
 
Akira Hatanaka via cfe-commits
- [PATCH] D16784: [OpenMP] Reorganize code to allow specialized code generation for different devices.
 
Alexey Bataev via cfe-commits
- [PATCH] D16613: Introduce a cmake module to figure out whether we need to link with libatomic.
 
Daniel Sanders via cfe-commits
- [PATCH] D16626: [x86] Correct setting of WIntType for MCU target
 
Andrey Bokhanko via cfe-commits
- r259637 - Reduce initial Sema memory consumption by 400KB. By Elisavet Sakellari.
 
Axel Naumann via cfe-commits
- r259639 - -inline-asm][X86] Add ability to use AVX512 in MS inline asm
 
Marina Yatsina via cfe-commits
- [clang-tools-extra] r259640 - clang-tidy: [misc-unused-parameters] Ignore template instantiations.
 
Daniel Jasper via cfe-commits
- [clang-tools-extra] r259643 - [clang-tidy] bug fix: Don't warn on partial template specialization in `misc-definitions-in-headers` check.
 
Haojian Wu via cfe-commits
- [PATCH] D16578: [clang-tidy] bug fix: Don't warn on partial template specialization in `misc-definitions-in-headers` check.
 
Haojian Wu via cfe-commits
- [PATCH] D16376: clang-tidy check: rule-of-five
 
Jonathan B Coe via cfe-commits
- r259646 - [analyzer] AnalysisConsumer: print fully-qualified function name while displaying progress
 
Yury Gribov via cfe-commits
- r259647 - Forgot to remove file in previous commit.
 
Yury Gribov via cfe-commits
- [PATCH] D16851: Update of "GCC extensions not implemented yet" in Clang User's Manual
 
Andrey Bokhanko via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
 
Daniel Marjamäki via cfe-commits
- r259648 - Provide match function to look over an entire TU again.
 
Daniel Jasper via cfe-commits
- [PATCH] D16482: Add builtins for bitreverse intrinsic
 
Hal Finkel via cfe-commits
- r259651 - [OpenCL] Adding reserved operator logical xor for OpenCL
 
Anastasia Stulova via cfe-commits
- r259652 - Minor cleanup to remove casts and improve some const correctness. NFC.
 
Aaron Ballman via cfe-commits
- r259654 - [OpenMP] Parsing + sema for target parallel for directive.
 
Arpith Chacko Jacob via cfe-commits
- [PATCH] D16854: [clang-tidy] Fix a crash issue on misc-virtual-near-miss check.
 
Cong Liu via cfe-commits
- [PATCH] D16113: [clang-tdiy] Add header file extension configuration support.
 
Alexander Kornienko via cfe-commits
- [PATCH] D16152: [clang-tidy] Add check performance-faster-string-find
 
Samuel Benzaquen via cfe-commits
- r259667 - Add back the ABITest makefiles
 
Chris Bieneman via cfe-commits
- [PATCH] D16574: Bug 15685 - OpenCL 'char' is not signed
 
Igor Chesnokov via cfe-commits
- [clang-tools-extra] r259668 - [clang-tidy] Fix a crash issue on misc-virtual-near-miss check.
 
Haojian Wu via cfe-commits
- r259670 - clang-format: Fix formatting of ternary expressions with comments.
 
Daniel Jasper via cfe-commits
- r259671 - Add builtins for bitreverse intrinsic
 
Matt Arsenault via cfe-commits
- [PATCH] D16846: PR26449: Fixes for bugs in __builtin_classify_type implementation
 
John McCall via cfe-commits
- [PATCH] D16638: [CUDA] Added device-side system call decls and related wrappers.
 
Artem Belevich via cfe-commits
- r259677 - Fix regression from r259622: the operand of an increment that is the operand of
 
Richard Smith via cfe-commits
- r259678 - Added Anastasia Stulova as a code owner for OpenCL
 
Anastasia Stulova via cfe-commits
- r259681 - [Sema debugger support] Require non-void types to be complete in unknown-anytype casts.
 
Douglas Gregor via cfe-commits
- [libcxx] r259682 - re.results.form: Format out-of-range subexpression references as null
 
Duncan P. N. Exon Smith via cfe-commits
- r259687 - Refactor conversion of deduced template arguments to reduce repetition.
 
Richard Smith via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
 
Alexander Droste via cfe-commits
- [PATCH] D16044: getVariableName() for MemRegion
 
Alexander Droste via cfe-commits
- r259688 - Ensure that we substitute into the declaration of a template parameter pack
 
Richard Smith via cfe-commits
- r259690 - [CUDA] added declarations for device-side system calls
 
Artem Belevich via cfe-commits
- [PATCH] D13893: Roll-back r250822.
 
Alexander Riccio via cfe-commits
- [PATCH] D16545: [libcxxabi] Enable testing for static libc++abi
 
Ben Craig via cfe-commits
- [PATCH] D16544: [libcxx] Framework to allow testing of static libc++abi
 
Ben Craig via cfe-commits
- [PATCH] D15539: [libcxxabi] Reducing stack usage of test
 
Ben Craig via cfe-commits
- r259715 - Revert r259624 - Make CF constant string decl visible to name lookup to fix module errors.
 
Quentin Colombet via cfe-commits
- r259716 - [cfi] Safe handling of unaddressable vtable pointers (clang).
 
Evgeniy Stepanov via cfe-commits
- [PATCH] D15636: Reduce false positives in printf/scanf format checker
 
Andy Gibbs via cfe-commits
- r259721 - Reapply r259624, it is likely not the commit causing the bot failures.
 
Quentin Colombet via cfe-commits
- r259728 - Bump DiagnosticSemaKinds count; we're close to hitting it.
 
Manman Ren via cfe-commits
- [PATCH] D16870: [CUDA] Tweak attribute-based overload resolution to match nvcc behavior.
 
Artem Belevich via cfe-commits
- r259734 - Fix predefine for __NSConstantString struct type
 
Ben Langmuir via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Alexander Riccio via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Aleksei Sidorin via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Alexander Riccio via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Devin Coughlin via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Aleksei Sidorin via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Aleksei Sidorin via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Alexander Riccio via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Alexander Riccio via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Alexander Riccio via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Devin Coughlin via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Alexander Riccio via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Alexander Riccio via cfe-commits
- [PATCH] D16873: Refactor MemRegionManager::getVarRegion to call two new functions, improving readability
 
Alexander Riccio via cfe-commits
 
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
 
Alexey Bataev via cfe-commits
- [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
 
Alexey Bataev via cfe-commits
- r259750 - PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousParenExpression, by Dmitry Polukhin
 
Alexey Bataev via cfe-commits
- [PATCH] D16040: [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
 
Xiuli PAN via cfe-commits
- r259751 - Basic: mark TLS as supported on Windows on ARM
 
Saleem Abdulrasool via cfe-commits
- r259769 - Add -nocudainc option to CUDA preprocessor test.
 
Samuel Antao via cfe-commits
- [PATCH] Install cmake files to lib/cmake/clang
 
Niels Ole Salscheider via cfe-commits
- [PATCH] D16876: [OpenCL] Refine pipe builtin support
 
Xiuli PAN via cfe-commits
- [PATCH] D16183: Added CheckName field to YAML report
 
Ilia Gromov via cfe-commits
- r259776 - [OPENMP 4.0] Fixed support of array sections/array subscripts.
 
Alexey Bataev via cfe-commits
- r259780 - [x86] Correct setting of WIntType for MCU target
 
Andrey Bokhanko via cfe-commits
- [PATCH] D16882: [clang-tidy] More friendly warning in "google-runtime-references" when meeting an unnamed function parameter.
 
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r259787 - [clang-tidy] More friendly warning in "google-runtime-references" when meeting an unnamed function parameter.
 
Haojian Wu via cfe-commits
- [PATCH] D16517: ClangTidy check to flag uninitialized builtin and pointer fields.
 
Felix Berger via cfe-commits
- r259183 - Add target triple to CodeGenOpenCL/pipe_types.cl test case
 
Ulrich Weigand via cfe-commits
- r259811 - [PGO] cc1 option name change for profile instrumentation
 
Rong Xu via cfe-commits
- [PATCH] D15881: [DWARF] Omitting the explicit import of an anonymous namespace is a debugger-tuning decision, not a target decision.
 
Paul Robinson via cfe-commits
- [PATCH] D16148: Fix for PR25271: Ensure that variadic template parameter defaults PCH roundtrip
 
Richard Smith via cfe-commits
- r259819 - [PGO] code simplification: use existing VP annotation API /NFC
 
Xinliang David Li via cfe-commits
- r259820 - Fix a crash when there is a typo in the return statement.
 
Manman Ren via cfe-commits
- r259822 - Install cmake files to lib/cmake/clang
 
Niels Ole Salscheider via cfe-commits
- [PATCH] D15506: [ASTMatchers] Allow hasName() to look through inline namespaces
 
Piotr Padlewski via cfe-commits
- [PATCH] D16896: [CMake] Improve the clang order-file generation workflow
 
Chris Bieneman via cfe-commits
- [PATCH] D16901: [Clang driver, ARM] Do not add +long-calls in PIC mode
 
Oleg Ranevskyy via cfe-commits
- [PATCH] D16538: [cc1as] Add MCTargetOptions argument to createAsmBackend
 
Eric Christopher via cfe-commits
- r259836 - PR25271: When attaching default template arguments to redeclarations of a
 
Richard Smith via cfe-commits
- [libcxx] r259842 - Fix the search path for CMake files
 
Niels Ole Salscheider via cfe-commits
- Buildbot numbers for week of 1/24/2016 - 1/30/2016
 
Galina Kistanova via cfe-commits
- [PATCH] D16906: [Parser] Perform CachedTokens update dependent on token consume request
 
Bruno Cardoso Lopes via cfe-commits
- r259859 - Don't synthesize an ImportDecl for a module named in -fmodule-implementation-of
 
Ben Langmuir via cfe-commits
- r259862 - [CMake] Improve the clang order-file generation workflow
 
Chris Bieneman via cfe-commits
- r259864 - [CMake] Trying to fix a bot failure I introduced in r259862
 
Chris Bieneman via cfe-commits
- r259866 - [modules] Factor out common code to mark identifier being "from AST", and add a
 
Richard Smith via cfe-commits
- r258524 - Merge templated static member variables, fixes http://llvm.org/pr26179.
 
Richard Smith via cfe-commits
- [PATCH] D16913: Adding doxygen comments to the LLVM intrinsics (part 4, pmmintrin.h)
 
Katya Romanova via cfe-commits
- r259870 - [CMake] Speculative fix for linker error on Linux
 
Chris Bieneman via cfe-commits
- [PATCH] D16914: [CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilog
 
Akira Hatanaka via cfe-commits
- r259871 - [CMake] One more try to fix this.
 
Chris Bieneman via cfe-commits
- r259872 - Revert "[CMake] Improve the clang order-file generation workflow"
 
Chris Bieneman via cfe-commits
- r259873 - [CMake] One more try to make CMake clean up after itself
 
Chris Bieneman via cfe-commits
- r259874 - CodeGen: correct Windows ARM C++ assertion
 
Saleem Abdulrasool via cfe-commits
- r259875 - [analyzer] Suppress localization diagnostics in debug classes and methods.
 
Devin Coughlin via cfe-commits
- [PATCH] D15914: [OpenCL] Pipe builtin functions
 
Xiuli PAN via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
 
Daniel Marjamäki via cfe-commits
- [clang-tools-extra] r259879 - [clang-tdiy] Add header file extension configuration support.
 
Haojian Wu via cfe-commits
- [clang-tools-extra] r259880 - Unbreak the cmake shared build.
 
Benjamin Kramer via cfe-commits
- [PATCH] D16922: [clang-tidy] Added check-fixes for misc-virtual-near-miss.
 
Cong Liu via cfe-commits
- r259884 - clang-format: Fix corner case in template detection.
 
Daniel Jasper via cfe-commits
- [PATCH] D16923: [AST] Implemented missing VisitAccessSpecDecl function in ASTImporter class.
 
Elisavet Sakellari via cfe-commits
- [PATCH] D16926: [clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.
 
Haojian Wu via cfe-commits
- [PATCH] D16465: [MS ABI] Prevent some expressions from evaluating to a constant
 
Ehsan Akhgari via cfe-commits
- [PATCH] D16928: [OpenCL] Apply missing restrictions for Blocks in OpenCL v2.0
 
Anastasia Stulova via cfe-commits
- r259898 - [ASTMatchers] Allow hasName() to look through inline namespaces
 
Samuel Benzaquen via cfe-commits
- [PATCH] D16930: Improve literal operator parameter diagnostics.
 
Erik Pilkington via cfe-commits
- r259901 - [modules] Separately track whether an identifier's preprocessor information and
 
Richard Smith via cfe-commits
- r259910 - [Parser] Perform CachedTokens update dependent on token consumption
 
Bruno Cardoso Lopes via cfe-commits
- r259916 - Do not honor explicit alignment attribute on fields for PS4.
 
Sunil Srivastava via cfe-commits
- r259931 - [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
 
Ulrich Weigand via cfe-commits
- [PATCH] D16932: [CUDA] Bug 26497 : Remove wrappers for variants already provided by CUDA headers.
 
Artem Belevich via cfe-commits
- r259932 - Add an ARC autoreleased-return-value caller marker on i386.
 
John McCall via cfe-commits
- r259935 - Move DebugInfoKind enum from Driver to Basic. NFC
 
Paul Robinson via cfe-commits
- [PATCH] D16460: Bug 10002 - [opencl] Wrongfully assuming RHS is always unsigned
 
Igor Chesnokov via cfe-commits
- [PATCH] D16934: [Coverage] Fix crash in VisitIfStmt
 
Vedant Kumar via cfe-commits
- r259944 - [CUDA] Bug 26497 : Remove wrappers for variants provided by CUDA headers.
 
Artem Belevich via cfe-commits
- [PATCH] D16761: clang-cl: Support loading plugins on Windows
 
Ehsan Akhgari via cfe-commits
- r259947 - Exempt char array initializers from -Wconstant-converion.
 
Richard Trieu via cfe-commits
- [clang-tools-extra] r259949 - Add qualifiers that are about to be necessary. NFC
 
Paul Robinson via cfe-commits
- [PATCH] D3976: -Wcomma, a new warning for questionable uses of the comma operator
 
Richard Trieu via cfe-commits
- r259950 - Eliminate an unnecessary enum, use the LLVM version. NFC
 
Paul Robinson via cfe-commits
- r259955 - [PGO] Test case update
 
Xinliang David Li via cfe-commits
- r259967 - [www] Update analyzer website for checker-278.
 
Devin Coughlin via cfe-commits
- r259969 - [www] Update analyzer release notes to correct the checker-278 build date.
 
Devin Coughlin via cfe-commits
- r259975 - Fix a crash when emitting dbeug info for forward-declared scoped enums.
 
Adrian Prantl via cfe-commits
- r259976 - [modules] Compress files embedded into a .pcm file, to reduce the disk usage of -fembed-all-files mode.
 
Richard Smith via cfe-commits
- r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices.
 
Samuel Antao via cfe-commits
- [PATCH] D16047: [OpenCL] Add Sema checks for OpenCL 2.0
 
Xiuli PAN via cfe-commits
- r259984 - Revert r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices.
 
Samuel Antao via cfe-commits
- r259985 - Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices.
 
Samuel Antao via cfe-commits
- r245794 - Improve the performance of resolving a lookup result. We usually don't need to
 
Vassil Vassilev via cfe-commits
- [libunwind] r259994 - Adapt LLVM_CMAKE_PATH for recent cmake path changes
 
Kamil Rytarowski via cfe-commits
- [PATCH] D10963: Implement LWG#2063: "Contradictory requirements for string move assignment"
 
Marshall Clow via cfe-commits
- r259998 - [analyzer] DeallocChecker: Don't warn on release of readonly assign property in dealloc.
 
Devin Coughlin via cfe-commits
- [PATCH] D16946: Add link to llvm git documentation, and recommend always building libcxx on OSX
 
don hinton via cfe-commits
- [libunwind] r260001 - Introduce NetBSD support
 
Kamil Rytarowski via cfe-commits
- r260002 - Add a missing call to MDNode::deleteTemporary().
 
Adrian Prantl via cfe-commits
- [PATCH] D16947: [PGO] assignment operator does not get profile data
 
David Li via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS Part 1 -- path
 
Eric Fiselier via cfe-commits
- [PATCH] D16949: Fix for: Bug 5941 - improve diagnostic for * vs & confusion
 
Ryan Yee via cfe-commits
- r260011 - Index: provide adjustment thunk information for C++ manglings
 
Saleem Abdulrasool via cfe-commits
- [libcxx] r260012 - Cleanup node-type handling in the unordered containers
 
Eric Fiselier via cfe-commits
- Please review: http://reviews.llvm.org/D15883 and http://reviews.llvm.org/D15781
 
Timon Van Overveldt via cfe-commits
- [PATCH] D16951: [MS ABI] dllimport'd class cannot have constexpr ctors
 
David Majnemer via cfe-commits
- r260016 - Sema: handle typo correction with ARC'ed objc properties
 
Saleem Abdulrasool via cfe-commits
- r260017 - Sema: handle typo correction on ARC'ed ivar
 
Saleem Abdulrasool via cfe-commits
- [PATCH] D16953: Enhance clang-tidy modernize-redundant-void-arg check to apply fixes to header files
 
Richard via cfe-commits
- r260019 - Driver: adjust linker invocation for GNUTools
 
Saleem Abdulrasool via cfe-commits
- r260020 - Fix typo in comment. NFC
 
Craig Topper via cfe-commits
- r260021 - [PGO] add profile/coverage test cases for defaulted ctor/ctors
 
Xinliang David Li via cfe-commits
- r260022 - Fix test case problem(caused by clang-format
 
Xinliang David Li via cfe-commits
- [PATCH]: git-clang-format
 
Alexander Shukaev via cfe-commits
- r260028 - Use CodeGenModule::addReplacement() instead of directly accessing Replacements[].
 
Yaron Keren via cfe-commits
- [PATCH] D16962: clang-tidy: avoid std::bind
 
Jonathan B Coe via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
 
H.J. Lu via cfe-commits
- r260036 - Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices."
 
Renato Golin via cfe-commits
- [PATCH] D16964: Make sure the projects subdirectory doesn't contain the clang or clang-tools-extra projects
 
don hinton via cfe-commits
- [PATCH] D16965: Fix for Bug 14644 - clang confuses scope operator for global namespace giving extra qualification on member
 
Ryan Yee via cfe-commits
- [PATCH] D16963: Copy LibASTMatchersReference.html to gen'd docs
 
Philip Reames via cfe-commits
- r260043 - [analyzer] Invalidate destination of std::copy() and std::copy_backward().
 
Devin Coughlin via cfe-commits
- [PATCH] D16966: Make -fno-math-builtin a cc1 option
 
Chad Rosier via cfe-commits
- r260044 - Make -fno-math-builtin a cc1 option
 
Matthew Simpson via cfe-commits
- [PATCH] D16967: support/allocators: implements requirements
 
Masud Rahman via cfe-commits
- r260047 - [libclang] Add missing CINDEX_LINKAGE from a function.
 
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D16970: scoped alloc construct: adds basic tests
 
Masud Rahman via cfe-commits
- [PATCH] D16971: Fixed crash when partial specialization is missing required parameters
 
don hinton via cfe-commits
- r260048 - [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr.
 
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D13622: Add call to find_package to load LLVM dependencies
 
don hinton via cfe-commits
- [PATCH] D16973: Fix ICE with constexpr and friend functions
 
Olivier Goffart via cfe-commits
- r249542 - clang-format: Hopefully fix code blocks in docs.
 
Nico Weber via cfe-commits
- r260056 - Disable failing nozlibcompress.c
 
Nico Weber via cfe-commits
- r260057 - clang-format: [JS] Support @see annotations in JSDoc comments in Google
 
Daniel Jasper via cfe-commits
- r260058 - Make nozlibcompress.c pass and reenable it.
 
Nico Weber via cfe-commits
- r260060 - clang-format: [JS] Don't count shortened object literals as blocks.
 
Daniel Jasper via cfe-commits
- r260062 - [MS ABI] Don't emit RTTI descriptors for dllimport vtables
 
David Majnemer via cfe-commits
- [clang-tools-extra] r260065 - [clang-tidy] Reformatted docs + minor updates
 
Alexander Kornienko via cfe-commits
- r260066 - [analyzer] Avoid crash when attempting to evaluate binary operation on LazyCompoundVal.
 
Devin Coughlin via cfe-commits
- [libcxx] r260071 - build: silence warnings in in-tree build
 
Saleem Abdulrasool via cfe-commits
- r260074 - [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 by
 
Nathan Wilson via cfe-commits
    
      Last message date: 
       Sun Feb  7 22:27:21 PST 2016
    Archived on: Sun Feb  7 22:26:26 PST 2016
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).