The Week Of Monday 6 January 2014 Archives by subject
Starting: Mon Jan 6 03:14:35 PST 2014
Ending: Sun Jan 12 23:47:38 PST 2014
Messages: 530
- <string_view> for libc++
Marshall Clow
- <string_view> for libc++
G M
- <string_view> for libc++
Yaron Keren
- <string_view> for libc++
Marshall Clow
- <string_view> for libc++
Arthur O'Dwyer
- <string_view> for libc++
Marshall Clow
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Sean Silva
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [cfe-dev] [PATCH] Preserve -fretain-comments-from-system-headers in modules
Ben Langmuir
- [cfe-dev] [PATCH] Preserve -fretain-comments-from-system-headers in modules
Argyrios Kyrtzidis
- [clang-tools-extra] r198693 - Initial checkin of new module-map-checker tool.
John Thompson
- [clang-tools-extra] r198693 - Initial checkin of new module-map-checker tool.
NAKAMURA Takumi
- [clang-tools-extra] r198703 - Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
- [clang-tools-extra] r198703 - Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Cody Maloney
- [clang-tools-extra] r198703 - Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
- [clang-tools-extra] r198703 - Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Sean Silva
- [clang-tools-extra] r198703 - Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Thompson, John
- [clang-tools-extra] r198716 - Fix the top header that corresponds to this source file. Thanks for
Chandler Carruth
- [clang-tools-extra] r198767 - Don't emit diagnostics for system headers.
Alexander Kornienko
- [clang-tools-extra] r198807 - Restructured code, no functional changes.
Alexander Kornienko
- [clang-tools-extra] r198808 - Updated file comment.
Alexander Kornienko
- [clang-tools-extra] r198831 - Fix typo
Alp Toker
- [clang-tools-extra] r198832 - Reverted r198807, r198808, as they cause link errors in configure builds. Will look at this later.
Alexander Kornienko
- [clang-tools-extra] r198875 - Re-applied r198807, r198808 with an additional change to fix linking in configure Release+Asserts build.
Alexander Kornienko
- [clang-tools-extra] r199072 - [CMake] module-map-checker itself should depend just on LLVMSupport.
NAKAMURA Takumi
- [CLANG PATCH] Add '-m16' argument to use new x86_16 target
David Woodhouse
- [libc++] Patch: build regression
"C. Bergström"
- [libcxx] r198505 - Switch to using C++ style casts.
Alp Toker
- [libcxx] r198608 - Rename several internal templates to get rid of ___ (triple underscores) or worse, four. No functionality change.
Marshall Clow
- [libcxx] r198618 - Removed extra trailing underscore in #ifdef (__GNUC___ --> __GNUC__ )
Marshall Clow
- [libcxx] r198623 - Back out the <type_traits> changes from r198431; they were breaking when building with glibc. Need to find a better solution for PR18218.
Marshall Clow
- [libcxx] r198698 - Replace casts of __impl_ with the correct reinterpret_cast of the
Joerg Sonnenberger
- [libcxx] r198878 - Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. Enhance the tests for regex_token_iterator and regex_iterator.
Marshall Clow
- [libcxx] r198878 - Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. Enhance the tests for regex_token_iterator and regex_iterator.
Bob Wilson
- [libcxxabi] r198643 - Implement demangling for user-defined operators.
Howard Hinnant
- [libcxxabi] r198643 - Implement demangling for user-defined operators.
Richard Smith
- [libcxxabi] r198643 - Implement demangling for user-defined operators.
Howard Hinnant
- [libcxxabi] r198643 - Implement demangling for user-defined operators.
Richard Smith
- [libcxx patch] Fix thread.thread.id/lt.pass.cpp to not assume thread::id() produces a minimal value
Albert Wong (王重傑)
- [libcxx patch] Modify testit to allow filtering tests by prefixes
Albert Wong (王重傑)
- [patch, clang-format] Change the output of --version
Nico Weber
- [patch, clang-format] Change the output of --version
Daniel Jasper
- [patch, clang-format] Change the output of --version
Nico Weber
- [patch?] Write Version.inc at cmake time, not at build time
Nico Weber
- [patch?] Write Version.inc at cmake time, not at build time
Chandler Carruth
- [patch?] Write Version.inc at cmake time, not at build time
Chandler Carruth
- [patch?] Write Version.inc at cmake time, not at build time
Jordan Rose
- [patch?] Write Version.inc at cmake time, not at build time
Nico Weber
- [PATCH] [AArch64] Support builtin neon vector type with 'long' as base element type
Jiangning Liu
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Jordan Rose
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Karthik Bhat
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [patch] [libcxx] new/new.cpp
G M
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Richard Smith
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Richard Smith
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Hans Wennborg
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Richard Smith
- [PATCH] [OpenCL] Disallow casting between address spaces
Joey Gouly
- [PATCH] [OpenCL] Disallow casting between address spaces
Richard Smith
- [PATCH] [OpenCL] Disallow casting between address spaces
Pekka Jääskeläinen
- [PATCH] [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes processing.
Alexey Bataev
- [patch][pr18006] On x86_64, align arrays >= 32 bytes to 32 bytes
Rafael Espíndola
- [patch][pr18006] On x86_64, align arrays >= 32 bytes to 32 bytes
Joerg Sonnenberger
- [patch][pr18006] On x86_64, align arrays >= 32 bytes to 32 bytes
Rafael Espíndola
- [PATCH] Add __sinpi and friends as libcalls
Tim Northover
- [PATCH] Add Multilib selection machinery to Clang
Jon Roelofs
- [PATCH] Add Multilib selection machinery to Clang
Dmitri Gribenko
- [PATCH] Add Multilib selection machinery to Clang
Sean Silva
- [PATCH] Add Multilib selection machinery to Clang
Simon Atanasyan
- [PATCH] Add Multilib selection machinery to Clang
Jon Roelofs
- [PATCH] Add support for -R driver flag on OpenBSD
Brad Smith
- [PATCH] Add the check name to the clang-tidy diagnostic output.
Alexander Kornienko
- [PATCH] Add the check name to the clang-tidy diagnostic output.
Daniel Jasper
- [PATCH] clang warning when division of two integer literals loses precision
Matt Arsenault
- [PATCH] clang warning when division of two integer literals loses precision
Nico Weber
- [PATCH] clang warning when division of two integer literals loses precision
David Tweed
- [PATCH] clang warning when division of two integer literals loses precision
Richard Trieu
- [PATCH] Don't emit diagnostics for system headers.
Alexander Kornienko
- [PATCH] Don't emit diagnostics for system headers.
Daniel Jasper
- [PATCH] Don't emit diagnostics for system headers.
Alexander Kornienko
- [PATCH] Don't emit diagnostics for system headers.
Alexander Kornienko
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
jyoti allur
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
dblaikie at gmail.com
- [PATCH] Enable C++11
Alp Toker
- [PATCH] Enable C++11
Arnaud Allard de Grandmaison
- [PATCH] Enable C++11
Chandler Carruth
- [PATCH] Enable C++11
Renato Golin
- [PATCH] Enable C++11
Alp Toker
- [PATCH] Enable C++11
David Fang
- [PATCH] Enable C++11
Chandler Carruth
- [PATCH] Enable C++11
David Fang
- [PATCH] Enable C++11
Chandler Carruth
- [PATCH] Enable C++11
Renato Golin
- [PATCH] Enable C++11
David Fang
- [PATCH] Enable C++11
Iain Sandoe
- [PATCH] Enhance CFG to model C++ new more precisely
Karthik Bhat
- [PATCH] Enhance CFG to model C++ new more precisely
Jordan Rose
- [PATCH] Enhance CFG to model C++ new more precisely
Karthik Bhat
- [PATCH] Enhance CFG to model C++ new more precisely
Jordan Rose
- [PATCH] Fix a few code typos in Block ABI spec
Boris Dušek
- [PATCH] Fix a few code typos in the Block ABI spec
Boris Dušek
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
David Blaikie
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
Kostya Serebryany
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
Kostya Serebryany
- [PATCH] Fix failure to find header in module build
John Thompson
- [PATCH] Fix failure to find header in module build
John Thompson
- [PATCH] Fix failure to find header in module build
John Thompson
- [Patch] Fix for PR9812
Erik Verbruggen
- [Patch] Fix for PR9812
Erik Verbruggen
- [Patch] Fix for PR9812
Dmitri Gribenko
- [PATCH] Fix leak in lib/CodeGen/CGException.cpp, PR18318
Kostya Serebryany
- [PATCH] Fix leak in lib/CodeGen/CGException.cpp, PR18318
Chandler Carruth
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Justin Bogner
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Justin Bogner
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Justin Bogner
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Richard Smith
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Richard Smith
- [PATCH] Formatter completely ignores try/catch blocks
Diego Alexander Rojas
- [PATCH] Formatter explicitly handles try/catch blocks.
Diego Alexander Rojas
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Kristof Beyls
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Rafael Espíndola
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Renato Golin
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Rafael Espíndola
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Kristof Beyls
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Rafael Espíndola
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Kristof Beyls
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Rafael Espíndola
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Kristof Beyls
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Rafael Espíndola
- [PATCH] generate .init_array instead of .ctors sections for AArch64 ELF targets
Kristof Beyls
- [PATCH] Handle va_arg on struct types for the le32 target (PNaCl and Emscripten)
Mark Seaborn
- [PATCH] Improve x86 android support, add x86_64 android target
Rafael Ávila de Espíndola
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- [PATCH] Initial instrumentation based PGO implementation
Chris Lattner
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- [PATCH] Initial instrumentation based PGO implementation
Chris Lattner
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- [patch] libcxx test suite bit testing test cases for clz/ctz
G M
- [patch] libcxx type_traits for msvc
G M
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
Iain Sandoe
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
Rafael Espíndola
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Tim Northover
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Tim Northover
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Rafael Espíndola
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Rafael Ávila de Espíndola
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Enrico Pertoso
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
dblaikie at gmail.com
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
dblaikie at gmail.com
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
Nico Rieck
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
Nico Rieck
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] New syntax and functionality for __has_attribute
dblaikie at gmail.com
- [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] NoReturn Warning: Non-Void Return Type
dblaikie at gmail.com
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Richard Smith
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
David Blaikie
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Michael Bao
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Aaron Ballman
- [PATCH] PR12208 - Problem with -fno-elide-constructors
David Wiberg
- [PATCH] PR12208 - Problem with -fno-elide-constructors
Richard Smith
- [PATCH] PR12208 - Problem with -fno-elide-constructors
David Wiberg
- [PATCH] PR12208 - Problem with -fno-elide-constructors
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Argyrios Kyrtzidis
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Argyrios Kyrtzidis
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
David Wiberg
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Marshall Clow
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Marshall Clow
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] Regparm Attribute
Rafael Espíndola
- [PATCH] Regparm Attribute
Aaron Ballman
- [PATCH] Rename target i386-linux-android to i686-linux-android
Alexey Volkov
- [PATCH] Rename target i386-linux-android to i686-linux-android
Evgeniy Stepanov
- [PATCH] Restructured code, no functional changes.
Alexander Kornienko
- [PATCH] Restructured code, no functional changes.
Manuel Klimek
- [PATCH] Select correct clang++ output directory when building with cmake as sub directory on Windows
Kenneth Benzie
- [PATCH] Select correct clang++ output directory when building with cmake as sub directory on Windows (Kenneth Benzie)
Kenneth Benzie
- [PATCH] SemaChecking: return type validation for member functions
dblaikie at gmail.com
- [PATCH] SemaChecking: return type validation for member functions
David Blaikie
- [PATCH] SemaChecking: return type validation for member functions
Richard Smith
- [PATCH] SemaChecking: return type validation for member functions
Richard Smith
- [PATCH] SemaChecking: return type validation for member functions
Richard Smith
- [PATCH] Support MS Non-Virtual Base Placement Rules in CGRecordLayoutBuilder
David Majnemer
- [PATCH] Support MS Non-Virtual Base Placement Rules in CGRecordLayoutBuilder
David Majnemer
- [PATCH] Support MS Non-Virtual Base Placement Rules in CGRecordLayoutBuilder
Warren Hunt
- [PATCH] Target-specific attributes
Aaron Ballman
- [PATCH] Target-specific attributes
Richard Smith
- [PATCH] Target-specific attributes
Aaron Ballman
- [PATCH] Update code owner for parser
Alp Toker
- [PATCH] Update code owner for parser
Joey Gouly
- [PATCH] Update code owner for parser
Aaron Ballman
- [patch] Use -std=gnu89 in tools/c-index-test/CMakeLists.txt
Rafael Espíndola
- [patch] Use -std=gnu89 in tools/c-index-test/CMakeLists.txt
Eric Christopher
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Rafael Espíndola
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Rafael Espíndola
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Brad Smith
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Rafael Avila de Espindola
- [PATCH] Use the MS ABI for Win32 target by default
Hans Wennborg
- [PATCH] Use the MS ABI for Win32 target by default
Richard Smith
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Nico Weber
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Joerg Sonnenberger
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Nico Weber
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- [PATCH] Warn on suspicious use of absolute value function
Marshall Clow
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- [PATCH] Warn on suspicious use of absolute value function
James Dennett
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Artyom Skrobov
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Richard Smith
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Artyom Skrobov
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Richard Smith
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Artyom Skrobov
- Add new redhat triple
Cody Maloney
- Add new redhat triple
Rafael Espíndola
- Add new redhat triple
Cody Maloney
- Add new redhat triple
Rafael Espíndola
- Add new redhat triple
Cody Maloney
- FW: XCore target: add section information.
Robert Lytton
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
Yaron Keren
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
G M
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
Yaron Keren
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
G M
- LLVM buildmaster will be restarted today after 5 PM Pacific
Galina Kistanova
- patch: new attribute enable_if
Richard Smith
- patch: new attribute enable_if
Nick Lewycky
- patch: new attribute enable_if
Aaron Ballman
- patch: new attribute enable_if
Nick Lewycky
- patch: new attribute enable_if
Richard Smith
- patch: new attribute enable_if
Aaron Ballman
- patch: new attribute enable_if
Nick Lewycky
- patch: new attribute enable_if
Aaron Ballman
- PATCH for PR18404 - Bug in regex_token_iterator::operator++(int) implementation
Marshall Clow
- PATCH for PR18404 - Bug in regex_token_iterator::operator++(int) implementation
dblaikie at gmail.com
- r177997 - Actually mark ASan-unfriendly test as XFAIL
dblaikie at gmail.com
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Adrian Prantl
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Argyrios Kyrtzidis
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Richard Smith
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Argyrios Kyrtzidis
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Richard Smith
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Argyrios Kyrtzidis
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- r198461 - Debug info: Ensure that the last stop point in a function is still within
Adrian Prantl
- r198461 - Debug info: Ensure that the last stop point in a function is still within
Robinson, Paul
- r198461 - Debug info: Ensure that the last stop point in a function is still within
dblaikie at gmail.com
- r198461 - Debug info: Ensure that the last stop point in a function is still within
dblaikie at gmail.com
- r198461 - Debug info: Ensure that the last stop point in a function is still within
Adrian Prantl
- r198597 - [OpenCL] Produce an error if an address space is used on the return
Joey Gouly
- r198598 - Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functions
Alp Toker
- r198599 - Use token kind instead of '%select{.|->}0' in diagnostic
Alp Toker
- r198600 - Diagnose enum redeclarations properly
Alp Toker
- r198601 - Highlight the previous underlying enum type when diagnosing a mismatch
Alp Toker
- r198603 - Rename getTokenSimpleSpelling() to getPunctuatorSpelling()
Alp Toker
- r198604 - Support diagnostic formatting of keyword tokens
Alp Toker
- r198605 - Don't use magic constants in the digraph diagnostic
Alp Toker
- r198605 - Don't use magic constants in the digraph diagnostic
Jordan Rose
- r198605 - Don't use magic constants in the digraph diagnostic
Alp Toker
- r198605 - Don't use magic constants in the digraph diagnostic
Richard Smith
- r198605 - Don't use magic constants in the digraph diagnostic
Alp Toker
- r198605 - Don't use magic constants in the digraph diagnostic
Richard Smith
- r198605 - Don't use magic constants in the digraph diagnostic
Alp Toker
- r198605 - Don't use magic constants in the digraph diagnostic
Jordan Rose
- r198605 - Don't use magic constants in the digraph diagnostic
Alp Toker
- r198606 - Simplify diagnostic tag type using the token kind formatter
Alp Toker
- r198607 - Correct underlying integer type of enum TokenKind
Alp Toker
- r198621 - Prospective MSVC 2010 build fix
Alp Toker
- r198639 - Driver: Accept -fprofile-instr-use and -fprofile-instr-generate
Justin Bogner
- r198640 - CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
- r198640 - CodeGen: Initial instrumentation based PGO implementation
NAKAMURA Takumi
- r198640 - CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
- r198640 - CodeGen: Initial instrumentation based PGO implementation
Eric Christopher
- r198645 - Properly sort CMake list. NFC.
Ted Kremenek
- r198649 - CodeGen: Sentences end with a period
Justin Bogner
- r198651 - clang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts.
NAKAMURA Takumi
- r198652 - ObjectiveC. Computation of offsets when doing @encode type encoding
Fariborz Jahanian
- r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848
Adrian Prantl
- r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848
Eric Christopher
- r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848
Adrian Prantl
- r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848
Eric Christopher
- r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848
dblaikie at gmail.com
- r198666 - Bring back magic constants in the digraph diagnostic
Alp Toker
- r198670 - update comment.
Adrian Prantl
- r198671 - Fix 'unkown' typo in test -target from r198321
Alp Toker
- r198672 - CodeGen: Include llvm/Config/config.h for strtoll on Windows
Justin Bogner
- r198672 - CodeGen: Include llvm/Config/config.h for strtoll on Windows
Eric Christopher
- r198677 - Fix a -Wparentheses warning from GCC that caught a badly formed assert.
Chandler Carruth
- r198680 - For areVectorOperandsLaxBitCastable(), only return false if both opearands are vector types
Argyrios Kyrtzidis
- r198686 - Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
- r198689 - Update Clang for the move of headers in r198688.
Chandler Carruth
- r198692 - Remove unused include.
Rafael Espindola
- r198694 - Shorten the output of `clang-format --version`, include revision number.
Nico Weber
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Eric Christopher
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Eric Christopher
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
- r198699 - Debug info: Implement a cleaner version of r198461. For symmetry with
Eric Christopher
- r198704 - [cmake] Write Version.inc at cmake time, not at build time.
Nico Weber
- r198705 - Updating the documentation about how to add attributes based on the rather extensive refactorings that have happened over the past several months.
Aaron Ballman
- r198705 - Updating the documentation about how to add attributes based on the rather extensive refactorings that have happened over the past several months.
Sean Silva
- r198709 - [analyzer] Remove unused ARCNotOwnedSymbol retain count return effect.
Jordan Rose
- r198710 - [analyzer] Pointers escape into +[NSValue valueWithPointer:]...
Jordan Rose
- r198711 - [analyzer] Files with .c extensions are still C++ files if the compiler is CXX.
Jordan Rose
- r198713 - Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"
Adrian Prantl
- r198714 - Revert "Debug info: Ensure that the last stop point in a function is still within"
Adrian Prantl
- r198715 - Re-applying r198699 after reverting r198461.
Adrian Prantl
- r198715 - Re-applying r198699 after reverting r198461.
Eric Christopher
- r198721 - PR18234: Mark a tag definition as invalid early if it appears in a
Richard Smith
- r198722 - [Driver] Fix a typo in the setting of the arch name when -arch x86_64h is used.
Quentin Colombet
- r198723 - PR18400: ignore cv-qualifiers on the underlying type of an enumeration.
Richard Smith
- r198726 - RP18408: If a member template is used as a template template argument, it does
Richard Smith
- r198741 - For AArch64, support builtin neon vector type with 'long' as base element type.
Jiangning Liu
- r198747 - Add tests for clang plugins
Alp Toker
- r198747 - Add tests for clang plugins
Renato Golin
- r198747 - Add tests for clang plugins
Alp Toker
- r198747 - Add tests for clang plugins
Alp Toker
- r198747 - Add tests for clang plugins
Renato Golin
- r198747 - Add tests for clang plugins
Alp Toker
- r198747 - Add tests for clang plugins
Chandler Carruth
- r198747 - Add tests for clang plugins
Alp Toker
- r198747 - Add tests for clang plugins
Jordan Rose
- r198747 - Add tests for clang plugins
Alp Toker
- r198748 - Use -std=gnu89 in tools/c-index-test/CMakeLists.txt
Rafael Espindola
- r198750 - Build fix following r198747
Alp Toker
- r198751 - Prospective build fix for the Makefile system
Alp Toker
- r198764 - Define ENABLE_CLANG_EXAMPLES instead of relying on BUILD_EXAMPLES
Alp Toker
- r198765 - Treating the RegParmAttr as a TypeAttr because that is what it is.
Aaron Ballman
- r198769 - clang-format: Fix spacing in Cpp11 braced lists:
Daniel Jasper
- r198770 - clang-format: Don't hang forever when encountering a stray "}" in an @implementation block.
Benjamin Kramer
- r198770 - clang-format: Don't hang forever when encountering a stray "}" in an @implementation block.
Daniel Jasper
- r198779 - [analyzer] Warn about double-delete in C++ at the second delete...
Jordan Rose
- r198781 - [Serialization] In ASTReader::getInputFile record it when we didn't find the file to avoid looking it up again.
Argyrios Kyrtzidis
- r198782 - Ensure that ENABLE_SHARED is substituted for use in Windows builds
Alp Toker
- r198804 - Silencing an MSVC warning about control reaching the end of a non-void function.
Aaron Ballman
- r198804 - Silencing an MSVC warning about control reaching the end of a non-void function.
dblaikie at gmail.com
- r198804 - Silencing an MSVC warning about control reaching the end of a non-void function.
Aaron Ballman
- r198805 - Attempting a fix the build bots should be happier with. Amends 198804.
Aaron Ballman
- r198805 - Attempting a fix the build bots should be happier with. Amends 198804.
Richard Smith
- r198814 - Implement isCXX11FinalKeyword() in terms of isCXX11VirtSpecifier()
Alp Toker
- r198815 - Used the DataLayout methods instead of the Module methods.
Rafael Espindola
- r198815 - Used the DataLayout methods instead of the Module methods.
Mark Lacey
- r198815 - Used the DataLayout methods instead of the Module methods.
Rafael Espíndola
- r198815 - Used the DataLayout methods instead of the Module methods.
Mark Lacey
- r198818 - [ms-abi] Refactor Microsoft Record Layout
Warren Hunt
- r198818 - [ms-abi] Refactor Microsoft Record Layout
Alexander Kornienko
- r198818 - [ms-abi] Refactor Microsoft Record Layout
dblaikie at gmail.com
- r198818 - [ms-abi] Refactor Microsoft Record Layout
Warren Hunt
- r198818 - [ms-abi] Refactor Microsoft Record Layout
Hans Wennborg
- r198820 - Add a test for Static Analyzer checker plugins
Alp Toker
- r198822 - [ms-abi] Fixed failing lit test.
Warren Hunt
- r198833 - PR18401: Fix assert by implementing the current proposed direction of core
Richard Smith
- r198837 - Fix the clang -Werror build after r198818
David Blaikie
- r198840 - Update Clang's CFGBlock interface to conform to the strange part of
Chandler Carruth
- r198845 - PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on
Richard Smith
- r198845 - PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on
Duncan P. N. Exon Smith
- r198845 - PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on
Argyrios Kyrtzidis
- r198845 - PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on
Richard Smith
- r198849 - Revert "PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on"
Argyrios Kyrtzidis
- r198856 - In areVectorOperandsLaxBitCastable() allow bitcast between a vector and scalar.
Argyrios Kyrtzidis
- r198857 - Fix leak in lib/CodeGen/CGException.cpp, PR18318
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Jordan Rose
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Jordan Rose
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Jordan Rose
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Chandler Carruth
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Sean Silva
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Sean Silva
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Alp Toker
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- r198867 - check-clang: Add dependencies to PrintFunctionNames and SampleAnalyzerPlugin, for r198747 and r198820.
NAKAMURA Takumi
- r198868 - The OpenCL specification states that images are allocated
Pekka Jaaskelainen
- r198868 - The OpenCL specification states that images are allocated
Joey Gouly
- r198869 - clang-format: Some tweaks to braces list formatting:
Daniel Jasper
- r198870 - clang-format: Understand #pragma mark
Daniel Jasper
- r198871 - clang-format: Add @s when breaking NSString literals.
Daniel Jasper
- r198883 - Removing a bit of custom parsing functionality used by the thread safety analysis APIs. Now using tablegen to determine whether an attribute's arguments should be parsed in an unevaluated context instead of relying on a separate, hard-coded list of attributes.
Aaron Ballman
- r198883 - Removing a bit of custom parsing functionality used by the thread safety analysis APIs. Now using tablegen to determine whether an attribute's arguments should be parsed in an unevaluated context instead of relying on a separate, hard-coded list of attributes.
Alexander Kornienko
- r198883 - Removing a bit of custom parsing functionality used by the thread safety analysis APIs. Now using tablegen to determine whether an attribute's arguments should be parsed in an unevaluated context instead of relying on a separate, hard-coded list of attributes.
Aaron Ballman
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Alp Toker
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Richard Smith
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Aaron Ballman
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Richard Smith
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Chandler Carruth
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Alp Toker
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Richard Smith
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Alp Toker
- r198885 - Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Alp Toker
- r198887 - Attempting to appease the build bots on systems with ansi escape sequences.
Aaron Ballman
- r198888 - Have attribute 'objc_precise_lifetime' suppress -Wunused.
Ted Kremenek
- r198890 - Preserve -fretain-comments-from-system-headers in modules
Ben Langmuir
- r198891 - Use getPointerSizeInBits.
Rafael Espindola
- r198892 - Fix ast-dump-color.cpp test following r198883
Alp Toker
- r198892 - Fix ast-dump-color.cpp test following r198883
Aaron Ballman
- r198896 - Removing the notion of TargetAttributesSema and replacing it with one where the parsed attributes are responsible for knowing their target-specific nature, instead of letting Sema figure it out. This is necessary so that __has_attribute can eventually determine whether a parsed attribute applies to the given target or not.
Aaron Ballman
- r198897 - __has_attribute now understands target-specific attributes. So when you ask whether an ARM target has the "interrupt" attribute, it will return true for ARM and MSP430 targets, and false for others.
Aaron Ballman
- r198899 - Updating documentation for the __has_attribute changes landed in r198897.
Aaron Ballman
- r198900 - [ms-abi] Fixing CGRecordLayoutBuilder w.r.t. MS NonVirutalBase Layout
Warren Hunt
- r198903 - Reapply r198845, reverted in r198849, with a fix to make it valid C++98, not
Richard Smith
- r198905 - ObjectiveC. 1) Warn when @dynamic (as well as synthesize)
Fariborz Jahanian
- r198906 - CGRecordLayoutBuilder.cpp: Clarify if-else. [-Wdangling-else]
NAKAMURA Takumi
- r198907 - [ms-abi] Handle __declspec(align) on bitfields "properly"
Warren Hunt
- r198911 - Pass -32/-64 to the assembler when building for sparc/sparc64.
Jakob Stoklund Olesen
- r198912 - Give the linker the right ELF type for SPARC targets.
Jakob Stoklund Olesen
- r198913 - Make the tautological out of range warning use Sema::DiagRuntimeBehavior so that
Richard Trieu
- r198918 - Locate GCC installations on SPARC systems.
Jakob Stoklund Olesen
- r198920 - clang-format: Understand ObjC boxed expressions.
Daniel Jasper
- r198922 - reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; this time LeakSanitizerIsTurnedOffForTheCurrentProcess is used instead of __lsan_is_turned_off
Kostya Serebryany
- r198923 - Use the right dynamic linker for SPARC Linux executables.
Jakob Stoklund Olesen
- r198924 - clang-format: Slightly adapt line break in edge case.
Daniel Jasper
- r198924 - clang-format: Slightly adapt line break in edge case.
Chandler Carruth
- r198924 - clang-format: Slightly adapt line break in edge case.
Daniel Jasper
- r198924 - clang-format: Slightly adapt line break in edge case.
David Tweed
- r198924 - clang-format: Slightly adapt line break in edge case.
Eric Christopher
- r198924 - clang-format: Slightly adapt line break in edge case.
dblaikie at gmail.com
- r198924 - clang-format: Slightly adapt line break in edge case.
Eric Christopher
- r198924 - clang-format: Slightly adapt line break in edge case.
dblaikie at gmail.com
- r198924 - clang-format: Slightly adapt line break in edge case.
Daniel Jasper
- r198935 - TryConsume parser cleanups
Alp Toker
- r198936 - Update LangOpt descriptions
Alp Toker
- r198939 - Use 'w' instead of 'c' to represent the win32 mangling.
Rafael Espindola
- r198940 - Enable -fuse-init-array for all AArch64 ELF targets by default, not just linux.
Kristof Beyls
- r198942 - Remove unexpected code completion handling from ConsumeToken()
Alp Toker
- r198942 - Remove unexpected code completion handling from ConsumeToken()
Sean Silva
- r198942 - Remove unexpected code completion handling from ConsumeToken()
Alp Toker
- r198942 - Remove unexpected code completion handling from ConsumeToken()
Sean Silva
- r198943 - Implement -m32 and -m64 with llvm::Triple functions.
Jakob Stoklund Olesen
- r198952 - ObjectiveC. Remove warning on mismatched methods
Fariborz Jahanian
- r198953 - [analyzer] Model getters of known- at synthesized Objective-C properties.
Jordan Rose
- r198956 - Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add a
Richard Smith
- r198957 - Use the simpler version of llvm::sys::fs::remove when possible.
Rafael Espindola
- r198975 - [ms-abi] Adjusting Rules for Padding Between Bases
Warren Hunt
- r198983 - Fix "regression" caused by updating our notion of POD to better match the C++11
Richard Smith
- r198988 - [ms-abi] Change the way alignment is tracked
Warren Hunt
- r198991 - PR12208: Under -fno-elide-constructors, don't forget to actually copy an NRVO
Richard Smith
- r198995 - Use the appropriate SourceLocation for the template backtrace when doing
Nick Lewycky
- r198996 - Add a new attribute 'enable_if' which can be used to control overload resolution based on the values of the function arguments at the call site.
Nick Lewycky
- r198997 - Whoops! Fix major think-o in the first example in the documentation that I edited at 3am.
Nick Lewycky
- r199012 - Select the UltraSPARC instruction set when invoking the assembler.
Jakob Stoklund Olesen
- r199012 - Select the UltraSPARC instruction set when invoking the assembler.
Sean Silva
- r199012 - Select the UltraSPARC instruction set when invoking the assembler.
Jakob Stoklund Olesen
- r199012 - Select the UltraSPARC instruction set when invoking the assembler.
Sean Silva
- r199012 - Select the UltraSPARC instruction set when invoking the assembler.
Jakob Stoklund Olesen
- r199013 - Make helper function static.
Benjamin Kramer
- r199017 - test case hygiene.
Benjamin Kramer
- r199034 - MIPS and SPARC assemblers both take the -KPIC flag.
Jakob Stoklund Olesen
- r199037 - SPARC passes non-trivial C++ objects indirectly like everybody else.
Jakob Stoklund Olesen
- r199042 - [PM] Update Clang to follow the header rename in LLVM r199041.
Chandler Carruth
- r199045 - [PM] Update the creation of an IR printing pass to reflect the API
Chandler Carruth
- r199053 - Clarify warn_cxx98_compat_attribute diagnostic
Alp Toker
- r199053 - Clarify warn_cxx98_compat_attribute diagnostic
Aaron Ballman
- r199053 - Clarify warn_cxx98_compat_attribute diagnostic
Alp Toker
- r199053 - Clarify warn_cxx98_compat_attribute diagnostic
Aaron Ballman
- r199054 - Delete inaccurate doc comment - isVariadic is long gone
Alp Toker
- r199059 - DynamicASTMatchers/VariantValueTest.cpp: It works with msvcrt since setmode(stderr, O_BINARY) were removed.
NAKAMURA Takumi
- r199067 - Add help text for -MMD, -MD, -MM, -M, -MF.
Nico Weber
- r199073 - Rename target i386-linux-android to i686-linux-android
Alexey Bataev
- r199076 - [CMake] Move BUG_REPORT_URL from clang to llvm.
NAKAMURA Takumi
- r199079 - [PM] Update Clang to reflect the new header for the bitcode writer pass
Chandler Carruth
- Recent buildmaster issues
Galina Kistanova
- XCore target: add section information.
Richard Osborne
- XCore target: add section information.
Rafael Espíndola
Last message date:
Sun Jan 12 23:47:38 PST 2014
Archived on: Tue Aug 4 15:31:26 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).