The Week Of Monday 17 March 2014 Archives by date
Starting: Mon Mar 17 00:18:08 PDT 2014
Ending: Sun Mar 23 23:17:51 PDT 2014
Messages: 371
- Correct path seperator in DWARF debug info on Windows
Yaron Keren
- Correct path seperator in DWARF debug info on Windows
NAKAMURA Takumi
- [PATCH] Add an argument comment checker to clang-tidy.
Peter Collingbourne
- [PATCH] Add an argument comment checker to clang-tidy.
Peter Collingbourne
- r204033 - Tests for DR400-450.
Richard Smith
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- Correct path seperator in DWARF debug info on Windows
Yaron Keren
- [PATCH] Add an argument comment checker to clang-tidy.
Alexander Kornienko
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- [cfe-dev] clang::CodeGen::CodeGenModule::GetOrCreateLLVMGlobal
Vassil Vassilev
- r204038 - clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]
NAKAMURA Takumi
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Alexey Samsonov
- r204040 - [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with iterator_range body(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- [PATCH] Add ARM big endian Target (armeb, thumeb)
Christian Pirker
- r204041 - clang-format: Indent from dict literal labels.
Daniel Jasper
- r204045 - [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_type_end() with iterator_range param_types(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r204046 - [C++11] Replacing FunctionProtoType iterators exception_begin() and exception_end() with iterator_range exceptions(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r204047 - [C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with iterator_range quals(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- [PATCH] Fix diagnostics for C-style cast to function type
Logan Chien
- r204048 - [C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end() with iterator_range quals(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r204051 - Remove unused variable from test.
Richard Smith
- r204052 - [C++11] Replacing Scope iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops, and removing the no-longer-needed iterator versions.
Aaron Ballman
- r204038 - clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]
Richard Smith
- r204053 - [C++11] Replacing Scope iterators using_directives_begin() and using_directives_end() with iterator_range using_directives(). Updating all of the usages of the iterators with range-based for loops, and removing the no-longer-needed iterator versions.
Aaron Ballman
- r204061 - [C++11] Replacing DeclContext iterators using_directives_begin() and using_directives_end() with iterator_range using_directives(). Updating all of the usages of the iterators with range-based for loops, and removing the no-longer-needed iterator versions. Also used as an opportunity to normalize the name from getUsingDirectives() to using_directives().
Aaron Ballman
- r204062 - [C++11] Replacing CallArgList writeback iterators with iterator_range writebacks(). Updating all of the usages of the iterators with range-based for loops, and removing the no-longer-needed iterator versions.
Aaron Ballman
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- r204065 - Objective-C. Do not warn when an instance method and
Fariborz Jahanian
- r203816 - MS intrinsics: __interlockedbittestandset(64) (PR19054)
Hans Wennborg
- r204068 - [C++11] Replacing CGFunctionInfo arg iterators with iterator_range arguments(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- Add a new spelling for module map files 'module.modulemap'
Argyrios Kyrtzidis
- Add a new spelling for module map files 'module.modulemap'
Richard Smith
- [PATCH] libclang: support for non canonical AST nodes
Sergey Ignatov
- [PATCH] Fix PR18307: Properly (de)serialize inherited constructors and their using declarations
Stephan Tolksdorf
- [PATCH] Fix PR18307: Properly (de)serialize inherited constructors and their using declarations
Richard Smith
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers (clang part)
Manman Ren
- [libcxx] r204077 - Replace a tab with a space
David Majnemer
- [libcxx] r204078 - Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex
David Majnemer
- PGO: Statically generate data structures
Justin Bogner
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- [PATCH] add __is_constructible to the list of features queryable by __has_feature
Marshall Clow
- Add a new spelling for module map files 'module.modulemap'
Dmitri Gribenko
- Add a new spelling for module map files 'module.modulemap'
Richard Smith
- r204080 - PGO: Statically generate data structures
Duncan P. N. Exon Smith
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- PGO: Statically generate data structures
Duncan P. N. Exon Smith
- PGO: Statically generate data structures
Chandler Carruth
- r204081 - Objective-C. Consider blocks for designated initializer
Fariborz Jahanian
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers (clang part)
Renato Golin
- r204082 - Don't fold together the name lookup entries for two declarations if they are
Richard Smith
- [PATCH] add __is_constructible to the list of features queryable by __has_feature
Richard Smith
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers (clang part)
Manman Ren
- [PATCH] add __is_constructible to the list of features queryable by __has_feature
Marshall Clow
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- PGO: Statically generate data structures
Duncan P. N. Exon Smith
- r204086 - Range-ify and simplify some of the AST dumping code by factoring out the lastChild check.
Richard Smith
- r204038 - clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]
NAKAMURA Takumi
- r204090 - Factor out repeated code in dumping template declarations.
Richard Smith
- r204093 - Objective-C. No need to issue deprecated warning if deprecated method
Fariborz Jahanian
- r204096 - Remove 'REQUIRES: LP64' from these tests and use a more targeted fix.
Richard Smith
- r204097 - Fix variable shadowing. Due to a bug in GCC's implementation of range-based for
Richard Smith
- r204038 - clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]
Richard Smith
- r204098 - PGO: Switch to isOSBinFormatMachO()
Duncan P. N. Exon Smith
- [PATCH] add __is_constructible to the list of features queryable by __has_feature
Richard Smith
- r204100 - AST dumper: if we have multiple implicit instantiations of the same class
Richard Smith
- [PATCH] Implementation of #pragma (data|code|const|bss)_seg
Richard Smith
- r204105 - Debug info: Update testcases to new DIBuilder behaviour. Variables now
Adrian Prantl
- r204108 - More working around a GCC range-based for scope bug.
Richard Smith
- r204109 - Fix const correctness issue in CXXConstructExpr::getArgs().
Peter Collingbourne
- [clang-tools-extra] r204113 - Add an argument comment checker to clang-tidy.
Peter Collingbourne
- [PATCH] Add an argument comment checker to clang-tidy.
Peter Collingbourne
- Fix for ICE in clang due to infinite loop.
Mayur Pandey
- r204116 - clang/test/Modules/cxx-templates.cpp: Tweak for dos path.
NAKAMURA Takumi
- Add a new spelling for module map files 'module.modulemap'
Argyrios Kyrtzidis
- [clang-tools-extra] r204121 - clang-tidy/ArgumentCommentCheck: Initializer list in non-static members is unavailable on msc17.
NAKAMURA Takumi
- [PATCH] Wrong output from built-in size function
MAYUR PANDEY
- [PATCH] Wrong output from built-in size function
MAYUR PANDEY
- r204129 - Add support for sanitizers arguments on FreeBSD
Viktor Kutuzov
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Dinesh Dwivedi
- r204135 - [OPENMP] Simplified data-sharing attributes analysis.
Alexey Bataev
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Bernard Ogden
- r204138 - clang/test/Driver/sanitizer-ld.c: Tweak to accept dos path.
NAKAMURA Takumi
- r204138 - clang/test/Driver/sanitizer-ld.c: Tweak to accept dos path.
Alexey Samsonov
- r204140 - Fix crasher bug.
Manuel Klimek
- r204143 - [OPENMP] DSA fix
Alexey Bataev
- r204144 - modify declare-use.S to work when full toolchain not present
Matthew Curtis
- r204153 - Added a __has_feature() for 'is_constructible'
Marshall Clow
- [PATCH] clang-format: Detect function-like macros only when upper case is used.
Alexander Kornienko
- [PATCH] clang-format: Detect function-like macros only when upper case is used.
Daniel Jasper
- r204156 - clang-format: Detect function-like macros only when upper case is used.
Alexander Kornienko
- [PATCH] [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')
Alexander Musman
- Looking for feedback on a possible inplace_stable_sort replacement
Marshall Clow
- r204159 - Objective-C. Better fix for my previous patch
Fariborz Jahanian
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- Add a new spelling for module map files 'module.modulemap'
Dmitri Gribenko
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- r204164 - Creating a printing policy for "half":
Yunzhong Gao
- [PATCH] Creating a printing policy for "half"
Yunzhong Gao
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- Add a new spelling for module map files 'module.modulemap'
Richard Smith
- PATCH: Fix parameter documentation for "..." on templated functions
Joe Ranieri
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- Add a new spelling for module map files 'module.modulemap'
Richard Smith
- r204175 - In the presence of modules, we can have multiple implicit instantiations of the same template. Teach RecursiveASTVisitor to visit all of those, not just one of them. This is difficult to test by itself, but will be covered by an upcoming change.
Richard Smith
- Looking for feedback on a possible inplace_stable_sort replacement
Richard Smith
- r204181 - Simplify and add FIXME. No functionality change.
Richard Smith
- [PATCH] Wrong output from built-in size function
Nuno Lopes
- r204186 - CodeGen: Include a function hash in instrumentation based profiling
Justin Bogner
- r204164 - Creating a printing policy for "half":
Tom Stellard
- r204164 - Creating a printing policy for "half":
Matt Arsenault
- r204164 - Creating a printing policy for "half":
Tom Stellard
- r204164 - Creating a printing policy for "half":
Richard Smith
- r204164 - Creating a printing policy for "half":
Matt Arsenault
- r204196 - Fix a typo in r204164 that made *all* keywords available in OpenCL mode.
Richard Smith
- r204164 - Creating a printing policy for "half":
Richard Smith
- [PATCH] Add field width to scanf %s format fixit
Zach Davis
- [PATCH] PR6677 and explicit specializations of "key functions"
Richard Smith
- r204164 - Creating a printing policy for "half":
Gao, Yunzhong
- r204164 - Creating a printing policy for "half":
Peter Collingbourne
- [PATCH] Add field width to scanf %s format fixit
Jordan Rose
- Move getLocStart() in Sema::ConvertArgumentsForCall
Keno Fischer
- r204217 - Tests for DR450-475.
Richard Smith
- [PATCH] Fix an logic error in the clang driver preventing crtfastmath.o from linking when -Ofast is used without -ffast-math
Zinovy Nis
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers (clang part)
Oliver Stannard
- r204220 - Use the expansion location of the file name when finding the module.
Manuel Klimek
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers (clang part)
Oliver Stannard
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
- [PATCH] AArch64_BE test case for predefined macros
Christian Pirker
- [PATCH] Fix an logic error in the clang driver preventing crtfastmath.o from linking when -Ofast is used without -ffast-math
Zinovy Nis
- [PATCH] clang-tidy explicit constructors check: don't warn on deleted constructors.
Alexander Kornienko
- [PATCH] clang-tidy explicit constructors check: don't warn on deleted constructors.
Manuel Klimek
- [clang-tools-extra] r204226 - clang-tidy explicit constructors check: don't warn on deleted constructors.
Alexander Kornienko
- PATCH: Fix parameter documentation for "..." on templated functions
Aaron Ballman
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Bernard Ogden
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
- r204235 - Comment parsing: recognize \param ... on function templates with variadic
Dmitri Gribenko
- r204236 - Comment parsing: fix a crash when dumping comment ast for a function template
Dmitri Gribenko
- PATCH: Fix parameter documentation for "..." on templated functions
Dmitri Gribenko
- Move getLocStart() in Sema::ConvertArgumentsForCall
David Blaikie
- [PATCH] Post-filter clang-tidy diagnostic messages.
Alexander Kornienko
- [PATCH] clang-tidy explicit constructor check: don't warn on copy or move constructors.
Alexander Kornienko
- [PATCH] Teach pthread checker about double unlocks
Jordan Rose
- r204253 - [analyzer] scan-build: when matching flags, make sure the - is the first letter.
Jordan Rose
- Move getLocStart() in Sema::ConvertArgumentsForCall
Keno Fischer
- [PATCH] Add field width to scanf %s format fixit
Zach Davis
- [PATCH] Fix PR18307: Properly (de)serialize inherited constructors and their using declarations
Stephan Tolksdorf
- [PATCH] Post-filter clang-tidy diagnostic messages.
Manuel Klimek
- [PATCH] clang-tidy explicit constructor check: don't warn on copy or move constructors.
Manuel Klimek
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Anton Yartsev
- [PATCH] Teach pthread checker about double unlocks
Daniel Fahlgren
- r204261 - Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Ted Kremenek
- [PATCH] clang-tidy explicit constructor check: don't warn on copy or move constructors.
Alexander Kornienko
- Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- Move getLocStart() in Sema::ConvertArgumentsForCall
David Blaikie
- [PATCH] clang-tidy explicit constructor check: don't warn on copy or move constructors.
Arthur O'Dwyer
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Jordan Rose
- r204264 - Objective-C. Make getObjCEncodingForMethodParameter public.
Fariborz Jahanian
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Ted Kremenek
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Jordan Rose
- [PATCH] Post-filter clang-tidy diagnostic messages.
Alexander Kornienko
- [PATCH] clang-tidy explicit constructor check: don't warn on copy or move constructors.
Alexander Kornienko
- Fwd: [PATCH][REVIEW REQUEST] Fix for libclang completion of already declared template friends.
Francisco Lopes
- [PATCH][REVIEW REQUEST] Fix for libclang completion of already declared template friends.
Francisco Lopes
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Ted Kremenek
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Ted Kremenek
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Jordan Rose
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Ted Kremenek
- [libcxxabi] r204290 - Fix DW_CFA_GNU_args_size handling. The primary architecture using this
Joerg Sonnenberger
- [libcxxabi] r204292 - Simplify.
Joerg Sonnenberger
- [PATCH] Teach pthread checker about double unlocks
Jordan Rose
- r204297 - PGO: Separate out common isMachO logic; no functionality change
Duncan P. N. Exon Smith
- [PATCH v2] Bug 14526 - Make malloc() static analysis M_ZERO-aware
Jordan Rose
- r204300 - scanf format checking: include the buffer length in the fix-it for %s.
Jordan Rose
- [PATCH] Add field width to scanf %s format fixit
Jordan Rose
- [Patch] Missed evaluation in "type" parameter of va_arg
Rahul Jain
- r204301 - PGO: use linker magic to find instrumentation data on Darwin
Duncan P. N. Exon Smith
- [PATCH] PR19095 Undefined reference to friend template function defined inside template class
suyog sarda
- r204303 - [libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes the VFS option
Argyrios Kyrtzidis
- r204307 - [-Wunreachable-code] Simplify and broad -Wunreachable-code-return, including nontrivial returns.
Ted Kremenek
- r204308 - [-Wunreachable-code] constexpr functions can be used as configuration values.
Ted Kremenek
- r204315 - [-Wunreachable-code] Look through member accesses for 'static const bool' configuration values.
Ted Kremenek
- [PATCH] Post-filter clang-tidy diagnostic messages.
Manuel Klimek
- [PATCH] clang-tidy explicit constructor check: don't warn on copy or move constructors.
Manuel Klimek
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Alexey Samsonov
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Alexey Samsonov
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Alexey Samsonov
- [clang-tools-extra] r204321 - Post-filter clang-tidy diagnostic messages.
Alexander Kornienko
- [clang-tools-extra] r204322 - clang-tidy explicit constructor check: don't warn on copy or move constructors.
Alexander Kornienko
- r204330 - Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior flags.
Alexey Samsonov
- [clang-tools-extra] r204332 - ClangTidyTest.h: Don't use initializer list. msc17 doesn't recognize one.
NAKAMURA Takumi
- [clang-tools-extra] r204333 - ClangTidyContext: Don't use initializer on non-static member.
NAKAMURA Takumi
- r193205 - Split -fsanitize=bounds to -fsanitize=array-bounds (for thefrontend-inserted
Alexey Samsonov
- r204334 - Make format-strings-fixit.c aware of "%hu" uint16_t on wchar_t for targeting win32.
NAKAMURA Takumi
- [PATCH] Teach pthread checker about double unlocks
Daniel Fahlgren
- [PATCH] Fix an logic error in the clang driver preventing crtfastmath.o from linking when -Ofast is used without -ffast-math
Benjamin Kramer
- [PATCH v2] Bug 14526 - Make malloc() static analysis M_ZERO-aware
Meyer, Conrad
- [PATCH] [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')
Dmitri Gribenko
- [PATCH] Teach pthread checker about double unlocks
Dmitri Gribenko
- r204338 - Tooling: Move heavyweight vectors around instead of copying.
Benjamin Kramer
- [PATCH v3] Bug 14526 - Make malloc() static analysis M_ZERO-aware
Meyer, Conrad
- r204261 - Add a new spelling for module map files 'module.modulemap'
Timur Iskhodzhanov
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
- [PATCH] Fix PR19172 -- wrong this adjustment calculated for virtual destructor in a class with complex inheritance
Timur Iskhodzhanov
- [PATCH] Fix PR19172 -- wrong this adjustment calculated for virtual destructor in a class with complex inheritance
Alexey Samsonov
- r204341 - Flust stdout after each vftable dumped to simplify debugging
Timur Iskhodzhanov
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Alexey Samsonov
- [PATCH] Fix an logic error in the clang driver preventing crtfastmath.o from linking when -Ofast is used without -ffast-math
Zinovy Nis
- [PATCH] Fix PR19172 -- wrong this adjustment calculated for virtual destructor in a class with complex inheritance
Timur Iskhodzhanov
- r204345 - Silencing an MSVC warning about not all control paths returning a value. No functional change intended.
Aaron Ballman
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Anton Yartsev
- r204345 - Silencing an MSVC warning about not all control paths returning a value. No functional change intended.
Ben Langmuir
- r204261 - Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
- [clang-tools-extra] r204332 - ClangTidyTest.h: Don't use initializer list. msc17 doesn't recognize one.
Alexander Kornienko
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
- r204346 - [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
- [PATCH][Driver] Teach the clang driver how to correctly parse response files on Windows.
Andrea Di Biagio
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Alexey Samsonov
- r204261 - Add a new spelling for module map files 'module.modulemap'
David Blaikie
- [PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
- [libcxx] r204348 - Minor cleanup from r204078; remove two empty test directories that were left behind.
Marshall Clow
- r204334 - Make format-strings-fixit.c aware of "%hu" uint16_t on wchar_t for targeting win32.
Jordan Rose
- [PATCH] Fix PR19172 -- wrong this adjustment calculated for virtual destructor in a class with complex inheritance
David Majnemer
- r204349 - Remove wchar_t* buffer from scanf format fix-it test.
Jordan Rose
- r204330 - Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior flags.
Rafael Avila de Espindola
- r204350 - Replacing the exclusive_lock_function, shared_lock_function and unlock_function attributes with the acquire_capability and release_capability attributes. The old spellings will continue to work, but the underlying semantic attributes have been replaced.
Aaron Ballman
- [PATCH v2] Bug 14526 - Make malloc() static analysis M_ZERO-aware
Jordan Rose
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Jordan Rose
- r204356 - [analyzer] scan-build: match whitespace instead of word boundaries around flags.
Jordan Rose
- r204362 - [analyzer] scan-build: allow quotes around "-cc1" when looking at -### output.
Jordan Rose
- r204356 - [analyzer] scan-build: match whitespace instead of word boundaries around flags.
Brennan Shacklett
- r204356 - [analyzer] scan-build: match whitespace instead of word boundaries around flags.
Jordan Rose
- [PATCH] Recovery of switch statement
Serge Pavlov
- [patch] Clang producing a L symbol in __DATA,__data
Rafael Espíndola
- r204368 - Prevent lookup of subframework modules by name without parent framework
Ben Langmuir
- r204371 - Coding style fixup; no functionality change
Duncan P. N. Exon Smith
- r204372 - Use nullptr; no functionality change
Duncan P. N. Exon Smith
- r204374 - [analyzer] Fix a bad bug in reversePropagateInterstingSymbols() where only one subexpression of BinaryOperator would be explored.
Ted Kremenek
- r204375 - Remove dead assignment dominated by a call to llvm_unreachable().
Ted Kremenek
- r204376 - [-Wunreachable-code] Tweak isTrivialDoWhile() to handle implicit casts.
Ted Kremenek
- r204379 - PGO: Remove explicit static initialization
Duncan P. N. Exon Smith
- r204385 - Rearrange serialization block order to put decl update emission into the same
Richard Smith
- r204390 - PGO: Change runtime prefix from pgo to profile
Duncan P. N. Exon Smith
- r204392 - Refactor to move decl update emission into the decl emission loop.
Richard Smith
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Ted Kremenek
- r204394 - Fix PR19172 - wrong this adjustment calculated for virtual destructor in a class with complex inheritance
Timur Iskhodzhanov
- r204395 - Consumed Analysis: IgnoreParens bugfix.
DeLesley Hutchins
- [PATCH] Fix PR19172 -- wrong this adjustment calculated for virtual destructor in a class with complex inheritance
Timur Iskhodzhanov
- r204397 - Refactor and simplify DeclUpdates serialization.
Richard Smith
- r193205 - Split -fsanitize=bounds to -fsanitize=array-bounds (for thefrontend-inserted
Richard Smith
- r204403 - When the exception specification for a function in an imported PCH or module is
Richard Smith
- r202560 - If a module A exports a macro M, and a module B imports that macro and #undef's
Ben Langmuir
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [Patch][analyzer][Review request] Move MismatchedDeallocator checker from unix.* to cplusplus.* group.
Anton Yartsev
- [PATCH] Support case insensitive header searches for MSVCCompat
Saleem Abdulrasool
- r202560 - If a module A exports a macro M, and a module B imports that macro and #undef's
Richard Smith
- r204350 - Replacing the exclusive_lock_function, shared_lock_function and unlock_function attributes with the acquire_capability and release_capability attributes. The old spellings will continue to work, but the underlying semantic attributes have been replaced.
Delesley Hutchins
- [PATCH] Support case insensitive header searches for MSVCCompat
Richard Smith
- r204407 - PGO: Rename FuncLinkage to VarLinkage; no functionality change
Duncan P. N. Exon Smith
- r204408 - PGO: Don't define instrumentation data available_externally
Duncan P. N. Exon Smith
- r204350 - Replacing the exclusive_lock_function, shared_lock_function and unlock_function attributes with the acquire_capability and release_capability attributes. The old spellings will continue to work, but the underlying semantic attributes have been replaced.
Aaron Ballman
- [PATCH] Support case insensitive header searches for MSVCCompat
Ben Langmuir
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Nico Rieck
- r204413 - Fixed newlines.
Alexander Kornienko
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Richard Smith
- r204417 - PR19215: When writing/reading a PCH that imported a module, store the location
Richard Smith
- r202560 - If a module A exports a macro M, and a module B imports that macro and #undef's
Richard Smith
- r202560 - If a module A exports a macro M, and a module B imports that macro and #undef's
Ben Langmuir
- r203293 - [C++11] Revert uses of lambdas with array_pod_sort.
Arthur O'Dwyer
- r204423 - Serialize and deserialize mangling numbers.
Richard Smith
- Move getLocStart() in Sema::ConvertArgumentsForCall
Keno Fischer
- r204428 - [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')
Alexey Bataev
- [PATCH] [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')
Alexey Bataev
- r204430 - [-Wunreachable-code] add a specialized diagnostic for unreachable increment expressions of loops.
Ted Kremenek
- r204436 - Kill deprecated -fbounds-checking flag
Alexey Samsonov
- r204438 - Document removed flags in release notes
Alexey Samsonov
- r204330 - Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior flags.
Alexey Samsonov
- r204453 - Add one more test for PR19172
Timur Iskhodzhanov
- r204455 - Simplify test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp by forcing VFTableBuilder invocation with virtual function calls
Timur Iskhodzhanov
- r204456 - clang-format: Preserve meaning of trailing comments on parameters.
Daniel Jasper
- r204457 - clang-format: Fix for r204456.
Daniel Jasper
- r204458 - clang-format: Let a trailing comma in braced lists enforce linebreaks.
Daniel Jasper
- r204460 - clang-format: Remove empty lines at the beginning of blocks.
Daniel Jasper
- r204462 - clang-format: Don't remove empty lines at the start of namespaces.
Daniel Jasper
- r204463 - [CMake] Propagate top-level targets for compiler-rt runtimes and test-suites
Alexey Samsonov
- r204464 - Simplify test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp by forcing VFTableBuilder invocation with virtual function calls
Timur Iskhodzhanov
- r204350 - Replacing the exclusive_lock_function, shared_lock_function and unlock_function attributes with the acquire_capability and release_capability attributes. The old spellings will continue to work, but the underlying semantic attributes have been replaced.
Aaron Ballman
- r204465 - Simplify test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp by forcing VFTableBuilder invocation with virtual function calls
Timur Iskhodzhanov
- r204467 - clang-format: Add flag for removing empty lines at the start of blocks.
Daniel Jasper
- r204467 - clang-format: Add flag for removing empty lines at the start of blocks.
Tobias Grosser
- r204350 - Replacing the exclusive_lock_function, shared_lock_function and unlock_function attributes with the acquire_capability and release_capability attributes. The old spellings will continue to work, but the underlying semantic attributes have been replaced.
Delesley Hutchins
- r204469 - The release_capability, release_shared_capability and release_generic_capability functions are now functionally distinct for capability analysis. The unlock_function attribute maps directly to release_generic_capability.
Aaron Ballman
- r204350 - Replacing the exclusive_lock_function, shared_lock_function and unlock_function attributes with the acquire_capability and release_capability attributes. The old spellings will continue to work, but the underlying semantic attributes have been replaced.
Aaron Ballman
- r204471 - Fixing code that doesn't compile in MSVC 2012 (but does in MSVC 2013) from r204417 and related commits.
Aaron Ballman
- r204417 - PR19215: When writing/reading a PCH that imported a module, store the location
Aaron Ballman
- r204417 - PR19215: When writing/reading a PCH that imported a module, store the location
Aaron Ballman
- [PATCH] AArch64_BE test case for predefined macros
Christian Pirker
- [PATCH] AArch64_BE test case for predefined macros
Tim Northover
- [libclc] r204477 - Add cross for double3 and double4
Tom Stellard
- [libclc] r204478 - Add sincos
Tom Stellard
- r204417 - PR19215: When writing/reading a PCH that imported a module, store the location
Richard Smith
- [PATCH v3] Bug 14526 - Make malloc() static analysis M_ZERO-aware
Jordan Rose
- [PATCH v3] Bug 14526 - Make malloc() static analysis M_ZERO-aware
Meyer, Conrad
- r204487 - Placate -Wunreachable-code by removing unnecessary logic to handle NUM_OPENMP_DEFAULT_KINDS <= 1.
Ted Kremenek
- [PATCH v3] Bug 14526 - Make malloc() static analysis M_ZERO-aware
Jordan Rose
- lit.cfg: Scan command lines to verify tool names
Robinson, Paul
- [PATCH v4] Bug 14526 - MallocChecker: Add awareness of kernel malloc() flags
Meyer, Conrad
- lit.cfg: Scan command lines to verify tool names
Daniel Dunbar
- r204493 - Make clang/test/lit.cfg pre-scan the RUN line looking for tool names,
Paul Robinson
- lit.cfg: Scan command lines to verify tool names
Robinson, Paul
- PATCH: fix clang to emit correct addrspacecast for CUDA
Jingyue Wu
- PATCH: fix clang to emit correct addrspacecast for CUDA
Justin Holewinski
- r204417 - PR19215: When writing/reading a PCH that imported a module, store the location
Aaron Ballman
- r204517 - CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to the
Adrian Prantl
- [PATCH] Adding type info for f16c floating-point type
Yunzhong Gao
- [PATCH] 18412 - Add warning when scanf %s is used without a field width
Zach Davis
- r204517 - CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to the
Eric Christopher
- r204519 - Test commit
Alexander Musman
- r204517 - CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to the
Adrian Prantl
- r204517 - CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to the
Eric Christopher
- r204524 - [C++11] Simplify some loops in Sema::CorrectTypo as range-based for loops.
Kaelyn Uhrain
- r204525 - Be a bit smarter about what nested name qualifiers to allow when
Kaelyn Uhrain
- r204517 - CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to the
Adrian Prantl
- r204529 - When generating the Attribute dumper code, do not dead-initialize MoreChildren
Arnaud A. de Grandmaison
- r204517 - CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to the
Aaron Ballman
- r204517 - CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to the
Adrian Prantl
- r204531 - relax testcase to unbreak windows buildbots.
Adrian Prantl
- r204531 - relax testcase to unbreak windows buildbots.
Aaron Ballman
- r204535 - Refactor: move loading pending instantiations from chained PCHs to a more appropriate place, so that we only ask the external source once.
Richard Smith
- r204539 - Revert r204493, "Make clang/test/lit.cfg pre-scan the RUN line looking for tool names, "
NAKAMURA Takumi
- r204493 - Make clang/test/lit.cfg pre-scan the RUN line looking for tool names,
NAKAMURA Takumi
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Nico Rieck
- r204547 - Emit an update record if we instantiate the definition of a function template
Richard Smith
- r204550 - If an update record makes a declaration interesting, pass it to the consumer.
Richard Smith
- [clang-tools-extra] r204551 - Removed unused include
Alexander Kornienko
- r204554 - If a template instantation introduces a name into a namespace, we need to write
Richard Smith
- [PATCH] Fix an logic error in the clang driver preventing crtfastmath.o from linking when -Ofast is used without -ffast-math
Zinovy Nis
- r204561 - remove a bunch of unused private methods
Nuno Lopes
- r204562 - MS ABI: Eliminate Duplicate Strings
David Majnemer
- r204563 - Driver: cleanup /vd2 test
David Majnemer
- r204564 - Driver: Map /Gy to -ffunction-sections
David Majnemer
- r204566 - CodeGen: Make string tests exercise the MS ABI
David Majnemer
- r204562 - MS ABI: Eliminate Duplicate Strings
Richard Smith
- r204566 - CodeGen: Make string tests exercise the MS ABI
Richard Smith
- r204564 - Driver: Map /Gy to -ffunction-sections
Richard Smith
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Richard Smith
- r204567 - Simplify test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance.cpp by forcing VFTableBuilder invocation with virtual function calls or constructors codegen
Timur Iskhodzhanov
- r204568 - When we inject a declaration into a namespace, add the primary DeclContext to
Richard Smith
- r204569 - Cleanup dead assignments reported by scan-build
Arnaud A. de Grandmaison
- r204570 - If a name is injected into an imported inline namespace without reopening that
Richard Smith
- r204572 - Consistently dump default template arguments for template parameters as 'TemplateArgument's.
Richard Smith
- r204574 - Add missing file from r204570.
Richard Smith
- r204576 - Treat dllimport globals without explicit storage class as extern
Nico Rieck
- r204577 - Fix tests in r204576
Nico Rieck
- Improving -Wunused-member-function
Nuno Lopes
- r204578 - Remove unused diagnostic.
Benjamin Kramer
- [cfe-dev] clang::CodeGen::CodeGenModule::GetOrCreateLLVMGlobal
Rafael Espíndola
- [patch] Clang producing a L symbol in __DATA,__data
Rafael Espíndola
- r204586 - MS ABI: Add tests, other cleanups for r204562
David Majnemer
- r204587 - CodeGen: Remove unneeded directives
David Majnemer
- r204588 - Driver: Fix a typo in a command line description
David Majnemer
- r204562 - MS ABI: Eliminate Duplicate Strings
David Majnemer
- r204566 - CodeGen: Make string tests exercise the MS ABI
David Majnemer
- r204564 - Driver: Map /Gy to -ffunction-sections
David Majnemer
Last message date:
Sun Mar 23 23:17:51 PDT 2014
Archived on: Tue Aug 4 15:31:33 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).