The Week Of Monday 2 March 2015 Archives by thread
      
      Starting: Mon Mar  2 00:47:01 PST 2015
         Ending: Sun Mar  8 21:27:56 PDT 2015
         Messages: 577
     
- [PATCH] Refactor: Move google clang-tidy checks to namespace	clang::tidy::google
 
Richard
 - [PATCH] Refactor: Move llvm clang-tidy checks to namespace	clang::tidy::llvm
 
Richard
 - [PATCH] Refactor: Move misc clang-tidy checks to namespace	clang::tidy::misc
 
Richard
 - [PATCH] Refactor: Move readability checks to namespace	clang::tidy::readability
 
Richard
 - [PATCH] [OPENMP] Initial codegen for 'omp task' directive.
 
Alexey Bataev
 - [PATCH] Add readability-remove-void-arg check to clang-tidy
 
Gábor Horváth
 - r230712 - [modules] When loading in multiple canonical	definitions of a template,
 
Manuel Klimek
 - [PATCH] [IAS] Teach -cc1as about the 'target-abi' option.
 
Daniel Sanders
 - r230942 - clang-format: Prefer wrapping a lambda's body over the	lambda's return type.
 
Daniel Jasper
 - [clang-tools-extra] r230943 - [clang-tidy] Assert related checkers
 
Alexander Kornienko
 - [PATCH] [clang-tidy] Assert related checkers
 
Alexander Kornienko
 - [PATCH] Refactor: Organize module per-check files into subdirectories	for each module
 
Richard
 - [clang-tools-extra] r230946 - [clang-tidy] Refactor: Move readability	checks to namespace clang::tidy::readability
 
Alexander Kornienko
 - [clang-tools-extra] r230947 - [clang-tidy] Organized clang-tidy unit	tests. NFC.
 
Alexander Kornienko
 - r230949 - Replace loop with equivalent ArrayRef function. NFC.
 
Benjamin Kramer
 - [clang-tools-extra] r230950 - [clang-tidy] Refactor: Move misc	clang-tidy checks to namespace clang::tidy::misc
 
Alexander Kornienko
 - [PATCH] [Analyzer] Individual options for checkers #2
 
Gábor Horváth
 - [clang-tools-extra] r230952 - [clang-tidy] Refactor: Move llvm	clang-tidy checks to namespace clang::tidy::llvm
 
Alexander Kornienko
 - [PATCH] Add readability-simplify-boolean-expr check to clang-tidy
 
Alexander Kornienko
 - [PATCH] Add readability-redundant-include check to clang-tidy
 
Alexander Kornienko
 - [PATCH] Keep track of the operator location of MemberExprs
 
Joe Ranieri
 - [PATCH] Refactor: Move remove-cstr-calls from a standalone	executable to a clang-tidy check
 
Alexander Kornienko
 - [libclc] r230967 - Implement degrees builtin v2
 
Tom Stellard
 - [libclc] r230968 - Implement radians builtin v2
 
Tom Stellard
 - [libclc] r230969 - Implement smoothstep builtin v2
 
Tom Stellard
 - [libclc] r230970 - Implement step builtin
 
Tom Stellard
 - r230971 - CodeGen: Fix passing of classes with only one AVX vector	member in AVX registers
 
Benjamin Kramer
 - r230255 - Only lower __builtin_setjmp / __builtin_longjmp to
 
Joerg Sonnenberger
 - [PATCH] Make the driver accept all four variants of the target	option
 
Gabor Ballabas
 - [PATCH] Do not parse members of incomplete class.
 
Serge Pavlov
 - [PATCH] Pass -mglobal-merge as a module flag metadata.
 
Ahmed Bougacha
 - [PATCH] [CodeGen] Convert double -> __fp16 in one step.
 
Ahmed Bougacha
 - [clang-tools-extra] r230982 - clang-tidy: Update test as underlying	problem apparently was fixed.
 
Daniel Jasper
 - [PATCH] Improve robustness of dependency-generation-crash.c test.
 
Matthias Braun
 - [PATCH] Add support for a few Objective-C matchers.
 
Dean Sutherland
 - [PATCH] Add -frtti and -fexceptions to tests that assume these	are on.
 
Nico Weber
 - r230984 - Add -frtti and -fexceptions to tests that assume these are	on.
 
Filipe Cabecinhas
 - r230989 - Add clang support for Objective-C application extensions.
 
