The Week Of Monday 28 January 2013 Archives by thread
      
      Starting: Mon Jan 28 00:15:19 PST 2013
         Ending: Sun Feb  3 23:34:49 PST 2013
         Messages: 584
     
- [cfe-commits] r173429 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td test/Misc/warning-flags.c
 
Nick Lewycky
 - [cfe-commits] r173643 - Add a -pedantic warning: an anonymous union within an anonymous union is not
 
Alexey Samsonov
 - [cfe-commits] r173680 - Several small changes in formatting	decisions.
 
Daniel Jasper
 - [cfe-commits] r173683 - Improve formatting of conditional	expressions.
 
Daniel Jasper
 - [cfe-commits] r173684 - Initial support for formatting range-based	for-loops.
 
Daniel Jasper
 - [cfe-commits] r173685 - Make continuations in constructor	initializers consistent.
 
Daniel Jasper
 - [cfe-commits] Emit annotate attributes for function declarations
 
Job Noorman
 - [cfe-commits] [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
 
Timur Iskhodzhanov
 - [cfe-commits] r173622 - PR15067: Don't assert when a UCN appears in	a C90 file.
 
Benyei, Guy
 - [cfe-commits] [PATCH]OpenCL samplers
 
Benyei, Guy
 - [cfe-commits] [PATCH] AArch64 backend: Clang changes
 
Tim Northover
 - [cfe-commits] Committing AArch64?
 
Tim Northover
 - [cfe-commits] [PATCH,	RFC] Fix PR14881 (complex integer promotion rules)
 
Bill Schmidt
 - [cfe-commits] r173688 - Let clang-format break after a function's	return type.
 
Daniel Jasper
 - [cfe-commits] r173689 - Note that SrcMgr::SLocEntry's are POD-like,	so SmallVector can do a
 
Douglas Gregor
 - [cfe-commits] r173690 - Don't put a function's return type on its	own line in Google style.
 
Daniel Jasper
 - [cfe-commits] [PATCH] Don't warn on fall-through from	unreachable code.
 
Alexander Kornienko
 - [cfe-commits] r173692 - Eliminate memory allocation from most	invocations of
 
Douglas Gregor
 - [cfe-commits] r173586 - Attach any tag type's documentation to its typedef if
 
jahanian
 - [cfe-commits] [PATCH] Added verbose option to cpp11-migrate tool
 
Dmitri Gribenko
 - [cfe-commits] r173626 - Comment parsing: attach any tag type's documentation to its typedef if latter
 
jahanian
 - [cfe-commits] r171263 - in /cfe/trunk: lib/Sema/SemaDecl.cpp	test/SemaCXX/function-extern-c.cpp
 
Hans Wennborg
 - [cfe-commits] r173693 - Back out r173689. It doesn't matter when we're building with Clang anyway.
 
Douglas Gregor
 - [cfe-commits] r173695 - Fix a bug that would lead to bad line break	decisions in for loops.
 
Daniel Jasper
 - [cfe-commits] r173696 - FileCheck'ize test
 
Dmitri Gribenko
 - [cfe-commits] r173697 - FileCheck'ize and merge tests
 
Dmitri Gribenko
 - [cfe-commits] r173700 - Fix comment.
 
Eric Christopher
 - [cfe-commits] r173701 - PR15067 (again): Don't warn about UCNs in	C90 if we're raw-lexing.
 
Jordan Rose
 - [cfe-commits] r173702 - Add some more ASTReader statistics for	global method pool lookups.
 
Douglas Gregor
 - [cfe-commits] r173703 - Tests: remove disabled llvm-gcc invocations
 
Dmitri Gribenko
 - [cfe-commits] r173705 - ASTReader and profiling statistics indicate that implementing a method
 
Douglas Gregor
 - [cfe-commits] r173707 - Enable the global module index by default.	Introduce the
 
Douglas Gregor
 - [cfe-commits] ANNOUNCEMENT: Removing list prefix
 
Tanya Lattner
 - [cfe-commits] r173510 - /cfe/trunk/test/Parser/ms-inline-asm.c
 
Chad Rosier
 - [cfe-commits] r173708 - Forbid the use of objects in unions in	Objective-C++ ARC. Fixes
 
Douglas Gregor
 - [cfe-commits] [PATCH] Validate C99 and C++03's set of UCNs
 
Jordan Rose
 - [cfe-commits] r173361 - in /cfe/trunk: include/clang/Driver/Compilation.h include/clang/Driver/Util.h lib/Driver/Compilation.cpp lib/Driver/Driver.cpp lib/Driver/Tools.cpp lib/Driver/Tools.h test/Driver/output-file-cleanup.c
 
Chad Rosier
 - [cfe-commits] r173713 - Undo my re-wording of the "ARC forbids	Objective-C objects in ..."
 
Douglas Gregor
 - [cfe-commits] r173714 - FileCheck'ize and merge tests
 
Dmitri Gribenko
 - [cfe-commits] r173715 - [driver] Revise this test to remove the dependency on the integrate assembler.
 
Chad Rosier
 - [cfe-commits] r173716 - Migrate a test to -verify
 
Dmitri Gribenko
 - [cfe-commits] [PATCH] PR13824 warn if reinterpret_cast used for	up/downcast
 
Alexander Zinenko
 - [cfe-commits] r173717 - FileCheck'ize a test
 
Dmitri Gribenko
 - [PATCH] <<Add user documentation for cpp11-migrate>>
 
Jack Yang
 - r173720 - FileCheck'ize tests
 
Dmitri Gribenko
 - [cfe-commits] r172883 - in /cfe/trunk:	include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h	lib/StaticAnalyzer/Core/BugReporter.cpp	test/Analysis/diagnostics/false-positive-suppression.c	test/Analysis/diagnostics/include/	test/Analysis/diagnostics/include/sys/	test/Analysis/diagnostics/include/sys/queue.h
 
Anna Zaks
 - r173726 - Finish semantic analysis for [[carries_dependency]]	attribute.
 
Richard Smith
 - [PATCH] Introduce cxstring::createEmpty()
 
Dmitri Gribenko
 - [PATCH] -fcatch-undefined-behavior with trapping implementation
 
Chad Rosier
 - [PATCH] Utilize the indents in -ast-dump to draw structural	information
 
Richard Smith
 - [PATCH] Use executable name from compilation database.
 
Sean Silva
 - r173744 - Abstract the behavior of when to use base-class tail	padding.
 
John McCall
 - r173746 - Replace AS_MSTypespec with AS_Keyword,	for representing any attribute spelled
 
Richard Smith
 - r173747 - Don't crash while printing APValues that are lvalues casted	to a
 
Douglas Gregor
 - r173749 - Actually remove the hack which was blocking the	Borland-style attributes from
 
Richard Smith
 - r173752 - Treat alignas and _Alignas as keyword attributes. This	allows us to
 
Richard Smith
 - r173754 - Test that we print MS keyword attributes without a	__declspec(...) adornment.
 
Richard Smith
 - r173756 - Fold tests for C++ 'main' into a single file.
 
Richard Smith
 - [PATCH] Analyzer: model trivial copy constructors directly
 
Anna Zaks
 - r173758 - PR15100: look through type sugar when determining whether	we have one of the
 
Richard Smith
 - r173762 - Modify the tests for the (sorted) order that the attributes	come out as now.
 
Bill Wendling
 - [cfe-commits] unix.Malloc static checker improvement:	memory.LeakPtrValChanged
 
Branden Archer
 - r173765 - Add a test case for attribute print.
 
Michael Han
 - r173766 - PR15017: A '>' can appear after a type-specifier in a	template-argument-list.
 
Richard Smith
 - r173768 - Propagate the spelling list index for an attribute across	template instantiation.
 
Richard Smith
 - r173771 - C++11 status:
 
Richard Smith
 - [PATCH] Alignment attribute printing.
 
Michael Han
 - [PATCH]OpenCL event_t overloading
 
Benyei, Guy
 - r173779 - Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for	alignas and _Alignas.
 
Richard Smith
 - r173785 - Remove empty lines before "}".
 
Daniel Jasper
 - r173787 - Reverting changes from r173785 (removing empty lines before	"}").
 
Daniel Jasper
 - r173788 - Downgrade 'attribute ignored when parsing type' from error	to warning, to match
 
Richard Smith
 - Compilation errors with Visual Studio 10
 
Free styler
 - r173789 - Produce a diagnostic if alignas is applied to an expression.	Neither C11 nor
 
Richard Smith
 - r173790 - Test update missed in r173789.
 
Richard Smith
 - [PATCH] [msan] Run more optimization after MemorySanitizer pass
 
Evgeniy Stepanov
 - r173791 - Add a diagnostic for an OpenCL kernel with a pointer pointer	argument.
 
Joey Gouly
 - r173792 - Initial support for multiple variable declarations.
 
Daniel Jasper
 - r173793 - Fix a comment and reformat clang-format with clang-format
 
Daniel Jasper
 - patch: remove entries from UndefinedInternals as functions are defined
 
Nick Lewycky
 - tooling helper
 
Laszlo Nagy
 - [PATCH] Fixing warnings revealed by gcc release build
 
Edwin Vane
 - r173801 - Calculate the split penalty upfront.
 
Daniel Jasper
 - r173802 - Fix a crash in OpenCL code by using the proper (RHS)	bit-width.
 
Joey Gouly
 - r173803 - Fix uninitialized error caused by r173801.
 
Daniel Jasper
 - r173805 - Split ">>" in "A<B<C> >" in Chromium style.
 
Daniel Jasper
 - r173806 - Allow all parameters on next line for function calls in	Chrome.
 
Daniel Jasper
 - r173811 - Mark a struct definition in an objc container with the	TopLevelDeclInObjCContainer bit.
 
Argyrios Kyrtzidis
 - [cfe-commits] r165273 - in /cfe/trunk:	lib/CodeGen/CodeGenFunction.cpp test/CodeGen/catch-undef-behavior.c	test/CodeGenCXX/catch-undef-behavior.cpp test/CodeGenCXX/return.cpp
 
Daniel Dunbar
 - r173821 - Improve formatting of code with comments.
 
Daniel Jasper
 - r173825 - [driver] Refactor the driver so that a failing commands	doesn't prevent
 
Chad Rosier
 - [patch] Add a section about implementation-defined behavior to the	user's manual
 
Nico Weber
 - r173826 - [Preprocessor] When checking if we can concatenate two	tokens, check
 
Argyrios Kyrtzidis
 - r173830 - Move the token annotator into separate files.
 
Daniel Jasper
 - r173835 - Don't fixit/recover from -Wstatic-float-init when it's not	an error.
 
David Blaikie
 - [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Dmitri Gribenko
- [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Ben Gertzfield
 - [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Ben Gertzfield
 - [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Dmitri Gribenko
 - [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Ben Gertzfield
 - [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Dmitri Gribenko
 - [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Ben Gertzfield
 - [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Dmitri Gribenko
 - [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Ben Gertzfield
 - [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Ben Gertzfield
 - [PATCH] Add CommentOptions,	allow specifying custom comment block commands
 
Dmitri Gribenko
 
 - r173841 - Move -Wstatic-float-init fixit into a note & don't recover	as if constexpr
 
David Blaikie
 - [PATCH] Don't warn about Unicode characters in -E mode
 
Jordan Rose
 - r173843 - clang/test/Index/getcursor-preamble.m: Tweak for win32.	env(1) is required to change variables locally.
 
NAKAMURA Takumi
 - r173844 - clang/test/Index/getcursor-preamble.m: Formatting.
 
NAKAMURA Takumi
 - r173848 - [ubsan] Implement the -fcatch-undefined-behavior flag using	a trapping
 
Chad Rosier
 - r173850 - [Doc parsing] Patch to parse Doxygen-supported HTML	character
 
Fariborz Jahanian
 - [PATCH][OpenCL] Check that kernel returns void type
 
Tanya Lattner
 - r173852 - [driver] Clear the FailureResultFiles when initializing	clang diagnostics. Also, 
 
Chad Rosier
 - r173853 - [Frontend] Factor out helper function, for clarity.
 
Daniel Dunbar
 - r173854 - [Frontend] Rename a member variable to clarify its intent.
 
Daniel Dunbar
 - r173855 - [Frontend] Make the include dir group independent from the	"use sysroot" bit.
 
Daniel Dunbar
 - r173856 - Removed couple of html named character references in
 
Fariborz Jahanian
 - r173859 - [Frontend] Add an ExternCSystem include entry group.
 
Daniel Dunbar
 - r173860 - [Frontend] Remove actual ImplicitExternC member variable.
 
Daniel Dunbar
 - r173861 - clang/test/Driver/asan-ld.c: Try not to mismatch temporary	file, like "tmpkcfdld".
 
NAKAMURA Takumi
 - r173866 - [Frontend] Remove HeaderSearchOptions::Entry::IsInternal,	which is unused.
 
Daniel Dunbar
 - [PATCH] AArch64 backend: Clang changes
 
Doug Gregor
 - r173871 - [Frontend] Factor AddUnmappedPath() out of AddPath() and	simplify.
 
Daniel Dunbar
 - r173872 - c: When checking on validity of sizeof passed as size of
 
Fariborz Jahanian
 - r173873 - Provide a fixit for constexpr non-static data members.
 
David Blaikie
 - r173880 - [Sema] Constrain test added in r173873 with	expected-error-re
 
David Blaikie
 - r173881 - Don't warn about Unicode characters in -E mode.
 
Jordan Rose
 - r173883 - Unresolved lookups can have using declarations that refer to
 
Douglas Gregor
 - [PATCH] Don't warn on fall-through from unreachable code.
 
Alexander Kornienko
 - r173889 - Don't warn on fall-through from unreachable code.
 
Alexander Kornienko
 - patch: fix ODR-used of pure virtual methods
 
Nick Lewycky
 - r173898 - Semantic analysis and CodeGen support for C11's _Noreturn.	This is modeled as
 
Richard Smith
 - r173899 - Fix test failure from previous change.
 
Richard Smith
 - r173900 - C11: Provide the missing half of <stdalign.h>
 
Richard Smith
 - r173903 - The instance methods of the root class of an Objective-C	hieararchy
 
Douglas Gregor
 - r173905 - Add "instancetype" as a code completion result for the	return type of
 
Douglas Gregor
 - r173916 - Don't generate no-op replacements.
 
Daniel Jasper
 - r173918 - Also promote fp16 types to double when they're anonymous	variadic arguments.
 
Tim Northover
 - [clang-tools-extra] r173919 - Don't touch unchanged file for in-place	edit.
 
Daniel Jasper
 - [PATCH] Intercept allocation to skim allocated types
 
Dai MIKURUBE
 - r173924 - Move UTF conversion routines from clang/lib/Basic to	llvm/lib/Support
 
Dmitri Gribenko
 - r173925 - Index/special-html-characters.m: mark this as XFAIL for	valgrind
 
Dmitri Gribenko
 - r173927 - Revert unintended change
 
Dmitri Gribenko
 - r173931 - Comment parsing: resolve more named character references
 
Dmitri Gribenko
 - r173934 - Comment parsing: fold named character references test into	other HTML tests
 
Dmitri Gribenko
 - [PATCH] Move commonly useful code for AST testing into MatchVerfier.h.
 
Manuel Klimek
 - [cfe-commits] [PATCH] First OpenMP patch
 
Alexey Bataev
 - r173948 - Documentation: fix link to ExecuteAction(),	which was previously typoed as
 
James Dennett
 - r173949 - Documentation: add a link to Bear,	a tool to help with JSON DB
 
Dmitri Gribenko
 - r173950 - Documentation: fix escaping in JSON example
 
Dmitri Gribenko
 - r173951 - [analyzer] Model trivial copy/move ctors with an aggregate	bind.
 
Jordan Rose
 - r173952 - [preprocessor] Don't warn about "disabled expansion of	recursive macro"
 
Argyrios Kyrtzidis
 - Patch for Vector Literal source ranges (Bug 15095)
 
John Stratton
 - r173953 - Hoist retrieval of Expr* into caller. No functionality	change.
 
Ted Kremenek
 - r173954 - scan-build: When using Xcode 4.6,	use build settings for doing proper build interposition.
 
Ted Kremenek
 - r173955 - [analyzer] Remove further references to analyzer-ipa.
 
Anna Zaks
 - r173956 - [analyzer] Move report false positive suppression to report	visitors.
 
Anna Zaks
 - r173957 - [analyzer] Use analyzer config for max-inlinable-size	option.
 
Anna Zaks
 - r173958 - [analyzer] Make shallow mode more shallow.
 
Anna Zaks
 - r173959 - Fix r173881 to properly skip invalid UTF-8 characters in raw	lexing and -E.
 
Jordan Rose
 - r173961 - Fix comment in test/Lexer/utf8-invalid.c for updates in	r173959.
 
Jordan Rose
 - r173963 - Add OpenCL error that a kernel function must have void	return type. Includes a test case.
 
Tanya Lattner
 - r173965 - Handle passing non-Qualtypes to %diff better. Instead of	asserting, fall back
 
Richard Trieu
 - r173970 - Revert "[preprocessor] Don't warn about "disabled expansion	of recursive macro""
 
Argyrios Kyrtzidis
 - [Patch]OpenCL size_t and ptrdiff_t as builtin types
 
Benyei, Guy
 - r173976 - Diagnostics: if a line is longer than 4096 characters,	don't print it.
 
Jordan Rose
 - r173978 - Cast to remove the narrowing conversion error in c++11.
 
Filipe Cabecinhas
 - r173979 - TableGen backends: use emitSourceFileHeader() to emit the	warning about
 
Dmitri Gribenko
 - r173980 - Changed to static_cast, due to post-commit review.
 
Filipe Cabecinhas
 - r173981 - Diagnostics: Clarify name of line-length-limiting constant	in r173976.
 
Jordan Rose
 - [cfe-dev] [RFC] Captured Statements
 
Pan, Wei
 - [PATCH] Change how address spaces are mangled
 
Tanya Lattner
 - r173991 - Reinstate r173952, this time limiting it to exactly the form
 
Douglas Gregor
 - r173996 - Fix unused variable warnings in -asserts build
 
Matt Beaumont-Gay
 - r174004 - Make sure that the Attribute object represents one	attribute only.
 
Bill Wendling
 - [cfe-commits] [PATCH] Fix for CXXConstructExpr printing when	implicit default argument is used.
 
Will Wilson
 - r174013 - When comparing two templates in the template differ,	consider them the
 
Douglas Gregor
 - r174015 - Sometimes ld is just ld.
 
Matt Beaumont-Gay
 - r174016 - [analyzer] Fix a bug in region store that lead to undefined	value false
 
Anna Zaks
 - r174020 - Fix ODR-use of a MemberExpr to check before marking a pure	function used. Remove
 
Nick Lewycky
 - r174022 - Add indents to AST dumping and removed parenthesis from AST	nodes.
 
Richard Trieu
 - r174025 - Fix -Wcovered-switch-default and -Wunused-private-field	warnings.
 
Richard Smith
 - r174029 - When comparing two template template arguments in the	template differ, consider
 
Richard Trieu
 - r174031 - [analyzer] If a lazy binding is undefined,	pretend that it's unknown instead.
 
Jordan Rose
 - r174032 - Clarify the diagnostic for -Wnested-anon-types.
 
Richard Smith
 - r174033 - Fix grammar in comment.
 
Nick Lewycky
 - r174034 - Remove elements from Sema.UndefinedInternals as functions	are defined. Also
 
Nick Lewycky
 - r174036 - Replace "failed template argument deduction" diagnostic with	something useful
 
Richard Smith
 - r174037 - Allow the computation of the base priority for a	declaration code completion result to consider the completion context
 
Douglas Gregor
 - r174038 - When code completing in a statement,	parenthesized expression, or
 
Douglas Gregor
 - r174039 - Improve 'failed template argument deduction' diagnostic for	the case where we
 
Richard Smith
 - r174042 - When we're emitting a constructor or destructor call from a	delegating
 
Douglas Gregor
 - r174043 - Remove incorrect warning signs from	QualType::getUnqualifiedType(). These
 
Richard Smith
 - patch: new warning on ODR-use of undefined inline functions
 
Nick Lewycky
 - [PATCH] Fix PR14514: Call destructor automatically after a throw	(clang bug)
 
WenHan Gu (谷汶翰)
 - r174049 - [msan] Run more optimizations after MemorySanitizer pass.
 
Evgeniy Stepanov
 - r174050 - Added outer template parameter lists to friend type AST	nodes.
 
Enea Zaffanella
 - r174053 - Revert r174043 and tweak the comment wording so I'm	(hopefully) not confused by it again!
 
Richard Smith
 - [PATCH] Use const visitors in ASTDumper
 
Philip Craig
 - r174055 - Add support for AArch64 target.
 
Tim Northover
 - RFC: Promote AArch64 to be built by default
 
Tim Northover
 - [PATCH] OpenMP threadprivate directive
 
Алексей Батаев
 - Fwd: Code ownership of AArch64
 
Tim Northover
 - r174057 - Move commonly useful code for AST testing into	MatchVerfier.h.
 
Manuel Klimek
 - r174060 - Attempt to fix Windows build breakage.
 
Evgeniy Stepanov
 - [PATCH] Turn off missing field initializer warnings for gcc
 
Edwin Vane
 - r174061 - Several improvements to the formatting of static	initializers.
 
Daniel Jasper
 - [PATCH] Re-design the convenience interfaces on MatchFinder.
 
Manuel Klimek
 - r174063 - Never break inside something that was a preprocessor	directive.
 
Manuel Klimek
 - r174064 - clang/test/Index/skip-parsed-bodies/compile_commands.json:	Mark it as XFAIL:mingw32, for now.
 
NAKAMURA Takumi
 - r174069 - Revert "[analyzer] Model trivial copy/move ctors with an	aggregate bind."
 
Jordan Rose
 - [PATCH] Fix alignment attribute printing.
 
Michael Han
 - clang and aarch64 backend changes to support Neon
 
Tim Northover
 - Please review patch to add '\headerfile' command conversion to HTML
 
jahanian
 - r174075 - Micro-change: moved a brace for better readability
 
Alexander Kornienko
 - r174076 - Reverted unintendedly-committed file.
 
Alexander Kornienko
 - [cfe-commits] Fix PR 11326: conflicting mabi between -mabi and	-target options on ARM
 
Weiming Zhao
 - r174077 - Preprocessor: initialize member introduced in r173881.
 
Jordan Rose
 - r174081 - Lexer: Don't warn about Unicode in preprocessor directives.
 
Jordan Rose
 - r174096 - [analyzer] Don't track autorelease pools created by +new.
 
Jordan Rose
 - r174104 - [analyzer]RetainCount: Fix an autorelease related false	positive.
 
Anna Zaks
 - r174109 - [Comment parsing] Add support for recognizing
 
Fariborz Jahanian
 - r174111 - Update the tests.
 
Bill Wendling
 - r174112 - Escape backslash in the comment.
 
Dmitri Gribenko
 - r174114 - Comment parsing: add more comments to CommentCommands.td
 
Dmitri Gribenko
 - patch: fix odr of pure functions in declrefexpr
 
Nick Lewycky
 - r174124 - clang/test/Index/headerfile-comment-to-html.m: Try to	unbreak libxml2-less hosts to eliminate "CommentXMLValid".
 
NAKAMURA Takumi
 - Patch for \todo command in comment.
 
jahanian
 - r174126 - Consistently format sample diagnostics on this page.
 
Richard Smith
 - r174133 - [Sema][Attr]Fix alignment attribute printing.
 
Michael Han
 - r174140 - Enable -fno-altivec, -mno-altivec for PowerPC.
 
Bill Schmidt
 - [cfe-commits] [PATCH] Smarter implicit	copy-construction/copy-assignment.
 
John McCall
 - r174145 - Don't do delayed exception-specification checking on an	invalid
 
Douglas Gregor
 - r174146 - Destroy arrays and ARC fields when throwing out of ctors.
 
John McCall
 - r174151 - Add PPC A2Q core and BG/Q preprocessor definitions
 
Hal Finkel
 - r174157 - Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot	underalign.
 
Richard Smith
 - r174158 - Add a new -Wundefined-inline warning for inline functions	which are used but not
 
Nick Lewycky
 - r174160 - Fix diagnostic for bad alignas use: it can't be applied to	functions.
 
Richard Smith
 - r174166 - Revamp of the basic layouting algorithm in clang-format.
 
Daniel Jasper
 - r174169 - Hopefully fix windows build due to non-standard pair	implementation.
 
Daniel Jasper
 - r174171 - Use const visitors in ASTDumper.
 
Alexander Kornienko
 - r174172 - Re-design the convenience interfaces on MatchFinder.
 
Manuel Klimek
 - r174173 - libclang: introduce cxstring::createNull()
 
Dmitri Gribenko
 - r174174 - libclang: itroduce cxstring::createEmpty()
 
Dmitri Gribenko
 - r174176 - Revise unit testing for -fno-altivec, -mno-altivec.
 
Bill Schmidt
 - r174181 - Fix PR14881 by implementing conversion rules between int and	complex int.
 
Bill Schmidt
 - r174182 - Fixed segmentation fault when a CFGBlock has NULL successor.
 
Alexander Kornienko
 - r174183 - Fix a string not seen without asserts
 
Bill Schmidt
 - r174185 - Add check for @foo
 
Bill Schmidt
 - r174190 - Introduce SourceManager::PredefinesFileID,	to allow each checking of whether
 
Argyrios Kyrtzidis
 - r174191 - For ModuleLoader::makeModuleVisible() also pass the source	location where the
 
Argyrios Kyrtzidis
 - r174192 - [modules] Introduce ModuleFile::DirectImportLoc which is the	source location
 
Argyrios Kyrtzidis
 - r174194 - libclang: add comments for CXStringFlag
 
Dmitri Gribenko
 - r174195 - libclang: document the purpose of createNull()
 
Dmitri Gribenko
 - r174197 - Fix comments: these are not trailing comments
 
Dmitri Gribenko
 - r174201 - Fix indent
 
Dmitri Gribenko
 - r174202 - Micro change: moved '{' for better readability (+don't	confuse -Wimplicit-fallthrough)
 
Alexander Kornienko
 - r174203 - [driver] Don't try to generate diagnostic information for	dsymutil crashes.
 
Chad Rosier
 - r174204 - Add -mqpx and -mno-qpx feature flags to toggle use of the	PPC QPX vector instruction set
 
Hal Finkel
 - r174206 - Fix exception handling line table problems introduced by	r173593
 
David Blaikie
 - r174211 - [analyzer] Reuse a LazyCompoundVal if its type matches the	new region.
 
Jordan Rose
 - r174212 - Re-apply "[analyzer] Model trivial copy/move ctors with an	aggregate bind."
 
Jordan Rose
 - r174213 - [analyzer] Explain why we have system-header-simulator*.h	files.
 
Jordan Rose
 - r174214 - objc: Provide correct fixit instruction when two mismatched
 
Fariborz Jahanian
 - r174215 - Add some missing PPC cpus
 
Bill Schmidt
 - r174216 - Comment parsing: improve the fidelity of XML output for	many block commands
 
Dmitri Gribenko
 - r174217 - Unbreak Makefile build after r174216
 
Dmitri Gribenko
 - r174218 - Const'ify Preprocessor::getPredefinesFileID.
 
Argyrios Kyrtzidis
 - r174229 - clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for	-Asserts.
 
NAKAMURA Takumi
 - [PATCH] Reduce CXString abuse
 
Dmitri Gribenko
 - r174234 - Merge "special" types from different modules in the AST	reader.
 
Douglas Gregor
 - r174238 - libclang: introduce cxstring::{createRef,	createDup} for C strings
 
Dmitri Gribenko
 - r174242 - This patch makes "&Cls::purevfn" not an odr use. This isn't	what the standard
 
Nick Lewycky
 - r174243 - [analyzer] Fix typo.
 
Anna Zaks
 - r174244 - [analyzer] Print Inline mode with	-analyzer-display-progress.
 
Anna Zaks
 - r174245 - [analyzer] Always inline functions with bodies generated by	BodyFarm.
 
Anna Zaks
 - r174246 - Basics
 
David Blaikie
 - r174247 - Generalize DebugInfo tests by avoiding explicit metadata	numbers
 
David Blaikie
 - [PATCH] Pull Lexer's CharInfo table out for general use throughout	Clang
 
Jordan Rose
 - r174248 - Sentenc-ify comment added in r174206.
 
David Blaikie
 - r174249 - Revert r174246, accidentally committed.
 
David Blaikie
 - r174252 - Update checker build to checker-271.
 
Ted Kremenek
 - r174253 - On platforms which do not support ARC natively,	do not mark objc_retain/objc_release as "nonlazybind".
 
Michael Gottesman
 - r174254 - Fixed whitespace.
 
Michael Gottesman
 - r174255 - Fixed another whitespace issue... *sigh*.
 
Michael Gottesman
 - r174256 - Revert "Update checker build to checker-271."
 
Ted Kremenek
 - r174257 - Don't forget to run destructors when we create an array	temporary of class type.
 
Richard Smith
 - r174260 - Add some horrible Perl code to teach scan-build to	recursively walk a directory for HTML files.
 
Ted Kremenek
 - r174261 - Correctly classify T{} as an array temporary if T is an	array of class type with nontrivial destructor.
 
Richard Smith
 - r174262 - PR15132: Replace "address expression must be an lvalue or a	function
 
Richard Smith
 - r174263 - libclang: introduce cxstring::{createRef,	createDup} for StringRefs
 
Dmitri Gribenko
 - r174265 - Revert "[analyzer] Model trivial copy/move ctors with an	aggregate bind."
 
Jordan Rose
 - [PATCH] CodeGen: Implement the hint value for dyn_cast as described	in the Itanium C++ ABI.
 
Benjamin Kramer
 - r174278 - clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to	unbreak test for a few targets.
 
NAKAMURA Takumi
 - r174280 - libclang: remove unneeded const_casts
 
Dmitri Gribenko
 - r174281 - libclang: migrate USRGenerator to ConstDeclVisitor
 
Dmitri Gribenko
 - r174282 - Constify ASTContext::getObjContainingInterface
 
Dmitri Gribenko
 - r174283 - libclang: remove unneeded const_cast
 
Dmitri Gribenko
 - r174284 - libclang: migrate IndexingDeclVisitor to ConstDeclVisitor
 
Dmitri Gribenko
 - r174285 - libclang: remove 'using namespace cxstring'
 
Dmitri Gribenko
 - r174286 - libclang: wrap CXString implementation into 'namespace	cxstring'
 
Dmitri Gribenko
 - r174287 - Remove unneeded const_casts
 
Dmitri Gribenko
 - r174289 - CodeGen: Mark the runtime function __dynamic_cast as	readonly & nounwind.
 
Benjamin Kramer
 - r174290 - Comment to XML conversion: replace string comparison with	command ID comparison
 
Dmitri Gribenko
 - r174291 - Fix bug in formatting of nested initializers.
 
Daniel Jasper
 - r174292 - CodeGen: Remove unnecessary const_casts. No functionality	change.
 
Benjamin Kramer
 - r174293 - CodeGen: Implement hint values for dynamic_cast as	described in the Itanium C++ ABI.
 
Benjamin Kramer
 - r174294 - Drop value names from test to get -Asserts builds back to	green.
 
Benjamin Kramer
 - r174296 - DeclPrinter: fix CXXConstructExpr printing with implicit	default argument
 
Dmitri Gribenko
 - r174303 - clang/Analysis: Fix r174245,	a valgrind error in AnalysisDeclContext::getBody(bool	&IsAutosynthesized), to initialize IsAutosynthesized explicitly.
 
NAKAMURA Takumi
 - r174307 - Restructuring of token annotation for formatting.
 
Daniel Jasper
 - r174308 - Fix an error in formatting of for-loops.
 
Daniel Jasper
 - r174309 - Improve handling of trailing block comments.
 
Daniel Jasper
 - r174310 - Improve formatting of stream operators.
 
Daniel Jasper
    
 
    
      Last message date: 
       Sun Feb  3 23:34:49 PST 2013
    Archived on: Tue Aug  4 15:30:54 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).