The Week Of Monday 4 November 2013 Archives by date
Starting: Mon Nov 4 00:29:52 PST 2013
Ending: Sun Nov 10 22:36:33 PST 2013
Messages: 515
- [PATCH] Introduce ClangTool::buildASTs, and buildASTFromCode.
Manuel Klimek
- [PATCH] Implement aarch64 NEON copy_lane intrinsic with float type
Kevin Qin
- [PATCH] Introduce clang-query tool.
Manuel Klimek
- [PATCH] Relax some preconditions for using FixedCompilationDatabase.
Manuel Klimek
- [PATCH] Allow string literals as module identifiers
Manuel Klimek
- Fwd: [PATCH] PR10837 fix
Ivan A. Kosarev
- r193985 - Driver: Add support for -march=bdver3 on x86.
Benjamin Kramer
- r193986 - Make ADLResult::iterator a proper iterator.
Benjamin Kramer
- [PATCH] Test case for r193751
Aaron Ballman
- r193989 - Attributes which accept a type as their sole argument are no longer hard coded into the parser. Instead, they are automatically listed through tablegen.
Aaron Ballman
- [PATCH] Simplify handling of iboutletcollection and vec_type_hint attributes
Aaron Ballman
- r193990 - Updating the makefile to reflect CMake; addendum to r193989.
Aaron Ballman
- r193991 - clang/lib/Parse/CMakeLists.txt: Fixup corresponding to r193989. ClangAttrTypeArg is required here.
NAKAMURA Takumi
- [PATCH] CodeGen: Minor cleanup/simplification in CGStmt
Rafael Espíndola
- XCore target Type defines
Rafael Espíndola
- r193993 - CodeGen: Move an initialization away from an unrelated comment
Justin Bogner
- r193994 - CodeGen: Use EmitBranchOnBool when generating For and CXXForRange
Justin Bogner
- r193995 - CodeGen: Test that simple expressions are simplified at -O0
Justin Bogner
- [PATCH] CodeGen: Minor cleanup/simplification in CGStmt
Justin Bogner
- [PATCH] Test case for r193751
Chris Wailes
- r193995 - CodeGen: Test that simple expressions are simplified at -O0
Rafael Espíndola
- [PATCH] Code cleanup in <locale>
Marshall Clow
- [PATCH] Introduce clang-query tool.
Samuel Benzaquen
- [PATCH] Test case for r193751
Aaron Ballman
- XCore target Type defines
Robert Lytton
- [PATCH] Code cleanup in <locale>
Howard Hinnant
- r193919 - Sema: Cleanup and simplify anonymous union diagnostics
Jordan Rose
- r193997 - clang-format this if.
Rafael Espindola
- XCore target has -fno-use-cxa-atexit as default
Rafael Espíndola
- r193995 - CodeGen: Test that simple expressions are simplified at -O0
Justin Bogner
- XCore target Type defines
Rafael Espíndola
- [patch] Emit aliases for more constructors (V2)
Benjamin Kramer
- [PATCH] Fix vbtable indices if a class shares the vbptr with a non-virtual base
Reid Kleckner
- r194000 - Use aliases for more constructors and destructors.
Rafael Espindola
- r194002 - Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Kaelyn Uhrain
- r194004 - [analyzer] Suppress warnings coming out of std::basic_string.
Anna Zaks
- r194005 - [analyzer] Track the count of NSOrderedSet similarly to other fast enumerations.
Anna Zaks
- r193919 - Sema: Cleanup and simplify anonymous union diagnostics
David Majnemer
- r193919 - Sema: Cleanup and simplify anonymous union diagnostics
Jordan Rose
- r193919 - Sema: Cleanup and simplify anonymous union diagnostics
David Majnemer
- r193919 - Sema: Cleanup and simplify anonymous union diagnostics
Jordan Rose
- [PATCH] Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Reid Kleckner
- [libc++] Patch for AIX
Xing Xue
- [PATCH] Include non-explicit submodules in exported module list
Dmitri Gribenko
- r193815 - Clang modules: collect exports recursively
Dmitri Gribenko
- [PATCH] Tune capturing of init-captures in non-generic lambdas
Richard Smith
- Produce direct calls instead of alias to linkonce_odr functions
Rafael Espíndola
- [PATCH] Include non-explicit submodules in exported module list
Richard Smith
- Produce direct calls instead of alias to linkonce_odr functions
Richard Smith
- [PATCH] Implement capturing for generic lambdas
Faisal Vali
- [PATCH] Include non-explicit submodules in exported module list
Dmitri Gribenko
- [PATCH] Include non-explicit submodules in exported module list
Doug Gregor
- r194018 - Include non-explicit submodules in exported module list
Dmitri Gribenko
- [PATCH] Include non-explicit submodules in exported module list
Dmitri Gribenko
- Produce direct calls instead of alias to linkonce_odr functions
Rafael Espíndola
- [PATCH] ASTVector: Fix return value of various insert() methods
Will Dietz
- Produce direct calls instead of alias to linkonce_odr functions
Reid Kleckner
- Produce direct calls instead of alias to linkonce_odr functions
Rafael Espíndola
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
hfinkel at anl.gov
- [PATCH] Implement aarch64 NEON copy_lane intrinsic with float type
Tim Northover
- [PATCH]AArch64 Neon Post-index Load/Store multiple N-element instructions.
Tim Northover
- [PATCH] Implement aarch64 neon instruction class SIMD Crypto - LLVM
Tim Northover
- [PATCH] Introduce BoundNodes::getMap.
Peter Collingbourne
- r194031 - ObjectiveC. Method implementations should only check for
Fariborz Jahanian
- Produce direct calls instead of alias to linkonce_odr functions
Reid Kleckner
- Produce direct calls instead of alias to linkonce_odr functions
Rafael Espíndola
- r194042 - Implemented aarch64 neon intrinsic vcopy_lane with float type.
Kevin Qin
- Produce direct calls instead of alias to linkonce_odr functions
Rafael Espíndola
- r194002 - Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Richard Smith
- [PATCH] Warn on duplicate function specifier
Serge Pavlov
- Produce direct calls instead of alias to linkonce_odr functions
Reid Kleckner
- r194046 - Produce direct calls instead of alias to linkonce_odr functions.
Rafael Espindola
- r194047 - Revert "Produce direct calls instead of alias to linkonce_odr functions."
Rafael Espindola
- [PATCH] Introduce DynTypedNode::print, dump and getSourceRange.
Peter Collingbourne
- [PATCH] Introduce DynTypedNode::print, dump and getSourceRange.
Manuel Klimek
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alexey Bataev
- r194049 - Add a testcase from the recent bootstrap failure.
Rafael Espindola
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alexey Bataev
- r194049 - Add a testcase from the recent bootstrap failure.
David Blaikie
- r194050 - Expand the test a bit.
Rafael Espindola
- r194049 - Add a testcase from the recent bootstrap failure.
Rafael Espíndola
- r194052 - Sema: Improve comment introduced in r193397
David Majnemer
- r193397 - Sema: Do not allow lambda expressions to appear inside of constant expressions
David Majnemer
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Hal Finkel
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Hal Finkel
- r194054 - Enable links now that they work.
Richard Smith
- Produce direct calls instead of alias to linkonce_odr functions
Rafael Espíndola
- [PATCH] Introduce ClangTool::buildASTs, and buildASTFromCode.
Peter Collingbourne
- [PATCH] Introduce ClangTool::buildASTs, and buildASTFromCode.
Peter Collingbourne
- r194055 - C++1y sized deallocation: if we have a use, but not a definition, of a sized
Richard Smith
- r194056 - Remove stray comma from documentation.
Richard Smith
- r194000 - Use aliases for more constructors and destructors.
Yaron Keren
- r194059 - Lex: Require that '#' be followed by a macro parameter name when preceded by '##'
David Majnemer
- r194061 - Simplify test case added in r194059
David Majnemer
- r194068 - Do not allow functions or kernels called 'main' in OpenCL.
Joey Gouly
- r194069 - Fix test that wasn't testing anything
Alp Toker
- r194070 - Fix test that was not being run
Alp Toker
- r194071 - Make test run reliably
Alp Toker
- r194072 - Fix a test that was never being run, mark it XFAIL
Alp Toker
- r194073 - Disable the test that crashes
Alp Toker
- r194072 - Fix a test that was never being run, mark it XFAIL
Alp Toker
- [PATCH] Unknown-bound array static data member of template should be type dependent
Karthik Bhat
- r194076 - Disable test fully with REQUIRES
Alp Toker
- [clang-tools-extra] r194079 - [extra] pp-trace - Fixed problems found while writing docs.
John Thompson
- [libcxx] r194080 - Refactor floating point code for num_get::do_get into a template. No functionality change
Marshall Clow
- [clang-tools-extra] r194081 - pp-trace user documentation - beginnings
John Thompson
- r194000 - Use aliases for more constructors and destructors.
Rafael Espíndola
- [PATCH] More duplicate code removal in <locale>
Marshall Clow
- [PATCH] Fix vbtable indices if a class shares the vbptr with a non-virtual base
Timur Iskhodzhanov
- r194082 - Fix vbtable indices when a class shares the vbptr with a non-virtual base
Timur Iskhodzhanov
- [PATCH] Fix vbtable indices if a class shares the vbptr with a non-virtual base
Timur Iskhodzhanov
- [PATCH] Fix vbtable indices if a class shares the vbptr with a non-virtual base
Timur Iskhodzhanov
- [clang-tools-extra] r194079 - [extra] pp-trace - Fixed problems found while writing docs.
David Blaikie
- Fix for PR17771
Marshall Clow
- [PATCH][StaticAnalyzer] new check comparing equal expression
Jordan Rose
- r193934 - Default to use libc++ on OS X 10.9+ and iOS 7+.
Nico Weber
- [PATCH][StaticAnalyzer] new check comparing equal expression
Anna Zaks
- r193934 - Default to use libc++ on OS X 10.9+ and iOS 7+.
Howard Hinnant
- r194086 - Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.
Jiangning Liu
- r193934 - Default to use libc++ on OS X 10.9+ and iOS 7+.
Bob Wilson
- Unavailable method checker
Jordan Rose
- r194002 - Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Kaelyn Uhrain
- [PATCH] Implement aarch64 neon instruction class SIMD Bitwise Extract - LLVM
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class SIMD Perm - LLVM
Jiangning Liu
- [PATCH] Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Timur Iskhodzhanov
- [PATCH] Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Timur Iskhodzhanov
- r194002 - Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Richard Smith
- r194088 - Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."
Kaelyn Uhrain
- [PATCH] Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Timur Iskhodzhanov
- [PATCH] C++11: Reject string literal to non-const char * conversion
Ismail Pazarbasi
- r194002 - Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Kaelyn Uhrain
- r194000 - Use aliases for more constructors and destructors.
Yaron Keren
- [clang-tools-extra] r194079 - [extra] pp-trace - Fixed problems found while writing docs.
Thompson, John
- [PATCH] Introduce BoundNodes::getMap.
Manuel Klimek
- [clang-tools-extra] r194079 - [extra] pp-trace - Fixed problems found while writing docs.
David Blaikie
- [PATCH] Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Reid Kleckner
- r194090 - clang-format: Allow line merging and partial formatting of nested blocks
Daniel Jasper
- [PATCH] Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Timur Iskhodzhanov
- [PATCH] Fix vbtable indices if a class shares the vbptr with a non-virtual base
Reid Kleckner
- r193934 - Default to use libc++ on OS X 10.9+ and iOS 7+.
Jean-Daniel Dupas
- [PATCH] Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Reid Kleckner
- r194092 - Documentation tweaks: Fix a typo in a reference to the C++ standard,
James Dennett
- r194002 - Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Richard Smith
- [PATCH] Introduce ClangTool::buildASTs, and buildASTFromCode.
Manuel Klimek
- r194002 - Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Kaelyn Uhrain
- r194002 - Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Richard Smith
- r194002 - Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Kaelyn Uhrain
- r194090 - clang-format: Allow line merging and partial formatting of nested blocks
jahanian
- r193934 - Default to use libc++ on OS X 10.9+ and iOS 7+.
Bob Wilson
- Produce direct calls instead of alias to linkonce_odr functions
Rafael Espíndola
- r194000 - Use aliases for more constructors and destructors.
Rafael Espíndola
- [PATCH] C++11: Reject string literal to non-const char * conversion
Richard Smith
- r193934 - Default to use libc++ on OS X 10.9+ and iOS 7+.
Nico Weber
- [patch] Slightly less hackish implementation of -Wwrite-strings
Richard Smith
- Produce direct calls instead of alias to linkonce_odr functions
Reid Kleckner
- r194095 - Produce direct calls instead of alias to linkonce_odr functions.
Rafael Espindola
- Produce direct calls instead of alias to linkonce_odr functions
Rafael Espíndola
- r194097 - With this patch -Wwrite-strings is still implemented with the terrible
Rafael Espindola
- r193934 - Default to use libc++ on OS X 10.9+ and iOS 7+.
Jean-Daniel Dupas
- r194098 - Refactor constant expression handling and make a couple of tweaks to make it a
Richard Smith
- r194099 - Simplify: we don't care why constant evaluation might have failed when we're
Richard Smith
- r194090 - clang-format: Allow line merging and partial formatting of nested blocks
Daniel Jasper
- r194100 - ObjectiveC migrator. Please annotation of properties with
Fariborz Jahanian
- r194090 - clang-format: Allow line merging and partial formatting of nested blocks
jahanian
- [PATCH] Microsoft Bitfields and VBases
Warren Hunt
- r194103 - Thread safety analysis: check pt_guarded_by attribute when calling -> and *
DeLesley Hutchins
- [PATCH] Microsoft Bitfields and VBases
Warren Hunt
- [PATCH] Microsoft Bitfields and VBases
Richard Smith
- [PATCH] Microsoft Bitfields and VBases
Richard Smith
- [PATCH] Introduce ClangTool::buildASTs, and buildASTFromCode.
Peter Collingbourne
- [PATCH] Introduce ClangTool::buildASTs, and buildASTFromCode.
Peter Collingbourne
- [PATCH] Introduce ClangTool::buildASTs, and buildASTFromCode.
Peter Collingbourne
- [PATCH] [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions
Hans Wennborg
- r194112 - Introduce BoundNodes::getMap.
Peter Collingbourne
- r194113 - Introduce DynTypedNode::print, dump and getSourceRange.
Peter Collingbourne
- [PATCH] Introduce BoundNodes::getMap.
Peter Collingbourne
- [PATCH] Introduce DynTypedNode::print, dump and getSourceRange.
Peter Collingbourne
- [PATCH] Microsoft Layout - Empty non-virtual base after base with vbptr
Warren Hunt
- [PATCH] Implement aarch64 neon instruction class SIMD Bitwise Extract - LLVM
Tim Northover
- Re: [PATCH] Implement aarch64 neon instruction class SIMD Perm - LLVM
Tim Northover
- [PATCH] Microsoft Bitfields and VBases
Warren Hunt
- PATCH: do ?: lowering to selects less wrong
Nick Lewycky
- r194115 - Microsoft adds weird padding before virtual bases if the last field was a bitfield
Warren Hunt
- Re: [PATCH] Implement aarch64 neon instruction class SIMD Perm - Clang
Tim Northover
- [PATCH] Microsoft Bitfields and VBases
Warren Hunt
- [PATCH] Introduce ClangTool::buildASTs, and buildASTFromCode.
Manuel Klimek
- Produce direct calls instead of alias to linkonce_odr functions
Rafael Espíndola
- PATCH: do ?: lowering to selects less wrong
Rafael Espíndola
- [PATCH] Microsoft Layout - Empty non-virtual base after base with vbptr
Warren Hunt
- [PATCH] Implement aarch64 neon instruction class SIMD Bitwise Extract - LLVM
Jiangning Liu
- r194115 - Microsoft adds weird padding before virtual bases if the last field was a bitfield
Alp Toker
- PATCH: do ?: lowering to selects less wrong
Richard Smith
- PATCH: do ?: lowering to selects less wrong
Nick Lewycky
- [PATCH] Implement aarch64 neon instruction class SIMD Perm - Clang
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class SIMD Bitwise Extract - LLVM
Tim Northover
- [PATCH] Implement aarch64 neon instruction class SIMD Perm - Clang
Tim Northover
- r194117 - More constant evaluation cleanup, and fix an issue where we'd override an
Richard Smith
- r194119 - Implement AArch64 Neon instruction set Bitwise Extract.
Jiangning Liu
- [PATCH] Implement capturing for generic lambdas
Richard Smith
- [PATCH] [analyzer][Review request] Better modelling of memcpy by the CStringChecker (PR16731)
Антон Ярцев
- r194124 - Implement AArch64 Neon instruction set Perm.
Jiangning Liu
- Produce direct calls instead of alias to linkonce_odr functions
Reid Kleckner
- r194088 - Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."
Nico Weber
- r194088 - Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."
Kaelyn Uhrain
- r194132 - Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Timur Iskhodzhanov
- [PATCH] Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Timur Iskhodzhanov
- r194000 - Use aliases for more constructors and destructors.
Yaron Keren
- [PATCH] Introduce clang-query tool.
Peter Collingbourne
- [PATCH] Introduce clang-query tool.
Peter Collingbourne
- r194134 - [libclang] Some changes on the linker options for libclang on a CMake build.
Argyrios Kyrtzidis
- r194095 - Produce direct calls instead of alias to linkonce_odr functions.
Timur Iskhodzhanov
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
- [PATCH] [-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
"C. Bergström"
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
David Majnemer
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
- [PATCH] Fix: Relax nullptr C++11 rules in ms-mode
Will Wilson
- [PATCH] Extend HTMLDiagnostics to write bug column number into the report files
György Orbán
- [PATCH] Fix: Relax nullptr C++11 rules in ms-mode
David Majnemer
- [PATCH] Fix: Relax nullptr C++11 rules in ms-mode
Will Wilson
- SSE2 intrinsics: gcc46 vs. clang contradiction
Dimitry Andric
- SSE2 intrinsics: gcc46 vs. clang contradiction
Joerg Sonnenberger
- r194095 - Produce direct calls instead of alias to linkonce_odr functions.
Timur Iskhodzhanov
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
hfinkel at anl.gov
- [libcxx] r194151 - Fix an off-by-one error in basic_string::__grow_by, where it would incorrectly throw length_error (instead of bad_alloc) when attempting to resize the string to 'max_size()'. Add tests for resizing to max_size +/-1
Marshall Clow
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Hal Finkel
- [PATCH] extra libclang functionality for the xdress project
Anthony Scopatz
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alp Toker
- Unavailable method checker
Tarka T
- [PATCH] Implement capturing for generic lambdas
Faisal Vali
- [PATCH] Implement capturing for generic lambdas
Faisal Vali
- [PATCH] Implement capturing for generic lambdas
Faisal Vali
- [PATCH] extra libclang functionality for the xdress project
Alp Toker
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Hal Finkel
- r193740 - [AArch64] Add some CPU targets for "generic", A-53 and A-57.
Eric Christopher
- VS 2013 Miscompiles
Aaron Ballman
- [PATCH] extra libclang functionality for the xdress project
Geoffrey Irving
- [PATCH] Introduce clang-query tool.
Manuel Klimek
- Endless operator-> chain causing infinite loop
Rahul Jain
- [PATCH] Introduce clang-query tool.
Samuel Benzaquen
- VS 2013 Miscompiles
Alp Toker
- r194095 - Produce direct calls instead of alias to linkonce_odr functions.
Rafael Espíndola
- [PATCH] Introduce clang-query tool.
Manuel Klimek
- [libcxx] r194154 - Fix several tuple bugs that were exposed by clang's implementation of CWG 1402. This fixes http://llvm.org/bugs/show_bug.cgi?id=17798.
Howard Hinnant
- [libcxx] r194154 - Fix several tuple bugs that were exposed by clang's implementation of CWG 1402. This fixes http://llvm.org/bugs/show_bug.cgi?id=17798.
David Blaikie
- [libcxx] r194154 - Fix several tuple bugs that were exposed by clang's implementation of CWG 1402. This fixes http://llvm.org/bugs/show_bug.cgi?id=17798.
Howard Hinnant
- r194156 - Silencing some MSVC warnings about not all control paths returning a value when they actually do.
Aaron Ballman
- r194157 - Thread safety analysis: minor bugfix to smart pointer handling, and expanded
DeLesley Hutchins
- [PATCH] extra libclang functionality for the xdress project
Anthony Scopatz
- [libcxx] r194154 - Fix several tuple bugs that were exposed by clang's implementation of CWG 1402. This fixes http://llvm.org/bugs/show_bug.cgi?id=17798.
Richard Smith
- r194158 - Fix the -cxx-abi microsoft -mconstructor-aliases combination.
Rafael Espindola
- r194095 - Produce direct calls instead of alias to linkonce_odr functions.
Rafael Espíndola
- [libcxx] r194154 - Fix several tuple bugs that were exposed by clang's implementation of CWG 1402. This fixes http://llvm.org/bugs/show_bug.cgi?id=17798.
Howard Hinnant
- r194161 - Add a limit to the length of a sequence of 'operator->' functions we will
Richard Smith
- r194162 - Fix diagnostic goof in r194161.
Richard Smith
- Endless operator-> chain causing infinite loop
Richard Smith
- [libcxx] r194154 - Fix several tuple bugs that were exposed by clang's implementation of CWG 1402. This fixes http://llvm.org/bugs/show_bug.cgi?id=17798.
Richard Smith
- [PATCH] Fix for bug in return type of __builtin_va_start.
Rafael Espíndola
- [PATCH] [analyzer][Review request] Better modelling of memcpy by the CStringChecker (PR16731)
Anna Zaks
- r194164 - Introduce ClangTool::buildASTs, and buildASTFromCode.
Peter Collingbourne
- [PATCH] Introduce ClangTool::buildASTs, and buildASTFromCode.
Peter Collingbourne
- [libcxx] r194154 - Fix several tuple bugs that were exposed by clang's implementation of CWG 1402. This fixes http://llvm.org/bugs/show_bug.cgi?id=17798.
Howard Hinnant
- [PATCH] [-fms-extensions] Add support for __FUNCDNAME__
Sean Silva
- [PATCH] Introduce clang-query tool.
Sean Silva
- Modify clang-cl ExeBasename to match preceding comment
Yaron Keren
- r194165 - clang-cl: Add /FS as an ignored flag
Alp Toker
- [PATCH] [-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
- [PATCH] [analyzer][Review request] Better modelling of memcpy by the CStringChecker (PR16731)
Антон Ярцев
- r194168 - [build] Update runtime library and tests to work with relocatable SDKs on OS X 10.9.
Daniel Dunbar
- Modify clang-cl ExeBasename to match preceding comment
Hans Wennborg
- r194170 - This patch modified ExeBasename as clang-cl.exe to match the preceding comment.
Yaron Keren
- r194165 - clang-cl: Add /FS as an ignored flag
Hans Wennborg
- r194165 - clang-cl: Add /FS as an ignored flag
Alp Toker
- r194174 - clang-cl: Hide ignored flags
Alp Toker
- r194175 - Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation]
NAKAMURA Takumi
- r194165 - clang-cl: Add /FS as an ignored flag
Hans Wennborg
- r194176 - Work around an MSVC 2013 miscompile with the Redeclarable class. Fixes PR16606
Aaron Ballman
- VS 2013 Miscompiles
Aaron Ballman
- r194164 - Introduce ClangTool::buildASTs, and buildASTFromCode.
jahanian
- r194178 - Disable a tooling test on Windows.
Peter Collingbourne
- r194164 - Introduce ClangTool::buildASTs, and buildASTFromCode.
Peter Collingbourne
- r194179 - clang-format: Separate line-merging logic into its own class.
Daniel Jasper
- r194180 - clang-cl: Hide ignored joined flags as well
Alp Toker
- r194178 - Disable a tooling test on Windows.
Alp Toker
- [PATCH] Fix: Relax nullptr C++11 rules in ms-mode
Richard Smith
- r194164 - Introduce ClangTool::buildASTs, and buildASTFromCode.
jahanian
- [PATCH] [-fms-extensions] Add support for __FUNCDNAME__
Richard Smith
- r194181 - [-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
- [PATCH] [-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
- r194178 - Disable a tooling test on Windows.
Peter Collingbourne
- r194184 - Add the fact that Clang too is planning to start using C++11 (in some
Chandler Carruth
- [PATCH] Re-introduce MatchFinder::addDynamicMatcher.
Peter Collingbourne
- [PATCH] Introduce MatchFinder::matchAST.
Peter Collingbourne
- [PATCH] Introduce clang-query tool.
Peter Collingbourne
- [PATCH] Introduce clang-query tool.
Peter Collingbourne
- [PATCH] Implement capturing for generic lambdas
Richard Smith
- [libcxx] r194185 - More duplicate code removal in <locale>. Hoist common parsing code into two templates: num_get::__do_get_signed and num_get::__do_get_unsigned, and make the do_get routines call them. No functionality change.
Marshall Clow
- [PATCH] Implement capturing for generic lambdas
Faisal Vali
- [PATCH] Implement capturing for generic lambdas
Faisal Vali
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
- [PATCH] Recover from errors in enum definition.
Serge Pavlov
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
- [PATCH] Implement capturing for generic lambdas
Richard Smith
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Richard Smith
- r194188 - This patch implements capturing of variables within generic lambdas.
Faisal Vali
- r194189 - Update cxx_dr_status.html to match current cwg issue list.
Richard Smith
- [PATCH] Implement capturing for generic lambdas
Faisal Vali
- r194190 - Unbreak the Clang -Werror build by removing some unused variables
David Blaikie
- r194188 - This patch implements capturing of variables within generic lambdas.
David Blaikie
- r194191 - RewriteBuffer: Remove an unused typedef
Alp Toker
- r194192 - Tests for DR150 - DR165.
Richard Smith
- r194194 - Mark generic lambdas, and thus C++14, as complete. Add commented-out stub for C++17.
Richard Smith
- [PATCH] Fix: Relax nullptr C++11 rules in ms-mode
Will Wilson
- [PATCH] Make RewriteBuffer write in chunks
Alp Toker
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
- r194197 - Fixed bug in return type of __builtin_va_start().
Enea Zaffanella
- r194198 - Ubuntu has published its Saucy release. 'Trusty Tahr' dev has just started. Add its support in Clang
Sylvestre Ledru
- r194095 - Produce direct calls instead of alias to linkonce_odr functions.
Timur Iskhodzhanov
- r194095 - Produce direct calls instead of alias to linkonce_odr functions.
Timur Iskhodzhanov
- [PATCH] new check checking comparing of boolean expressions and literals
Per Viberg
- [PATCH] Implement aarch64 neon instruction class SIMD misc - LLVM
Kevin Qin
- [PATCH] Implement aarch64 neon instruction class SIMD misc - Clang
Kevin Qin
- [PATCH] check for Incorrect logic in operator
Anders Rönnholm
- r194200 - Add parens for || in && in assert. No functionality change.
Benjamin Kramer
- [PATCH] [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions
Timur Iskhodzhanov
- r194202 - Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct field with a more appropriate name
Timur Iskhodzhanov
- r194204 - clang-format: Fix corner case for brace alignment.
Daniel Jasper
- [PATCH] Thread the info about vbptr sharing through ASTRecordLayout
Timur Iskhodzhanov
- [PATCH] Fix vbtable indices if a class shares the vbptr with a non-virtual base
Timur Iskhodzhanov
- r193740 - [AArch64] Add some CPU targets for "generic", A-53 and A-57.
Amara Emerson
- [PATCH] Re-introduce MatchFinder::addDynamicMatcher.
Manuel Klimek
- r194188 - This patch implements capturing of variables within generic lambdas.
Amara Emerson
- r194206 - Remove an unnecessary condition that I added hastily: Unsigned numbers are obviously >= 0 ; )
Faisal Vali
- [libcxx] r194207 - Tell libc++abi whether or not libc++ has declared bad_array_length.
Howard Hinnant
- [libcxxabi] r194208 - If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary.
Howard Hinnant
- r194209 - clang-format: Remove old hack that mainly made incorrect tests pass.
Daniel Jasper
- r194210 - clang-format: Improve formatting of constructor initializers.
Daniel Jasper
- r194211 - XFAIL the test for non-x86 targets for which this message cannot be generated.
Richard Barton
- [cfe-dev] libclang crash when parsing MS-style inline assembly
Richard Barton
- [PATCH] Add an optional mapping from source paths to source contents.
Manuel Klimek
- r194212 - Added a test case for the fix to bug 17632 in r193751
Chris Wailes
- r194213 - PR17615: A delegating constructor initializer is a full-expression. Don't
Richard Smith
- [PATCH] extra libclang functionality for the xdress project
Geoffrey Irving
- [PATCH] Introduce MatchFinder::matchAST.
Manuel Klimek
- r194214 - clang-format: Improve ObjC variadic and binary expression parameters.
Daniel Jasper
- r194215 - Tests for CWG issue 165-170.
Richard Smith
- [PATCH] Thread the info about vbptr sharing through ASTRecordLayout
Reid Kleckner
- r194216 - clang-format: Improve binary operator detection in macros.
Daniel Jasper
- r194217 - PR17800: When performing pack expansion, we must always rebuild the AST nodes
Richard Smith
- [PATCH] Re-introduce MatchFinder::addDynamicMatcher.
Peter Collingbourne
- [PATCH] Re-introduce MatchFinder::addDynamicMatcher.
Manuel Klimek
- r193740 - [AArch64] Add some CPU targets for "generic", A-53 and A-57.
Eric Christopher
- r194002 - Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Kaelyn Uhrain
- r194222 - Re-introduce MatchFinder::addDynamicMatcher.
Peter Collingbourne
- r194223 - Introduce MatchFinder::matchAST.
Peter Collingbourne
- [PATCH] Re-introduce MatchFinder::addDynamicMatcher.
Peter Collingbourne
- r194224 - Re-instate contextual conversion to Objective-C pointers in message sends.
Douglas Gregor
- [PATCH] Introduce MatchFinder::matchAST.
Peter Collingbourne
- r194225 - Modules: Teach the preprocessor to recognize 'import' only after an '@'.
Douglas Gregor
- r194214 - clang-format: Improve ObjC variadic and binary expression parameters.
Nico Weber
- r194226 - Adds the ability to inject a DiagnosticConsumer into ClangTools.
Manuel Klimek
- [PATCH] ubsan: Only emit constants for filenames and type descriptors once.
Will Dietz
- [clang-tools-extra] r194227 - Introduce clang-query tool.
Peter Collingbourne
- [PATCH] Introduce clang-query tool.
Peter Collingbourne
- r194228 - Eliminate an unnecessary .c_str()
Douglas Gregor
- [PATCH] Fix toolchain detection on SL6
Will Dietz
- r194229 - clang-format: Make breaking before ternary operators configurable.
Daniel Jasper
- [PATCH] ubsan: Only emit constants for filenames and type descriptors once.
Richard Smith
- [clang-tools-extra] r194230 - Silence GCC warning.
Peter Collingbourne
- r194231 - ubsan: Only emit constants for filenames and type descriptors once.
Will Dietz
- [PATCH] ubsan: Only emit constants for filenames and type descriptors once.
Will Dietz
- r194233 - ObjectiveC migrator. Fixes an obscure bug where
Fariborz Jahanian
- r194234 - [analyzer] Specialize "loop executed 0 times" for for-in and for-range loops.
Jordan Rose
- r194235 - [analyzer] Track whether an ObjC for-in loop had zero iterations.
Jordan Rose
- r194236 - [analyzer] Add IdenticalExprChecker, to find copy-pasted code.
Jordan Rose
- r194226 - Adds the ability to inject a DiagnosticConsumer into ClangTools.
Peter Collingbourne
- r194237 - Fix a bogus assert I introduced in r194224
Douglas Gregor
- r194238 - ObjectiveC migrator. Added a dropped check in my
Fariborz Jahanian
- r194239 - Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained reference.
Douglas Gregor
- r194240 - Tests for core issue 170-200.
Richard Smith
- r194241 - clang-format: Properly indent ObjC calls wrapped before first selector
Daniel Jasper
- r194242 - s/DebugPrint/dump/g
Douglas Gregor
- r194243 - Fix tests effected by r194221
David Majnemer
- r194244 - StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp: Tweak ContainerNonEmptyMap with "int" instead of "bool", to appease building since r194235.
NAKAMURA Takumi
- r194235 - [analyzer] Track whether an ObjC for-in loop had zero iterations.
NAKAMURA Takumi
- [cfe-dev] libclang crash when parsing MS-style inline assembly
Alp Toker
- r194246 - clang/test/CXX/drs/dr1xx.cpp: Add explicit triple x86_64-unknown-unknown to satisfy check7a and check8a since r194240.
NAKAMURA Takumi
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
- [clang-tools-extra] r194247 - clang-query: Unbreak msvc.
NAKAMURA Takumi
- r194235 - [analyzer] Track whether an ObjC for-in loop had zero iterations.
Jordan Rose
- r194248 - Add .clang-format without column limit to subdirectory tests/.
Daniel Jasper
- r194249 - Improve the missing ASM parser test for MS-style assembly
Alp Toker
- [cfe-dev] libclang crash when parsing MS-style inline assembly
Alp Toker
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Sean Silva
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alp Toker
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Richard Smith
- r194250 - clang-format: Write files atomically
Alp Toker
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
- [PATCH] Sema: Fix CheckReturnStackAddr when RetValExp is an explicit cast
Chongyu Zhu
- [clang-tools-extra] r194252 - Revert r194247 conditional on non-MSVC.
Peter Collingbourne
- [PATCH] Make RewriteBuffer write in chunks
Alp Toker
- r194254 - Remove diagnostic leftover from the ancient times when C++1y support was incomplete.
Benjamin Kramer
- r193740 - [AArch64] Add some CPU targets for "generic", A-53 and A-57.
Bernie Ogden
- [PATCH] Fix libc++ header install on darwin.
Jean-Daniel Dupas
- r194256 - Thread the info about vbptr sharing through ASTRecordLayout
Timur Iskhodzhanov
- [PATCH] Thread the info about vbptr sharing through ASTRecordLayout
Timur Iskhodzhanov
- [PATCH] Thread the info about vbptr sharing through ASTRecordLayout
Timur Iskhodzhanov
- [PATCH] Fix failure in noexcept when the argument is a call to constexpr function
Karthik Bhat
- [PATCH] Thread the info about vbptr sharing through ASTRecordLayout
Timur Iskhodzhanov
- [PATCH] Fix to PR10837 - Warn when assigning null character to pointer
Ivan A. Kosarev
- [PATCH] Using an invalid -O falls back on -O3 instead of an error
Sylvestre Ledru
- Endless operator-> chain causing infinite loop
Rahul Jain
- r193740 - [AArch64] Add some CPU targets for "generic", A-53 and A-57.
Tim Northover
- r194265 - Revert 'Tweak ContainerNonEmptyMap with "int" instead of "bool"'.
Jordan Rose
- r194267 - clang-format: Improve linebreaking and indentation for ObjC calls.
Daniel Jasper
- r194268 - clang-format: Don't auto-break short macros in WebKit style.
Daniel Jasper
- [PATCH] Using an invalid -O falls back on -O3 instead of an error
Sylvestre Ledru
- [PATCH][StaticAnalyzer] new check comparing equal expression
Jordan Rose
- Re: [PATCH] Implement aarch64 neon instruction class SIMD misc - LLVM
Tim Northover
- [PATCH] Implement aarch64 neon instruction class SIMD misc - LLVM
Tim Northover
- [PATCH] Add an optional mapping from source paths to source contents.
Dmitri Gribenko
- r194273 - Issue a diagnostic if we see a templated friend declaration that we do not
Richard Smith
- r194274 - Untabify.
Richard Smith
- [PATCH] Using an invalid -O falls back on -O3 instead of an error
hfinkel at anl.gov
- [PATCH] Fix to PR10837 - Warn when assigning null character to pointer
hfinkel at anl.gov
- [PATCH] Add an optional mapping from source paths to source contents.
Manuel Klimek
- [PATCH] check for Incorrect logic in operator
Anna Zaks
- [PATCH] Add an optional mapping from source paths to source contents.
Dmitri Gribenko
- [PATCH] Add an optional mapping from source paths to source contents.
Manuel Klimek
- [PATCH] Using an invalid -O falls back on -O3 instead of an error
Renato Golin
- [PATCH] Using an invalid -O falls back on -O3 instead of an error
Renato Golin
- [PATCH] Add an optional mapping from source paths to source contents.
Dmitri Gribenko
- [PATCH] Add an optional mapping from source paths to source contents.
Manuel Klimek
- r194275 - Thread-safety analysis: check guarded_by and pt_guarded_by on array access.
DeLesley Hutchins
- [PATCH] Make -fdump-vtable-layouts print to stdout, not stderr
Reid Kleckner
- [PATCH] Add an optional mapping from source paths to source contents.
Dmitri Gribenko
- r194276 - clang-format: Improve formatting of operators forced to new lines.
Daniel Jasper
- [PATCH] Add an optional mapping from source paths to source contents.
Jean-Daniel Dupas
- [PATCH] Add an optional mapping from source paths to source contents.
Manuel Klimek
- [PATCH] Make RewriteBuffer write in chunks
Manuel Klimek
- [PATCH] Make -fdump-vtable-layouts print to stdout, not stderr
Timur Iskhodzhanov
- r194250 - clang-format: Write files atomically
Daniel Jasper
- Fix clang-format-sublime plugin for Sublime Text 3
Johan Engelen
- r194250 - clang-format: Write files atomically
Alp Toker
- Unavailable method checker
Jordan Rose
- Fix clang-format-sublime plugin for Sublime Text 3
Sean Silva
- r194279 - Make -fdump-vtable-layouts print to stdout, not stderr
Reid Kleckner
- [PATCH] Make -fdump-vtable-layouts print to stdout, not stderr
Reid Kleckner
- r194095 - Produce direct calls instead of alias to linkonce_odr functions.
Rafael Espíndola
- r194281 - Fix %select numbering confusion between diagnostic and Diag call.
Richard Smith
- [PATCH] check for Incorrect logic in operator
Richard Trieu
- [PATCH] check for Incorrect logic in operator
Anna Zaks
- [PATCH] Only provide MS builtins when -fms-extensions is on
Reid Kleckner
- [PATCH] Add an optional mapping from source paths to source contents.
Dmitri Gribenko
- Fix clang-format-sublime plugin for Sublime Text 3
Johan Engelen
- [PATCH] Add an optional mapping from source paths to source contents.
Dmitri Gribenko
- r194283 - Fix grammar-o.
Bill Wendling
- [PATCH] Add new warning to Clang to detect when all code paths in a function has a call back to the function.
Richard Trieu
- r194287 - Py3k compat for clang-format Sublime Text extension.
Sean Silva
- Fix clang-format-sublime plugin for Sublime Text 3
Sean Silva
- PATCH: do ?: lowering to selects less wrong
Nick Lewycky
- r194288 - If a linkonce_odr dtor/ctor is identical to another one, just rauw.
Rafael Espindola
- r194289 - Remove an incorrect optimization inside Clang's IRGen. Its check to determine
Nick Lewycky
- [PATCH] [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions
Hans Wennborg
- [PATCH] [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions
Hans Wennborg
- r194291 - Fix name in test.
Rafael Espindola
- r194250 - clang-format: Write files atomically
Daniel Jasper
- r194281 - Fix %select numbering confusion between diagnostic and Diag call.
Rafael Espíndola
- [PATCH] Add an optional mapping from source paths to source contents.
Manuel Klimek
- [PATCH] Add new warning to Clang to detect when all code paths in a function has a call back to the function.
Sean Silva
- r194294 - clang-format: Improve clang-format's detection about comment binding.
Daniel Jasper
- [PATCH] Make RewriteBuffer write in chunks
Alp Toker
- r194296 - Use rauw for all discardable aliases, not just linkonce_odr.
Rafael Espindola
- r194297 - Update macro expansion diagnostic examples to say 'expanded from:'
Hans Wennborg
- r194301 - Use a StringRef. Saves 0.00000000000001s on execution time.
Bill Wendling
- [PATCH] [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions
Reid Kleckner
- PATCH: do ?: lowering to selects less wrong
Richard Smith
- [PATCH] Only provide MS builtins when -fms-extensions is on
Richard Smith
- [PATCH] Add new warning to Clang to detect when all code paths in a function has a call back to the function.
Chandler Carruth
- r194291 - Fix name in test.
Richard Smith
- r194307 - Don't emit an internal destructor that is identical to an external one.
Rafael Espindola
- [PATCH] Remove extra whitespace instead of breaking the line in comments when possible.
Alexander Kornienko
- r194310 - clang-format: Fix alignment of ObjC string literals.
Daniel Jasper
- [PATCH] Remove extra whitespace instead of breaking the line in comments when possible.
Manuel Klimek
- r194312 - Comment parsing: recognize \def (but processing is a no-op, like the rest of
Dmitri Gribenko
- [PATCH] Sema: Fix CheckReturnStackAddr when RetValExp is an explicit cast
Chongyu Zhu
- [PATCH] Sema: Fix CheckReturnStackAddr when RetValExp is an explicit cast
Chongyu Zhu
- r194319 - Try to recover a bit better if a close brace is missing from the end of a class
Richard Smith
- [PATCH] Add new warning to Clang to detect when all code paths in a function has a call back to the function.
Sean Silva
- [PATCH] Fix to PR10837 - Warn when assigning null character to pointer
Ivan A. Kosarev
- r194328 - Add support for -fuse-ld=.
David Chisnall
- r194329 - Add explicit target to the fuse_ld.c test.
David Chisnall
- r194330 - Correctly set the target in fuse_ld.c correctly...
David Chisnall
- r194332 - FreeBSD 10 ships with only libc++, make sure it's the default when compiling
David Chisnall
- r194333 - Commit the changes to make libc++ the default on FreeBSD >= 10, rather than
David Chisnall
- r194334 - This reverts commit r194330, r194329 and r194328.
Rafael Espindola
- r194330 - Correctly set the target in fuse_ld.c correctly...
Rafael Espíndola
- [PATCH] Relax some preconditions for using FixedCompilationDatabase.
Edwin Vane
- [PATCH] clang-modernize: Add SubprocessCompilationDatabase
Edwin Vane
- [PATCH] clang-modernize: Introduce process-based parallelism
Edwin Vane
- r194336 - Add -mconstructor aliases to some tests.
Rafael Espindola
- r194328 - Add support for -fuse-ld=.
Chandler Carruth
- [PATCH] Tune capturing of init-captures in non-generic lambdas
Faisal Vali
- [PATCH] Simple Generic Lambdas: Chicago Reversion
Faisal Vali
- r194350 - Add gold plugin support to the FreeBSD link driver.
Roman Divacky
- r194330 - Correctly set the target in fuse_ld.c correctly...
David Chisnall
- r194330 - Correctly set the target in fuse_ld.c correctly...
Rafael Espíndola
- r194354 - CommentSema: Factor code better. No functionality change.
Benjamin Kramer
- r194355 - Avoid double StringMap lookups. No functionality change.
Benjamin Kramer
- r194357 - Keep the old function order in CodeGenModule::applyReplacements.
Rafael Espindola
- r194350 - Add gold plugin support to the FreeBSD link driver.
Rafael Espíndola
- r194358 - Revert "Keep the old function order in CodeGenModule::applyReplacements."
Rafael Espindola
- [PATCH] Support explicit template arguments with variadic generic lambdas
Faisal Vali
- [PATCH] Relax some preconditions for using FixedCompilationDatabase.
Manuel Klimek
- r194368 - Describe OpenCL C changes
Erik Schnetter
Last message date:
Sun Nov 10 22:36:33 PST 2013
Archived on: Tue Aug 4 15:31:20 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).