Bob Wilson
 - [PATCH] Add ObjC ARC module flag and use it to control	arc-contract pass
 
Steven Wu
 - r230992 - Add -fexceptions for targets where it isn't the default.
 
Filipe Cabecinhas
 - [PATCH] Add Clang support for PPC cryptography builtins
 
Nemanja Ivanovic
 - [clang-tools-extra] r230994 - Add -fexceptions for targets which need	it
 
Filipe Cabecinhas
 - [PATCH] Fix program name in "clang -help"
 
Weiming Zhao
 - [PATCH] [libcxxabi] Build both static and shared versions of	libc++abi by default.
 
Eric Fiselier
 - [PATCH] Add .eh_frame_hdr search to Linux unwinder.
 
Dan Albert
 - r231008 - [SDK modernizer]. Patch fixes driver's lack of
 
Fariborz Jahanian
 - r231009 - Improve robustness of dependency-generation-crash.c test.
 
Matthias Braun
 - [PATCH] Preprocessor: Move IncrementalProcessing to	PreprocessorOptions
 
Sterling Augustine
 - [PATCH] Adjust the backend-optimization-failure.cpp test case
 
David Majnemer
 - [PATCH] [ObjC] New warning: circular containers
 
Alexey Denisov
 - r231019 - Attempt to fix buildbot.
 
Fariborz Jahanian
 - r231020 - Fix test case.
 
Sanjoy Das
 - [PATCH] Don't force -pie for Android.
 
Dan Albert
 - r231026 - clang-cl: Correctly ignore /openmp- (PR22748)
 
Hans Wennborg
 - [PATCH] [libcxx] Add support for linking libc++ against a static ABI	library.
 
Eric Fiselier
 - [patch/rfc] An opt-in warning for functions whose	availability(introduced) is newer than the deployment target
 
Nico Weber
 - r231029 - Remove shell requirements from tests that use 'cd'
 
Reid Kleckner
 - r231030 - Revert bad change from r231029
 
Reid Kleckner
 - r231031 - Remove shell requirement from	test/Modules/explicit-build-relpath.cpp
 
Reid Kleckner
 - [PATCH] Lower _mm256_broadcastsi128_si256 to a vector shuffle
 
Juergen Ributzka
 - [PATCH] Support __attribute__((availability)) on Android.
 
Stephen Hines
 - r231036 - [SDK modernizer] Patch to fix type of the typed enums when
 
Fariborz Jahanian
 - r231039 - Fix typo in my last commit.
 
Matthias Braun
 - r231040 - [Sanitizers] Remove duplication in sanitizer group	definition. NFC.
 
Alexey Samsonov
 - r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Adrian Prantl
 - [PATCH] clang-format vs plugin: migrate project files to vs 2013
 
Hans Wennborg
 - r231049 - Sema: Properly initialize the thrown exception object
 
David Majnemer
 - r231053 - Remove obsolete FIXME. override on definitions is fine.
 
Nico Weber
 - r231054 - Sema: Caught exception objects should be unqualified
 
David Majnemer
 - r231060 - [ASTUnit] Fix crash when trying to load a module file via	ASTUnit::LoadFromASTFile.
 
Argyrios Kyrtzidis
 - r231063 - Revert r231008 (and dependent r231019).
 
Daniel Jasper
 - r231066 - clang-format: Fix access to uninitialized memory.
 
Daniel Jasper
 - [PATCH] Make -Wuninitialized warn on pointer-to-member and comma	operators.
 
Manuel Klimek
 - r231067 - Make sure we initialize all values in	WhitespaceManager::Change.
 
Manuel Klimek
 - [PATCH] Activate Altivec "vector bool long long" for Power
 
Bill Seurer
 - r231068 - Make -Wuninitialized warn on pointer-to-member and comma	operators.
 
Manuel Klimek
 - [PATCH] CodeGen: Emit constant array temporaries into read-only	globals.
 
Benjamin Kramer
 - [Diffusion] rL231029: Remove shell requirements from tests that	use 'cd'
 
NAKAMURA Takumi
 - [libcxxabi] r231075 - [libcxxabi] Build both static and shared	versions of libc++abi by default.
 
Eric Fiselier
 - [libcxx] r231076 - [libcxx] Add support for linking libc++ against a	static ABI library.
 
