The Week Of Monday 11 May 2015 Archives by thread
Starting: Mon May 11 00:37:32 PDT 2015
Ending: Sun May 17 22:35:53 PDT 2015
Messages: 426
- [PATCH] Refactor the formatter of clang-format.
Daniel Jasper
- Add =ON to cmake flag definition
Albert Astals Cid
- r236974 - Refactor the formatter of clang-format.
Manuel Klimek
- r236975 - Refactor MacroInfo so range for loops can be used to iterate its tokens.
Daniel Marjamaki
- [clang-tools-extra] r236976 - Refactor MacroInfo so range for loops can be used to iterate its tokens.
Daniel Marjamaki
- [PATCH] Refactoring, update MacroInfo interface so a for range can be used to iterate through the tokens
Daniel Marjamäki
- [PATCH] [AArch64 NEON]Allow to define poly64_t as 'unsigned long long' on LLP64 system.
Kevin Qin
- r236978 - clang-format: [JS] Parse exported functions as free-standing.
Daniel Jasper
- r236980 - AVX-512: Changed CC parameter in "cmp" intrinsic
Elena Demikhovsky
- r236982 - clang-format: [JS] Clean up export declaration parsing.
Daniel Jasper
- [PATCH] Add scan-build python implementation
Laszlo Nagy
- r236985 - clang-format: Don't merge subsequent lines into _asm blocks.
Daniel Jasper
- [PATCH] clang-tidy: check for repeated side effects in macro
Daniel Marjamäki
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Gábor Horváth
- r235190 - Remove the assertion as it was useless and broken.
Aaron Ballman
- r236992 - clang-format: Improve column layout.
Daniel Jasper
- r236851 - clang-format: Several improvements around formatting braced lists.
Daniel Jasper
- r236995 - clang-format: Appease the buildbots by including climits.
Daniel Jasper
- r236996 - Disable __has_cpp_attribute when not compiling in C++ mode. As this feature test macro only supports C++ style attributes, it doesn't apply to code compiled as C code, and can lead to diagnostics when given a scoped attribute.
Aaron Ballman
- [PATCH] Refactor clang-format's formatter.
Manuel Klimek
- [PATCH] Fix dependency file escaping
Robinson, Paul
- [PATCH] improve clang's static analysis of __builtin_sprintf_chk()
Sam Parker
- r237000 - clang-format: Support aligning ObjC string literals.
Daniel Jasper
- r237001 - [Sparc] Add support for 'sparcel' to clang.
Douglas Katzman
- [PATCH] Add 'sparcel' architecture to clang.
Douglas Katzman
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Aaron Ballman
- r237003 - Revert "Allow -target= and --target options"
Richard Barton
- r231787 - Allow -target= and --target options
Richard Barton
- [PATCH] [PATCH] PR9804 - __is_signed conflicts with libstdc++
Charlie Turner
- r236765 - [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
- [PATCH] Fix assertion on C++ attributes in fillAttributedTypeLoc (this fixes http://llvm.org/PR17424)
Alexey Frolov
- [PATCH] Fix crash in handling back-end warnings
Chad Rosier
- [PATCH] Implement no_sanitize attribute.
Aaron Ballman
- r237007 - [cuda] Fixed test case failure on s390x
Artem Belevich
- [PATCH] [cuda] Driver changes to build and stitch together host and device-side CUDA code.
Artem Belevich
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [PATCH] Check for null pointers in ubsan
Nuno Lopes
- [PATCH] Check for null pointers given to memcpy with ubsan
Nuno Lopes
- [PATCH] Remove duplicate type definitions from f16cintrin.h
Yunzhong Gao
- [libcxx] r237028 - Creating release directory for release_361.
Tom Stellard
- [libcxx] r237029 - Creating release candidate rc1 from release_36 branch
Tom Stellard
- [libcxxabi] r237030 - Creating release directory for release_361.
Tom Stellard
- [libcxxabi] r237031 - Creating release candidate rc1 from release_36 branch
Tom Stellard
- [PATCH] Support nonnull attribute on block expressions
Aaron Ballman
- [PATCH] Allow AsmLabel with -fno-gnu-inline-asm
Steven Wu
- r237048 - Allow AsmLabel with -fno-gnu-inline-asm
Steven Wu
- r237055 - Unify sanitizer kind representation between the driver and the rest of the compiler.
Peter Collingbourne
- r237056 - Move sanitizer parser and group expander from Driver to Basic.
Peter Collingbourne
- [PATCH] Unify sanitizer kind representation between the driver and the rest of the compiler.
Peter Collingbourne
- [PATCH] Move sanitizer parser and group expander from Driver to Basic.
Peter Collingbourne
- r237064 - PR20625: Instantiate static constexpr member function of a local struct in a function template earlier.
Richard Smith
- [PATCH] Instantiate static constexpr member function of a local struct in a function template earlier.
Richard Smith
- [PATCH] Update block formatting to behave like Xcode
Tony Arnold
- r237068 - Typo fix: s/initialzier/initializer/ in a doc comment.
James Dennett
- [PATCH] Fixed double-free in case of module loading error.
Reid Kleckner
- r237071 - Update initialization of a class variable and comment.
Eric Christopher
- [PATCH] libc++: Make support for thread-unsafe C functions optional
Jonathan Roelofs
- r237073 - Allow empty assembly string literal with -fno-gnu-inline-asm
Steven Wu
- [PATCH] Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute
Peter Collingbourne
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Jonathan Roelofs
- r237074 - Driver: Make profiling flags work with -nostdlib on Darwin
Justin Bogner
- r237077 - Revert "Driver: Make profiling flags work with -nostdlib on Darwin"
Justin Bogner
- r237080 - Remove the code that pulled soft float attributes out of the feature
Eric Christopher
- r237081 - add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it)
Kostya Serebryany
- r237086 - revert r237081 -- bad idea (-lcrypt may not be present)
Kostya Serebryany
- r237091 - Re-apply "Driver: Make profiling flags work with -nostdlib on Darwin"
Justin Bogner
- [PATCH] Fixed misleading parameter name for PPCallbacks::FileSkipped
Nikola Smiljanić
- r237095 - Driver: Fix a -Wshadow issue from r237091
Justin Bogner
- r237100 - [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.
Alexey Bataev
- r237102 - [OPENMP] Allow using of threadprivate variables as loop-control variables in lop based directives.
Alexey Bataev
- r237104 - Refactor clang-format's formatter.
Manuel Klimek
- [PATCH] [Clang - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Luke Cheeseman
- r237108 - clang-format: Fix hanging nested blocks in macros.
Daniel Jasper
- r237109 - clang-format: Fix */& detection for lambdas in macros.
Daniel Jasper
- r237113 - Change TargetParser enum names to avoid macro conflicts (clang)
Renato Golin
- r237114 - clang-format: Make member introduced in r237108 const.
Daniel Jasper
- r237115 - Fix misleading parameter name for PPCallbacks::FileSkipped.
Nikola Smiljanic
- [clang-tools-extra] r237116 - Fix misleading parameter name for PPCallbacks::FileSkipped.
Nikola Smiljanic
- [clang-tools-extra] r237120 - [clang-tidy] Treat all types with non-trivial destructors as RAII.
Alexander Kornienko
- r237123 - Remove superfluous SmallString cast.
Yaron Keren
- [libclc] r237131 - Implement atan2 for doubles
Tom Stellard
- [StaticAnalyzer] Improve+Refactor MallocOverflowSecurityChecker
Aditya K
- r237136 - Fix clang-format build from the solution; the underlying path has changed to include the VS directory structure.
Manuel Klimek
- [libclc] r237138 - Implement atan2pi builtin
Tom Stellard
- [PATCH] Have `__have_extension(cxx_variadic_templates)` return true for any C++ standard.
Eric Fiselier
- r237151 - Changed renaming of local symbols by inserting a dot vefore the numeric suffix
Sunil Srivastava
- [libclc] r237154 - Implement cos for double types
Tom Stellard
- [libclc] r237155 - Implement sin for double types
Tom Stellard
- r237159 - Fixed double-free in case of module loading error.
Artem Belevich
- [PATCH] Change in symbol renaming to help demanglers and debugger. clang part.
Sunil Srivastava
- [PATCH] "Fancy" ARBs
hfinkel at anl.gov
- r237171 - List Alexey Bataev as code owner for Clang's OpenMP support, as discussed offline.
Richard Smith
- [PATCH] [Patch] Temporarily revert test to prepare for LLVM -fprofile-instr-generate= fix
Teresa Johnson
- [PATCH] [Sema] Proposed fix for PR 21837
Richard Smith
- r237183 - clang-format AllocateTarget. NFC
Douglas Katzman
- r237187 - InstrProf: Update name of compiler-rt routine for setting filename
Justin Bogner
- [PATCH] Added -mlink-init-bitcode-file option to pre-populate new module with IR loaded from specified file.
Artem Belevich
- r237192 - Add a new error for unexpected semi-colon before closing delimiter.
Richard Trieu
- [PATCH] Clang changes for indirect call target profiling
Betul Buyukkurt
- r237194 - Add missing #includes, found by modules build.
Richard Smith
- [PATCH] Detect mismatching 'new' and 'delete' uses
Richard Smith
- r237202 - Have '__have_extension(cxx_variadic_templates)' return true for any C++ standard.
Eric Fiselier
- [libcxx] r237205 - Document a known build issue on OS X 10.8 and later.
Eric Fiselier
- [PATCH] Fix adress cast for C++ in SEMA
hfinkel at anl.gov
- [PATCH] [libcxx] Create <__invoke> header that generates the __invoke and __invoke_constexpr functions.
Eric Fiselier
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] Implement std::experimental::sample
Marshall Clow
- [libclc] r237228 - Implement exp2 using OpenCL C rather than using an intrinsic
Tom Stellard
- [libclc] r237229 - Use a more accurate implementation for exp
Tom Stellard
- [PATCH] [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)
Alexey Bataev
- r237233 - clang-format: Support column layout with comment after {.
Daniel Jasper
- r237235 - clang-format: Prefer formatting local lambdas like functions.
Daniel Jasper
- r237241 - clang-format: [ObjC] Make IndentWrappedFunctionNames work with ObjC functions
Daniel Jasper
- r237243 - [OPENMP] Fixed codegen for firstprivate variables, also marked as lastprivate.
Alexey Bataev
- r237244 - clang-format: [ObjC] Further improve wrapping of methods calls without inputs.
Daniel Jasper
- r237246 - clang-format: Fix semicolon less macro-detection.
Daniel Jasper
- r237249 - clang-format: Fix incorrect */& classification.
Daniel Jasper
- [PATCH] [CodeGen] Reuse stack space from unused function results
Sergey Dmitrouk
- [PATCH] Generalize future keyword compat diagnostics
Hubert Tong
- r237263 - clang-format: Improve nested block / lambda indentation when wrapping
Daniel Jasper
- Fixing warning C4189 in SemaTemplateDeduction.cpp
Yaron Keren
- [libcxx] r237264 - Implement std::experimental::sample.
Evgeniy Stepanov
- [PATCH] Allow instantiation of deque and deque::iterator with incomplete value type.
Evgeniy Stepanov
- r237267 - Silence Visual C++ warning C4189: 'Result' : local variable is initialized but not referenced.
Yaron Keren
- r237268 - Made considerable updates to the documentation explaining how to add a new attribute to clang. Cleans up some of the existing wording, as well as adding new information and better explanations.
Aaron Ballman
- [PATCH] Fixed debug info generation for function static variables, typedef, and records
Paul Robinson
- [PATCH] Make GNUInline consistent with whether we use traditional GNU inline semantics.
Peter Collingbourne
- r237296 - Fix dependency file escaping.
Paul Robinson
- r237299 - Make GNUInline consistent with whether we use traditional GNU inline semantics.
Peter Collingbourne
- r237304 - Break \# in a depfile the same way as gcc.
Paul Robinson
- PATCH: fix assertion failure in assignment if an lvalues is constant but its type is not const-qualified
John Garvin
- r237320 - Fix a #include cycle in the libclang headers. "Eventually" is now.
Richard Smith
- r237321 - [modules] Fix a #include cycle when building a module for our builtin headers.
Richard Smith
- r237325 - [modules] Work around PR23521 to fix -O0 modules bootstrap.
Richard Smith
- r237326 - Add missing #include, found by modules build.
Richard Smith
- r237331 - [modules] Rearrange preprocessor module visibility handling, no observable change intended.
Richard Smith
- [PATCH] Reject multiplication by zero cases in MallocOverflowSecurityChecker
Aditya Kumar
- r237332 - Generalize future keyword compat diagnostics.
Richard Smith
- r237333 - clang/test/Frontend/dependency-gen-escaping.c: Tweak r237296, to let '/' and '\\' distinguishd, to unbreak "--host=linux --target=msvc".
NAKAMURA Takumi
- r237335 - [clang-cl] Add /Qvec and /Qvec- to control vectorization
David Majnemer
- r237336 - [AST] hasAttr followed by getAttr isn't efficient
David Majnemer
- r237337 - [MS ABI] __declspec(thread) behaves like thread_local in MSVC 2015
David Majnemer
- r237338 - Fix buildbots
David Majnemer
- r237339 - Replace non-standard %lld printf usage with PRId64.
Yaron Keren
- r237344 - [MS ABI] Add support for /Zc:sizedDealloc
David Majnemer
- [PATCH] Mingw-w64 driver for clang
Yaron Keren
- r237346 - Revert r237339 as sanitizer-ppc64-linux1 does not like it.
Yaron Keren
- r237347 - clang/test/Frontend/dependency-gen-escaping.c: Appease win32 hosts. Investigating.
NAKAMURA Takumi
- r237348 - [AArch64 ACLE] Allow to define poly64_t as 'unsigned long long' on LLP64 system.
Kevin Qin
- r237349 - [ARM] Add v8.1a architecture
Vladimir Sukharev
- [PATCH] [ARM] Add v8.1a architecture
Vladimir Sukharev
- r237364 - Factor out SmallDataThreshold
Ikhlas Ajbar
- r237368 - Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
- r237370 - [ARM] Fix of architecture naming typo
Vladimir Sukharev
- r237374 - Remove unused function HasPICArg().
Ikhlas Ajbar
- [PATCH] Adding testing for Bug 2349 Fix
Nemanja Ivanovic
- r237382 - Update cxx_dr_status to latest issues list.
Richard Smith
- r237383 - DR295: cv-qualifiers on function types are ignored in C++.
Richard Smith
- Segmentation fault with your recent new[]/delete[] warning patch
Diego Novillo
- r237385 - [CodeGen] Reuse stack space from unused function results
Sergey Dmitrouk
- [PATCH] add the -mrecip driver flag and process its options
hfinkel at anl.gov
- r237386 - Testing for the fix for bug 23429.
Nemanja Ivanovic
- r234143 - This reverts commit r234104, bringing back 233393 now that ARM is fixed.
Hans Wennborg
- [PATCH] Add flag to enable native half type
Pirama Arumuga Nainar
- [libcxx] r237390 - Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday().
Ed Schouten
- r237391 - Revert "Detect uses of mismatching forms of 'new' and 'delete'"
Diego Novillo
- r237396 - Tweak availability checking to look through typedef declarations.
Ted Kremenek
- r237397 - InstrProf: Only disable coverage in built-in macros, not all system macros
Justin Bogner
- r237401 - Fix Clang -Wsequence-point
David Blaikie
- r237406 - Add flag to enable native half type
Pirama Arumuga Nainar
- [PATCH] [analyzer] Support spaces in compiler path and arguments.
Антон Ярцев
- [PATCH] [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).
Антон Ярцев
- r237416 - Refactor: when exposing a definition in some module, provide listeners with the
Richard Smith
- r237418 - Revert r237385, "[CodeGen] Reuse stack space from unused function results"
NAKAMURA Takumi
- r237422 - [OPENMP] Fixed bug in atomic update/capture/write constructs.
Alexey Bataev
- r237424 - clang-format: Add missing space before ObjC selector.
Daniel Jasper
- r237427 - clang-format: Don't use column layout in lists that have separating
Daniel Jasper
- [PATCH] Fix invalid code generation (regression) in pass-by-value on PPC32
Andy Gibbs
- r237430 - clang-format: Slightly change format decisions around macro annotations.
Daniel Jasper
- r237434 - Limit set of types instantiated in FindInstantiatedDecl.
Serge Pavlov
- r236869 - Revert "Allow case-insensitive values for -mcpu for ARM and AArch64"
Richard Barton
- r237447 - CGAtomic.cpp: Fix bogus \brief(s). Did you mean "\param"? [-Wdocumentation]
NAKAMURA Takumi
- [PATCH] Consider unsigned long for non-u/U decimal literals (C90/C++03)
Hubert Tong
- r237463 - Implement no_sanitize attribute.
Peter Collingbourne
- r237473 - [modules] Add local submodule visibility support for declarations.
Richard Smith
- r237475 - Use llvm::StringSwitch<std::string> to take advantage of implicit asserting conversion to std::string.
Peter Collingbourne
- [PATCH] support memory markers for nonzero address spaces
John Garvin
- r237482 - Reverse the order of types in the reference dropping qualifiers error.
Richard Trieu
- r237492 - clang/test/SemaCXX/attr-no-sanitize.cpp: Don't mix stdout and stderr for FileCheck.
NAKAMURA Takumi
- [PATCH] Fix assertion failure with constant lvalues.
John Garvin
- r237500 - [PPC64] Add vector pack/unpack support from ISA 2.07
Bill Schmidt
- r237505 - When emitting a dropped qualifier error, show which qualifiers are dropped.
Richard Trieu
- r237507 - Fix typo from r237482. "to reference of type" --> "to reference to type"
Richard Trieu
- r237508 - [modules] Retain the name as written for umbrella headers and directories, rather than converting to an absolute path. No observable change expected, but this allows us to correctly compute the module for an umbrella header, which later changes will require.
Richard Smith
- [clang-tools-extra] r237509 - Update to match clang r237508.
Richard Smith
- [PATCH] libcxx: Enhance lit test command in verbose mode.
Logan Chien
- [PATCH] libcxx: Fix ARM libc++/abi and libunwind buildbot.
Logan Chien
- [libcxx] r237518 - libcxx: Fix ARM libc++/abi and libunwind buildbot.
Logan Chien
- [libcxx] r237519 - Fix build when libunwind is disabled.
Logan Chien
- r237525 - [Sema] Fold array into for-range loop. No functional change intended.
Benjamin Kramer
- [libcxx] r237527 - Fix test that was failing on C++03 b/c it was using initializer lists
Marshall Clow
- [PATCH] Add clang-query check for hasUnderlyingType() narrowing matcher
Richard
- [PATCH] Add hasUnderlyingType narrowing matcher for TypedefDecls, functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Richard
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Richard
- r237529 - Wrap a few comments to 80 columns.
Nico Weber
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr check to handle chained conditional assignment and chained conditional return
Richard
- [libcxx] r237530 - libcxx: Enhance lit test command in verbose mode.
Logan Chien
- r237531 - Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.
Nico Weber
- r237532 - [Sema] Improve llvm_unreachable() message.
Davide Italiano
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr to handle 'if (e) return true; return false; '
Richard
- r237535 - clang-format: Improve line wrapping around << operators.
Daniel Jasper
- r237538 - clang-format: Properly align ObjC string literals.
Daniel Jasper
- [clang-tools-extra] r237541 - [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...
Alexander Kornienko
- Fw: [PATCH] Fix invalid code generation (regression) in pass-by-value on PPC32
Andy Gibbs
- r237546 - Fix confusing indent. No behavior change.
Nico Weber
- r237547 - [MS ABI] Function encodings are always encoded in template arguments
David Majnemer
- r237548 - [MS ABI] Give __attribute__((overloadable)) functions pretty names
David Majnemer
- [PATCH] Add std::move warnings to -Wmost, which also brings them under -Wall
Nico Weber
- r237549 - Wrap to 80 columns. No behavior change.
Nico Weber
- r237550 - [modules] If we see a #include that maps to a module, but use of precompiled modules is disabled, track submodule visibility anyway if -fmodules-local-submodule-visibility is enabled. This, in effect, gives modules semantics but without precompilation.
Richard Smith
- r237551 - clang/test/CodeGenOpenCL/opencl_types.cl: Tweak expressions according to r237548.
NAKAMURA Takumi
- r237552 - [modules] Refactor and simplify #include handling.
Richard Smith
- r237553 - [clang-cl] Enable C++14 when targeting 2015 compatibility
David Majnemer
- [PATCH] [OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
- [clang-tools-extra] r237554 - docs: Spell a couple of cmake options with =ON in the docs
Justin Bogner
- r237555 - [modules] Move implicit creation of ImportDecls for #includes transformed into module imports from the frontend into Sema where it belongs.
Richard Smith
Last message date:
Sun May 17 22:35:53 PDT 2015
Archived on: Tue Aug 4 15:32:11 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).