The Week Of Monday 15 February 2016 Archives by thread
Starting: Mon Feb 15 00:07:18 PST 2016
Ending: Sun Feb 21 22:12:06 PST 2016
Messages: 651
- r260877 - [OPENMP] Remove extra sync barriers for 'firstprivate' clause.
Alexey Bataev via cfe-commits
- [libcxx] r259842 - Fix the search path for CMake files
Niels Ole Salscheider via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Alexey Bataev via cfe-commits
- [PATCH] D17148: [OPENMP] Basic teams directive implementation
Alexey Bataev via cfe-commits
- [PATCH] D17134: [clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-statements` check.
Haojian Wu via cfe-commits
- [PATCH] D15636: Reduce false positives in printf/scanf format checker
Andy Gibbs via cfe-commits
- [PATCH] D15332: new clang-tidy checker readability-non-const-parameter
Daniel Marjamäki via cfe-commits
- r260881 - PR26449: Fixes for bugs in __builtin_classify_type implementation
Andrey Bokhanko via cfe-commits
- [PATCH] D16846: PR26449: Fixes for bugs in __builtin_classify_type implementation
Phabricator via cfe-commits
- r260882 - PR26449: Tests for builtin_classify_type fix
Andrey Bokhanko via cfe-commits
- OpenCL support for Clang release 3.8 notes
Anastasia Stulova via cfe-commits
- r260872 - Add isAnyPointer() matchers. Register missing matchers.
Aaron Ballman via cfe-commits
- [PATCH] D15977: [Clang] Supporting all entities declared in lexical scope in LLVM debug info
Amjad Aboud via cfe-commits
- [PATCH] D16586: Make clang AAPCS compliant w.r.t volatile bitfield accesses
James Molloy via cfe-commits
- r259931 - [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
Ulrich Weigand via cfe-commits
- [PATCH] D16929: add support for -print-imm-hex for AArch64
James Molloy via cfe-commits
- r260898 - Darwin: fix stdlib handling when CLANG_DEFAULT_STDLIB is set
Tim Northover via cfe-commits
- r260755 - Darwin: pass -stdlib=libc++ down to cc1 whenever we're targeting libc++
Tim Northover via cfe-commits
- [PATCH] D17142: SystemZ: Check that argument -fzvector is only given for -z13
Ulrich Weigand via cfe-commits
- [PATCH] D17215: [Sema] Fix PR14211 Crash for explicit instantiation of overloaded template function within class template
John McCall via cfe-commits
- [PATCH] D16135: Macro Debug Info support in Clang
Amjad Aboud via cfe-commits
- [PATCH] D16376: clang-tidy check: misc-deprecated-special-member-functions
Aaron Ballman via cfe-commits
- [PATCH] D17272: Teach clang to use the ThinLTO pipeline
Mehdi AMINI via cfe-commits
- [PATCH] D17034: Add an AST matcher for null pointers
Aaron Ballman via cfe-commits
- [PATCH] D15935: Improve diagnostics for literal conversion to Boolean
Aaron Ballman via cfe-commits
- [PATCH] D17244: [clang-tidy] readability-ternary-operator new check
Richard via cfe-commits
- [PATCH] D16843: [Sema] Fix bug in TypeLocBuilder::pushImpl
Manman Ren via cfe-commits
- [clang-tools-extra] r260912 - fix an indent issue in the doc which causes sphinx to fail with some versions
Sylvestre Ledru via cfe-commits
- [PATCH] D17253: Cleanup of analyzer scripts as suggested by pychecker and pep8
Anna Zaks via cfe-commits
- [PATCH] D15883: Add ARM EHABI-related constants to unwind.h.
Timon Van Overveldt via cfe-commits
- [PATCH] D15421: [Feature] Add a builtin for indexing into parameter packs
Louis Dionne via cfe-commits
- r260201 - [CMake] Providing a CMake cache for 3-stage builds
Chris Bieneman via cfe-commits
- [PATCH] D16317: [Analyzer] Fix for PR23790: bind real value returned from strcmp when modelling strcmp.
Anton Yartsev via cfe-commits
- [libcxx] r260012 - Cleanup node-type handling in the unordered containers
Duncan P. N. Exon Smith via cfe-commits
- r260921 - Remove unnecessary regex in the test cases I fixed in r260496.
Akira Hatanaka via cfe-commits
- [PATCH] D17104: [VFS] Drop path traversal assertion
Ben Langmuir via cfe-commits
- r260496 - [Objective-c] Stop attaching section "datacoal_nt" to global variables.
Akira Hatanaka via cfe-commits
- [PATCH] D17285: Fix printing of anonymous struct typedefs
Steven Watanabe via cfe-commits
- r260927 - Simplify users of StringRef::{l,r}trim (clang) (NFC)
Vedant Kumar via cfe-commits
- r260929 - clang/test/Driver/ps4-linker-win.c: Tweak substitutions if %PATH% ends with '\\', or lit complains with "parser error".
NAKAMURA Takumi via cfe-commits
- r260937 - [Frontend] Make sure WrapperFrontendAction updates CurrentInput after calling BeginSourceFileAction.
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D15588: PR25356 - False positive with -Wreturn-stack-address
Nikola Smiljanić via cfe-commits
- [PATCH] D15509: Suggest missing 'template' for dependent member templates
Nikola Smiljanić via cfe-commits
- [PATCH] D16040: [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Xiuli PAN via cfe-commits
- [clang-tools-extra] r260944 - clang-tools-extra/test/Unit/lit.site.cfg.in: Prune on_clone. I guess it has been unused since r188006.
NAKAMURA Takumi via cfe-commits
- [PATCH] D17286: Make FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIB
Jonas Hahnfeld via cfe-commits
- [PATCH] D16686: [OpenCL] Generate metadata for opencl_unroll_hint attribute
Pekka Jääskeläinen via cfe-commits
- [PATCH] D16928: [OpenCL] Apply missing restrictions for Blocks in OpenCL v2.0
Pekka Jääskeläinen via cfe-commits
- [PATCH] D16953: Enhance clang-tidy modernize-redundant-void-arg check to apply fixes to header files
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r260948 - [clang-tidy] Enhance modernize-redundant-void-arg check to apply fixes to header files
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r260952 - [clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-statements` check.
Haojian Wu via cfe-commits
- [clang-tools-extra] r260953 - [clang-tidy] Fix an assert failure in `modernize-loop-convert`.
Haojian Wu via cfe-commits
- r260954 - [OPENMP] Improved handling of pseudo-captured expressions in OpenMP.
Alexey Bataev via cfe-commits
- [PATCH] D15283: [ARMv8-M] Add Clang targeting for ARMv8-M Baseline/Mainline
Bradley Smith via cfe-commits
- r260957 - [OPENMP] Allow to use compound assignment operators.
Alexey Bataev via cfe-commits
- [libcxx] r260961 - Issue a warning instead of fatal errors when checks for libatomic fail.
Vasileios Kalintiris via cfe-commits
- [PATCH] D17170: [OPENMP] Codegen for distribute directive
Carlo Bertolli via cfe-commits
- [libcxx] r260964 - Added a (private) status page for the Jacksonville meeting
Marshall Clow via cfe-commits
- [libcxx] r260966 - Add some comments
Marshall Clow via cfe-commits
- [libcxx] r260235 - Introduce a cmake module to figure out whether we need to link with libatomic.
Vasileios Kalintiris via cfe-commits
- [libcxx] r260975 - Add some status
Marshall Clow via cfe-commits
- [libcxx] r260982 - Merging r258107:
Hans Wennborg via cfe-commits
- [libcxx] r260983 - Merging r259682:
Hans Wennborg 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
- [libcxx] r259682 - re.results.form: Format out-of-range subexpression references as null
Hans Wennborg via cfe-commits
- r260851 - As reported in https://llvm.org/bugs/show_bug.cgi?id=25496, on FreeBSD,
Hans Wennborg via cfe-commits
- [PATCH] D17002: [lanai] Add Lanai backend to clang driver
Eli Bendersky via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Richard Smith via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Richard Smith via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Richard Smith via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Richard Smith via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Richard Smith via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Michael Matz via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Michael Matz via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Richard Smith via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Michael Matz via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Matthijs van Duin via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Matthijs van Duin via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Richard Smith via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Marc Glisse via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Matthijs van Duin via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Matthijs van Duin via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Matthijs van Duin via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Richard Smith via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
Richard Smith via cfe-commits
- RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct
H.J. Lu via cfe-commits
- [PATCH] D17299: [ASTReader] Report error when accessing corrupt record data
Vedant Kumar via cfe-commits
- r260990 - clang-cl: Expose -isystem.
Nico Weber via cfe-commits
- r258524 - Merge templated static member variables, fixes http://llvm.org/pr26179.
Vassil Vassilev via cfe-commits
- r260993 - [typo-correction] Apply name specifier corrections when forming a NNS
Reid Kleckner via cfe-commits
- r260994 - Exclude PCH/missing-file.cpp on Windows, it does not pass reliably
Reid Kleckner via cfe-commits
- [PATCH] D17214: Stop using "template" when printing qualtype names
Sterling Augustine via cfe-commits
- [PATCH] D16949: Fix for: Bug 5941 - improve diagnostic for * vs & confusion
David Blaikie via cfe-commits
- r260370 - Fix PR26543: add a check for definition in CXXRecordDecl.
Hans Wennborg via cfe-commits
- r261005 - Stop using "template" when printing qualtype names
Reid Kleckner via cfe-commits
- r261008 - Add a nullPointerConstant() AST matcher to handle variations of null pointer constants in one matcher.
Aaron Ballman via cfe-commits
- r261009 - Missing semicolons are kind of important. Who knew?
Aaron Ballman via cfe-commits
- [PATCH] D17132: [libcxx] Fix definition of regex_traits::__regex_word on big-endian glibc systems
Daniel Sanders via cfe-commits
- r261018 - [CUDA] pass debug options to ptxas.
Artem Belevich via cfe-commits
- [PATCH] D16552: Let clang not error out on `const std::vector<int> empty_vec; ` with libstdc++5.3.
Nico Weber via cfe-commits
- [PATCH] D17111: [CUDA] Added --cuda-noopt-device-debug option to control ptxas' debug info generation.
Artem Belevich via cfe-commits
- [PATCH] D15539: [libcxxabi] Reducing stack usage of test
Marshall Clow via cfe-commits
- [PATCH] D13704: [Fix] Allow implicit conversions of the address of overloadable functions in C + docs update
George Burgess IV 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
- r261034 - Improve diagnostics for ill-formed literal operator declarations.
Richard Smith via cfe-commits
- [PATCH] D16930: Improve literal operator parameter diagnostics.
Richard Smith via cfe-commits
- [libclc] r261042 - amdgcn: Use new workitem intrinsics
Matt Arsenault via cfe-commits
- [libclc] r261043 - Add .gitignore for build directories
Matt Arsenault via cfe-commits
- [PATCH] D15314: Fix a bug in unavailable checking
Doug Gregor via cfe-commits
- r261045 - Teach clang to use the ThinLTO pipeline
Mehdi Amini via cfe-commits
- [PATCH] D17313: [CUDA] Annotate all calls in CUDA device mode as convergent.
Justin Lebar via cfe-commits
- r261046 - Restrengthen tests relaxed in r259955
Xinliang David Li via cfe-commits
- r261047 - Test simplification
Xinliang David Li via cfe-commits
- r261053 - [AttrDocs.td] Fix up some reST syntax.
Sean Silva via cfe-commits
- r261054 - [cmake] Revert r260742 (and r260744) to improve order file support.
Chandler Carruth via cfe-commits
- r260742 - [CMake] Improve the clang order-file generation workflow
Chandler Carruth via cfe-commits
- [PATCH] D17019: [OpenMP] Code generation for teams - kernel launching
Alexey Bataev via cfe-commits
- r259874 - CodeGen: correct Windows ARM C++ assertion
Saleem Abdulrasool via cfe-commits
- [PATCH] Tiny optimization of atomic operations
Eugene Kosov via cfe-commits
- r261080 - [OPENMP] Fix handling loop-based directives with arrays.
Alexey Bataev via cfe-commits
- [PATCH] D17330: PR26648: "inline" shouldn't be recognized as a C keyword in MSVC 2013 compatibility mode
Andrey Bokhanko via cfe-commits
- r261084 - [OpenCL] Added half type literal with suffix h.
Anastasia Stulova via cfe-commits
- [libcxx] r261088 - [libcxx] Fix definition of regex_traits::__regex_word on big-endian glibc systems
Daniel Sanders via cfe-commits
- r261089 - [OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.
Alexey Bataev via cfe-commits
- [PATCH] D16579: Warn if friend function depends on template parameters.
Serge Pavlov via cfe-commits
- [PATCH] D15450: Avoid double deletion in Clang driver.
Yaron Keren via cfe-commits
- [PATCH] D16012: Carry raw string literal information through to the AST StringLiteral representation
Aaron Ballman via cfe-commits
- [PATCH] D16139: [MIPS] initFeatureMap() to handle empty string argument
Vasileios Kalintiris via cfe-commits
- [libcxx] r261097 - Merging r261088:
Daniel Sanders via cfe-commits
- [PATCH] D13622: Add call to find_package to load LLVM dependencies
don hinton via cfe-commits
- r261098 - [OPENMP] Fix tests incompatibility with ARM buildbots.
Alexey Bataev via cfe-commits
- [PATCH] D17335: [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r261102 - [clang-tidy] Match the type against the get() method we are calling,
Samuel Benzaquen via cfe-commits
- r261109 - Correct more typos in conditional expressions
David Majnemer via cfe-commits
- [PATCH] D17091: [analyzer][scan-build-py] Non-existing directory for scan-build output.
Anton Yartsev via cfe-commits
- [PATCH] D16914: [CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilog
Akira Hatanaka via cfe-commits
- r261135 - Enable SafeStack for CloudABI.
Ed Schouten via cfe-commits
- [PATCH] D16154: Default vaarg lowering should support indirect struct types.
Derek Schuff via cfe-commits
- [PATCH] D17056: Mark all CUDA device-side function defs and decls as convergent.
David Majnemer via cfe-commits
- [PATCH] D17343: [OpenCL] Diagnose program scope pointers
Anastasia Stulova via cfe-commits
- [PATCH] D17345: [OpenCL] Improve diagnostics of address spaces for variables inside function
Anastasia Stulova via cfe-commits
- r261151 - [CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilog
Akira Hatanaka via cfe-commits
- [PATCH] D17348: Add -Wcast-calling-convention to warn when casting away calling conventions
Reid Kleckner via cfe-commits
- r261159 - [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar to trace-bb, but has a different API. We already use the equivalent flag in GCC for Linux kernel fuzzing. We may be able to use this flag with AFL too
Kostya Serebryany via cfe-commits
- r261161 - [modules] Cache 'acceptable decl' lookups for namespaces. In projects with
Richard Smith via cfe-commits
- r261163 - Add 'nopartial' qualifier for availability attributes.
Manman Ren via cfe-commits
- [PATCH] D17349: ARM: fix VFP asm constraints
JF Bastien via cfe-commits
- r261171 - Don't crash w/ a diagnostic range containing a null byte
David Majnemer via cfe-commits
- [PATCH] D16552: Implement the likely resolution of core issue 253.
Nico Weber via cfe-commits
- [PATCH] D17355: [Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType
Akira Hatanaka via cfe-commits
- r261178 - [sanitizer-coverage] add a deprecation warning for -fsanitize-coverage=[1234]
Kostya Serebryany via cfe-commits
- [libcxx] r261180 - Get <ext/hash_map> working again
Eric Fiselier via cfe-commits
- [libcxx] r261181 - Commit tests missing from r261180.
Eric Fiselier via cfe-commits
- r261182 - [sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitizer and w/o ...=[func, bb, edge]. This makes this syntax a superset of the GCC's syntax
Kostya Serebryany via cfe-commits
- [PATCH] D17360: [cfi] Fix handling of sanitize trap/recover flags in the cross-DSO CFI mode.
Evgeniy Stepanov via cfe-commits
- [PATCH] D17362: [Sema] PR23090 Crash when return type or parameter types for extern "C" functions don't have external linkage
don hinton via cfe-commits
- [libcxx] r260514 - Teach __hash_table how to handle unordered_map's __hash_value_type.
Eric Fiselier via cfe-commits
- [libcxx] r260431 - Recommit r260012 - Cleanup node-type handling in the unordered containers.
Eric Fiselier via cfe-commits
- [PATCH] D17367: [OpenMP] Code generation for target data directive
Samuel Antao via cfe-commits
- [PATCH] D17368: [OpenMP] Code generation for target enter data directive
Samuel Antao via cfe-commits
- [PATCH] D16821: Add whole-program vtable optimization feature to Clang.
Peter Collingbourne via cfe-commits
- [PATCH] D17369: [OpenMP] Code generation for target exit data directive
Samuel Antao via cfe-commits
- r261191 - [Parse] Make sure we don't forget to diagnose typos in exprs
David Majnemer via cfe-commits
- r261192 - Sema: provide an extension warning for enable_if
Saleem Abdulrasool via cfe-commits
- r261195 - [MSVC] Turn C++ EH on my default
David Majnemer via cfe-commits
- r261196 - [CLANG] [AVX512] [BUILTIN] Adding pmovsx{b|d|w}{w|d|q}{128|256|512} builtin to clang
Michael Zuckerman via cfe-commits
- [PATCH] D17149: Consolidate and improve the handling of built-in feature-like macros
Andy Gibbs via cfe-commits
- r261204 - [analyzer] Add --force-analyze-debug-code option to scan-build
Yury Gribov via cfe-commits
- [PATCH] D17375: Add parentheses around arithmetic in operand of '|' in llvm-dwp.cpp.
Cong Liu via cfe-commits
- r261209 - [OPENMP] Fix codegen for lastprivate loop counters.
Alexey Bataev via cfe-commits
- [PATCH] D17376: dump_ast_matchers.py: fix replacement regexps
Aleksei Sidorin via cfe-commits
- [PATCH] D17378: Add additional Hi/Lo registers to Clang MipsTargetInfoBase
Hrvoje Varga via cfe-commits
- r261217 - [Parse] Code complete expressions in bracket declarators.
Benjamin Kramer via cfe-commits
- [PATCH] D17380: [libcxx] Split locale management out of ibm/xlocale.h. NFCI
Ben Craig via cfe-commits
- r261219 - [analyzer] dump_ast_matchers.py: fix replacement regexps
Yury Gribov via cfe-commits
- [PATCH] D17382: [libcxx] Split locale management out of newlib/xlocale.h. NFCI
Ben Craig via cfe-commits
- r261221 - Add an AST matcher for real floating-point types. e.g., float, double, long double, but not complex.
Aaron Ballman via cfe-commits
- r261222 - Avoid double deletion in Clang driver.
Serge Pavlov via cfe-commits
- r261223 - File missed from r261222
Serge Pavlov via cfe-commits
- [PATCH] D17385: clang-format: [JS] single quote double quoted strings.
Martin Probst via cfe-commits
- r257763 - clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
Hans Wennborg via cfe-commits
- [PATCH] D17387: Add check for CERT FLP30-C
Aaron Ballman via cfe-commits
- [PATCH] D17389: Embed bitcode in object file (clang cc1 part)
Steven Wu via cfe-commits
- [libcxx] r261230 - Split locale management out of ibm/xlocale.h. NFCI
Ben Craig via cfe-commits
- [PATCH] D17390: Introduce -fembed-bitcode driver option
Steven Wu via cfe-commits
- [libcxx] r261231 - Split locale management out of newlib/xlocale.h. NFCI
Ben Craig via cfe-commits
- [PATCH] D17392: Embed bitcode in object file (clang cc1 part)
Steven Wu via cfe-commits
- Embedded Bitcode in Object Files
Steven Wu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
David Li via cfe-commits
- [PATCH] D17397: Make deprecation message for -fsanitize-coverage= with numeric argument friendlier.
Nico Weber via cfe-commits
- r261243 - [analyzer] Improve modeling of ObjC synthesized property setters.
Devin Coughlin via cfe-commits
- r261247 - Make deprecation message for -fsanitize-coverage= with numeric argument friendlier.
Nico Weber via cfe-commits
- r261248 - [analyzer] Include comment mistakenly left out of r261243. NFC.
Devin Coughlin via cfe-commits
- [PATCH] D17405: Use Backend_EmitMCNull for null codegen unit tests.
David L. Jones via cfe-commits
- r261251 - Make test less prone to attribute changes
Krzysztof Parzyszek via cfe-commits
- r261252 - Use Backend_EmitMCNull for null codegen unit tests.
David L. Jones via cfe-commits
- r261253 - Missed a spot in r261251, also ignore attributes on all pointer parameters
Krzysztof Parzyszek via cfe-commits
- [PATCH] D17407: [Sema] PR25755 Fix crash when initializing out-of-order struct references
don hinton via cfe-commits
- r261260 - [Sema] Fix bug in TypeLocBuilder::pushImpl
Akira Hatanaka via cfe-commits
- [PATCH] D17410: [libcxxabi] Respect LIBCXXABI_LIBDIR_SUFFIX before an install
Ben Craig via cfe-commits
- [PATCH] D17416: [libcxx] Reorganize locale extension fallbacks
Ben Craig via cfe-commits
- r261271 - Remove use of builtin comma operator.
Richard Trieu via cfe-commits
- [PATCH] D17418: [analyzer] Add checker callback for beginning of function.
Devin Coughlin via cfe-commits
- [PATCH] D17419: [libcxx] Split locale management out of locale_win32. NFCI
Ben Craig via cfe-commits
- r261274 - [ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter class.
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D17023: pr26544: Bitfield layout with pragma pack and attributes "packed" and "aligned
John McCall via cfe-commits
- [PATCH] D16923: [AST] Implemented missing VisitAccessSpecDecl function in ASTImporter class.
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D17026: Changed ASTImporter DiagnosticsEngine from FromDiag to ToDiag for unsupported ASTNodes Import.
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D16460: Bug 10002 - [opencl] Wrongfully assuming RHS is always unsigned
John McCall via cfe-commits
- [PATCH] D17029: [AST] Implemented missing import for the Template type parameter and Injected Class Name in ASTImporter class.
Argyrios Kyrtzidis via cfe-commits
- r261278 - Add -Wcomma warning to Clang.
Richard Trieu via cfe-commits
- [PATCH] D3976: -Wcomma, a new warning for questionable uses of the comma operator
Richard Trieu via cfe-commits
- r261285 - Fix my typo from r261278
Richard Trieu via cfe-commits
- r261290 - Add call to find_package to load LLVM dependencies
Reid Kleckner via cfe-commits
- [PATCH] D17072: [Sema] PR25181 Fix crash when method declaration with throw spec fails to parse correctly
Reid Kleckner via cfe-commits
- r261292 - [Sema] PR25181 Fix crash when method declaration with throw spec fails to parse correctly
Reid Kleckner via cfe-commits
- r261293 - [analyzer] Add checker callback for beginning of function.
Devin Coughlin via cfe-commits
- r261295 - Update cxx_dr_status.html with today's cwg_index.html.
Nico Weber via cfe-commits
- r261297 - Implement the likely resolution of core issue 253.
Nico Weber via cfe-commits
- [PATCH] D5238: [analyzer] Detect duplicate [super dealloc] calls
Devin Coughlin via cfe-commits
- [PATCH] D17434: [Clang-tidy] Make readability-container-size-empty working with STL string
Eugene Zelenko via cfe-commits
- r261301 - Fix SemaTemplate/instantiate-field.cpp after r261297.
Nico Weber via cfe-commits
- r261309 - ARM: fix VFP asm constraints
JF Bastien via cfe-commits
- r261310 - Add test.
JF Bastien via cfe-commits
- r261312 - Correct typos after acting on invalid subscript expressions
David Majnemer via cfe-commits
- [PATCH] D17436: [OpenCL] Add Sema checks for OpenCL 2.0 block
Xiuli PAN via cfe-commits
- [PATCH] D17438: [OpenCL] Add Sema checks for atomics and implicit declaration
Xiuli PAN via cfe-commits
- [PATCH] D17439: clang-format: [JS] treat forwardDeclare as an import/export statement.
Martin Probst via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Martin Probst via cfe-commits
- r261315 - [OPENMP] Improved layout of CGOpenMPRuntime class, NFC.
Alexey Bataev via cfe-commits
- r261321 - pr26544: Bitfield layout with pragma pack and attributes "packed" and
Alexey Bataev via cfe-commits
- r261323 - Removed unused local variable
Serge Pavlov via cfe-commits
- [PATCH] D17444: PR26672: [MSVC] Clang does not recognize "static_assert" keyword in C mode
Andrey Bokhanko via cfe-commits
- [clang-tools-extra] r261324 - Add a new check, cert-flp30-c, that diagnoses loop induction expressions of floating-point type. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/display/c/FLP30-C.+Do+not+use+floating-point+variables+as+loop+counters
Aaron Ballman via cfe-commits
- [PATCH] D17446: ASTMatchers: add new statement/decl matchers
Aleksei Sidorin via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Aleksei Sidorin via cfe-commits
- [PATCH] D17437: [OpenCL] Add Sema checks for image and pipe
Yaxun Liu via cfe-commits
- [PATCH] D17447: Add check for CERT ENV33-C
Aaron Ballman via cfe-commits
- [PATCH] D17451: PR26448: [Sema] Fix determined type of ternary operator acting on two xvalue class types
Erik Pilkington via cfe-commits
- [PATCH] D17452: [CMake] Add partial support for MSVC in compiler-rt builtins
Roman Shirokiy via cfe-commits
- [PATCH] D17453: [Driver] Enable --rtlib option for MSVC target
Roman Shirokiy via cfe-commits
- [PATCH] D10013: Refactor: Simplify boolean conditional return statements in lib/Driver
Richard via cfe-commits
- [PATCH] D17456: [libcxx] Reorganize _LIBCPP_LOCALE__L_EXTENSIONS
Ben Craig via cfe-commits
- r261350 - [OpenCL] Generate metadata for opencl_unroll_hint attribute
Anastasia Stulova via cfe-commits
- [PATCH] D17457: [VFS] Add 'overlay-relative' field to YAML files
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D17462: Fix a codegen bug for variadic functions with pass_object_size params
George Burgess IV via cfe-commits
- r261372 - [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith via cfe-commits
- r261373 - [modules] Do less scanning of macro definition chains when computing the set of
Richard Smith via cfe-commits
- [libcxx] r261381 - Add stdbool.h wrapper for libc++
Eric Fiselier via cfe-commits
- [libcxx] r261382 - Make __wrap_iter work with GCC again
Eric Fiselier via cfe-commits
- [PATCH] D16346: Add stdbool.h wrapper for libc++
Eric Fiselier via cfe-commits
- [PATCH] D16345: Make __wrap_iter work with GCC again
Eric Fiselier via cfe-commits
- [libcxx] r261383 - Fix PR26622 - Make CheckLibcxxAtomic.cmake use the libc++ headers.
Eric Fiselier via cfe-commits
- r261388 - Remove a duplicate declaration specifier from _ReadBarrier
David Majnemer via cfe-commits
- [libcxx] r261391 - Work around GCC bug in .fail.cpp tests
Eric Fiselier via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Eric Fiselier via cfe-commits
- [PATCH] D17469: [libcxx] Add deployment knobs to tests (for Apple platforms)
Duncan P. N. Exon Smith via cfe-commits
- r259975 - Fix a crash when emitting dbeug info for forward-declared scoped enums.
Eric Christopher via cfe-commits
- r261412 - [OPENMP 4.5] Initial support for data members in 'lastprivate' clause.
Alexey Bataev via cfe-commits
- LLVM buildmaster restarted in few minutes.
Galina Kistanova via cfe-commits
- [libcxx] r261416 - Cleanup node-type handling in the associative containers.
Eric Fiselier via cfe-commits
- [libcxx] r261419 - Remove all usages of "const" node pointer typedefs in the assoc containers.
Eric Fiselier via cfe-commits
- [libcxx] r261421 - Rename <__hash_table> traits so they don't conflict with similar traits.
Eric Fiselier via cfe-commits
- r261422 - Fix handling of vaargs on PPC32 when going from regsave to overflow.
Roman Divacky via cfe-commits
- r261423 - Remove -fnew-ms-eh
David Majnemer via cfe-commits
- r261424 - [MSVC Compat] Add support for /GX, /GX-
David Majnemer via cfe-commits
- r261425 - [MSVC Compat] Implement -EHc semantics
David Majnemer via cfe-commits
- [clang-tools-extra] r261431 - [clang-tidy] Describe modules, link to LLVM development docs, other minor updates
Alexander Kornienko via cfe-commits
- [PATCH] D17482: [clang-tidy] Allow tests to verify changes made to header files
Richard via cfe-commits
- r261442 - Lex: Remove explicitly deleted copy constructor, NFC
Duncan P. N. Exon Smith via cfe-commits
- r261443 - Lex: clang-format HeaderMap.h, NFC
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D17484: [clang-tidy] introduce modernize-deprecated-headers check
Kirill Bobyrev via cfe-commits
- r261445 - [c-index-test] CMake: When installing c-index-test to a different prefix directory, add an rpath so that
Argyrios Kyrtzidis via cfe-commits
- r261446 - Lex: Add some unit tests for corrupt header maps
Duncan P. N. Exon Smith via cfe-commits
- r261448 - Lex: Check buckets on header map construction
Duncan P. N. Exon Smith via cfe-commits
- r261449 - Lex: Check whether the header map buffer has space for the buckets
Duncan P. N. Exon Smith via cfe-commits
- r261455 - Lex: Add a test for HeaderMap::lookupFileName()
Duncan P. N. Exon Smith via cfe-commits
- r261456 - Lex: Use dbgs() instead of fprintf() in HeaderMap::dump()
Duncan P. N. Exon Smith via cfe-commits
- r261459 - Lex: Change HeaderMapImpl::getString() to return StringRef, NFC
Duncan P. N. Exon Smith via cfe-commits
- r261461 - Lex: Never overflow the file in HeaderMap::lookupFilename()
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D13388: Add support for querying the visibility of a cursor
Milian Wolff via cfe-commits
- [PATCH] D17488: Extend UnnecessaryCopyInitialization check to trigger on non-const copies that can be safely converted to const references.
Felix Berger via cfe-commits
- r261466 - Class Property: Fix a crash with old ABI when generating metadata in classes.
Manman Ren via cfe-commits
- r261467 - Added SKL and CNL processors and features to Clang
Elena Demikhovsky via cfe-commits
- r261471 - [CLANG] [AVX512] [BUILTIN] Adding pmovzx{b|d|w}{w|d|q}{128|256|512} builtin to clang
Michael Zuckerman via cfe-commits
- r261480 - [analyzer][scan-build] Non-existing directory for scan-build output.
Anton Yartsev via cfe-commits
- [PATCH] D17491: Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references.
Felix Berger via cfe-commits
- r261506 - Fix PR24473 : Teach clang to remember to substitute into member variable templates referred to within dependent qualified ids.
Faisal Vali via cfe-commits
- r261512 - Addressing review comments for r261163.
Manman Ren via cfe-commits
Last message date:
Sun Feb 21 22:12:06 PST 2016
Archived on: Sun Feb 21 22:10:56 PST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).