Eric Fiselier
 - [libcxx] r231077 - Add better tests for ctype<char>::classic_table
 
Marshall Clow
 - [Patch] libc++: Add a default rune table
 
Marshall Clow
 - r231080 - [SDK modernizer]. Patch fixes driver's lack of
 
Fariborz Jahanian
 - r231081 - Lower _mm256_broadcastsi128_si256 directly to a vector	shuffle.
 
Juergen Ributzka
 - r231083 - DebugInfo: Move new hierarchy into place (clang)
 
Duncan P. N. Exon Smith
 - r231084 - Migrate clang-format-vs plugin project to VS 2013
 
Hans Wennborg
 - r231087 - Disable a Clang test until the begincatch change lands
 
Reid Kleckner
 - r231091 - Don't force -pie for Android.
 
Dan Albert
 - r231092 - Support __attribute__((availability)) on Android.
 
Dan Albert
 - r231096 - Disabled the other test from r231086 (like in r231087)	since it also had problems
 
Filipe Cabecinhas
 - r231098 - Disable the right RUN line
 
Reid Kleckner
 - [PATCH] [libcxx] Allow declaration of map and multimap iterator	with incomplete mapped type.
 
Marshall Clow
 - r231105 - Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABI
 
Reid Kleckner
 - r231118 - [PowerPC]Activate "vector bool long long" (and alternate	spellings) as a valid type for Altivec support for Power.
 
Bill Seurer
 - [libcxx] r231119 - Allow declaration of map and multimap iterator with	incomplete mapped type. Patch from eugenis
 
Eric Fiselier
 - FW: [Patch] Bugfix for pointer address space in atomic builtins
 
Matt Arsenault
 - r231124 - Fix program name in "clang -help"
 
Sumanth Gundapaneni
 - [PATCH] [PPC64] Add 64-bit Vector Integer Arithmetic Instructions
 
Kit Barton
 - [libclc] r231137 - Move mix from math to common
 
Aaron Watry
 - r231149 - [Sanitizers] Use uint64_t for bitmask of enabled sanitizers.
 
Alexey Samsonov
 - r231150 - [UBSan] Split -fsanitize=shift into -fsanitize=shift-base	and -fsanitize=shift-exponent.
 
Alexey Samsonov
 - r231152 - DebugInfo: Remove useless test
 
Duncan P. N. Exon Smith
 - r231160 - [analyzer] unix.Malloc: preserve AllocaRegion bound to	__builtin_alloca().
 
Anton Yartsev
 - [PATCH] TypePrinter print __restrict if not in C99 mode
 
Jacques Pienaar
 - r231170 - Try to unbreak the Windows buildbots.
 
Filipe Cabecinhas
 - r231179 - TypePrinter print __restrict if not in C99 mode
 
Jacques Pienaar
 - [PATCH] New warning for mismatch between not and and/or operators.
 
Richard Trieu
 - [PATCH] implement a -Wformat-pedantic warning
 
Seth Cantrell
 - r231211 - Add a format warning for "%p" with non-void* args
 
Seth Cantrell
 - [PATCH] -Wcomma,	a new warning for questionable uses of the comma operator
 
Richard Trieu
 - r231213 - AT.isValid() should come before AT.matchesType()
 
Seth Cantrell
 - [clang-tools-extra] r231236 - [clang-tidy] Output more diagnostics in	check_clang_tidy.sh
 
Alexander Kornienko
 - [PATCH] Fix for bug 21725: wrong results with union and	strict-aliasing
 
Jeroen Dobbelaere
 - r231242 - Move one more diagnostic into the new -Wformat-pedantic	group.
 
Daniel Jasper
 - r231244 - [IAS] Teach -cc1as about the 'target-abi' option.
 
Toma Tabacu
 - r231245 - Adjust the changes from r230255 to bail out if the backend	can't lower
 
Joerg Sonnenberger
 - r231247 - Prevent test from writing files.
 
Daniel Jasper
 - r231248 - Revert "[IAS] Teach -cc1as about the 'target-abi' option."
 
Daniel Jasper
 - r231251 - [Modules] Fix crash in	Preprocessor::getLastMacroWithSpelling().
 
Argyrios Kyrtzidis
 - [libcxx] r231252 - Create a default rune table for libc++. Initial	setting -	never enabled. The expectation is that some targets (Android,	cough) will enable it. Note that this is an implementation detail,	not an interface change.
 
