The Week Of Monday 30 December 2013 Archives by subject
Starting: Mon Dec 30 00:06:13 PST 2013
Ending: Sun Jan 5 23:14:09 PST 2014
Messages: 237
- [clang-tools-extra] r198204 - Make lit.site.cfg Py3-compatible. Copied from r188041.
Kim Gräsman
- [clang-tools-extra] r198204 - Make lit.site.cfg Py3-compatible. Copied from r188041.
Nico Weber
- [clang-tools-extra] r198204 - Make lit.site.cfg Py3-compatible. Copied from r188041.
Kim Gräsman
- [clang-tools-extra] r198274 - Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
- [clang-tools-extra] r198402 - Refactored Clang-tidy for better reusability.
Alexander Kornienko
- [clang-tools-extra] r198403 - clang-tidy: Fix build since r198402 in the case that the source tree of clang-tools-extra is not located on clang/tools/extra.
NAKAMURA Takumi
- [clang-tools-extra] r198404 - clang-tody: Rework r198403, to fix build.
NAKAMURA Takumi
- [clang-tools-extra] r198405 - Rework of r198404 to avoid changes in the build configuration.
Alexander Kornienko
- [clang-tools-extra] r198423 - Clear the diagnostic buffer after flushing it.
Alexander Kornienko
- [clang-tools-extra] r198427 - A follow-up to r198426: move AnalysisConsumer.h to include/clang/...
Alexander Kornienko
- [libclc] r198274 - Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
- [libcxx] r198274 - Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
- [libcxx] r198431 - Patch by Howard. First part of fix for PR18218; add type traits needed to do the right thing. Fix the problems in PR18218 for isnan and pow - they also need to be applied to the other functions in <cmath>. Also, a drive-by fix for the test - now actually calls test_abs()
Marshall Clow
- [libcxx] r198457 - Rename ___make_pair_return to __make_pair_return_impl; ___make_tuple_return to __make_tuple_return_impl; and ____iterator_traits to __iterator_traits_impl. Part of a campaign to remove > 2 underscores from libc++. No functionality change.
Marshall Clow
- [libcxx] r198481 - Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzll
Yaron Keren
- [libcxx] r198482 - 80 cols fixes.
Yaron Keren
- [libcxx] r198505 - Switch to using C++ style casts.
Joerg Sonnenberger
- [libcxxabi] r198274 - Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
- [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 (王重傑)
- [libcxx patch] Modify testit to allow filtering tests by prefixes
Marshall Clow
- [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++] Const qualify __mem_fn call operator
Marshall Clow
- [PATCH] [libc++] Const qualify __mem_fn call operator
Peter Collingbourne
- [PATCH] [libc++] Support newlib as libc++'s C library
JF Bastien
- [patch] [libcxx] [win32] support.h
Marshall Clow
- [patch] [libcxx] [win32] support.h
Yaron Keren
- [PATCH] [llvm-project] 2014 is coming -- Update copyrights.
NAKAMURA Takumi
- [PATCH] [llvm-project] 2014 is coming -- Update copyrights.
Alp Toker
- [PATCH] [ms-cxxabi] Improve vbtable name mangling accuracy
Reid Kleckner
- [PATCH] [ms-cxxabi] Improve vbtable name mangling accuracy
David Majnemer
- [PATCH] [ms-cxxabi] Improve vbtable name mangling accuracy
Reid Kleckner
- [PATCH] [ms-cxxabi] Improve vbtable name mangling accuracy
Reid Kleckner
- [PATCH] [ms-cxxabi] Move VBTableBuilder from CodeGen over to AST/VTableBuilder.cpp
Reid Kleckner
- [PATCH] [ms-cxxabi] Move VBTableBuilder from CodeGen over to AST/VTableBuilder.cpp
David Majnemer
- [PATCH] [ms-cxxabi] Move VBTableBuilder from CodeGen over to AST/VTableBuilder.cpp
Reid Kleckner
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Added an option to avoid splitting certain kinds of comments into lines.
Manuel Klimek
- [PATCH] Added an option to avoid splitting certain kinds of comments into lines.
Alp Toker
- [PATCH] Added an option to avoid splitting certain kinds of comments into lines.
Manuel Klimek
- [PATCH] Added an option to avoid splitting certain kinds of comments into lines.
Alp Toker
- [PATCH] Added an option to avoid splitting certain kinds of comments into lines.
Alexander Kornienko
- [PATCH] Added an option to avoid splitting certain kinds of comments into lines.
Alexander Kornienko
- [PATCH] Added an option to avoid splitting certain kinds of comments into lines.
Alp Toker
- [PATCH] Added an option to avoid splitting certain kinds of comments into lines.
Alexander Kornienko
- [PATCH] Added an option to avoid splitting certain kinds of comments into lines.
Alp Toker
- [PATCH] Clear the diagnostic buffer after flushing it.
Alexander Kornienko
- [PATCH] Clear the diagnostic buffer after flushing it.
Manuel Klimek
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Joerg Sonnenberger
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Nico Weber
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Joerg Sonnenberger
- [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
David Blaikie
- [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
David Blaikie
- [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 Block ABI spec
Boris Dušek
- [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] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Eric Christopher
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Reid Kleckner
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Eric Christopher
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- [PATCH] Make clang::ento::CreateAnalysisConsumer a part of a public interface of the static analyzer.
Alexander Kornienko
- [PATCH] Make clang::ento::CreateAnalysisConsumer a part of a public interface of the static analyzer.
Jordan Rose
- [PATCH] NoReturn Warning: Non-Void Return Type
Michael Bao
- [PATCH] NoReturn Warning: Non-Void Return Type
Aaron Ballman
- [PATCH] NoReturn Warning: Non-Void Return Type
Michael Bao
- [PATCH] NoReturn Warning: Non-Void Return Type
Michael Bao
- [PATCH] NoReturn Warning: Non-Void Return Type
Michael Bao
- [PATCH] NoReturn Warning: Non-Void Return Type
Aaron Ballman
- [PATCH] NoReturn Warning: Non-Void Return Type
Michael Bao
- [PATCH] NoReturn Warning: Non-Void Return Type
dblaikie at gmail.com
- [PATCH] NoReturn Warning: Non-Void Return Type
David Blaikie
- [PATCH] NoReturn Warning: Non-Void Return Type
Michael Bao
- [PATCH] NoReturn Warning: Non-Void Return Type
dblaikie at gmail.com
- [PATCH] NoReturn Warning: Non-Void Return Type
Michael Bao
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Michael Bao
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Joerg Sonnenberger
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Aaron Ballman
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Michael Bao
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Aaron Ballman
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Michael Bao
- [PATCH] Recover from errors in enum definition.
Alp Toker
- [PATCH] Recover from errors in enum definition.
Serge Pavlov
- [PATCH] Recover from errors in enum definition.
Serge Pavlov
- [PATCH] Recover from errors in enum definition.
Alp Toker
- [PATCH] Refactored Clang-tidy for better reusability.
Manuel Klimek
- [PATCH] Refactored Clang-tidy for better reusability.
Alexander Kornienko
- [PATCH] Refactored Clang-tidy for better reusability.
Alexander Kornienko
- [PATCH] Refactored Clang-tidy for better reusability.
Alexander Kornienko
- [PATCH] Refactored Clang-tidy for better reusability.
Alexander Kornienko
- [PATCH] Refactored Clang-tidy for better reusability.
Manuel Klimek
- [PATCH] Refactored Clang-tidy for better reusability.
Alexander Kornienko
- [PATCH] Refactored Clang-tidy for better reusability.
Manuel Klimek
- [PATCH] Refactored Clang-tidy for better reusability.
Alexander Kornienko
- [PATCH] Refactored Clang-tidy for better reusability.
Alexander Kornienko
- [PATCH] Refactored Clang-tidy for better reusability.
Manuel Klimek
- [PATCH] SemaChecking: return type validation for member functions
Saleem Abdulrasool
- [PATCH] SemaChecking: return type validation for member functions
Saleem Abdulrasool
- [PATCH] Tablegen support for function-like attribute subjects
Aaron Ballman
- [PATCH] Target-specific attributes
Aaron Ballman
- [PATCH] Target-specific attributes
Alp Toker
- [PATCH] Target-specific attributes
Aaron Ballman
- [PATCH] Target-specific attributes
Alp Toker
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Brad Smith
- [PATCH] Verify clang TargetInfo DataLayouts against LLVM
Rafael Espíndola
- [PATCH] Verify clang TargetInfo DataLayouts against LLVM
Alp Toker
- [PATCH] Verify clang TargetInfo DataLayouts against LLVM
Rafael Espíndola
- [PATCH] Verify clang TargetInfo DataLayouts against LLVM
Alp Toker
- [PATCH] Warnings for NoReturn Functions
Michael Bao
- [PATCH] Warnings for NoReturn Functions
Aaron Ballman
- [PATCH] Warnings for NoReturn Functions
Michael Bao
- [PATCH] Warnings for NoReturn Functions
Aaron Ballman
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
G M
- Patch: bug fix for PR18218
Marshall Clow
- patch: new attribute enable_if
Nick Lewycky
- 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
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
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
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
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""""
Eric Christopher
- r197845 - Eliminate the ItaniumVTableContext object from CodeGenVTables
Timur Iskhodzhanov
- r198214 - Changed the test to avoid EXPECT_EQ(false, ...), which leads to
Alexander Kornienko
- r198224 - Update RecursiveASTVisitor so that it visits attributes. This is currently
DeLesley Hutchins
- r198224 - Update RecursiveASTVisitor so that it visits attributes. This is currently
Dmitri Gribenko
- r198224 - Update RecursiveASTVisitor so that it visits attributes. This is currently
Delesley Hutchins
- r198224 - Update RecursiveASTVisitor so that it visits attributes. This is currently
Dmitri Gribenko
- r198227 - Remove linkage macro from the CXLanguageKind enum
Reid Kleckner
- r198243 - Fix two typos in comments. No functionality change.
Nick Lewycky
- r198249 - Update DataRecursiveASTVisitor so that it visits attributes.
DeLesley Hutchins
- r198252 - Switch over more of the parser to err_expected
Alp Toker
- r198256 - Silence g++ 4.9 build issue
Alp Toker
- r198259 - Recover from errors in enum definition
Serge Pavlov
- r198264 - [OpenCL] Produce an error, instead of a warning, for sizeof(void) in OpenCL.
Joey Gouly
- r198270 - ExpectAndConsume: Diagnose errors automatically
Alp Toker
- r198271 - Eliminate UnaryTypeTraitExpr
Alp Toker
- r198272 - Remove an unused diag left over from r198046
Alp Toker
- r198274 - Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
- r198300 - [OpenCL] The kernel attribute can only be used on functions.
Joey Gouly
- r198306 - Pass the aapcs and apcs features down to llvm.
Rafael Espindola
- r198308 - Remove the now unused 's' specifications.
Rafael Espindola
- r198309 - Verify that clang TargetInfo descriptions match DataLayout strings from LLVM
Alp Toker
- r198310 - Added an option to avoid splitting certain kinds of comments into lines.
Alexander Kornienko
- r198311 - In the FreeBSD assembler driver, inform the sparc assembler that we're producing
Roman Divacky
- r198311 - In the FreeBSD assembler driver, inform the sparc assembler that we're producing
Dmitri Gribenko
- r198312 - Remove a tab that snuck in.
Roman Divacky
- r198319 - CMake: Unbreak separated LLVM/Clang project builds for Xcode.
Douglas Gregor
- r198321 - Add test for r198311.
Roman Divacky
- r198322 - ObjectiveC. Class methods must be ignored when looking for
Fariborz Jahanian
- r198326 - Using the quoted version of an attribute name for consistency with other attribute diagnostics.
Aaron Ballman
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Jordan Rose
- r198331 - CMake separate projects: finish output-directory changes.
Douglas Gregor
- r198343 - Objective-C ARC++: Prefer references to __strong/__weak over __unsafe_unretained.
Douglas Gregor
- r198355 - Updated the wording of two attribute-related diagnostics so that they print the offending attribute name. Also updates the associated test cases.
Aaron Ballman
- r198365 - Removing some manual quotes from this diagnostic, since the AST diagnostics engine knows how to handle NamedDecl objects.
Aaron Ballman
- r198367 - ObjectiveC. Remove false positive warning for missing property
Fariborz Jahanian
- r198368 - Reworded the NSObject attribute diagnostics to be more consistent with other attribute diagnostics. Also updated the associated test case.
Aaron Ballman
- r198371 - Removing some more unnecessary manual quotes from attribute diagnostics.
Aaron Ballman
- r198372 - Removing some more unnecessary manual quotes from attribute diagnostics. Updated the associated testcase because QualType pretty printing was an improvement.
Aaron Ballman
- r198373 - This diagnostic should not have had the manual quotation marks. Its only usage passed in an Attr object, which was already quoted when printing the diagnostic. However, there was no test case that caught this bug -- one has been added.
Aaron Ballman
- r198375 - Removed an unnecessary %select from the alignas diagnostics. The attribute already knows how it was spelled.
Aaron Ballman
- r198380 - [ms-cxxabi] Move VBTableBuilder from CodeGen over to AST/VTableBuilder.cpp
Reid Kleckner
- r198382 - Remove unused variable to fix clang warning
Reid Kleckner
- r198387 - Removing some more unnecessary manual quotes from attribute diagnostics.
Aaron Ballman
- r198388 - [analyzer] Don't track return value of NSNull +null for retain/release tracking.
Ted Kremenek
- r198388 - [analyzer] Don't track return value of NSNull +null for retain/release tracking.
Ted Kremenek
- r198391 - Removing some more unnecessary manual quotes from attribute diagnostics.
Aaron Ballman
- r198392 - Removing some more unnecessary manual quotes from attribute diagnostics.
Aaron Ballman
- r198395 - Removing some more unnecessary manual quotes from diagnostics.
Aaron Ballman
- r198407 - clang-format: Recognize single-line macro usages inside macros.
Daniel Jasper
- r198412 - Removing some more unnecessary manual quotes from diagnostics. Updated the related test case to ensure correctness.
Aaron Ballman
- r198413 - Removing an unneeded typecast. getScopeRep() already returns a NestedNameSpecifier.
Aaron Ballman
- r198414 - It turns out the problem was a bit more wide-spread. Removing a lot of unneeded typecasts. getScopeRep() already returns a NestedNameSpecifier.
Aaron Ballman
- r198416 - Removing some more unnecessary manual quotes from diagnostics.
Aaron Ballman
- r198417 - [OpenCL] Variables in the constant address space must be initialized.
Joey Gouly
- r198418 - Removing some more unnecessary manual quotes from diagnostics.
Aaron Ballman
- r198419 - Removing an unneeded typecast. getScopeRep() already returns a NestedNameSpecifier.
Aaron Ballman
- r198420 - Removing some more unnecessary manual quotes from diagnostics.
Aaron Ballman
- r198421 - Using the proper helper function instead of manually doing this work. No functional changes intended.
Aaron Ballman
- r198422 - [OpenCL] Add test case for previous commit.
Joey Gouly
- r198422 - [OpenCL] Add test case for previous commit.
David Tweed
- r198424 - Simplifying the mutual exclusion check now that the diagnostics engine knows how to handle Attr objects directly. Updates an associated test case due to the attribute name being properly quoted again.
Aaron Ballman
- r198426 - Make clang::ento::CreateAnalysisConsumer a part of a public interface of the static analyzer.
Alexander Kornienko
- r198428 - Fixed a FIXME; created a print method for Selectors that accepts a raw_ostream, and started using it in places it made sense.
Aaron Ballman
- r198429 - We haven't cared about VS 2005 in a long time, and VS 2003 in even longer.
Aaron Ballman
- r198430 - Reformat the description strings. No functionality change.
Rafael Espindola
- r198432 - [objc] Refactor and improve functionality for the -Wunused-property-ivar warning.
Argyrios Kyrtzidis
- r198432 - [objc] Refactor and improve functionality for the -Wunused-property-ivar warning.
Aaron Ballman
- r198432 - [objc] Refactor and improve functionality for the -Wunused-property-ivar warning.
Argyrios Kyrtzidis
- r198433 - Removed one of the string versions of getQualifiedNameAsString, and switched over to using printQualifiedName where possible. No functional changes intended.
Aaron Ballman
- r198435 - Marked the default constructor as an LLVM_DELETED_FUNCTION.
Aaron Ballman
- r198439 - Update for llvm's DataLayout including mangling information.
Rafael Espindola
- r198440 - Fixing a FIXME; the RetTy template parameter is always bool in practice, and so it has been removed. No functional changes intended.
Aaron Ballman
- r198442 - Pass the decl directly to the diagnostic, no need to call getDeclName().
Argyrios Kyrtzidis
- r198444 - Fix 80 col violation.
Argyrios Kyrtzidis
- r198446 - Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper function. The implementations are identical, except for the format arguments being searched for.
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
Eric Christopher
- 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
dblaikie at gmail.com
- r198462 - [ms-cxxabi] Improve vbtable name mangling accuracy
Reid Kleckner
- r198470 - Ignore qualified templated functions for -Winfinite-recursion. This treats
Richard Trieu
- r198474 - [Sema] When checking if a bitcast is appropriate between vector types, take into
Argyrios Kyrtzidis
- r198476 - [analyzer] Remove IdempotentOperations checker.
Ted Kremenek
- r198479 - Add an additional check in test/Sema/ext_vector_casts.c
Argyrios Kyrtzidis
- r198489 - Only mark dump() function definitions 'used' in debug builds
Alp Toker
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
Alp Toker
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
Alp Toker
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
David Majnemer
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
Alp Toker
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
David Majnemer
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
Alp Toker
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
Alp Toker
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
Aaron Ballman
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
Aaron Ballman
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
Chandler Carruth
- r198502 - Revert "ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on msvc. LangOpts.MicrosoftExt still appends "class type_info; "."
Alp Toker
- r198539 - Parse: Token consumption modernization and loop de-nesting
Alp Toker
- r198540 - Fix bungled parse recovery in K&R function declarations
Alp Toker
- r198542 - Tweak the parse recovery in r198540
Alp Toker
- r198548 - Pre-declare '::type_info' in MicrosoftMode only, not MicrosoftExt
Alp Toker
- r198549 - Fix 'declartion' typos
Alp Toker
- r198558 - clang-format: Allow formatting short enums on a single line.
Daniel Jasper
- r198558 - clang-format: Allow formatting short enums on a single line.
Sean Silva
- r198558 - clang-format: Allow formatting short enums on a single line.
Daniel Jasper
- r198559 - clang-format: Spacing inside enum braces.
Daniel Jasper
- r198569 - This helper method isn't needed, and it's unsafe for it to use StringRef in the first place. Replaced the unsafe code with the proper accessor.
Aaron Ballman
Last message date:
Sun Jan 5 23:14:09 PST 2014
Archived on: Tue Aug 4 15:31:26 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).