The Week Of Monday 24 February 2014 Archives by subject
Starting: Mon Feb 24 00:17:03 PST 2014
Ending: Sun Mar 2 23:49:35 PST 2014
Messages: 564
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
David Blaikie
- [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
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
David Chisnall
- [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] Bug 18275 - Incorrect const qualifier behavior in definition.
suyog sarda
- [clang-tools-extra] r202045 - Update for llvm api change.
Rafael Espindola
- [clang-tools-extra] r202055 - Update for llvm api change.
Rafael Espindola
- [clang-tools-extra] r202164 - Adding documentation for clang-tidy.
Alexander Kornienko
- [clang-tools-extra] r202164 - Adding documentation for clang-tidy.
Sean Silva
- [clang-tools-extra] r202238 - [CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
- [clang-tools-extra] r202238 - [CMake] Use LINK_LIBS instead of target_link_libraries().
Chandler Carruth
- [clang-tools-extra] r202238 - [CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
- [clang-tools-extra] r202392 - Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.
Alexander Kornienko
- [clang-tools-extra] r202392 - Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.
Sean Silva
- [clang-tools-extra] r202392 - Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.
Alexander Kornienko
- [clang-tools-extra] r202392 - Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.
Sean Silva
- [clang-tools-extra] r202399 - Made the ClangTidyTest helper class independent of the testing framework.
Alexander Kornienko
- [clang-tools-extra] r202452 - Added a naive NOLINT implementation.
Alexander Kornienko
- [clang-tools-extra] r202477 - Add new 'remark' diagnostic type
Tobias Grosser
- [clang-tools-extra] r202632 - [C++11] Replace LLVM_OVERRIDE with 'override'
Craig Topper
- [clang-tools-extra] r202633 - Revert a LLVM_OVERRIDE to 'override' change in documentation. My search and replace was a little overzealous.
Craig Topper
- [clang-tools-extra] r202633 - Revert a LLVM_OVERRIDE to 'override' change in documentation. My search and replace was a little overzealous.
Chandler Carruth
- [clang-tools-extra] r202646 - [C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
- [clang-tools-extra] r202649 - Documentation comments: fix incorrect usage of \param
Dmitri Gribenko
- [clang-tools-extra] r202668 - Add a level parameter to ClangTidyCheck::diag.
Peter Collingbourne
- [clang-tools-extra] r202676 - [C++11] Add #include's for OwningPtr.
Ahmed Charles
- [clang-tools-extra] r202680 - Determine support for colored output from stdout instead of stderr since that's where the diagnostics go.
Craig Topper
- [clang][cmake+shared] rpath install name consistency
David Fang
- [clang][cmake+shared] rpath install name consistency
Rafael Espíndola
- [clang][cmake+shared] rpath install name consistency
Argyrios Kyrtzidis
- [clang][cmake+shared] rpath install name consistency
David Fang
- [clang][cmake+shared] rpath install name consistency
Rafael Espíndola
- [clang][cmake+shared] rpath install name consistency
David Fang
- [clang][cmake+shared] rpath install name consistency
Argyrios Kyrtzidis
- [libclc] r202081 - Fix build since r202052
Tom Stellard
- [libcxx] r202158 - Implement LWG issue 2301: Mark std::tie as constexpr
Marshall Clow
- [libcxx] r202161 - Mark LWG Issues 2278 and 2313 as complete. No code changes needed; libc++ already implemented both of these.
Marshall Clow
- [libcxx] r202162 - Mark LWG Issue 2257 as complete.
Marshall Clow
- [libcxx] r202203 - Mark LWG issue 2299 as complete. No code changes; libc++ already implements this.
Marshall Clow
- [libcxx] r202214 - Implement LWG issue 2306: match_results::reference should be value_type&, not const value_type&. This is a general move by the LWG to have the reference type of read-only containers be a non-const reference; however, there are no methods that return a non-const reference to a match_result entry, so there's no worries about getting a non-const reference to a constant object.
Marshall Clow
- [libcxx] r202280 - Don't install CMakeLists.txt along with the headers.
Bob Wilson
- [libcxx] r202339 - LWG issue #2188: Reverse iterator does not fully support targets that overload operator&. Also mark #2272 and #2299 as complete; libc++ already implements them.
Marshall Clow
- [libcxx] r202407 - More LWG issues. Mark #2182, #2323 and #2213 as complete. Add a test for #2339, and mark that as complete. No actual changes to the libc++ code; all of these were already in place.
Marshall Clow
- [libcxx] r202671 - Implement LWG Issue #2285 - make_reverse_iterator. Also mark issues #1450 and #2205 as complete; they are just wording changes in the standard. Mark issues #2359, #2320 and #2322 as complete - libc++ implements them already.
Marshall Clow
- [libcxx] r202672 - Per N3924, mark random_shuffle as deprecated in the synopsis for <algorithm>. Since we don't actually do anything when a call is deprecated, there is no functionality change. Maybe someday, we'll decide to warn when using a deprecated function.
Marshall Clow
- [libcxx] r202673 - Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tuple_element_t<> as an alias for tuple_element<>::type. Clean up the synopsis for tuple_element in <utility> as well.
Marshall Clow
- [PATCH] [analyzer][Review request] Fix for PR18394.
Антон Ярцев
- [PATCH] [analyzer][Review request] Fix for PR18394.
Jordan Rose
- [PATCH] [analyzer][Review request] Fix for PR18394.
Антон Ярцев
- [PATCH] [analyzer][Review request] Fix for PR18394.
Jordan Rose
- [PATCH] [analyzer][Review request] Fix for PR18394.
Антон Ярцев
- [PATCH] [analyzer][Review request] Fix for PR18394.
Jordan Rose
- [PATCH] [analyzer][Review request] Fix for PR18394.
Антон Ярцев
- [PATCH] [analyzer][Review request] Fix for PR18394.
Антон Ярцев
- [PATCH] [analyzer][Review request] Fix for PR18394.
Jordan Rose
- [PATCH] [analyzer][Review request] Fix for PR18394.
Антон Ярцев
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
Eric Christopher
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
NAKAMURA Takumi
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Espíndola
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
NAKAMURA Takumi
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Ávila de Espíndola
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Espíndola
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Joerg Sonnenberger
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
NAKAMURA Takumi
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
NAKAMURA Takumi
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
NAKAMURA Takumi
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Joerg Sonnenberger
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Espíndola
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Joerg Sonnenberger
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Espíndola
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Espíndola
- [PATCH] [CMake] Resurrect add_dependencies() and target_link_libraries()
NAKAMURA Takumi
- [PATCH] [CMake] Resurrect add_dependencies() and target_link_libraries()
Dmitri Gribenko
- [PATCH] [CMake] Resurrect add_dependencies() and target_link_libraries()
Chandler Carruth
- [PATCH] [CMake] Resurrect add_dependencies() and target_link_libraries()
NAKAMURA Takumi
- [PATCH] [CMake] Resurrect add_dependencies() and target_link_libraries()
Rafael Espíndola
- [PATCH] [CMake] Resurrect add_dependencies() and target_link_libraries()
NAKAMURA Takumi
- [PATCH] [CMake] Resurrect add_dependencies() and target_link_libraries()
Rafael Espíndola
- [PATCH] [CMake] Resurrect add_dependencies() and target_link_libraries()
Chandler Carruth
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
Brad King
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
NAKAMURA Takumi
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
Brad King
- [PATCH] [libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.
Peter Collingbourne
- [PATCH] [libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.
Peter Collingbourne
- [PATCH] [libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.
Peter Collingbourne
- [PATCH] [libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.
Marshall Clow
- [PATCH] [libc++] Do not derive __gnu_cxx::hash<T> from std::hash<T>.
Peter Collingbourne
- [PATCH] [libc++] Do not derive __gnu_cxx::hash<T> from std::hash<T>.
Peter Collingbourne
- [PATCH] [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t
Stephan Tolksdorf
- [PATCH] [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t
David Majnemer
- [PATCH] [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t
Stephan Tolksdorf
- [PATCH] [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t
David Majnemer
- [PATCH] [MS ABI] Error instead of generating bad vftables for certain virtual hierarchies (PR18967)
Hans Wennborg
- [PATCH] [MS ABI] Error instead of generating bad vftables for certain virtual hierarchies (PR18967)
Hans Wennborg
- [PATCH] [MS ABI] Error instead of generating bad vftables for certain virtual hierarchies (PR18967)
Reid Kleckner
- [PATCH] [MS ABI] Error instead of generating bad vftables for certain virtual hierarchies (PR18967)
Hans Wennborg
- [PATCH] [OPENMP] Added option -fopenmp=libiomp5
Alexey Bataev
- [PATCH] [OPENMP] Added option -fopenmp=libiomp5
Dmitri Gribenko
- [PATCH] [OPENMP] Added option -fopenmp=libiomp5
Alexey Bataev
- [PATCH] [OPENMP] Added option -fopenmp=libiomp5
Dmitri Gribenko
- [PATCH] [OPENMP] Added option -fopenmp=libiomp5
Alp Toker
- [PATCH] [OPENMP] Added option -fopenmp=libiomp5
Alexey Bataev
- [PATCH] [OPENMP] Added option -fopenmp=libiomp5
Alexey Bataev
- [PATCH] [OPENMP] Added option -fopenmp=libiomp5
Alp Toker
- [PATCH] [OPENMP] Added option -fopenmp=libiomp5
Alexey Bataev
- [PATCH] [OPENMP] Added option -fopenmp=libiomp5
Alp Toker
- [PATCH] [OPENMP] allow clause ‘private’ on directive ‘omp simd’
Alexander Musman
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexander Musman
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alp Toker
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Richard Smith
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alp Toker
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexander Musman
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexander Musman
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexander Musman
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Richard Smith
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Alexey Bataev
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Alp Toker
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Alp Toker
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Douglas Gregor
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Alexey Bataev
- [PATCH] [PATCH] Add test for Python binding Index read.
Brian Gesiak
- [PATCH] [Win32 ABI] Defer operator delete check until vtable is marked used
Hans Wennborg
- [PATCH] Add -Warc-implicit-writeback
Timothy Wood
- [PATCH] Add a level parameter to ClangTidyCheck::diag.
Peter Collingbourne
- [PATCH] Add a level parameter to ClangTidyCheck::diag.
Alp Toker
- [PATCH] Add a level parameter to ClangTidyCheck::diag.
Alp Toker
- [PATCH] Add a level parameter to ClangTidyCheck::diag.
Peter Collingbourne
- [PATCH] Add a level parameter to ClangTidyCheck::diag.
Peter Collingbourne
- [PATCH] Add an argument comment checker to clang-tidy.
Peter Collingbourne
- [PATCH] Added a naive NOLINT implementation.
Alexander Kornienko
- [PATCH] Added a naive NOLINT implementation.
Alexander Kornienko
- [PATCH] Added a naive NOLINT implementation.
Manuel Klimek
- [PATCH] Added a naive NOLINT implementation.
Alexander Kornienko
- [PATCH] Added a naive NOLINT implementation.
Alexander Kornienko
- [PATCH] Added CXXMethodDecl matcher isPure()
Manuel Klimek
- [PATCH] Added CXXMethodDecl matcher isPure()
Dmitri Gribenko
- [PATCH] Added CXXMethodDecl matcher isPureVirtual()
Konrad Kleine
- [PATCH] Added CXXMethodDecl matcher isPureVirtual()
Konrad Kleine
- [PATCH] Adding documentation for clang-tidy.
Alexander Kornienko
- [PATCH] Adding documentation for clang-tidy.
Manuel Klimek
- [PATCH] Adding documentation for clang-tidy.
Alexander Kornienko
- [PATCH] Adding documentation for clang-tidy.
Manuel Klimek
- [PATCH] Add Multilib selection machinery to Clang
Simon Atanasyan
- [PATCH] Add support for foreach macros to clang-format
Brian Green
- [PATCH] Add support for foreach macros to clang-format
David Majnemer
- [PATCH] Add support for OpenBSD SPARC assembler
Brad Smith
- [PATCH] Add support for OpenBSD SPARC assembler
Rafael Espíndola
- [PATCH] Add support for OpenBSD SPARC assembler
Brad Smith
- [PATCH] Add support for OpenBSD SPARC assembler
Rafael Espíndola
- [PATCH] Add support for OpenBSD SPARC assembler
Brad Smith
- [PATCH] Add support for OpenBSD SPARC assembler
Rafael Espíndola
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Alexey Samsonov
- [PATCH] Add the option to build/test compiler-rt as a standalone project with just-built Clang.
Alexey Samsonov
- [PATCH] Add the option to build/test compiler-rt as a standalone project with just-built Clang.
Alexey Samsonov
- [PATCH] Add the option to build/test compiler-rt as a standalone project with just-built Clang.
Brad King
- [PATCH] Add the option to build/test compiler-rt as a standalone project with just-built Clang.
Evgeniy Stepanov
- [PATCH] Add the option to build/test compiler-rt as a standalone project with just-built Clang.
Alexey Samsonov
- [PATCH] Add the option to build/test compiler-rt as a standalone project with just-built Clang.
Alexey Samsonov
- [PATCH] Add the option to build/test compiler-rt as a standalone project with just-built Clang.
Alexey Samsonov
- [PATCH] Add warnings so that Clang can catch most of the cases that GCC's -Waddress can catch
Richard Trieu
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Tom Roeder
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Chandler Carruth
- [patch] Always open files in binary mode
Rafael Espíndola
- [patch] Always open files in binary mode
Rafael Espíndola
- [patch] Always open files in binary mode
Rafael Espíndola
- [patch] Always open files in binary mode
Alp Toker
- [PATCH] Better wording for the 'noduplicate' attribute documentation
Marcello Maggioni
- [PATCH] Better wording for the 'noduplicate' attribute documentation
Aaron Ballman
- [PATCH] clang: forward -no-integrated-as from the driver
Joerg Sonnenberger
- [PATCH] clang: forward -no-integrated-as from the driver
Chandler Carruth
- [PATCH] clang: forward -no-integrated-as from the driver
Joerg Sonnenberger
- [PATCH] clang: forward -no-integrated-as from the driver
Rafael Espíndola
- [PATCH] clang: forward -no-integrated-as from the driver
Joerg Sonnenberger
- [PATCH] clang does not emit DW_TAG_enumerator and DW_TAG_enumeration_type for unnamed enum types
Eric Christopher
- [PATCH] Correct a potential segfault in ModuleManager
Gautier DI FOLCO
- [PATCH] Delete various dead assignments
Gautier DI FOLCO
- [PATCH] Disable all dependency output options when using the Tooling library.
Peter Collingbourne
- [PATCH] Disable all dependency output options when using the Tooling library.
Manuel Klimek
- [PATCH] Disable all dependency output options when using the Tooling library.
Peter Collingbourne
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
Eric Christopher
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
David Blaikie
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when typedef is used
David Blaikie
- [PATCH] Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h
Doug Gregor
- [PATCH] Fix immintrin.h to include wmmintrin.h if -mpclmul is specified
John Baldwin
- [PATCH] FixIt for constexpr initializer_list errors
Richard Smith
- [PATCH] FixIt for constexpr initializer_list errors
Richard Smith
- [PATCH] Fix MIPS toolchain selection heuristics in case of reduced toolchain directories tree
Simon Atanasyan
- [PATCH] Fix MIPS toolchain selection heuristics in case of reduced toolchain directories tree
David Majnemer
- [PATCH] Fix MIPS toolchain selection heuristics in case of reduced toolchain directories tree
Jon Roelofs
- [PATCH] Fix MIPS toolchain selection heuristics in case of reduced toolchain directories tree
Simon Atanasyan
- [PATCH] Fix PR19010
Stephan Tolksdorf
- [PATCH] Fix PR19010
Richard Smith
- [PATCH] Fix PR19010
Stephan Tolksdorf
- [PATCH] implement -fno-short-wchar option
Richard Barton
- [PATCH] implement -fno-short-wchar option
Rafael Espíndola
- [PATCH] implement -fno-short-wchar option
Richard Barton
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Eric Christopher
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Reid Kleckner
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Reid Kleckner
- [PATCH] Improve error recovery around colon.
Serge Pavlov
- [PATCH] Improve error recovery around colon.
Richard Smith
- [PATCH] IRGen: __c11/__atomic compare-and-exchange should respect the standard
David Majnemer
- [PATCH] IRGen: Simplify alignment calculation in setBitFieldInfo
Warren Hunt
- [PATCH] IRGen: Simplify alignment calculation in setBitFieldInfo
David Majnemer
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Philippe Daouadi
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Dmitri Gribenko
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Philippe Daouadi
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Philippe Daouadi
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Dmitri Gribenko
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Philippe Daouadi
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Dmitri Gribenko
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Philippe Daouadi
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Philippe Daouadi
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Dmitri Gribenko
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Philippe Daouadi
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Dmitri Gribenko
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Dmitri Gribenko
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Philippe Daouadi
- [PATCH] Made the ClangTidyTest helper class independent of the testing framework.
Alexander Kornienko
- [PATCH] Made the ClangTidyTest helper class independent of the testing framework.
Manuel Klimek
- [PATCH] Made the ClangTidyTest helper class independent of the testing framework.
Alexander Kornienko
- [PATCH] Made the ClangTidyTest helper class independent of the testing framework.
Alexander Kornienko
- [PATCH] Made the ClangTidyTest helper class independent of the testing framework.
Manuel Klimek
- [PATCH] Made the ClangTidyTest helper class independent of the testing framework.
Alexander Kornienko
- [PATCH] Make getPreferredTypeAlign respect alignments specified with an aligned attribute on a typedef
David Majnemer
- [PATCH] MS ABI: Fix vftable mangling by using the vbtable name algorithm
Reid Kleckner
- [PATCH] MS ABI: Fix vftable mangling by using the vbtable name algorithm
David Majnemer
- [PATCH] MS ABI: Fix vftable mangling by using the vbtable name algorithm
Timur Iskhodzhanov
- [PATCH] MS ABI: Fix vftable mangling by using the vbtable name algorithm
Reid Kleckner
- [PATCH] MS ABI: Fix vftable mangling by using the vbtable name algorithm
Reid Kleckner
- [PATCH] Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.
Alexander Kornienko
- [PATCH] Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.
Manuel Klimek
- [PATCH] Permit OpenCL event_t's to be constructed from integer value 0.
Neil Henning
- [PATCH] Re-adding the isSpelledAsLValue check in Consumed analysis
Chris Wailes
- [PATCH] Re-adding the isSpelledAsLValue check in Consumed analysis
Richard Smith
- [PATCH] Re-adding the isSpelledAsLValue check in Consumed analysis
Chris Wailes
- [PATCH] Re-adding the isSpelledAsLValue check in Consumed analysis
Chris Wailes
- [PATCH] Re-adding the isSpelledAsLValue check in Consumed analysis
Richard Smith
- [PATCH] Re-adding the isSpelledAsLValue check in Consumed analysis
Delesley Hutchins
- [patch] Refactor linkage computation in CGObjCMac.cpp
Rafael Espíndola
- [PATCH] Remove FormatSecurity from FormatNonLiteral warning group
Zach Davis
- [PATCH] Remove FormatSecurity from FormatNonLiteral warning group
Ted Kremenek
- [PATCH] Sema: Definition of dllimport globals is not allowed
Nico Rieck
- [PATCH] Sema: Definition of dllimport globals is not allowed
Reid Kleckner
- [PATCH] Sema: Definition of dllimport globals is not allowed
Gao, Yunzhong
- [PATCH] Sema: Definition of dllimport globals is not allowed
Gao, Yunzhong
- [PATCH] Sema: Definition of dllimport globals is not allowed
Nico Rieck
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Nico Rieck
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Nico Rieck
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Gao, Yunzhong
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Nico Rieck
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Gao, Yunzhong
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Nico Rieck
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Gao, Yunzhong
- [PATCH] Some infrastructure work for virtual file system (now on phab)
Manuel Klimek
- [PATCH] Some infrastructure work for virtual file system (now on phab)
Manuel Klimek
- [PATCH] Some infrastructure work for virtual file system (now on phab)
Rafael Espíndola
- [PATCH] Some infrastructure work for virtual file system (now on phab)
Argyrios Kyrtzidis
- [patch] tblgen: Modularize the diagnostic emitter
Tobias Grosser
- [patch] tblgen: Modularize the diagnostic emitter
Tobias Grosser
- [PATCH] Update tests for addition of patch level to LLVM version
Tom Stellard
- [patch] Use private linkage for remaining GlobalVariables with private names.
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 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 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 integrated assembler by default on OpenBSD/powerpc
Brad Smith
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- Add 'remark' diagnostic type in clang
Tobias Grosser
- Add 'remark' diagnostic type in clang
David Majnemer
- Add 'remark' diagnostic type in clang
Alexander Musman
- Add 'remark' diagnostic type in clang
Tobias Grosser
- Add 'remark' diagnostic type in clang
Tobias Grosser
- Add 'remark' diagnostic type in clang
Chris Lattner
- Add 'remark' diagnostic type in clang
Chris Lattner
- Add 'remark' diagnostic type in clang
Alexander Musman
- Add 'remark' diagnostic type in clang
Dmitri Gribenko
- Add 'remark' diagnostic type in clang
Arthur O'Dwyer
- Add 'remark' diagnostic type in clang
Gao, Yunzhong
- Add 'remark' diagnostic type in clang
Tobias Grosser
- Add 'remark' diagnostic type in clang
Greg Bedwell
- Add 'remark' diagnostic type in clang
Chris Lattner
- Add 'remark' diagnostic type in clang
Eric Christopher
- Add 'remark' diagnostic type in clang
Tobias Grosser
- Add 'remark' diagnostic type in clang
Alp Toker
- Add 'remark' diagnostic type in clang
Arthur O'Dwyer
- Add 'remark' diagnostic type in clang
Alp Toker
- Add 'remark' diagnostic type in clang
Chris Lattner
- Add 'remark' diagnostic type in clang
Alp Toker
- Add 'remark' diagnostic type in clang
Hal Finkel
- Add 'remark' diagnostic type in clang
Chris Lattner
- Add 'remark' diagnostic type in clang
Arthur O'Dwyer
- Add 'remark' diagnostic type in clang
Chris Lattner
- Add 'remark' diagnostic type in clang
Tobias Grosser
- Add 'remark' diagnostic type in clang
Arthur O'Dwyer
- Add 'remark' diagnostic type in clang
Richard Smith
- Add 'remark' diagnostic type in clang
Arthur O'Dwyer
- Add 'remark' diagnostic type in clang
Tobias Grosser
- Add 'remark' diagnostic type in clang
Chandler Carruth
- Add 'remark' diagnostic type in clang
Dmitri Gribenko
- Add 'remark' diagnostic type in clang
Tobias Grosser
- Add 'remark' diagnostic type in clang
Tobias Grosser
- Add 'remark' diagnostic type in clang
Chandler Carruth
- Add 'remark' diagnostic type in clang
Joerg Sonnenberger
- Add 'remark' diagnostic type in clang
Chandler Carruth
- Add 'remark' diagnostic type in clang
Arthur O'Dwyer
- Add 'remark' diagnostic type in clang
Chandler Carruth
- Add AArch64 big endian Target (aarch64_be)
scott douglass
- Dead assignment deletion
Ted Kremenek
- improving detection of uninitialized arguments (the CallAndMessageChecker)
Per Viberg
- Likely problem in attribute parsing
Abramo Bagnara
- Likely problem in attribute parsing
Aaron Ballman
- Likely problem in attribute parsing
Aaron Ballman
- Likely problem in attribute parsing
John McCall
- Likely problem in attribute parsing
Abramo Bagnara
- Likely problem in attribute parsing
Aaron Ballman
- Likely problem in attribute parsing
Aaron Ballman
- Likely problem in attribute parsing
John McCall
- Likely problem in attribute parsing
Aaron Ballman
- N3891: A proposal to rename shared_mutex to shared_timed_mutex
David Majnemer
- r190980 - Make Preprocessor::Lex non-recursive.
Joerg Sonnenberger
- r190980 - Make Preprocessor::Lex non-recursive.
Richard Smith
- r199709 - Use private linkage for utf-16 objc strings too.
Bob Wilson
- r199709 - Use private linkage for utf-16 objc strings too.
Rafael Espíndola
- r199709 - Use private linkage for utf-16 objc strings too.
Bob Wilson
- r199709 - Use private linkage for utf-16 objc strings too.
Rafael Espíndola
- r200787 - Fix whitespace handling in empty macro expansions
Richard Smith
- r200787 - Fix whitespace handling in empty macro expansions
Richard Smith
- r200787 - Fix whitespace handling in empty macro expansions
Harald van Dijk
- r200787 - Fix whitespace handling in empty macro expansions
Richard Smith
- r201795 - Sema: Emit a warning for non-null terminated format strings and other pathological cases.
Richard Smith
- r201795 - Sema: Emit a warning for non-null terminated format strings and other pathological cases.
Jordan Rose
- r201795 - Sema: Emit a warning for non-null terminated format strings and other pathological cases.
Richard Smith
- r201795 - Sema: Emit a warning for non-null terminated format strings and other pathological cases.
Jordan Rose
- r201795 - Sema: Emit a warning for non-null terminated format strings and other pathological cases.
Benjamin Kramer
- r201850 - Moving the documentation for the sanitizer negation attributes into AttrDocs.
Aaron Ballman
- r201850 - Moving the documentation for the sanitizer negation attributes into AttrDocs.
Sean Silva
- r201850 - Moving the documentation for the sanitizer negation attributes into AttrDocs.
Sean Silva
- r201850 - Moving the documentation for the sanitizer negation attributes into AttrDocs.
Aaron Ballman
- r201850 - Moving the documentation for the sanitizer negation attributes into AttrDocs.
Sean Silva
- r201981 - Sema: Simplify away one-iteration loops.
Benjamin Kramer
- r202007 - Add driver test for multiple preprocessor inputs
Alp Toker
- r202012 - ASTMatchers: added CXXMethodDecl matcher isPure()
Dmitri Gribenko
- r202017 - Fix docs generation for the AST matchers:
Manuel Klimek
- r202019 - Fix AST matcher documentation for overloaded matchers.
Manuel Klimek
- r202035 - Clarifying the wording for the noduplicate attribute.
Aaron Ballman
- r202040 - Don't assume that F_None is the default. It is about to change.
Rafael Espindola
- r202046 - [Win32 ABI] Defer operator delete checks until vtable is marked used
Hans Wennborg
- r202046 - [Win32 ABI] Defer operator delete checks until vtable is marked used
NAKAMURA Takumi
- r202046 - [Win32 ABI] Defer operator delete checks until vtable is marked used
Hans Wennborg
- r202053 - Update for llvm api change.
Rafael Espindola
- r202058 - Implement -fno-short-wchar
Richard Barton
- r202059 - Implement getDwarfEHStackPointer() and initDwarfEHRegSizeTable() for sparcv9.
Roman Divacky
- r202059 - Implement getDwarfEHStackPointer() and initDwarfEHRegSizeTable() for sparcv9.
Rafael Espíndola
- r202063 - Objective-C. Remove an assertion which asserts
Fariborz Jahanian
- r202064 - Add a test for r202059.
Roman Divacky
- r202068 - If the first token in a macro that appears at the start of a line expands to
Richard Smith
- r202069 - Follow up to r201927: remove the Sema::InFunctionDeclarator field.
Peter Collingbourne
- r202070 - If preprocessing results in a token with leading whitespace that was expanded
Richard Smith
- r202072 - Pass through context for DiagHandler in VFS
Ben Langmuir
- r202088 - Sema: Make getPreferredTypeAlign respect alignments specified with an aligned attribute on a typedef
David Majnemer
- r202089 - AST: Small code cleanup
David Majnemer
- r202090 - Improve some gtest assertions
Ben Langmuir
- r202093 - Suppress clang/test/Driver/clang_f_opts.c for targeting cygming since r202058 is incompatible to gcc driver.
NAKAMURA Takumi
- r202094 - clang/test/Preprocessor/init.c: Split conditions to win32 and non-win32.
NAKAMURA Takumi
- r202097 - MS ABI: Return sret parameters when using inalloca
Reid Kleckner
- r202098 - IRGen: Simplify alignment calculation in setBitFieldInfo
David Majnemer
- r202099 - AST: Simplify CharUnits::alignmentAtOffset
David Majnemer
- r202104 - [libclang] Include "BuildSystem.h" along with "Index.h"
Argyrios Kyrtzidis
- r202105 - [libclang] Introduce libclang APIs for creating a buffer with a JSON virtual file overlay description.
Argyrios Kyrtzidis
- r202108 - Fix typos
Alp Toker
- r202108 - Fix typos
David Blaikie
- r202108 - Fix typos
Alp Toker
- r202109 - Allow multi-component paths in VFS file nodes
Ben Langmuir
- r202112 - AttributeReference: Fix a typo
David Majnemer
- r202112 - AttributeReference: Fix a typo
Alp Toker
- r202112 - AttributeReference: Fix a typo
Aaron Ballman
- r202114 - Remove the FormatSecurity diagnostic group from the FormatNonLiteral warning group.
Ted Kremenek
- r202115 - Remove dead assignment reported by Gautier DI FOLCO.
Ted Kremenek
- r202116 - Fix typo in the td source too
Alp Toker
- r202117 - Modules: Fix malformed reStructuredText
David Majnemer
- r202121 - AttributeReference: Document __single_inhertiance, __multiple_inheritance, __virtual_inheritance
David Majnemer
- r202121 - AttributeReference: Document __single_inhertiance, __multiple_inheritance, __virtual_inheritance
Aaron Ballman
- r202131 - Attr: Remove ForceInline
David Majnemer
- r202131 - Attr: Remove ForceInline
Hal Finkel
- r202131 - Attr: Remove ForceInline
David Majnemer
- r202131 - Attr: Remove ForceInline
Aaron Ballman
- r202131 - Attr: Remove ForceInline
Hal Finkel
- r202131 - Attr: Remove ForceInline
David Majnemer
- r202131 - Attr: Remove ForceInline
Aaron Ballman
- r202133 - IRGen: Remove a stale comment
David Majnemer
- r202137 - ARM NEON: add _f16 support to a couple of vector-shuffling intrinsics.
Tim Northover
- r202138 - AArch64 NEON: add 64-bit scalar intrinsics for _f64 mla/mls etc.
Tim Northover
- r202141 - Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h
Alexey Bataev
- r202142 - Fix typo.
Serge Pavlov
- r202143 - ARM NEON: fix tests after r202137
Tim Northover
- r202146 - RewriteObjC: Factor string literal creation into a helper and make sure it gets a proper constant array type.
Benjamin Kramer
- r202147 - Sema: When merging objc string literals, give the result a constant array type.
Benjamin Kramer
- r202148 - Factor adding sanitizer linker flags into a separate function and make it less OS-specific
Alexey Samsonov
- r202150 - Respect ToolChain::isPIEDefault() in constructing link job on Linux and FreeBSD.
Alexey Samsonov
- r202151 - Add AArch64 big endian Target (aarch64_be)
Christian Pirker
- r202152 - AArch64: use different type modifier in arm_neon.td
Tim Northover
- r202167 - Pretty Printer: Fix printing of conversion operator decls and calls.
Benjamin Kramer
- r202167 - Pretty Printer: Fix printing of conversion operator decls and calls.
Rafael Espíndola
- r202167 - Pretty Printer: Fix printing of conversion operator decls and calls.
Benjamin Kramer
- r202167 - Pretty Printer: Fix printing of conversion operator decls and calls.
Richard Smith
- r202167 - Pretty Printer: Fix printing of conversion operator decls and calls.
Benjamin Kramer
- r202167 - Pretty Printer: Fix printing of conversion operator decls and calls.
Richard Smith
- r202170 - Update for llvm api change.
Rafael Espindola
- r202173 - Revert "Pretty Printer: Fix printing of conversion operator decls and calls."
Rafael Espindola
- r202174 - Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."
Benjamin Kramer
- r202175 - MS ABI: Just use getTypeInfoInChars to get the field size
Reid Kleckner
- r202176 - Add a driver option -ivfsoverlay
Ben Langmuir
- r202177 - Give sparcv9 the ability to set the target cpu. Change it from accepting
Roman Divacky
- r202178 - clang-cl: use -fno-rtti by default
Hans Wennborg
- r202179 - Pass the sparc architecture variant to the assembler.
Roman Divacky
- r202181 - Pretty Printer: Print constexpr and ref qualifiers. Don't print return types on destructors.
Benjamin Kramer
- r202181 - Pretty Printer: Print constexpr and ref qualifiers. Don't print return types on destructors.
Dmitri Gribenko
- r202181 - Pretty Printer: Print constexpr and ref qualifiers. Don't print return types on destructors.
Benjamin Kramer
- r202182 - Add preprocessed output to ccc-analyzer's accepted language map.
Ted Kremenek
- r202185 - Debug info: Generate debug info for variadic functions.
Adrian Prantl
- r202185 - Debug info: Generate debug info for variadic functions.
Eric Christopher
- r202185 - Debug info: Generate debug info for variadic functions.
Adrian Prantl
- r202185 - Debug info: Generate debug info for variadic functions.
Eric Christopher
- r202200 - Hoist culling of -Wunreachable-code from headers before we even run the analysis.
Ted Kremenek
- r202208 - Address review comments for r202185, no functionality changes.
Adrian Prantl
- r202208 - Address review comments for r202185, no functionality changes.
Eric Christopher
- r202211 - Add -Wabsolute-value, warnings about absolute value functions.
Richard Trieu
- r202212 - [analyzer] NonNullParamChecker: don't freak out about nested transparent_unions.
Jordan Rose
- r202216 - PR16074, implement warnings to catch pointer to boolean true and pointer to
Richard Trieu
- r202219 - 80-col and bad line ending fixups.
Eric Christopher
- r202226 - clang/test/CodeGenCXX/debug-info-varargs.cpp: Appease msvc with %itanium_abi_triple.
NAKAMURA Takumi
- r202237 - [CMake] Apply DEPENDS intrinsics_gen in clangCodeGen.
NAKAMURA Takumi
- r202238 - [CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
- r202239 - [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|PRIVATE).
NAKAMURA Takumi
- r202241 - [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to increase opportunity for parallel build.
NAKAMURA Takumi
- r202254 - Fix typo
Tobias Grosser
- r202255 - Add a StmtPrinter test for implicit and explicit conversion operator calls.
Benjamin Kramer
- r202259 - AArch64: use less cluttered intrinsic for vtbl/vtbx
Tim Northover
- r202269 - Add newlines to fallback-style description. Patch by Kamal Essoufi\!
Alexander Kornienko
- r202300 - Sema: Definition of dllimport globals is not allowed
Nico Rieck
- r202305 - Refactor linkage computation in CGObjCMac.cpp.
Rafael Espindola
- r202307 - argument -> parameter terminology fixes for FunctionTypeInfo
Alp Toker
- r202320 - PR18962: Fix "Unable to find record layout information for type"
Reid Kleckner
- r202324 - Fix testcase for PR18962 with an explicit triple
Reid Kleckner
- r202325 - Rework CFG edges to encode potentially unreachable edges, instead of just making them NULL.
Ted Kremenek
- r202326 - [CFG] Encode unreachable block information for successors when visiting 'if' statements.
Ted Kremenek
- r202327 - [CFG] encode unreachable block information for would-have-been successors for calls to 'noreturn' functions.
Ted Kremenek
- r202328 - [-Wunreachable-code] Prune out unreachable warnings where a 'break' is preceded by a call to a 'noreturn' function.
Ted Kremenek
- r202329 - Add a 'use-external-names' option to VFS overlay files
Ben Langmuir
- r202330 - Fix -Wunused-variable in non-assert builds. No functionality change.
Nick Lewycky
- r202331 - [MS ABI] Error instead of generating bad vftables for certain virtual hierarchies (PR18967)
Hans Wennborg
- r202334 - Pass down the debug emission kind into the compile unit for code
Eric Christopher
- r202334 - Pass down the debug emission kind into the compile unit for code
Adrian Prantl
- r202334 - Pass down the debug emission kind into the compile unit for code
Eric Christopher
- r202335 - Add category test case for attribute 'objc_protocol_requires_explicit_implementation'.
Ted Kremenek
- r202340 - As of r202325, CFGBlock predecessors may be NULL. Ignore such preds. Fixes a crasher, PR18983.
Nick Lewycky
- r202343 - Change this test to not try to emit any IR. (It should fail to, but it tries to create an output file before encountering the error.)
Nick Lewycky
- r202346 - [ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPreamble().
Argyrios Kyrtzidis
- r202349 - [-Wunreachable-code] Don't warn about unreachable 'default:' cases.
Ted Kremenek
- r202349 - [-Wunreachable-code] Don't warn about unreachable 'default:' cases.
Justin Bogner
- r202349 - [-Wunreachable-code] Don't warn about unreachable 'default:' cases.
David Blaikie
- r202349 - [-Wunreachable-code] Don't warn about unreachable 'default:' cases.
Ted Kremenek
- r202349 - [-Wunreachable-code] Don't warn about unreachable 'default:' cases.
David Blaikie
- r202349 - [-Wunreachable-code] Don't warn about unreachable 'default:' cases.
Ted Kremenek
- r202349 - [-Wunreachable-code] Don't warn about unreachable 'default:' cases.
David Blaikie
- r202351 - Fix test case indentation.
Ted Kremenek
- r202352 - [-Wunreachable-code] Don't warn about trivially unreachable return statements preceded by 'noreturn' functions.
Ted Kremenek
- r202360 - [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
- r202360 - [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Aaron Ballman
- r202360 - [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexander Musman
- r202360 - [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Aaron Ballman
- r202360 - [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alp Toker
- r202360 - [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
- r202367 - [CMake] Teach build system to build/test compiler-rt with a just-built Clang
Alexey Samsonov
- r202406 - libclang: New functions clang_Type_getNumTemplateArguments,
Dmitri Gribenko
- r202409 - Assert that the name of some internal variables start with \01L or \01l.
Rafael Espindola
- r202412 - Split FileEntry name vs. isValid
Ben Langmuir
- r202419 - Use private linkage for globals we already name with \01L and \01l.
Rafael Espindola
- r202420 - Remove constructors from FileEntry that prevent owning resources
Ben Langmuir
- r202421 - Revert "Remove constructors from FileEntry that prevent owning resources"
Ben Langmuir
- r202425 - MS ABI: Fix vftable mangling by using the vbtable name algorithm
Reid Kleckner
- r202427 - Diagnose attempts to apply ms_struct to records with base classes
John McCall
- r202429 - Fix -Wunused-function in Release build.
Rui Ueyama
- r202434 - [analyzer] check for now possibly null predecessor edge.
Ted Kremenek
- r202435 - [CFG] record the original (now unreachable) block of 'case:' and 'default:' cases.
Ted Kremenek
- r202436 - [-Wunreachable-code] always treat 'case:' and 'default:' cases as reachable.
Ted Kremenek
- r202437 - Remove an assertion that no longer holds. <rdar://problem/16135814>
Bob Wilson
- r202437 - Remove an assertion that no longer holds. <rdar://problem/16135814>
Richard Smith
- r202437 - Remove an assertion that no longer holds. <rdar://problem/16135814>
Bob Wilson
- r202439 - Reapply r202420 hopefully fixed for other STLs
Ben Langmuir
- r202441 - MS ABI: Attempt to fix DenseMap entry reference invalidation
Reid Kleckner
- r202441 - MS ABI: Attempt to fix DenseMap entry reference invalidation
Timur Iskhodzhanov
- r202441 - MS ABI: Attempt to fix DenseMap entry reference invalidation
Reid Kleckner
- r202442 - Honour 'use-external-names' in FileManager
Ben Langmuir
- r202443 - Revert "Honour 'use-external-names' in FileManager"
Ben Langmuir
- r202444 - "&&&" != "&&"
Richard Trieu
- r202453 - Add -mcrbits/-mno-crbits to control the PowerPC CR-bit-tracking feature
Hal Finkel
- r202457 - -fdump-record-layouts: Sort nvbases by offset before printing them
Reid Kleckner
- r202458 - Attempt to fix non-MSVC build
Reid Kleckner
- r202461 - Add a -Wclass-varargs to warn on objects of any class type being passed through an ellipsis. Since C++11 relaxed the rules on this, we allow a lot more bad code through silently, such as:
Richard Smith
- r202462 - Add support for OpenBSD SPARC assembler.
Rafael Espindola
- r202467 - Fix crash with enable_if on constructors.
Nick Lewycky
- r202468 - Add a testcase for r202437.
Bob Wilson
- r202471 - [ASTUnit] Don't let the preamble diagnostics out-live the CompilerInstance that created them,
Argyrios Kyrtzidis
- r202475 - Add 'remark' diagnostic type in 'clang'
Tobias Grosser
- r202475 - Add 'remark' diagnostic type in 'clang'
Alp Toker
- r202491 - CFG: Also apply the filter to the first block in a FilteredCFGBlockIterator.
Benjamin Kramer
- r202500 - Now that llvm's build system sets -install_name, we don't need to.
Rafael Espindola
- r202501 - Adding a test case to ensure that type attributes applied to the decl-specifier are applied across all declarations in a group.
Aaron Ballman
- r202519 - Removing some unused functionality.
Aaron Ballman
- r202520 - Don't suggest non-static methods as corrections when they obviously
Kaelyn Uhrain
- r202529 - When completing Objective-C instance method invocations, perform a contextual conversion to an Objective-C pointer type of the target expression if needed. This fixes code completion of method invocations where the target is a smart pointer that has an explicit conversion operator to an Objective-C type.
Anders Carlsson
- r202533 - Fix a minor bug in lexing pp-numbers with digit separators: if a pp-number contains "'e+", the pp-number ends between the 'e' and the '+'.
Richard Smith
- r202534 - Tests for lexing of digit separators versus UCNs.
Richard Smith
- r202539 - Reapply fixed "Honour 'use-external-names' in FileManager"
Ben Langmuir
- r202553 - [analyzer] Fix for PR18394.
Anton Yartsev
- r202558 - Fix leak in MicrosoftVTableContext
Reid Kleckner
- r202559 - Add Clang docs about MSVC compatibility
Reid Kleckner
- r202559 - Add Clang docs about MSVC compatibility
Kim Gräsman
- r202560 - If a module A exports a macro M, and a module B imports that macro and #undef's
Richard Smith
- r202562 - Fixed an assertion failure related to bitfield lowering.
Warren Hunt
- r202584 - [C++11] Remove use of LLVM_HAS_RVALUE_REFERENCES from Clang. This macro
Chandler Carruth
- r202589 - ASTReader.h: Prune \param ImportLoc according to r202560. [-Wdocumentation]
NAKAMURA Takumi
- r202590 - [C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
- r202595 - Move private classes into anonymous namespaces.
Benjamin Kramer
- r202605 - [C++11] Drop legacy conditionals for TokenKind's underlying type
Alp Toker
- r202606 - [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro
Alp Toker
- r202611 - [C++11] Switch from the llvm_move macro to directly calling std::move.
Chandler Carruth
- r202615 - Add [extern_c] attribute for modules, allowing a C module to be imported within an extern "C" block in C++ code.
Richard Smith
- r202625 - Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
- r202630 - [C++11] Remove an LLVM_OVERRIDE use that I missed in my previous commit.
Craig Topper
- r202635 - [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
- r202637 - [C++11] Switch the clang-format LLVM style to use C++11 style braced
Chandler Carruth
- r202637 - [C++11] Switch the clang-format LLVM style to use C++11 style braced
Daniel Jasper
- r202639 - [C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
- r202640 - [C++11] Switch from LLVM_STATIC_ASSERT to static_assert now that we
Chandler Carruth
- r202643 - [C++11] Work around an incompatibility between llvm::tie and std::tie.
Benjamin Kramer
- r202652 - [C++11] Use std::atomic instead of LLVM's.
Benjamin Kramer
- r202653 - [C++11] ASTMatchers: Use standard static_assert and type traits.
Benjamin Kramer
- r202654 - Simplifying attribute generation with range-based for loops. No functional changes intended.
Aaron Ballman
- r202655 - Adding some cross references to the sanitizer attribute documentation. Removes a Sphinx warning pointed out by Sean Silva.
Aaron Ballman
- r202656 - AttributeReference: Use UNIX line endings
David Majnemer
- r202658 - Add a PPC inline asm constraint type for single CR bits
Hal Finkel
- r202659 - Normalize line endings
David Majnemer
- r202659 - Normalize line endings
Richard Smith
- r202659 - Normalize line endings
David Majnemer
- r202667 - Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"
David Majnemer
- r202669 - Disable all dependency output options when using the Tooling library.
Peter Collingbourne
- r202675 - [libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'ed buffer.
Argyrios Kyrtzidis
- r202677 - [C++11] Add #include's for OwningPtr.
Ahmed Charles
- r202681 - [libclang] Introduce APIs that assist in constructing a simple module.map file for a user framework.
Argyrios Kyrtzidis
- r202682 - MSVC cannot understand temporaries formed from initializer lists.
Peter Collingbourne
Last message date:
Sun Mar 2 23:49:35 PST 2014
Archived on: Tue Aug 4 15:31:31 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).