Marshall Clow
 - [libcxx] r231255 - Nbjoerg suggested a better name for the macro for	the default rune table: _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
 
Marshall Clow
 - r231265 - New ObjC warning: circular containers.
 
Alex Denisov
 - r231266 - [analyzer] Individual configuration options can be	specified for checkers.
 
Gabor Horvath
 - [clang-tools-extra] r231267 - [clang-tidy] Fix namespace comments.	NFC.
 
Alexander Kornienko
 - r231278 - Try to fix the build after removing DataLayoutPass
 
Reid Kleckner
 - r231280 - Fix test/CodeGen/builtins.c for platforms that don't lower	sjlj
 
Reid Kleckner
 - r231291 - Add Clang support for PPC cryptography builtins
 
Nemanja Ivanovic
 - [PATCH] Add -Wrange-loop-analysis to warn when a range-based	for-loop is creating a copy.
 
David Blaikie
 - r231302 - Fix the clang self-host -Werror build
 
David Blaikie
 - r205810 - [MS-ABI] Add support for #pragma section and related	pragmas
 
John McCall
 - r229374 - ASTMatchers: Replace enable_if with static_assert.
 
Richard Smith
 - [libcxx] r231311 - Move the <dynarray> tests out of the std/	hierarchy, since it's not really part of the standard any more.
 
Marshall Clow
 - r231312 - Pass -dll to link.exe when building with -shared (PR22697)
 
Hans Wennborg
 - r231314 - [analyzer] Bug fix: do not report leaks for alloca()
 
Anton Yartsev
 - [PATCH] MS ABI: Implement support for throwing a C++ exception
 
David Majnemer
 - r231317 - Implement section pragma feedback on r205810
 
Reid Kleckner
 - r231318 - Temporary XFAILs for Hexagon
 
Rick Foos
 - [PATCH] Temporary XFAILs for Hexagon
 
Rick Foos
 - r231320 - Give some obj-c rewriter tests that use MS pragmas a triple	as a speculative fix
 
Reid Kleckner
 - patch: fix build of libcxxabi with gcc
 
Nick Lewycky
 - r231328 - MS ABI: Implement support for throwing a C++ exception
 
David Majnemer
 - [PATCH] Fix diag message in clang-tidy misc-uniqueptr-reset-release	if right side is rvalue
 
Alexey Sokolov
 - [PATCH] Fix for failing windows tests with rev 231312
 
Edwards, Michael
 - r231339 - Fix msvc-link.c test for environments with link.exe on PATH
 
Hans Wennborg
 - [libcxxabi] r231344 - Fix build with GCC:
 
Nick Lewycky
 - r231346 - [test] Expand a bit on the test case from r231251. NFC.
 
Argyrios Kyrtzidis
 - [Patch][ObjC][Proposal] NSValue literals
 
AlexDenisov
 - [PATCH] [anayzer] Basic checker option validation
 
Gábor Horváth
 - [PATCH] [clang-tidy] Add an option to replace unrecognized namespace	ending comments.
 
Alexander Kornienko
 - r231363 - Recommit "[IAS] Teach -cc1as about the 'target-abi' option."
 
Toma Tabacu
 - [clang-tools-extra] r231364 - [clang-tidy] Refactor: Move google	clang-tidy checks to namespace clang::tidy::google
 
Alexander Kornienko
 - [clang-tools-extra] r231365 - [clang-tidy] Fix diag message in	clang-tidy misc-uniqueptr-reset-release if right side is rvalue
 
Alexander Kornienko
 - [clang-tools-extra] r231369 - [clang-tidy] Replace unrecognized	namespace ending comments.
 
Alexander Kornienko
 - [clang-tools-extra] r231370 - [clang-tidy] Slighly clarified a	comment.
 
Alexander Kornienko
 - [PATCH] Sema: Accept pointers to any address space for builtin	functions
 
Tom Stellard
 - [libclc] r231373 - Fix bitselect for float/double types v2
 
Tom Stellard
 - [libcxx] r231375 - Rework reverse_iterator::operator[] so as not to	use the base iterators operator [],	which can cause constness problems. Fixes PR17883
 
Marshall Clow
 - [PATCH v2] [PowerPC] Add Hardware Transaction Memory builtins support
 
Adhemerval Zanella
 - r229593 - [analyzer] Refactoring: clarified the way the proper	check kind is chosen.
 
