The Week Of Monday 9 December 2013 Archives by thread
Starting: Mon Dec 9 00:52:23 PST 2013
Ending: Sun Dec 15 23:23:08 PST 2013
Messages: 547
- r196763 - Minor cleanup and reorg of C++ status page.
Richard Smith
- r196765 - Versions of GCC newer than 4.8 exist these days =)
Richard Smith
- [PATCH] [AArch64 NEON] Get instruction BSL be matched to VSELECT. -Clang
Kevin Qin
- r196771 - [-cxx-abi microsoft] Mangle large integral constants correctly
David Majnemer
- r196606 - Add option to use temporary file for assembling with clang
Timur Iskhodzhanov
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Tim Northover
- [PATCH] Support poly128_t and implement relevant intrinsic. -Clang
Tim Northover
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- r196776 - Make the -Wkeyword-compat diag message more accurate
Alp Toker
- [PATCH] Modules: Make missing headers in a module.map a warning not an error.
Daniel Jasper
- [PATCH] Modules: Error on missing header files only if a module is built/used.
Daniel Jasper
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
scott douglass
- [PATCH] Added SpaceAfterFunctionName option
Alexander Kornienko
- [PATCH] Improve the detection of the path
Sylvestre Ledru
- r196782 - Remove old -fdiagnostics-show-name option
Alp Toker
- [PATCH] Support GNU style rule to put a space before opening parenthesis.
Daniel Jasper
- r196783 - clang-format: Be more conservative about braced list column layout.
Daniel Jasper
- r196784 - Output destructors and constructors in a more natural order.
Rafael Espindola
- r196785 - When we decide to output a deferred decl, remember the llvm GlobalValue.
Rafael Espindola
- [libcxx] r196058 - Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
Alp Toker
- [libcxx] r196788 - Refactor some of the operations in <string> so that they can be reused; no functionality change
Marshall Clow
- r196789 - Save another call to GetAddrOfFunction.
Rafael Espindola
- [PATCH] Multiple target-specific attributes with the same spelling
Aaron Ballman
- r196629 - ObjectiveC. Continuing implementation of objc_bridge_related
Jordan Rose
- r196730 - There's no such thing as %clang_cc1_only
Jordan Rose
- XCore target: add section information.
Robert Lytton
- [LIBCXX] Refactoring common code in <ostream>
Marshall Clow
- r196797 - clang/test/lit.cfg: Remove get_llc_props. check-clang itself no longer invokes llc.
NAKAMURA Takumi
- r196798 - [CMake] clangDriver: Move LLVM stuff in target_link_library to LLVM_LINK_COMPONENTS.
NAKAMURA Takumi
- r196800 - [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS.
NAKAMURA Takumi
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nico Weber
- [PATCH] Allow predefined styles to define different options for different languages.
Alexander Kornienko
- r196803 - [CMake] clangSema doesn't depend on LLVM CodeGen any more.
NAKAMURA Takumi
- [clang-tools-extra] r196804 - check-clang-tools: Prune 'clang' stuff. Clang is not used here.
NAKAMURA Takumi
- [clang-tools-extra] r196805 - [CMake] clang-tools-extra may not depend on LLVM CodeGen.
NAKAMURA Takumi
- [PATCH] [PATCH][AArch64]Some ACLE pair builtin functions are not handled
David Blaikie
- [PATCH] [PATCH][AArch64]Pattern match failures for truncate store and extend load
David Blaikie
- [PATCH] Fix PR18177 -- initializer-lists with multi-D new arrays causes crash
Faisal Vali
- [PATCH] clang-format-diff.py: Support more filename extensions
Alp Toker
- [PATCH] Fix std::uncaught_exception() to return true during exception initialization
Mark Seaborn
- r196828 - Objective-C: Improve on various diagnostics related to
Fariborz Jahanian
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- r196834 - [AArch64] Remove q and non-q intrinsic definitions from the NEON scalar reduce
Chad Rosier
- r196835 - [AArch64] Refactor the NEON scalar reduce pairwise front-end codegen to remove
Chad Rosier
- r196836 - [AArch64] Refactor the NEON scalar reduce pairwise intrinsics so that they use
Chad Rosier
- r196839 - Fix return of empty range in MSAsmStmt::children
Reid Kleckner
- [patch] Fix pr18141
Hans Wennborg
- r196852 - Sema: Enforce C++11 pointer-to-member template arguments should rules
David Majnemer
- r196854 - Fix via-file-asm test failure on windows
David Peixotto
- r196855 - Take into consideration calling convention when processing specializations.
Rafael Espindola
- r196859 - Use llvm::sys::path::append to concatenate paths
Dmitri Gribenko
- [clang-tools-extra] r196860 - [CMake] clang-tools-extra: Update dependencies.
NAKAMURA Takumi
- r196861 - [ms-abi] 64-bit fixes for r196549
Warren Hunt
- r196862 - Try to fix the test for Windows paths after r196859
Dmitri Gribenko
- [clang-tools-extra] r196863 - Fix assertion error.
John Thompson
- r196864 - [CMake] clang/lib: Prune redundant dependencies.
NAKAMURA Takumi
- r196865 - Revert r196859, "Use llvm::sys::path::append to concatenate paths", to appease FileManager.
NAKAMURA Takumi
- r196658 - CodeGen: Don't emit linkage on thunks that aren't emitted because they're vararg.
Reid Kleckner
- r196888 - [AArch64 NEON] Support poly128_t and implement relevant intrinsic.
Kevin Qin
- r196892 - Implement DR1460: fix handling of default initializers in unions; don't allow
Richard Smith
- r196893 - Regenerate DR status page.
Richard Smith
- r196901 - Support GNU style rule to put a space before opening parenthesis.
Alexander Kornienko
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
David Tweed
- r196903 - Trivial change: added 'using clang::format::FormatStyle;'
Alexander Kornienko
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- r196909 - Allow predefined styles to define different options for different languages.
Alexander Kornienko
- [clang-tools-extra] r194707 - Make clang's static analyzer checks available through clang-tidy.
Manuel Klimek
- r196910 - [mips][msa] Correct sld and sldi builtins.
Daniel Sanders
- r196913 - Darwin: update clang test to new iOS default version (5.0)
Tim Northover
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- r196915 - Add ObjCARCOpts to LINK_COMPONENTS.
NAKAMURA Takumi
- r196916 - [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
- [PATCH] new check checking use of identical expressions inside a conditional expression, i.e. '?'.
Anders Rönnholm
- r196917 - clang-format-diff.py: Support -regex filter and more filename extensions
Alp Toker
- [PATCH] Early attempts to format in GNU style.
Alexander Kornienko
- r195533 - Add back experimental attribute objc_suppress_protocol_methods (slightly renamed).
Alp Toker
- r196927 - [AArch64] Refactor the Neon vector/scalar floating-point convert implementation.
Chad Rosier
- r196928 - Early attempts to format in GNU style.
Alexander Kornienko
- r196929 - Remove IndentBlocks, which sneaked winto the previous commit
Alexander Kornienko
- r194710 - [objcmt] Introduce "objcmt-white-list-dir-path=" option.
Alp Toker
- r196931 - [AArch64] Refactor the Neon vector/scalar floating-point convert intrinsics so
Chad Rosier
- r196935 - Objective-C. Provide fixit's for objc_bride_related
Fariborz Jahanian
- [PATCH] Implemented GNU-style formatting for compound statements.
Alexander Kornienko
- r196936 - [AArch64] Refactor the redundant code in the EmitAArch64ScalarBuiltinExpr()
Chad Rosier
- r196937 - [analyzer] Extend IdenticalExprChecker to check ternary operator results.
Jordan Rose
- r196938 - [analyzer] Misc. tidying in IdenticalExprChecker.
Jordan Rose
- r196940 - Update clang MS inline asm tests for r196939
Reid Kleckner
- r196942 - [AST] In ObjCInterfaceDecl::isDesignatedInitializer(), use getMethod() instead of lookupMethod().
Argyrios Kyrtzidis
- r196943 - [objcmt] Add a modernization option to infer and suggest designated initializers.
Argyrios Kyrtzidis
- r196944 - [Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-dir-path' and add an alias for now.
Argyrios Kyrtzidis
- r196946 - Make the -via-file-asm an InternalDebugOpt
David Peixotto
- r196950 - Improve on an objc_bridge_related diagnostic.
Fariborz Jahanian
- [libcxx] r196951 - Refactored a bunch of duplicated code in <ostream>. Made a new routine called __put_character_sequence, and made nine places call it.
Marshall Clow
- r196953 - Add a triple to this IRgen test to unbreak the ARM bots.
Richard Smith
- r196954 - Enhance attribute machinery to include ObjCProtocols as "subjects" in attribute declarations.
Ted Kremenek
- r196955 - Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_explicit_implementation'.
Ted Kremenek
- r196957 - Rewrite docs/LeakSanitizer.rst. Add it to index.
Sergey Matveev
- [PATCH] Fix "modular" import when we find the header in the current directory
Dmitri Gribenko
- r196959 - Tiny cleanup, as suggested by David Blaikie.
Richard Smith
- r196961 - Parse: Avoid crashing on unterminated top-level asm strings
Justin Bogner
- r196966 - [AArch64] Overload NEON signed/unsigned integer convert to floating-point
Chad Rosier
- r196967 - [AArch64] Overload NEON signed/unsigned floating-point convert to fixed-point
Chad Rosier
- r196968 - [AArch64] Refactor the NEON signed/unsigned floating-point convert to fixed-point
Chad Rosier
- r196969 - [AArch64] Refactor the NEON floating-point absolute difference LLVM AArch64
Chad Rosier
- r196977 - Objective-C. Minor change to a diagnostic.
Fariborz Jahanian
- [PATCH] Turn IAS on by default on ARM
Renato Golin
- r196981 - darwin asm driver: suppress -Q for -no-integrated-as on darwin<11
David Fang
- [PATCH] Better diagnostic for static function overriding thiscall virtual method
Hans Wennborg
- r196982 - style fix
David Fang
- r196984 - ObjectiveC. Provide a property-dot syntax for fixit
Fariborz Jahanian
- r196989 - ObjectiveC. Fixes a bug where an 'unused property ivar'
Fariborz Jahanian
- r196993 - [objcmt] Transfer '-objcmt-migrate-designated-init' from the driver to cc1 invocation.
Argyrios Kyrtzidis
- r196995 - When performing an array new of a multidimensional array with an initializer
Richard Smith
- [PATCH] [Patch] Assertion failure when a multidimensional array allocated with new operator is explicitly list initialized.
Richard Smith
- r196997 - [ms-abi] Makes Virtual Base Alignment Look at All Virtual Bases
Warren Hunt
- r191064 - Switch the semantic DeclContext for a block-scope declaration of a function or
Argyrios Kyrtzidis
- r197000 - When performing a delayed access check, use the surrounding lexical context for
Richard Smith
- [libcxx] r197013 - Merging r-196058:
Bill Wendling
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alexey Bataev
- r197021 - Change layering warning tests to not actually build modules.
Daniel Jasper
- r197022 - Mention LeakSanitizer in AddressSanitizer docs.
Sergey Matveev
- r197024 - Turning IAS on by default on ARM/Thumb
Renato Golin
- [PATCH] Filter-out irrelevant command-line options in CommonOptionsParser.
Alexander Kornienko
- [PATCH] check for Incorrect logic in operator
Anders Rönnholm
- r197033 - Only build ARM-specific runtimes if ARM is enabled
Tim Northover
- r197034 - Modules: Let -fmodules-decluse ignore headers that aren't in a module
Daniel Jasper
- r197035 - Add file missing from r197034.
Daniel Jasper
- [PATCH] Select correct embedded libclang_rt on Darwin
Tim Northover
- r197036 - Add front-end infrastructure now address space casts are in LLVM IR.
David Tweed
- [PATCH] Refactor duplicate functions
Bernie Ogden
- [PATCH] Remove PragmaIntroducerKind?
Renato Golin
- r197043 - Add comment about PragmaIntroducerKind
Renato Golin
- [PATCH] Make Clang::Driver/linker-opts.c safe on a bare-metal compiler
Richard Barton
- [PATCH] [analyzer] Add -analyzer-config option to scan-build.
Daniel Connelly
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- [PATCH] GCC does not support strong enum in pre-C++0x mode.
Logan Chien
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [PATCH] [libc++] Fix GCC unknown pragma warning.
Logan Chien
- [PATCH] [libc++] Fix std::begin() and std::end() for array type.
Logan Chien
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Enrico Pertoso
- nothrow and const Attribtues
Aaron Ballman
- [PATCH] section attribute subjects
Aaron Ballman
- r197055 - Better diagnostic for static override when methods are thiscall by default
Hans Wennborg
- r197059 - [analyzer] Add checker callbacks for MemberExpr and UnaryExprOrTypeTraitExpr.
Jordan Rose
- r197060 - [ms-cxxabi] Fix linkage of dtor thunks for anonymous classes
Reid Kleckner
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [libcxx] r197061 - Move std::begin(array) and std::end(array) out from under an #ifdef that was preventing people from building libc++ using gcc. This corrects a mistake that I introduced in r196058
Marshall Clow
- [libcxxabi] r197063 - Fix demangling crasher. The crasher involved nested <encoding> involving parameter packs, which exposed a logic bug causing an empty vector<string> to be accessed with back(). In addition to fixing the bug, I've inserted numerous preemptive checks for similar bugs in the hopes that if another bug is uncovered, the bug results in an invalid mangled string instead of a demangler crash. Test suite updated with string that was causing the crash.
Howard Hinnant
- [PATCH] Only strip underscores for GNU attributes
Aaron Ballman
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
- r197069 - [AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating-
Chad Rosier
- r197070 - [AArch64] Refactor the NEON scalar floating-point reciprocal step and
Chad Rosier
- r197071 - [AArch64] Add NEON scalar floating-point compare LLVM AArch64 intrinsics that
Chad Rosier
- r197075 - [objcmt] When whitelisting the headers we want to modify, allow changing the
Argyrios Kyrtzidis
- r197076 - [objcmt] When emitting a remap file, use a json format with the edit entries, instead of applying the changes
Argyrios Kyrtzidis
- r197077 - Revert r197043, not a good comment
Renato Golin
- [cfe-commits] r127594 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/darwin-string-literals.c
Rafael Espíndola
- r197082 - No longer accepting attribute spellings with prefix and suffix underscores except for GNU attributes, or C++11-style attributes in the GNU namespace. This prevents attributes such as __declspec(__dllexport__) or [[__noreturn__]] from being treated as known attributes.
Aaron Ballman
- r197083 - [ms-abi][cleanup] Removing FinalizeCXXLayout : no functional change
Warren Hunt
- r197086 - Remove extra qualification to fix build with g++ after r197076
Alp Toker
- r197091 - [AArch64] Refactor NEON floating-point Max/Min/Maxnm/Minnm across vector AArch64
Chad Rosier
- r197092 - Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
- r197093 - Add new PrintingPolicy entry to trim number of newlines. Useful for the CFG printer.
Ted Kremenek
- r197094 - Add CFG tests for switch's involving "extended" enum.
Ted Kremenek
- r197101 - Use llvm::Regex::Escape in VerifyDiagnosticConsumer.cpp
Hans Wennborg
- r197102 - Objective-C migrator: when inferring 'readonly' property of an
Fariborz Jahanian
- r197103 - PR18217: Rewrite JumpDiagnostics' handling of temporaries, to correctly handle
Richard Smith
- r197104 - Added a Subjects clause to the section attribute and made its diagnostics more consistent with other attributes.
Aaron Ballman
- r197110 - Switching to using hasGlobalStorage instead of !hasLocalStorage for better clarity.
Aaron Ballman
- r197111 - Revert r197076: "[objcmt] When emitting a remap file, use a json format
Hans Wennborg
- r197112 - Fix Incorrect CHECK message [0-31]+ in test case.
Kevin Qin
- r197114 - Fix autoconf build in libclang since r197075, (has been reverted in r197111).
NAKAMURA Takumi
- r197116 - Re-apply r197076 and r197086; the build was fixed by chapuni in r197114.
Hans Wennborg
- r197120 - Update user manual to note that implementation for C++11 and C++1y is complete, and fix a bunch of other issues here.
Richard Smith
- r197125 - PR17602: check accessibility when performing an implicit derived-to-base
Richard Smith
- [patch] Use -std=gnu89 in tools/c-index-test/CMakeLists.txt
Rafael Espíndola
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Hans Wennborg
- r197128 - Add more test cases for 'objc_protocol_requires_explicit_implementation'.
Ted Kremenek
- r197129 - c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to r197116.
NAKAMURA Takumi
- [PATCH] Unified type trait parsing
Alp Toker
- [libcxx] r197133 - Merging r196058:
Bill Wendling
- [libcxx] r197134 - Merging r197061:
Bill Wendling
- r197138 - Implemented GNU-style formatting for compound statements.
Alexander Kornienko
- r197139 - Filter-out irrelevant command-line options in CommonOptionsParser.
Alexander Kornienko
- [clang-tools-extra] r197141 - Fix the usage of the CommonOptionsParser ctor changed in r197139.
Alexander Kornienko
- r197142 - Fixed a typo
Alexander Kornienko
- r197143 - Add a test case for the PR17748 crash
Timur Iskhodzhanov
- r197148 - Darwin-embedded: find correct libclang_rt for embedded targets.
Tim Northover
- r197150 - Suppress -Wshadow / -Wold-style-cast expanded from system header macros
Alp Toker
- r197151 - Fix -mthumb resetting of target cpu
Bernard Ogden
- r197152 - Make thumb the default instruction set for v7m and v7em
Bernard Ogden
- r197153 - Refactor duplicate functions
Bernard Ogden
- r197154 - Simple refactoring to eliminate single-use local variable
Bernard Ogden
- [PATCH] Start to unify contextual keywords
Alp Toker
- [PATCH] Fix -mthumb resetting of target cpu
Renato Golin
- [PATCH] Simple refactoring to eliminate single-use local variable
Renato Golin
- [PATCH] Make thumb the default instruction set for v7m and v7em
Renato Golin
- r197157 - Don't return a pointer to a temporary std::string's c_str.
Rafael Espindola
- r197160 - Avoid temporary std::string.
Rafael Espindola
- r197164 - Switch to the new MingW ABI.
Rafael Espindola
- r197165 - [Modules] Don't parse any module map if modules are disabled.
Argyrios Kyrtzidis
- r197167 - Make this test pass on Release builds.
Rafael Espindola
- [PATCH] MSVC 2013 type trait support
Alp Toker
- Find ABI-compatible versions of MinGW only
Yaron Keren
- r197176 - With the new update to the ABI, we should not look for installations
Yaron Keren
- r197179 - Unify type trait parsing
Alp Toker
- r197181 - Replace use of Triple::getEnvironmentName with the simpler
Joerg Sonnenberger
- r197183 - [ms-abi] Refactoring Non-virtual base layout in record layout
Warren Hunt
- r197184 - [-cxx-abi microsoft] Mangle reference temporaries
David Majnemer
- r197185 - PR18229: Fix typo in assert condition.
Richard Smith
- r197186 - [ms-abi] Fixing bitfields sema arror for ms-mode
Warren Hunt
- r197187 - Enhance "auto synthesis will not synthesize property in protocol" to include property and protocol name.
Ted Kremenek
- r197189 - Remove getVTT* in favor of getStructorImplicitParameter*
Reid Kleckner
- r197192 - Revert "[-cxx-abi microsoft] Mangle reference temporaries"
David Majnemer
- r197193 - [-cxx-abi microsoft] Add commentary for mangleStaticGuardVariable
David Majnemer
- r197194 - Move C++ destructor emission into CGCXXABI
Reid Kleckner
- r197195 - AST: Update URL for Itanium ABI spec
David Majnemer
- r197196 - [-cxx-abi microsoft] Remove trailing spaces from the mangler
David Majnemer
- r197202 - [objc] If we don't know for sure what the designated initializers of the superclass are,
Argyrios Kyrtzidis
- [PATCH] array new of a multidimensional array with an initializer still broken
Faisal Vali
- r197206 - Make 'WarnUndefinedMethod' a static function.
Ted Kremenek
- r197207 - Change 'method X in protocol not implemented' warning to include the name of the protocol.
Ted Kremenek
- r197208 - Make 'CheckProtocolMethodDefs' a static function.
Ted Kremenek
- r197209 - Refine 'objc_protocol_requires_explicit_implementation' attribute to better handle indirect protocols.
Ted Kremenek
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- r197219 - Move comment to its rightful place
Renato Golin
- [PATCH] [-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
- Fix the path for system C header includes to match the libdir suffix
Jan Kundrát
- r197222 - Move the input files for the unnecessary-module-map-parsing test to Inputs.
Manuel Klimek
- GVNPRE /PRE is not effective
Umesh Kalappa
- r197229 - clang-check to ignore -no-integrated-as because certain drivers can't handle it
Artyom Skrobov
- r196212 - Emit an extension warning when changing system header tokens
Alp Toker
- [PATCH] Eliminate BinaryTypeTraitExpr
Alp Toker
- r197240 - ARM MachO embedded: fix test without FileCheck line
Tim Northover
- r197242 - Add a clang side test for pr18235 too.
Rafael Espindola
- r197243 - [OpenCL] Produce an error when the work group and vec type hint attributes
Joey Gouly
- [PATCH] Avoid lexer crash with -frewrite-includes
Alp Toker
- r197245 - Fix raw lex crash and -frewrite-includes noeol-at-eof failure
Alp Toker
- r197246 - [analyzer] Add -analyzer-config to scan-build.
Jordan Rose
- [PATCH] Use the MS ABI for Win32 target by default
Hans Wennborg
- r197248 - Convert test to FileCheck and make it more strict.
Rafael Espindola
- r197251 - Objective-C. Do not issue warning when 'readonly'
Fariborz Jahanian
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Reid Kleckner
- r197252 - Tighten test regexes checking for __attribute__((thiscall)) on function types.
Hans Wennborg
- r197256 - Use a: and s: instead of a0: and s0: in the DataLayout strings.
Rafael Espindola
- [patch][Driver] -Bprefix option
David Fang
- r197263 - Objective-C. Remove obsolete option from test.
Fariborz Jahanian
- r197267 - Convert test to FileCheck
Rafael Espindola
- r197268 - Every target sets DescriptionString. Assert that.
Rafael Espindola
- r197269 - Convert test to FileCheck.
Rafael Espindola
- r197270 - Delete dead code.
Rafael Espindola
- r197273 - Eliminate BinaryTypeTraitExpr
Alp Toker
- r197274 - Remove an unused parameter and include after r197273
Alp Toker
- r197276 - Consolidate DataLayout string testing in one file.
Rafael Espindola
- r197279 - Detabify and fix formatting.
Richard Smith
- r197280 - Add a testcase and a FIXME for an accepts-invalid.
Richard Smith
- r197281 - Prepare for using MS ABI by default for Win32: update CodeGenCXX tests
Hans Wennborg
- r197294 - Quick-Fix pointer arithmetic when performing multi-D new-array initialization.
Faisal Vali
- r197295 - Don't require -re suffix on -verify directives with regexes.
Hans Wennborg
- r197298 - PR18232: implement instantiation for class-scope explicit specializations of
Richard Smith
- r197299 - Revert "Don't require -re suffix on -verify directives with regexes."
Alp Toker
- r197301 - [objc] Add a test to make sure that a class can add a secondary initializer via a category
Argyrios Kyrtzidis
- r197305 - PR18246: When performing template argument deduction to decide which template
Richard Smith
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Nico Weber
- r197308 - Remove 'not' from some CodeGen tests
Alp Toker
- r197309 - CompilationDatabase.cpp:stripPositionalArgs(): Match not "no-integrated-as" but "-no-integrated-as", it really fixes r197229.
NAKAMURA Takumi
- [libcxx] r197313 - GCC does not support strong enum in pre-C++0x mode.
Logan Chien
- [libcxx] r197314 - Fix GCC unknown pragma warning in libc++.
Logan Chien
- [PATCH][libclang] python bindings - add support for CompilationDatabase.getAllCompileCommands
Laszlo Nagy
- [Patch] Fix for PR9812
Erik Verbruggen
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
Will Wilson
- r197326 - Add triple to CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp in MS ABI mode
Hans Wennborg
- [patch] Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat
Nico Weber
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- [PATCH] Refactor GCCInsatllationDetector to better support multiarch
Jonathan Roelofs
- r197330 - Fix test containing backslash and newline separated by space
Alp Toker
- r197331 - Lexer: Issue -Wbackslash-newline-escape for line comments
Alp Toker
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Hans Wennborg
- [PATCH] SemaLookup.cpp wrong boolean test
Yaron Keren
- r197336 - ASTContext: Declare builtin types implicitly
Alp Toker
- r197343 - Allow target-specific attributes to share a spelling between different attributes via the ParseKind field. Attributes will be given a common parsed attribute identifier (the AttributeList::AT_* enum), but retain distinct Attr subclasses.
Aaron Ballman
- [PATCH] Target-specific attributes
Aaron Ballman
- r197345 - Remove unused diagnostic.
Benjamin Kramer
- [PATCH] [libcxx] Fix result_of (and INVOKE) for member function pointers with ref qualifiers
Michel Morin
- r197346 - Delete dead code.
Rafael Espindola
- r197347 - Add tests for all DescriptionString in Targets.cpp.
Rafael Espindola
- Recognize hard-float variant of ARM's EABI (as in RTABI)
Joerg Sonnenberger
- Unavailable method checker
Richard
- [PATCH] libclang: functions to deal with anonymous fields
Loïc Jaquemet
- [PATCH] Stop crashing on empty asm input constraints
Duncan P. N. Exon Smith
- r197362 - Stop crashing on empty asm input constraints
Duncan P. N. Exon Smith
- [PATCH] [PATCH] DR712 - odr use and constant expressions
Faisal Vali
- r197368 - clang-format: Improve handling of raw string literals.
Daniel Jasper
Last message date:
Sun Dec 15 23:23:08 PST 2013
Archived on: Tue Aug 4 15:31:24 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).