The Week Of Monday 2 December 2013 Archives by author
Starting: Mon Dec 2 00:18:44 PST 2013
Ending: Sun Dec 8 23:03:59 PST 2013
Messages: 626
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Albert J. Wong (王重傑)
- [cfe-commits] r142693 - in /cfe/trunk: lib/CodeGen/CGRTTI.cpp lib/Sema/SemaDeclAttr.cpp lib/Sema/SemaDeclCXX.cpp test/CodeGenCXX/weak-extern-typeinfo.cpp
Aaron Ballman
- r196103 - Using the proper set key when determining whether a SubsetSubject helper method has been previously generated.
Aaron Ballman
- r196105 - Replacing custom subject application logic with table-generated logic. Affects: guarded_var, pt_guarded_var, guarded_by, pt_guarded_by, acquired_after and acquired_before. No functional change intended.
Aaron Ballman
- r196107 - Switching the ibaction attribute handler to the generalized handler. No functional change intended.
Aaron Ballman
- r196110 - The FieldDecl is already covered by the ValueDecl case, so it is being removed.
Aaron Ballman
- r196116 - The __w64 attribute handler was more generically named, but only applied to __w64 specifically. Renamed and removed some unused code. No functional change intended.
Aaron Ballman
- [PATCH] __w64 attribute in ms mode
Aaron Ballman
- [cfe-commits] r142693 - in /cfe/trunk: lib/CodeGen/CGRTTI.cpp lib/Sema/SemaDeclAttr.cpp lib/Sema/SemaDeclCXX.cpp test/CodeGenCXX/weak-extern-typeinfo.cpp
Aaron Ballman
- r196120 - Re-enabled support for the Subjects for the weak attribute. This changes the diagnostic involved to be more accurate -- for C++ code, it will now report that weak applies to variables, functions or classes. Added additional test case for this.
Aaron Ballman
- r196126 - Factored attribute mutual exclusion code into a helper function; split the cf_audited_transfer and cf_unknown_transfer attributes into separate helper methods for simplicity. No functional changes intended.
Aaron Ballman
- [PATCH] Automated handling of language options for attributes
Aaron Ballman
- r196138 - Automate attribute language option checking by specifying the list of options to test in tablegen.
Aaron Ballman
- [PATCH] Automated handling of language options for attributes
Aaron Ballman
- r196142 - Rectifying style issues with generated code. No functional change intended.
Aaron Ballman
- r196155 - The CUDA device attribute doesn't need custom logic to check the number of attribute arguments (the common attribute handler already does this). Switching to use the simple attribute handler. No functional change intended.
Aaron Ballman
- nothrow and const Attribtues
Aaron Ballman
- [PATCH] section attribute subjects
Aaron Ballman
- r196162 - Simplifying a test for duplicate vec_type_hint attributes. The assert and attribute kind test were superfluous. No functional change intended.
Aaron Ballman
- nothrow and const Attribtues
Aaron Ballman
- r196165 - Refactored the work group-related attributes to use a template, which reduces the amount of duplicate code in the handler. No functional change intended.
Aaron Ballman
- nothrow and const Attribtues
Aaron Ballman
- r196273 - Typo caught by Alp Toker: s/appertain/appertains
Aaron Ballman
- r196142 - Rectifying style issues with generated code. No functional change intended.
Aaron Ballman
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Aaron Ballman
- r196387 - When parsing ignored attribute arguments, presuming the first argument is an unresolved identifier the same way that we do for unknown arguments. This resolves PR18075, where we regressed the handling of OpenBSD's bounded attribute.
Aaron Ballman
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Aaron Ballman
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Aaron Ballman
- r196408 - ObjectiveC - Introducing objc_bridge_related attribute
Aaron Ballman
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- r196417 - Getting rid of some hard-coded strings. No functional changes intended, though some test cases needed to be updated for attribute names becoming quoted.
Aaron Ballman
- r196420 - The MSP430Interrupt attribute does have a sema handler (it's in TargetAttributesSema). Added a FIXME about the attribute being nameless when it really does have a valid name, and a comment explaining why we're using the name instead of the attribute kind.
Aaron Ballman
- r196428 - Common functionality is already checked within SemaDeclAttr.cpp and so it does not need to be re-checked for each target.
Aaron Ballman
- r196429 - Giving a Subjects list to DllExport, which allows the removal of some custom semantic handling. The same cannot be done for DllImport, and so comments were left explaining why.
Aaron Ballman
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Aaron Ballman
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Aaron Ballman
- [PATCH] Only strip underscores for GNU attributes
Aaron Ballman
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Aaron Ballman
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Aaron Ballman
- [clang-tools-extra] r196474 - Re-apply r196439, with sed patterns modified to be more DOS-path friendly.
Aaron Ballman
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- [PATCH] section attribute subjects
Aaron Ballman
- [PATCH] __w64 attribute in ms mode
Aaron Ballman
- r196583 - Reverting changes from r196415; this patch exposed a different, but unrelated bug regarding the __has_attribute implementation. Reverting to unblock the Chrome tsan builds.
Aaron Ballman
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- r196584 - Tweak the ordering of a conditional to possibly avoid a few strcmps.
Aaron Ballman
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
- r196592 - Turning the __w64 attribute into an ignored attribute to match other Microsoft extensions we do not currently support. Note that __w64 has been deprecated in MSVC since 2008.
Aaron Ballman
- [PATCH] __w64 attribute in ms mode
Aaron Ballman
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Aaron Ballman
- [PATCH] make helper function static
Bas van den Berg
- [PATCH] make helper function static
Bas van den Berg
- [PATCH] Fix for [temp.local] p7 template-parameter of the member is not hidden if the member is a class
Karthik Bhat
- [PATCH] clang does not emit DW_TAG_enumerator and DW_TAG_enumeration_type for unnamed enum types
David Blaikie
- [PATCH] New warning when using memset etc on std class data
David Blaikie
- [PATCH] make helper function static
David Blaikie
- Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)
David Blaikie
- r196399 - Fix test case due to r196394 and improve it to not rely on LLVM code generation either.
David Blaikie
- [PATCH] Add option to use temporary file for assembling with clang
David Blaikie
- [PATCH] -Wassign-enum: compare unqualified types
David Blaikie
- [PATCH] -Wassign-enum: compare unqualified types
David Blaikie
- r196229 - Parse: Fix references to 'if' that meant 'for', 'do', and 'while'
Justin Bogner
- r196621 - test/Driver: Check that @ arguments that aren't files are handled
Justin Bogner
- r196333 - Fix several crash-on-invalids when using template-ids that aren't
Chandler Carruth
- Patch for clang-format to allow references and pointers to bind differently
Chandler Carruth
- Patch for clang-format to allow references and pointers to bind differently
Chandler Carruth
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Chandler Carruth
- [PATCH][ARM] Added support for krait cpu
Evan Cheng
- [libcxx] r196118 - Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
Marshall Clow
- [libcxx] r196127 - Found two identical files named 'allocators.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change
Marshall Clow
- [libcxx] r196174 - Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.
Marshall Clow
- [PATCH] Refactor some operations in <string>
Marshall Clow
- [libcxxabi] r196355 - Fixed a couple of test errors; changed 'const A const *' to 'const A* const'. Thanks to Nico for the catch
Marshall Clow
- [PATCH] [libc++] In C++11 GNU extension mode, start emulating libstdc++'s use of constexpr.
Peter Collingbourne
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Matthew Dempsky
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Matthew Dempsky
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Matthew Dempsky
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Matthew Dempsky
- r196123 - Fix a typo in a comment: expasion -> expansion
James Dennett
- r196590 - Move the body of GCCInstallationDetector ctor into an init() function
Roman Divacky
- [PATCH] Add option to use temporary file for assembling with clang
Daniel Dunbar
- r196275 - Check IR instead of assembly in this test.
Rafael Espindola
- r196276 - Check IR in this test.
Rafael Espindola
- r196277 - Check IR in this test.
Rafael Espindola
- r196278 - Check IR in this test.
Rafael Espindola
- r196279 - check IR in this test.
Rafael Espindola
- r196280 - check IR in this test.
Rafael Espindola
- r196281 - check IR in this test
Rafael Espindola
- r196282 - Check IR on this test.
Rafael Espindola
- r196284 - Check IR on this test.
Rafael Espindola
- r196285 - Check IR on this test.
Rafael Espindola
- r196286 - Check IR on this test.
Rafael Espindola
- r196287 - Check IR on this test.
Rafael Espindola
- r196410 - Remove empty header.
Rafael Espindola
- r196712 - Fix pr18174.
Rafael Espindola
- r196727 - GlobalAlias::isDeclaration is always false. Remove dead code.
Rafael Espindola
- r196753 - Avoid adding some decls to DeferredDeclsToEmit.
Rafael Espindola
- [PATCH] Error on invalid options in -### mode
Rafael Ávila de Espíndola
- r196080 - clang-format: Fix excessive formatting caused by r195954.
Rafael Espíndola
- r195543 - Generate a marker token when entering or leaving a submodule when building a
Rafael Espíndola
- [PATCH] Error on invalid options in -### mode
Rafael Espíndola
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Rafael Espíndola
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Rafael Espíndola
- [PATCH] Error on invalid options in -### mode
Rafael Espíndola
- [PATCH] Error on invalid options in -### mode
Rafael Espíndola
- [PATCH] Error on invalid options in -### mode
Rafael Espíndola
- r196451 - Add an AdjustedType sugar node for adjusting calling conventions
Rafael Espíndola
- [PATCH] Add option to use temporary file for assembling with clang
Rafael Espíndola
- [PATCH] Add option to use temporary file for assembling with clang
Rafael Espíndola
- [PATCH] Add option to use temporary file for assembling with clang
Rafael Espíndola
- [patch] Fix pr18141
Rafael Espíndola
- [PATCH] Add option to use temporary file for assembling with clang
Rafael Espíndola
- [patch] Fix pr18141
Rafael Espíndola
- r196664 - Delete the now unnecessary test/generic-lambda-unimplemented-1y.cpp
Rafael Espíndola
- Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)
Faisalv
- r196664 - Delete the now unnecessary test/generic-lambda-unimplemented-1y.cpp
Faisalv
- [PATCH][darwin] old assembler rejects -Q option, -no-integrated-as
David Fang
- [PATCH] Don't instrument inline functions that are not externally visible
Gonzalo Brito Gadeschi
- [PATCH] Don't instrument inline functions that are not externally visible
Gonzalo Brito Gadeschi
- [PATCH][ARM] Added support for krait cpu
Renato Golin
- [PATCH] Error on invalid options in -### mode
Renato Golin
- [PATCH] Error on invalid options in -### mode
Renato Golin
- [PATCH] Error on invalid options in -### mode
Renato Golin
- [PATCH][ARM] Added support for krait cpu
Renato Golin
- [PATCH] Allow the warning 'case value not in enumerated type' to be silenced
Doug Gregor
- [PATCH] -Wassign-enum: compare unqualified types
Doug Gregor
- [cfe-commits] r142693 - in /cfe/trunk: lib/CodeGen/CGRTTI.cpp lib/Sema/SemaDeclAttr.cpp lib/Sema/SemaDeclCXX.cpp test/CodeGenCXX/weak-extern-typeinfo.cpp
Douglas Gregor
- r196182 - MS inline asm: When LLVM called back to Clang to parse a name and do name
Dmitri Gribenko
- [PATCH] Allow the warning 'case value not in enumerated type' to be silenced
Dmitri Gribenko
- [PATCH] Allow the warning 'case value not in enumerated type' to be silenced
Dmitri Gribenko
- [PATCH] -Wassign-enum: compare unqualified types
Dmitri Gribenko
- [PATCH] -Wassign-enum: compare unqualified types
Dmitri Gribenko
- r196546 - Allow the warning 'case value not in enumerated type' to be silenced with
Dmitri Gribenko
- [PATCH] Allow the warning 'case value not in enumerated type' to be silenced
Dmitri Gribenko
- r196548 - -Wassign-enum: compare unqualified types
Dmitri Gribenko
- [PATCH] -Wassign-enum: compare unqualified types
Dmitri Gribenko
- [clang-tools-extra] r196439 - If the LLVM OBJ_DIR path contains any characters not listed in the
Lang Hames
- [clang-tools-extra] r196474 - Re-apply r196439, with sed patterns modified to be more DOS-path friendly.
Lang Hames
- [clang-tools-extra] r196439 - If the LLVM OBJ_DIR path contains any characters not listed in the
Lang Hames
- [clang-tools-extra] r196559 - clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Dequote safe chars rather than hairy quoting.
Lang Hames
- [libcxx] r196411 - Give all members of exception types default visibility. Lack of this is causing some illegal code relocations rare and hard to reproduce cases.
Howard Hinnant
- [PATCH] Microsoft Record Layout Required Alignment
Warren Hunt
- [PATCH] Microsoft Record Layout Required Alignment
Warren Hunt
- [PATCH] Microsoft Record Layout Required Alignment
Warren Hunt
- r196549 - Support MS-ABI's concept of "Required Alignment" imposed by
Warren Hunt
- [PATCH] Microsoft Record Layout Required Alignment
Warren Hunt
- r196602 - [MS-ABI] Fix alias-avoidance padding between bases
Warren Hunt
- [PATCH] Fixing Alias-Avoidance Padding for MS-ABI Layout
Warren Hunt
- [PATCH] Fixing Alias-Avoidance Padding for MS-ABI Layout
Warren Hunt
- r196605 - [MS-ABI] adds padding before all vbases after a bitfield
Warren Hunt
- [PATCH] Update to Microsoft VBases after bitfields
Warren Hunt
- r196627 - Fixing assertion failure introduced in 196602.
Warren Hunt
- r196602 - [MS-ABI] Fix alias-avoidance padding between bases
Warren Hunt
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Timur Iskhodzhanov
- r196296 - Issue diagnostic when constructor or destructor
Fariborz Jahanian
- r196408 - ObjectiveC - Introducing objc_bridge_related attribute
Fariborz Jahanian
- r196531 - ObjectiveC: Don't warn when method implemented in
Fariborz Jahanian
- r196629 - ObjectiveC. Continuing implementation of objc_bridge_related
Fariborz Jahanian
- Patch for clang-format to allow references and pointers to bind differently
Daniel Jasper
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
- [clang-tools-extra] r196037 - Add a .clang-format to avoid reflow of test RUN lines
Daniel Jasper
- r195961 - Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Daniel Jasper
- r196080 - clang-format: Fix excessive formatting caused by r195954.
Daniel Jasper
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
- [PATCH] Added an option to specify fallback style.
Daniel Jasper
- [PATCH] Added an option to specify fallback style.
Daniel Jasper
- [PATCH] Create a separate file for JS-specific unit tests.
Daniel Jasper
- [PATCH] Create a separate file for JS-specific unit tests.
Daniel Jasper
- [PATCH] Create a separate file for JS-specific unit tests.
Daniel Jasper
- r196213 - clang-format: Explicitly set fallback style that is tested.
Daniel Jasper
- r196297 - clang-format: Improve clang-format's documentation of ColumnLimit=0.
Daniel Jasper
- r196311 - Fix corner case in module-based layering warning.
Daniel Jasper
- [PATCH] Leave constructor initializer lists on one line in styles with no column limit.
Daniel Jasper
- Added SpaceAfterFunctionName option
Daniel Jasper
- Patch for clang-format to allow references and pointers to bind differently
Daniel Jasper
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
- Patch for clang-format to allow references and pointers to bind differently
Daniel Jasper
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
- r196573 - Allow string literals as module names.
Daniel Jasper
- [PATCH] Allow string literals as module identifiers
Daniel Jasper
- [PATCH] Modules: Make missing headers in a module.map a warning not an error.
Daniel Jasper
- r196582 - clang-format: Change line break decisions for array subscripts.
Daniel Jasper
- [PATCH] add option to break constructor initializers before colon
Daniel Jasper
- r195676 - Make the integrated assembler the default for cygwin/mingw too.
Yaron Keren
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] Emit an extension warning when changing system header tokens
Reid Kleckner
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Reid Kleckner
- [PATCH] Don't instrument inline functions that are not externally visible
Reid Kleckner
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Reid Kleckner
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Reid Kleckner
- [PATCH] Error on invalid options in -### mode
Reid Kleckner
- r196370 - [SystemZ] Fix handling of pass-by-pointer arguments
Reid Kleckner
- [PATCH] Microsoft Record Layout Required Alignment
Reid Kleckner
- r196402 - [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
- r196425 - Factor duplicated code for TransformTypeInObjectScope
Reid Kleckner
- [PATCH] Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
- r196451 - Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
- [PATCH] Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
- r196455 - Fix non-MSVC build error in ASTContext::getAdjustedType
Reid Kleckner
- [patch] Fix pr18141
Reid Kleckner
- r196545 - [ms-cxxabi] bitcast to i8* to deref a data member pointer
Reid Kleckner
- [PATCH] build libcxxabi unwind stuff on darwin with need for dyld_priv.h
Nick Kledzik
- [libcxxabi] r196436 - [unwind] remove darwin build dependency on <mach-o/dyld_priv.h>
Nick Kledzik
- [libcxxabi patch] Fix minor initialization bug in Registers_x86_64
Nick Kledzik
- [libcxxabi virtual patch] Rename UnwindRegisters*.s to UnwindRegisters*.S
Nick Kledzik
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nick Kledzik
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Manuel Klimek
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- r196265 - Preserve carriage return when using clang-format's XML interface.
Manuel Klimek
- patch to preserve carriage returns when using clang-format VS plugin
Manuel Klimek
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- r195961 - Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- [PATCH] Added an option to specify fallback style.
Alexander Kornienko
- r196108 - Added an option to specify fallback style.
Alexander Kornienko
- [clang-tools-extra] r196109 - Adapt the code to the interface change in r196108.
Alexander Kornienko
- [PATCH] Create a separate file for JS-specific unit tests.
Alexander Kornienko
- [PATCH] Create a separate file for JS-specific unit tests.
Alexander Kornienko
- [PATCH] Create a separate file for JS-specific unit tests.
Alexander Kornienko
- [PATCH] Create a separate file for JS-specific unit tests.
Alexander Kornienko
- r196266 - Create a separate file for JS-specific unit tests.
Alexander Kornienko
- [PATCH] Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- Added SpaceAfterFunctionName option
Alexander Kornienko
- [PATCH] Added SpaceAfterFunctionName option
Alexander Kornienko
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- r196380 - Fix the regression caused by r196378
Alexander Kornienko
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- r196384 - Added a regression test for the change in r196380
Alexander Kornienko
- [PATCH] Added SpaceAfterFunctionName option
Alexander Kornienko
- r196658 - CodeGen: Don't emit linkage on thunks that aren't emitted because they're vararg.
Benjamin Kramer
- [clang-tools-extra] r196659 - clang-modernize: Update PPCallback user.
Benjamin Kramer
- Unavailable method checker
Ted Kremenek
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Argyrios Kyrtzidis
- r196315 - [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
Argyrios Kyrtzidis
- r196316 - [objc] Emit a warning when the implementation of a designated initializer does not chain to
Argyrios Kyrtzidis
- r196317 - [objc] Emit warnings when the implementation of a designated initializer calls on
Argyrios Kyrtzidis
- r196318 - [objc] Emit warning when the implementation of a secondary initializer calls on
Argyrios Kyrtzidis
- r196319 - [objc] Add a warning when a class that provides a designated initializer, does not
Argyrios Kyrtzidis
- r196476 - [objc] If an interface has no initializer marked as designated and introduces at least one new initializer,
Argyrios Kyrtzidis
- r196315 - [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
Argyrios Kyrtzidis
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Argyrios Kyrtzidis
- r196486 - [c-index-test] Enhance perform_test_reparse_source() to allow remapping a file
Argyrios Kyrtzidis
- r196487 - [libclang] Record ranges skipped by the preprocessor and expose them with libclang.
Argyrios Kyrtzidis
- Record ranges skipped by the preprocessor and expose them with libclang.
Argyrios Kyrtzidis
- r196529 - [c-index-test] For the '-remap-file' option use a comma for separator which is more
Argyrios Kyrtzidis
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Argyrios Kyrtzidis
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Argyrios Kyrtzidis
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Argyrios Kyrtzidis
- r191064 - Switch the semantic DeclContext for a block-scope declaration of a function or
Argyrios Kyrtzidis
- r196591 - [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future-proof.
Argyrios Kyrtzidis
- r196487 - [libclang] Record ranges skipped by the preprocessor and expose them with libclang.
Argyrios Kyrtzidis
- r196644 - Add a SubsetSubject in Attr.td to automate checking of where the objc_designated_initializer
Argyrios Kyrtzidis
- r196314 - [objc] Introduce attribute 'objc_designated_initializer'.
Argyrios Kyrtzidis
- r196450 - Simplify the constructor to CodeGenABITypes.
Mark Lacey
- [PATCH] [PATCH][AArch64]Add missing floating point convert, round and misc intrinsics
Hao Liu
- [PATCH] [PATCH][AArch64]Add missing ACLE intrinsics mapping to general arithmetic operation from VFP instructions
Hao Liu
- [PATCH] [PATCH][AArch64]Add missing ACLE pair intrinsics
Hao Liu
- r196199 - AArch64: Add missing scalar pair intrinsics.
Hao Liu
- r196205 - revert r196152.
Hao Liu
- r196152 - [AArch64] Add missing NEON scalar floating-point to integer convert ACLEs.
Hao Liu
- r196209 - AArch64: add missing ACLE intrinsics mapping to general arithmetic operation from VFP instructions.
Hao Liu
- r196211 - [AArch64]Add missing floating point convert, round and misc intrinsics.
Hao Liu
- [PATCH] [PATCH][AArch64]Some ACLE pair builtin functions are not handled
Hao Liu
- [PATCH] [PATCH][AArch64]Pattern match failures for truncate store and extend load
Hao Liu
- r196750 - [AArch64]Add missing pair intrinsics such as:
Hao Liu
- [PATCH] [PATCH][AArch64]Some ACLE pair builtin functions are not handled
Hao Liu
- [PATCH] [PATCH][AArch64]Pattern match failures for truncate store and extend load
Hao Liu
- [PATCH] Add some missing intrinsics like vmull_high_n_s16 and friends
Jiangning Liu
- [PATCH] Add some missing intrinsics like vmull_high_n_s16 and friends - clang
Jiangning Liu
- [PATCH] [AArch64] Add some missing intrinsics like vuqadd_s64 and friends - llvm
Jiangning Liu
- [PATCH] [AArch64] Add some missing intrinsics like vuqadd_s64 and friends - clang
Jiangning Liu
- [PATCH] Add some missing intrinsics like vmull_high_n_s16 and friends
Jiangning Liu
- r196189 - Add some missing AArch64 Neon intrinsics like vmull_high_n_s16 and friends.
Jiangning Liu
- r196191 - Add some missing AArch64 Neon intrinsics like vuqadd_s64 and friends.
Jiangning Liu
- [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
Jiangning Liu
- r196206 - Patch by Ana Pazos.
Jiangning Liu
- [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
Jiangning Liu
- [PATCH]{AArch64] Implemented half-precision vget/vset_lane_f16 intrinsics
Jiangning Liu
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Jiangning Liu
- [PATCH]{AArch64] Implemented half-precision vget/vset_lane_f16 intrinsics
Jiangning Liu
- Patch for clang-format to allow references and pointers to bind differently
Ben Longbons
- Patch for clang-format to allow references and pointers to bind differently
Ben Longbons
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Lubos Lunak
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Lubos Lunak
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Lubos Lunak
- r196372 - do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
- r196372 - do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
- r196368 - Sema: Propagate the mangling number into instantiations
David Majnemer
- [PATCH] Sema: Propagate the mangling number into instantiations
David Majnemer
- [PATCH] Improve x86 android support, add x86_64 android target
David Majnemer
- r196453 - Parse: Recover better from bad definitions with base specifiers
David Majnemer
- [PATCH] Parse: Recover better from bad definitions with base specifiers
David Majnemer
- [PATCH] Parse: Recover better from bad definitions with base specifiers
David Majnemer
- r196752 - [-cxx-abi microsoft] Properly mangle enums
David Majnemer
- [PATCH] New warning when using memset etc on std class data
Daniel Marjamäki
- [PATCH] [PATCH][AArch64]Add missing floating point convert, round and misc intrinsics
Tim Northover
- [PATCH] [PATCH][AArch64]Add missing ACLE intrinsics mapping to general arithmetic operation from VFP instructions
Tim Northover
- [PATCH] [PATCH][AArch64]Add missing ACLE pair intrinsics
Tim Northover
- [PATCH] Add some missing intrinsics like vmull_high_n_s16 and friends - clang
Tim Northover
- [PATCH] [AArch64] Add some missing intrinsics like vuqadd_s64 and friends - llvm
Tim Northover
- [PATCH] [AArch64] Add some missing intrinsics like vuqadd_s64 and friends - clang
Tim Northover
- [PATCH] Add option to use temporary file for assembling with clang
Tim Northover
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Tim Northover
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Tim Northover
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Tim Northover
- r196724 - ARM: teach Sema that "r" can match 64-bit values
Tim Northover
- r196589 - Add flag -fauto-profile as alias to -fprofile-sample-use.
Diego Novillo
- r196296 - Issue diagnostic when constructor or destructor
Arthur O'Dwyer
- r196296 - Issue diagnostic when constructor or destructor
Arthur O'Dwyer
- r196296 - Issue diagnostic when constructor or destructor
Arthur O'Dwyer
- [PATCH] Refactor duplicate functions
Bernie Ogden
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- r196352 - Fix error recovery in return statement.
Serge Pavlov
- [PATCH] Recover from errors in enum definition.
Serge Pavlov
- r196757 - Avoid extra error messages if method definition is inside function.
Serge Pavlov
- [PATCH] C++11: Reject string literal to non-const char * conversion
Ismail Pazarbasi
- [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
Ana Pazos
- [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
Ana Pazos
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Ana Pazos
- [PATCH]{AArch64] Implemented half-precision vget/vset_lane_f16 intrinsics
Ana Pazos
- [PATCH][ARM] Added support for krait cpu
Ana Pazos
- [PATCH]{AArch64] Implemented half-precision vget/vset_lane_f16 intrinsics
Ana Pazos
- [PATCH][ARM] Added support for krait cpu
Ana Pazos
- [PATCH][ARM] Added support for krait cpu
Ana Pazos
- r196535 - Implemented vget/vset_lane_f16 intrinsics
Ana Pazos
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Ana Pazos
- r196618 - Added support for mcpu krait
Ana Pazos
- [PATCH][ARM] Added support for krait cpu
Ana Pazos
- [PATCH][AArch64] request to push AArch64 patches to branch 3.4
Ana Pazos
- [PATCH] Add option to use temporary file for assembling with clang
David Peixotto
- [PATCH] Add option to use temporary file for assembling with clang
David Peixotto
- [PATCH] Add option to use temporary file for assembling with clang
David Peixotto
- [PATCH] Add option to use temporary file for assembling with clang
David Peixotto
- r196606 - Add option to use temporary file for assembling with clang
David Peixotto
- [PATCH] Add option to use temporary file for assembling with clang
David Peixotto
- r196608 - Fix test case inefficiency
David Peixotto
- r196606 - Add option to use temporary file for assembling with clang
David Peixotto
- [PATCH] Make UninitializedValues detect the use of uninitialized fields in a constructor.
Enrico Pertoso
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Alexander Potapenko
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Alexander Potapenko
- r196415 - This attribute somehow remained nameless in the attribute tablegen, until now.
Alexander Potapenko
- [PATCH] [AArch64 NEON]Add missing compare intrinsics - llvm
Kevin Qin
- [PATCH] [AArch64 NEON]Add missing compare intrinsics - clang
Kevin Qin
- [PATCH] [AArch64 NEON] Implement intrinsic vceqz_f64 -llvm
Kevin Qin
- [PATCH] [AArch64 NEON] Implement intrinsic vceqz_f64 -clang
Kevin Qin
- r196359 - [AArch64 NEON] Add missing compare intrinsics.
Kevin Qin
- r196361 - [AArch64 NEON] Add ACLE intrinsic vceqz_f64.
Kevin Qin
- [PATCH] [AArch64 NEON]Add missing compare intrinsics - clang
Kevin Qin
- [PATCH] [AArch64 NEON]Add missing compare intrinsics - llvm
Kevin Qin
- [PATCH] [AArch64 NEON] Implement intrinsic vceqz_f64 -clang
Kevin Qin
- [PATCH] [AArch64 NEON] Implement intrinsic vceqz_f64 -llvm
Kevin Qin
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic.
Kevin Qin
- [PATCH] Support poly128_t and implement relevant intrinsic. -Clang
Kevin Qin
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Kevin Qin
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Kevin Qin
- [PATCH] Support poly128_t and implement relevant intrinsic. -Clang
Kevin Qin
- r196143 - Expand comments for Debug Info Version.
Manman Ren
- r196145 - Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.
Manman Ren
- [PATCHv3] implement -Wold-style-cast
Jordan Rose
- [PATCH] New warning when using memset etc on std class data
Jordan Rose
- r196296 - Issue diagnostic when constructor or destructor
Jordan Rose
- r196315 - [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
Jordan Rose
- [PATCH] new check checking use of identical expressions inside a conditional expression, i.e. '?'.
Jordan Rose
- r195805 - Remove 'DistinctSpellings' support from Attr.td and change its only user to
Jordan Rose
- r196461 - Add an assert to make it clear we're on the first line
Jordan Rose
- [PATCH] Make UninitializedValues detect the use of uninitialized fields in a constructor.
Jordan Rose
- r196152 - [AArch64] Add missing NEON scalar floating-point to integer convert ACLEs.
Chad Rosier
- r196153 - [AArch64] Implemented vcopy_lane patterns using scalar DUP instruction.
Chad Rosier
- r196152 - [AArch64] Add missing NEON scalar floating-point to integer convert ACLEs.
Chad Rosier
- [PATCH] CMake: enable building the clang-format vs plugin
Josh Samuel
- r196370 - [SystemZ] Fix handling of pass-by-pointer arguments
Richard Sandiford
- [PATCH] Add option to use temporary file for assembling with clang
Richard Sandiford
- r196370 - [SystemZ] Fix handling of pass-by-pointer arguments
Richard Sandiford
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
Iain Sandoe
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- r195983 - Update the LeakSanitizer documentation with a proper link.
Kostya Serebryany
- r195983 - Update the LeakSanitizer documentation with a proper link.
Kostya Serebryany
- r195983 - Update the LeakSanitizer documentation with a proper link.
Sean Silva
- Patch for clang-format to allow references and pointers to bind differently
Sean Silva
- r195983 - Update the LeakSanitizer documentation with a proper link.
Sean Silva
- Patch for clang-format to allow references and pointers to bind differently
Sean Silva
- Patch for clang-format to allow references and pointers to bind differently
Sean Silva
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
Artyom Skrobov
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- r196630 - Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC
Brad Smith
- r196630 - Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC
Brad Smith
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Richard Smith
- [PATCH] Automated handling of language options for attributes
Richard Smith
- nothrow and const Attribtues
Richard Smith
- nothrow and const Attribtues
Richard Smith
- Patch to fix Clang armv7 IRGen crash - PR17759
Richard Smith
- nothrow and const Attribtues
Richard Smith
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Richard Smith
- r195543 - Generate a marker token when entering or leaving a submodule when building a
Richard Smith
- Patch to fix Clang armv7 IRGen crash - PR17759
Richard Smith
- r196296 - Issue diagnostic when constructor or destructor
Richard Smith
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Richard Smith
- r196333 - Fix several crash-on-invalids when using template-ids that aren't
Richard Smith
- r196335 - Fix crash if a variable template specialization is used in a nested-name-specifier.
Richard Smith
- r196337 - Fix crash if a dependent template-id was assumed to be a type but instantiates
Richard Smith
- r196338 - Remove redundant check.
Richard Smith
- r196333 - Fix several crash-on-invalids when using template-ids that aren't
Richard Smith
- Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)
Richard Smith
- [PATCH] Tune capturing of init-captures in non-generic lambdas
Richard Smith
- r196406 - Fix indentation.
Richard Smith
- [PATCH] Fix for PR 18052 - lambdas within NSDMI's and default arguments in nested classes
Richard Smith
- [PATCH] Add an AdjustedType sugar node for adjusting calling conventions
Richard Smith
- r196443 - Reject template-ids containing literal-operator-ids that have a dependent
Richard Smith
- r196464 - Per [dcl.meaning]p1, a name in an inline namespace can be redeclared using a
Richard Smith
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Richard Smith
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Richard Smith
- r196488 - PR17983: Fix crasher bug in C++1y mode when performing a non-global array
Richard Smith
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Richard Smith
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Richard Smith
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Richard Smith
- r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Richard Smith
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Richard Smith
- r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Richard Smith
- r196558 - PR18152: When computing the semantic form for an initializer list, keep track
Richard Smith
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Richard Smith
- r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Richard Smith
- [PATCH] Modules: Make missing headers in a module.map a warning not an error.
Richard Smith
- [PATCH] Make UninitializedValues detect the use of uninitialized fields in a constructor.
Richard Smith
- [PATCH] Make UninitializedValues detect the use of uninitialized fields in a constructor.
Richard Smith
- r196642 - Give a more appropriate diagnostic when a template specialization or
Richard Smith
- r196758 - Update compatibility page to list some GCC language extensions that Clang does
Richard Smith
- r196114 - NetBSD uses long derived size_t / ssize_t in all ARM ABIs.
Joerg Sonnenberger
- r196115 - Assume ARMv6 for NetBSD for now for strex/ldrex.
Joerg Sonnenberger
- r196114 - NetBSD uses long derived size_t / ssize_t in all ARM ABIs.
Joerg Sonnenberger
- r196115 - Assume ARMv6 for NetBSD for now for strex/ldrex.
Joerg Sonnenberger
- r196372 - do not warn about unknown pragmas in modes that do not handle them (pr9537)
Joerg Sonnenberger
- r196532 - Pass down the target CPU to the system assembler for NetBSD/ARM.
Joerg Sonnenberger
- r196538 - For NetBSD, use arm1176jzf-s as default CPU for ARMv6.
Joerg Sonnenberger
- r196532 - Pass down the target CPU to the system assembler for NetBSD/ARM.
Joerg Sonnenberger
- r196538 - For NetBSD, use arm1176jzf-s as default CPU for ARMv6.
Joerg Sonnenberger
- r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Joerg Sonnenberger
- r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Joerg Sonnenberger
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Joerg Sonnenberger
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Joerg Sonnenberger
- r196630 - Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC
Joerg Sonnenberger
- r196720 - Extend assembler handling for NetBSD/MIPS to pass down the correct ABI,
Joerg Sonnenberger
- r196724 - ARM: teach Sema that "r" can match 64-bit values
Joerg Sonnenberger
- r196720 - Extend assembler handling for NetBSD/MIPS to pass down the correct ABI,
Joerg Sonnenberger
- [PATCH] add option to break constructor initializers before colon
Florian Sowade
- r196346 - Add newline at eof.
NAKAMURA Takumi
- r196347 - check-clang: Introduce get_llvm_config_props in clang/test/lit.cfg.
NAKAMURA Takumi
- r196348 - clang/test/CodeGen/builtins-nvptx.c: Prune "REQUIRES: nvptx64-registered-target". "nvptx" should imply it.
NAKAMURA Takumi
- r196349 - clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/
NAKAMURA Takumi
- r196350 - clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/
NAKAMURA Takumi
- r196376 - Revert r196372, "do not warn about unknown pragmas in modes that do not handle them (pr9537)"
NAKAMURA Takumi
- r196372 - do not warn about unknown pragmas in modes that do not handle them (pr9537)
NAKAMURA Takumi
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
NAKAMURA Takumi
- [clang-tools-extra] r196439 - If the LLVM OBJ_DIR path contains any characters not listed in the
NAKAMURA Takumi
- [clang-tools-extra] r196460 - Revert r196439, "If the LLVM OBJ_DIR path contains any characters not listed in the"
NAKAMURA Takumi
- [clang-tools-extra] r196439 - If the LLVM OBJ_DIR path contains any characters not listed in the
NAKAMURA Takumi
- [clang-tools-extra] r196553 - Revert r196474, "Re-apply r196439, with sed patterns modified to be more DOS-path friendly."
NAKAMURA Takumi
- [clang-tools-extra] r196559 - clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Dequote safe chars rather than hairy quoting.
NAKAMURA Takumi
- [clang-tools-extra] r196474 - Re-apply r196439, with sed patterns modified to be more DOS-path friendly.
NAKAMURA Takumi
- [llvm-branch-commits] [cfe-branch] r196673 - Merging r196191:
NAKAMURA Takumi
- r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
John Thompson
- [clang-tools-extra] r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
John Thompson
- r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
Thompson, John
- [clang-tools-extra] r196409 - Improve comment, as requested by Alp Toker.
John Thompson
- r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
Thompson, John
- r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
Thompson, John
- r196648 - Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum.
John Thompson
- [clang-tools-extra] r196648 - Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum.
John Thompson
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Alp Toker
- r196096 - Driver: Factor gold support out into a function
Alp Toker
- r196119 - Rewriter: Output RewriteRope contents efficiently
Alp Toker
- [PATCH] Make RewriteBuffer write in chunks
Alp Toker
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Alp Toker
- r196204 - Test to ensure no old-style-cast warning is emitted for objc-arc __bridge casts
Alp Toker
- [PATCHv3] implement -Wold-style-cast
Alp Toker
- r196212 - Emit an extension warning when changing system header tokens
Alp Toker
- r196214 - Fix method/variable name typos
Alp Toker
- r196215 - Documentation typo corrections
Alp Toker
- r196142 - Rectifying style issues with generated code. No functional change intended.
Alp Toker
- r196226 - Remove HandleTagDeclDefinition class declaration
Alp Toker
- [PATCH] Emit an extension warning when changing system header tokens
Alp Toker
- [PATCH] make helper function static
Alp Toker
- [PATCH] Rework lli-child-target for portability and correctness
Alp Toker
- [PATCH] Rework lli-child-target for portability and correctness
Alp Toker
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Alp Toker
- r196336 - clang-format-diff.py: Fix 'beintroduced' in help output
Alp Toker
- r196461 - Add an assert to make it clear we're on the first line
Alp Toker
- r196466 - Correct hyphenations in comments and assert messages
Alp Toker
- r196463 - Fixed a bad assert from r194968. r194969 removed the assert.
Alp Toker
- r196477 - Fix comment typo in r196476
Alp Toker
- r196484 - clang-format-diff.py: pass through errors to stderr, not stdout
Alp Toker
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Alp Toker
- r196485 - [c-index-test] For the '-remap-file=' option use ':' instead of '; ' for separator.
Alp Toker
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Alp Toker
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Alp Toker
- Patch for clang-format to allow references and pointers to bind differently
Alp Toker
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Alp Toker
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Alp Toker
- Patch for clang-format to allow references and pointers to bind differently
Alp Toker
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Alp Toker
- Patch for clang-format to allow references and pointers to bind differently
Alp Toker
- r196487 - [libclang] Record ranges skipped by the preprocessor and expose them with libclang.
Alp Toker
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Alp Toker
- r196510 - Fix a tranche of comment, test and doc typos
Alp Toker
- r196461 - Add an assert to make it clear we're on the first line
Alp Toker
- r196511 - Check the initial line number without going through PresumedLoc
Alp Toker
- r196461 - Add an assert to make it clear we're on the first line
Alp Toker
- r196518 - AttributeList: tweak the conditional order to avoid two strcmps
Alp Toker
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Alp Toker
- r196481 - Implement DR482: namespace members can be redeclared with a qualified name
Alp Toker
- [PATCH] Avoid lexer crash with -frewrite-includes
Alp Toker
- r196565 - Add introductory paragraph to the C++ status page
Alp Toker
- r196482 - Update C++ status from 'SVN' to 'Clang 3.4' in preparation for release. Leave
Alp Toker
- [PATCH] Fix crashes during template recovery
Alp Toker
- [PATCH] __w64 attribute in ms mode
Alp Toker
- r196587 - Fix code typos spotted while working on type traits
Alp Toker
- r196487 - [libclang] Record ranges skipped by the preprocessor and expose them with libclang.
Alp Toker
- r196606 - Add option to use temporary file for assembling with clang
Alp Toker
- r196646 - Type traits: No need for switch to handle __builtin_types_compatible_p
Alp Toker
- r196647 - Tweak r196646
Alp Toker
- r196656 - CommentLexer: eliminate an NDEBUG from the headers
Alp Toker
- r196657 - Eliminate the last trivial NDEBUG uses in clang headers
Alp Toker
- r196728 - Remove duplicated -cc1 in tests
Alp Toker
- r196729 - Fix a test that hasn't worked since 2007
Alp Toker
- r196730 - There's no such thing as %clang_cc1_only
Alp Toker
- r196733 - Remove all DISABLE lines from tests
Alp Toker
- r196734 - Re-enable ms inline asm parser test.
Alp Toker
- r196736 - Re-enable verification of test and update outdated diag checks
Alp Toker
- r196737 - Fix three tests that weren't checking anything
Alp Toker
- r196738 - Remove an old stdio.h include from the invalid-array test
Alp Toker
- r196739 - Eliminate the last remaining header NDEBUG
Alp Toker
- r196459 - Remove unused variable.
Richard Trieu
- r196463 - Fixed a bad assert from r194968. r194969 removed the assert.
Richard Trieu
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
David Tweed
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
David Tweed
- r196351 - Fix PR17637: incorrect calculation of template parameter depth
Faisal Vali
- Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)
Faisal Vali
- [PATCH] Fix for PR 18052 - lambdas within NSDMI's and default arguments in nested classes
Faisal Vali
- r196423 - Fix for PR18052 - Lambdas within NSDMI's and default arguments in Nested classes.
Faisal Vali
- [PATCH] Fix for PR 18052 - lambdas within NSDMI's and default arguments in nested classes
Faisal Vali
- r196454 - Fix init-captures for generic lambdas.
Faisal Vali
- [PATCH] Tune capturing of init-captures in non-generic lambdas
Faisal Vali
- r196662 - [REFACTOR] Refactored some of the generic-lambda capturing code.
Faisal Vali
- r196664 - Delete the now unnecessary test/generic-lambda-unimplemented-1y.cpp
Faisal Vali
- r196721 - Fix an assertion introduced by my previous refactoring.
Faisal Vali
- r196722 - Fix the message to go along with the assertion that was just fixed.
Faisal Vali
- r196723 - Move a generic lambda test into the more logical test file.
Faisal Vali
- r196740 - Rename a variable that I missed in the previous refactoring.
Faisal Vali
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- [cfe-commits] [libcxxabi] r149552 - /libcxxabi/trunk/test/catch_const_pointer_nullptr.cpp
Nico Weber
- [PATCH] build libcxxabi unwind stuff on darwin with need for dyld_priv.h
Nico Weber
- [PATCH] add option to break constructor initializers before colon
Nico Weber
- [libcxxabi] r196540 - 80-column wrap a comment in a test
Nico Weber
- [libcxxabi patch] Fix minor initialization bug in Registers_x86_64
Nico Weber
- [libcxxabi] r196550 - Fix minor initialization bug in Registers_x86_64.
Nico Weber
- [libcxxabi patch] Fix minor initialization bug in Registers_x86_64
Nico Weber
- [libcxxabi virtual patch] Rename UnwindRegisters*.s to UnwindRegisters*.S
Nico Weber
- [libcxxabi] r196554 - Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 1 of 2
Nico Weber
- [libcxxabi] r196555 - Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 2 of 2
Nico Weber
- [libcxxabi virtual patch] Rename UnwindRegisters*.s to UnwindRegisters*.S
Nico Weber
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nico Weber
- r196114 - NetBSD uses long derived size_t / ssize_t in all ARM ABIs.
Bill Wendling
- r196115 - Assume ARMv6 for NetBSD for now for strex/ldrex.
Bill Wendling
- [libcxx] r196221 - Creating release candidate rc2 from release_34 branch
Bill Wendling
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Bill Wendling
- [libcxx] r196245 - Recreating release candidate rc2
Bill Wendling
- [libcxx] r196246 - Creating release candidate rc2 from release_34 branch
Bill Wendling
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Bill Wendling
- [PATCH] Fix Clang support for OpenBSD 'bounded' attribute
Bill Wendling
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Bill Wendling
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Bill Wendling
- r196333 - Fix several crash-on-invalids when using template-ids that aren't
Bill Wendling
- Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)
Bill Wendling
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Bill Wendling
- r196532 - Pass down the target CPU to the system assembler for NetBSD/ARM.
Bill Wendling
- r196630 - Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC
Bill Wendling
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Bill Wendling
- r196724 - ARM: teach Sema that "r" can match 64-bit values
Bill Wendling
- r196720 - Extend assembler handling for NetBSD/MIPS to pass down the correct ABI,
Bill Wendling
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Hans Wennborg
- r196122 - clang-format vs plugin: bake clang-format.exe into the vsix
Hans Wennborg
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Hans Wennborg
- r196124 - clang-format vs plugin: use Alp's suggestion for getting the path
Hans Wennborg
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Hans Wennborg
- r196131 - ClangFormatPackage.cs: fix inconsistent line endings
Hans Wennborg
- [PATCH] CMake: enable building the clang-format vs plugin
Hans Wennborg
- r196299 - CMake: enable building the clang-format vs plugin
Hans Wennborg
- [PATCH] CMake: enable building the clang-format vs plugin
Hans Wennborg
- [PATCH] CMake: enable building the clang-format vs plugin
Hans Wennborg
- [PATCH] CMake: enable building the clang-format vs plugin
Hans Wennborg
- r196512 - clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR}
Hans Wennborg
- [PATCH] CMake: enable building the clang-format vs plugin
Hans Wennborg
- r196602 - [MS-ABI] Fix alias-avoidance padding between bases
Hans Wennborg
- r196527 - Fix assertion failure left over from changes to move away from "darwin" triples.
Bob Wilson
- [PATCH] Initial instrumentation based PGO implementation
Bob Wilson
- [PATCH] Microsoft Record Layout Required Alignment
Will Wilson
- r196407 - Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest.
Enea Zaffanella
- r195805 - Remove 'DistinctSpellings' support from Attr.td and change its only user to
Anna Zaks
- r196593 - Revert "[analyzer] Refactor conditional expression evaluating code"
Anna Zaks
- r196599 - Fixup to r196593.
Anna Zaks
- [PATCH] [Patch] Assertion failure when a multidimensional array allocated with new operator is explicitly list initialized.
jyoti allur
- Patch to fix Clang armv7 IRGen crash - PR17759
jahanian
- Patch to fix Clang armv7 IRGen crash - PR17759
jahanian
- Patch to fix Clang armv7 IRGen crash - PR17759
jahanian
- r196296 - Issue diagnostic when constructor or destructor
jahanian
- r196296 - Issue diagnostic when constructor or destructor
jahanian
- r196296 - Issue diagnostic when constructor or destructor
jahanian
- r196296 - Issue diagnostic when constructor or destructor
jahanian
- r196296 - Issue diagnostic when constructor or destructor
jahanian
- r196408 - ObjectiveC - Introducing objc_bridge_related attribute
jahanian
Last message date:
Sun Dec 8 23:03:59 PST 2013
Archived on: Tue Aug 4 15:31:23 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).