Anna Zaks
 - [PATCH] Proposed fix for PR22806
 
Marshall Clow
 - r231393 - Clang side change following r231392.
 
Zachary Turner
 - [libcxx] r231404 - Run ShTests when the executor is an instance of	LocalExecutor
 
Eric Fiselier
 - [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
 
Sanjay Patel
 - r231409 - Revert "[UBSan] Split -fsanitize=shift into	-fsanitize=shift-base and -fsanitize=shift-exponent."
 
Alexey Samsonov
 - r231419 - [PATCH] Patch to fix the AST for vector splat from any
 
Fariborz Jahanian
 - [clang-tools-extra] r231421 - Use std::string instead of StringRef to	prevent use-after-free.
 
Daniel Jasper
 - r231424 - [modules] Rework merging of redeclaration chains on module	import.
 
Richard Smith
 - Fwd: [PATCH] Restrict -Winconsistent-missing-override warnings on	class templates with dependent bases
 
jahanian
 - r231431 - Add a download link to the web page (PR22764)
 
Hans Wennborg
 - [clang-tools-extra] r231440 - Renamed function to avoid confusion	about purpose.
 
John Thompson
 - [PATCH] Add fveclib option and add several entries to table of	vectorizable functions.
 
Michael Zolotukhin
 - r231451 - Don't crash on non-public referenced dtors in toplevel	classes.
 
Nico Weber
 - [libcxx] r231453 - Remove unneeded python import
 
Eric Fiselier
 - [PATCH] [MSVC] Better lookup into dependent bases for unspecified	declaration (also fixes http://llvm.org/PR2206)
 
Alexey Bataev
 - r231455 - Silence C4715 'not all control paths return a value'	warnings.
 
Yaron Keren
 - [PATCH] MS ABI: Insert copy-constructors into the CatchableType
 
David Majnemer
 - r231461 - clang-format: Slightly change indentation rules in for	loops.
 
Daniel Jasper
 - r231476 - Use delegating ctors to reduce code duplication. NFC.
 
Benjamin Kramer
 - r231477 - Removing code that is unused after r231424; NFC.
 
Aaron Ballman
 - [PATCH] Fix PR12999 - unordered_set::insert calls operator new	when no insert occurs
 
Eric Fiselier
 - [PATCH] [libcxx] Checking LIT benchmark testing framework.
 
Eric Fiselier
 - [PATCH] [libcxx] Optimize vectors uninitialized construction of	trivial types from an iterator range.
 
Eric Fiselier
 - r231487 - Fix isOverride() for the case of a dependent typed base	class.
 
Samuel Benzaquen
 - [PATCH] [libc++] Attempt to manually link compiler-rt libraries	in CMake and LIT.
 
Eric Fiselier
 - r231488 - Sema: We can use delegating ctors now. NFC.
 
Benjamin Kramer
 - [PATCH] Restrict -Winconsistent-missing-override warnings on	class templates with dependent bases
 
David Blaikie
 - r231494 - Sema: The i8 suffix should yield a literal of type char
 
David Majnemer
 - LLVM buildmaster will be restarted after 6 PM Pacific time today
 
Galina Kistanova
 - [libcxx] r231496 - Fix the PrefixExecutor.
 
Dan Albert
 - [libcxx] r231498 - Oops. This arg is passed, just ignored.
 
Dan Albert
 - r231499 - MS ABI: Insert copy-constructors into the CatchableType
 
David Majnemer
 - [PATCH] Factor out RemoteExecutor from SSHExecutor.
 
Dan Albert
 - [PATCH] Copy data files to the remote runner.
 
Dan Albert
 - r231508 - CodeGen: Emit constant temporaries into read-only globals.
 
Benjamin Kramer
 - r230580 - Improvement on sized deallocation from r230160:
 
John McCall
 - [PATCH] Clang-format: Fix for #pragma option formatting
 
Sergey Razmetov
 - [PATCH] Add support for armv6k subtarget
 
Vinicius Tinti
 - [PATCH] Add mask values for the default rune table.
 
Dan Albert
 - r231533 - MS ABI: Correctly generate throw-info for pointer to const	qual types
 
David Majnemer
 - r231534 - MS ABI: Stick throw-related data into the .xdata section
 
David Majnemer
 - r231536 - Unbreak build bots
 
David Majnemer
 - r231538 - Replace Sema's map of locally-scoped extern "C"	declarations with a DeclContext
 
Richard Smith
 - r231540 - [analyzer] Revert changes from r229593;	an enhancement is under discussion
 
Anton Yartsev
 - r231541 - Revert r231508 "CodeGen: Emit constant temporaries into	read-only globals."
 
Hans Wennborg
 - r231548 - [analyzer] Remove unused type (addition to r231540: "Revert	changes from r229593")
 
Anton Yartsev
 - r231553 - [analyzer] RetainCountChecker: CF properties are always	manually retain-counted.
 
Jordan Rose
 - [PATCH] libc++: Add support for arc4random() to random_device.
 
Ed Schouten
 - [PATCH] libc++: Print log/error messages on stderr, not stdout
 
Ed Schouten
 - r231559 - Much like we silence warnings about -flto in many cases to	facilitate
 
Chandler Carruth
 - r231564 - Reapply r231508 "CodeGen: Emit constant temporaries into	read-only globals."
 
Benjamin Kramer
 - [PATCH] CodeGen: Make constant emission of arrays and structs more	aggressive.
 
Benjamin Kramer
 - [PATCH] Refactor: Move remove-cstr-calls from a standalone	executable to a clang-tidy check readability-redundant-string-cstr
 
Richard
 - r231573 - Wrap to 80 columns. No behavior change.
 
Nico Weber
 - r231575 - ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a	variadic macro
 
Benjamin Kramer
 - [libcxxabi] r231578 - Unwind: tweak register handling for AArch64
 
Saleem Abdulrasool
 - [libcxxabi] r231580 - Unwind: remove unnecessary check
 
Saleem Abdulrasool
 - [PATCH] Fix another -Wunused-local-typedef warning in include/__tree
 
Dimitry Andric
 - [PATCH] Add readability-redundant-void-arg check to clang-tidy
 
Richard
 - [PATCH] Add readability-duplicate-include check to clang-tidy
 
Richard
 - [PATCH] Refactor: Rename clang-tidy readability check files and	classes to follow naming conventions
 
Richard
 - [PATCH] Refactor: Rename clang-tidy misc check files and classes to	follow naming conventions
 
Richard
 - [PATCH] Correct doxygen for matcher macros that require a body
 
Richard
 - r231587 - [Rewrite] Move RewriteBuffer into its own header.
 
Argyrios Kyrtzidis
 - r231588 - [Rewrite] Make RewriteBuffer accessible on its own,	and add a unit test for it.
 
Argyrios Kyrtzidis
 - bug 22836 : atomics in shared_ptr (ThreadSanitizer)
 
Oleg Smolsky
 - [PATCH] [OPENMP] Improved code for generating debug info +	generation of all OpenMP regions in termination scope
 
John McCall
 - [PATCH] Add hasUnderlyingType narrowing matcher for TypedefDecls
 
Richard
 - [PATCH] Add clang-query check for hasUnderlyingType() narrowing	matcher
 
Richard
 - r231597 - Make constant static variables const so they can go into a	read-only section
 
Benjamin Kramer
 - r231603 - Make Token a real POD type.
 
Benjamin Kramer
 - r231604 - Fix the MSVC build.
 
Benjamin Kramer
 - r231605 - Properly initialize the parser_crash debug token.
 
Benjamin Kramer
 - [PATCH] Refactor: Simplify boolean expressions
 
Richard
 - [PATCH] Refactor: Simplify boolean expressions in clang with	clang-tidy
 
Richard
 - r231619 - Simplify boolean expressions in clang with clang-tidy
 
David Blaikie
 - [clang-tools-extra] r231620 - [clang-tidy] Fix assertion when a	dependent expression is used in an assert.
 
Alexander Kornienko
 - r231621 - Wrap to 80 columns. No behavior change.
 
Nico Weber
 - r231622 - Fix typo in comment.
 
Nico Weber
 - r231623 - Warn when jumping out of a __finally block via continue,	break, return, __leave.
 
Nico Weber
 - r231625 - Fix a theoretical bug when ParseCompoundStatement() returns	StmtError.
 
Nico Weber
 - r231628 - Warn when jumping out of a __finally block via goto.
 
Nico Weber
    
 
    
      Last message date: 
       Sun Mar  8 21:27:56 PDT 2015
    Archived on: Tue Aug  4 15:32:05 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).