The Week Of Monday 23 December 2013 Archives by author
Starting: Mon Dec 23 00:50:43 PST 2013
Ending: Sun Dec 29 22:48:31 PST 2013
Messages: 191
- r197911 - Consolidating some mode attribute diagnostics. No functional changes intended.
Aaron Ballman
- r198046 - Removing some unneeded code, and a diagnostic that was obsoleted. The type has already been determined to be a ValueDecl by virtue of the attribute subjects.
Aaron Ballman
- r198047 - No need for the manual quotes and extra getName() call. No functional changes intended.
Aaron Ballman
- r198049 - Parameterizing some MS property-related diagnostics. No functional changes intended.
Aaron Ballman
- r198050 - Getting rid of a string literal in favor of the generalized diagnostic.
Aaron Ballman
- r198051 - Simplifying some diagnostics so that they don't need to work with StringRefs. No functional changes intended.
Aaron Ballman
- r198049 - Parameterizing some MS property-related diagnostics. No functional changes intended.
Aaron Ballman
- r198052 - s/getter_setter/accessor No functional changes intended.
Aaron Ballman
- r198049 - Parameterizing some MS property-related diagnostics. No functional changes intended.
Aaron Ballman
- r198053 - This diagnostic did not accept arguments, and did not have any test coverage. Parameterized the diagnostic, and made it more consistent with other attribute diagnostic wordings. Added test coverage.
Aaron Ballman
- r198054 - Removed a string literal for an attribute name, which means the attribute name will be quoted in the diagnostic. Manually added some quotes to a diagnostic for consistency. Updated the test cases as appropriate.
Aaron Ballman
- r198055 - Teach the diagnostics engine about the Attr type to make reporting on semantic attributes easier (and not require hard-coded strings). This requires a getSpelling() function on the Attr class, which is table-driven. Updates a handful of cases where a hard-coded string was being used to test the functionality out. Updating associated test cases for the improved quoting.
Aaron Ballman
- Multiclass diagnostics
Aaron Ballman
- Multiclass diagnostics
Aaron Ballman
- r198076 - Removed a string literal for a diagnostic, and updated the diagnostic to not manually quote. No functional changes intended.
Aaron Ballman
- [PATCH] Target-specific attributes
Aaron Ballman
- Multiclass diagnostics
Aaron Ballman
- r198078 - In an effort to reduce the likelihood of text getting out of sync, reusing the text from some diagnostics explicitly. No functional changes intended.
Aaron Ballman
- r198175 - Fixing a compile error that recently started happening for me in MSVC 2013. CFGTerminator has an explicit conversion to bool operator that we can make use of instead of using == 0.
Aaron Ballman
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Bataev
- [patch] Add missing license headers to libc++
Daniel Berlin
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Karthik Bhat
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
David Blaikie
- Patch: bug fix for PR18218
Matt Calabrese
- Patch: bug fix for PR18218
Matt Calabrese
- r197995 - Don't reserve __builtin_types_compatible_p as a C++ keyword
Chandler Carruth
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
Chandler Carruth
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Chandler Carruth
- [PATCH] Fix leak in lib/CodeGen/CGException.cpp, PR18318
Chandler Carruth
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
Chandler Carruth
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Chandler Carruth
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Chandler Carruth
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Chandler Carruth
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Chandler Carruth
- [patch] Add missing license headers to libc++
Chandler Carruth
- [patch] Reduce size of clang-format by 87% on OS X
Chandler Carruth
- [patch] Reduce size of clang-format by 87% on OS X
Chandler Carruth
- [PATCH] Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
Chandler Carruth
- [PATCH] Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
Chandler Carruth
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Chandler Carruth
- r198094 - Silence a dubious GCC warning about a set but unused global. Indeed, the
Chandler Carruth
- [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] [libc++] Check the support of default function template args.
Logan Chien
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Eric Christopher
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Eric Christopher
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Eric Christopher
- r197916 - remove dead code.
Eric Christopher
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Eric Christopher
- r197916 - remove dead code.
Eric Christopher
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- [libcxx] r197921 - Make cv_status a class enum. Fixes PR18314. Thanks to Andersca for the report and the patch.
Marshall Clow
- [patch] Add missing license headers to libc++
Marshall Clow
- Patch: bug fix for PR18218
Marshall Clow
- Patch: bug fix for PR18218
Marshall Clow
- Patch: bug fix for PR18218
Marshall Clow
- r197995 - Don't reserve __builtin_types_compatible_p as a C++ keyword
İsmail Dönmez
- r197995 - Don't reserve __builtin_types_compatible_p as a C++ keyword
İsmail Dönmez
- [PATCH] [libc++] Check the support of default function template args.
Howard Hinnant
- Patch: bug fix for PR18218
Howard Hinnant
- Patch: bug fix for PR18218
Howard Hinnant
- r198059 - [ms-abi] Fixes improperly sized vfptrs with pragma pack
Warren Hunt
- r198060 - [ms-abi] unix-line endings in lit test, no functional change
Warren Hunt
- r197906 - clang-format: Fix invalid write discovered by ASAN.
Daniel Jasper
- [PATCH] Don't merge constructors with initializer lists to one line in WebKit style.
Daniel Jasper
- r197980 - clang-format: (WebKit) Disallow 1-line constructors with initializers.
Daniel Jasper
- r198070 - clang-format: Break default arguments less eagerly.
Daniel Jasper
- r197980 - clang-format: (WebKit) Disallow 1-line constructors with initializers.
Daniel Jasper
- count() patch to unsigned for DenseMap, DenseSet, ScopedHashTable, ValueMap
Yaron Keren
- [patch] [libcxx] [win32] support.h
Yaron Keren
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
Yaron Keren
- [patch] [libcxx] [win32] support.h
Yaron Keren
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Reid Kleckner
- r197972 - Support and use token kinds as diagnostic arguments
Reid Kleckner
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Reid Kleckner
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Reid Kleckner
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Reid Kleckner
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
Reid Kleckner
- r198080 - [ms-cxxabi] Emit fewer trivial return adjusting thunks
Reid Kleckner
- r198081 - Fix incorrect copy-pasted method decl that MSVC allowed.
Reid Kleckner
- r198085 - Reduce indentation of some VFTableBuilder code.
Reid Kleckner
- r198086 - Move MS header search test inputs to Inputs/
Reid Kleckner
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Reid Kleckner
- r197980 - clang-format: (WebKit) Disallow 1-line constructors with initializers.
Manuel Klimek
- [PATCH] Added an option to avoid splitting certain kinds of comments into lines.
Alexander Kornienko
- [PATCH] Don't merge constructors with initializer lists to one line in WebKit style.
Alexander Kornienko
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- [PATCH] Don't merge constructors with initializer lists to one line in WebKit style.
Alexander Kornienko
- [PATCH] Don't merge constructors with initializer lists to one line in WebKit style.
Alexander Kornienko
- [PATCH] Refactored Clang-tidy for better reusability.
Alexander Kornienko
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- r197994 - Add some missing test cases for ACLE intrinsics of AArch64 NEON.
Jiangning Liu
- [PATCH] [AArch64] Add more regress test cases for ACLE intrinsics
Jiangning Liu
- [PATCH] [AArch64] Simplify scalar dup by lane0 for fp
Jiangning Liu
- r198195 - For AArch64 Neon, simplify scalar dup by lane0 for fp.
Jiangning Liu
- [PATCH] [AArch64] Simplify scalar dup by lane0 for fp
Jiangning Liu
- [patch] [libcxx] [win32] support.h
G M
- [patch] [libcxx] [win32] support.h
G M
- [patch] [libcxx] [win32] support.h
G M
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Sergey Matveev
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Sergey Matveev
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Sergey Matveev
- [PATCH] PR12208 - Problem with -fno-elide-constructors
Arthur O'Dwyer
- Multiclass diagnostics
Arthur O'Dwyer
- [PATCH] Recover from errors in enum definition.
Serge Pavlov
- [patch] Add missing license headers to libc++
Alexander Potapenko
- 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
- r197916 - remove dead code.
Adrian Prantl
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Fix for CUDA codegen due to missing generation of implicit address space conversions
Michele Scandale
- [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 a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
Kostya Serebryany
- [PATCH] Fix leak in lib/CodeGen/CGException.cpp, PR18318
Kostya Serebryany
- [PATCH] Fix leak in lib/CodeGen/CGException.cpp, PR18318
Kostya Serebryany
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
Kostya Serebryany
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Kostya Serebryany
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Kostya Serebryany
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Kostya Serebryany
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Kostya Serebryany
- [PATCH] Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
Kostya Serebryany
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Kostya Serebryany
- [PATCH] Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
Kostya Serebryany
- [PATCH] Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
Kostya Serebryany
- [PATCH] Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
Kostya Serebryany
- r198073 - Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
Kostya Serebryany
- [PATCH] Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
Kostya Serebryany
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Brad Smith
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Joerg Sonnenberger
- r197912 - clang/Analysis/FlowSensitive/DataflowSolver.h: <functional> should be just a STL header.
NAKAMURA Takumi
- [PATCH] Sink CommentCommandList.inc into CommentSema.cpp
NAKAMURA Takumi
- [PATCH] Sink CommentCommandList.inc into CommentSema.cpp
NAKAMURA Takumi
- [clang-tools-extra] r198204 - Make lit.site.cfg Py3-compatible. Copied from r188041.
NAKAMURA Takumi
- r198205 - [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib)
NAKAMURA Takumi
- r197903 - Add a missing pipe in the test from r197896
Alp Toker
- r197915 - Fix another misuse of getCustomDiagID()
Alp Toker
- r197920 - Document the Message parameter of getCustomDiagID()
Alp Toker
- r197972 - Support and use token kinds as diagnostic arguments
Alp Toker
- r197995 - Don't reserve __builtin_types_compatible_p as a C++ keyword
Alp Toker
- r197972 - Support and use token kinds as diagnostic arguments
Alp Toker
- r197995 - Don't reserve __builtin_types_compatible_p as a C++ keyword
Alp Toker
- r198049 - Parameterizing some MS property-related diagnostics. No functional changes intended.
Alp Toker
- r198049 - Parameterizing some MS property-related diagnostics. No functional changes intended.
Alp Toker
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Alp Toker
- r198126 - Tidy up CGCXXABI creation
Alp Toker
- r198127 - Rename isBuiltinCall() to getBuiltinCallee()
Alp Toker
- r198128 - Briefly document diag-build.sh
Alp Toker
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- [PATCH] Verify clang TargetInfo DataLayouts against LLVM
Alp Toker
- r198189 - Cleanup: Switch the preprocessor to err_pp_expected_after
Alp Toker
- r198191 - Fix and reword some typos
Alp Toker
- r197972 - Support and use token kinds as diagnostic arguments
Faisal Vali
- r197972 - Support and use token kinds as diagnostic arguments
Faisal Vali
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [libclc] r198167 - Fix build with LLVM 3.5
Aaron Watry
- [libclc] r198168 - Pass -fno-builtin flag to clang to silence warnings
Aaron Watry
- r197991 - Add a FIXME to a failing test.
Nico Weber
- r195543 - Generate a marker token when entering or leaving a submodule when building a
Nico Weber
- [patch] Add missing license headers to libc++
Nico Weber
- r198063 - Warn on mismatched parentheses in memcmp and friends.
Nico Weber
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Nico Weber
- [patch] Reduce size of clang-format by 87% on OS X
Nico Weber
- [patch] Add missing license headers to libc++
Nico Weber
- [patch] 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)
Nico Weber
- r198088 - Set NO_DEAD_STRIP for clang after llvm r198087.
Nico Weber
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Nico Weber
- r198176 - Use LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.
Nico Weber
- r198185 - [cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.
Nico Weber
- r198186 - Fix typo in comment.
Nico Weber
- r198187 - Don't use PrintFunctionNames.exports on Windows.
Nico Weber
- r198200 - Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.
Nico Weber
- [libcxx] r197939 - Creating release candidate final from release_34 branch
Bill Wendling
- [libcxx] r197950 - Remove libcxx final tag for retagging
Bill Wendling
- [libcxx] r197960 - Creating release candidate final from release_34 branch
Bill Wendling
- [libcxx] r198100 - Merging r197314:
Bill Wendling
- [PATCH] PR12208 - Problem with -fno-elide-constructors
David Wiberg
- [PATCH] PR12208 - Problem with -fno-elide-constructors
David Wiberg
- [PATCH] PR12208 - Problem with -fno-elide-constructors
David Wiberg
- r198096 - Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488>
Bob Wilson
- [PATCH] Initial instrumentation based PGO implementation
Bob Wilson
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
Will Wilson
- r198082 - Implement MSVC header search algorithm in MicrosoftMode.
Will Wilson
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
Will Wilson
- r198083 - Silence compile warning by removing unused SourceMgr member
Will Wilson
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
Will Wilson
- 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""""
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""""
dblaikie at gmail.com
Last message date:
Sun Dec 29 22:48:31 PST 2013
Archived on: Tue Aug 4 15:31:26 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).