The Week Of Monday 23 December 2013 Archives by thread
Starting: Mon Dec 23 00:50:43 PST 2013
Ending: Sun Dec 29 22:48:31 PST 2013
Messages: 191
- r197903 - Add a missing pipe in the test from r197896
Alp Toker
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- r197906 - clang-format: Fix invalid write discovered by ASAN.
Daniel Jasper
- count() patch to unsigned for DenseMap, DenseSet, ScopedHashTable, ValueMap
Yaron Keren
- [patch] [libcxx] [win32] support.h
G M
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- r197911 - Consolidating some mode attribute diagnostics. No functional changes intended.
Aaron Ballman
- [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
- r197912 - clang/Analysis/FlowSensitive/DataflowSolver.h: <functional> should be just a STL header.
NAKAMURA Takumi
- [PATCH] Sink CommentCommandList.inc into CommentSema.cpp
NAKAMURA Takumi
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- [PATCH] Fix for CUDA codegen due to missing generation of implicit address space conversions
Michele Scandale
- r197915 - Fix another misuse of getCustomDiagID()
Alp Toker
- 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
- r197920 - Document the Message parameter of getCustomDiagID()
Alp Toker
- [libcxx] r197921 - Make cv_status a class enum. Fixes PR18314. Thanks to Andersca for the report and the patch.
Marshall Clow
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [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
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Karthik Bhat
- r197972 - Support and use token kinds as diagnostic arguments
Alp Toker
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- r197980 - clang-format: (WebKit) Disallow 1-line constructors with initializers.
Daniel Jasper
- 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
- 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
- r197995 - Don't reserve __builtin_types_compatible_p as a C++ keyword
Alp Toker
- [PATCH] PR12208 - Problem with -fno-elide-constructors
David Wiberg
- [PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
Kostya Serebryany
- [PATCH] Fix leak in lib/CodeGen/CGException.cpp, PR18318
Kostya Serebryany
- [PATCH] ignore --disable-free in clang when leak detection is enabled
Kostya Serebryany
- libcxx with Visual C++ : don't redefine _NOEXCEPT when already defined
Yaron Keren
- 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
- r198052 - s/getter_setter/accessor 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
- [patch] Add missing license headers to libc++
Nico Weber
- 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
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Reid Kleckner
- 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
- r198063 - Warn on mismatched parentheses in memcmp and friends.
Nico Weber
- [patch] Reduce size of clang-format by 87% on OS X
Nico Weber
- r198070 - clang-format: Break default arguments less eagerly.
Daniel Jasper
- [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
- 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
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
Will Wilson
- 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
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Nico Weber
- r198080 - [ms-cxxabi] Emit fewer trivial return adjusting thunks
Reid Kleckner
- r198081 - Fix incorrect copy-pasted method decl that MSVC allowed.
Reid Kleckner
- r198082 - Implement MSVC header search algorithm in MicrosoftMode.
Will Wilson
- r198083 - Silence compile warning by removing unused SourceMgr member
Will Wilson
- r198085 - Reduce indentation of some VFTableBuilder code.
Reid Kleckner
- r198086 - Move MS header search test inputs to Inputs/
Reid Kleckner
- [PATCH] Refactored Clang-tidy for better reusability.
Alexander Kornienko
- r198088 - Set NO_DEAD_STRIP for clang after llvm r198087.
Nico Weber
- Patch: bug fix for PR18218
Marshall Clow
- r198094 - Silence a dubious GCC warning about a set but unused global. Indeed, the
Chandler Carruth
- r198096 - Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488>
Bob Wilson
- [libcxx] r198100 - Merging r197314:
Bill Wendling
- 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
- [libclc] r198167 - Fix build with LLVM 3.5
Aaron Watry
- [libclc] r198168 - Pass -fno-builtin flag to clang to silence warnings
Aaron Watry
- 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
- r198176 - Use LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.
Nico Weber
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Brad Smith
- 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
- [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
- [PATCH] [AArch64] Simplify scalar dup by lane0 for fp
Jiangning Liu
- r198195 - For AArch64 Neon, simplify scalar dup by lane0 for fp.
Jiangning Liu
- r198200 - Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.
Nico Weber
- [PATCH] Recover from errors in enum definition.
Serge Pavlov
- [PATCH] Initial instrumentation based PGO implementation
Bob Wilson
- [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
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).