The Week Of Monday 28 April 2014 Archives by thread
Starting: Mon Apr 28 00:16:36 PDT 2014
Ending: Sun May 4 23:47:39 PDT 2014
Messages: 602
- r207392 - libclang: split out the documentation comment API
Alp Toker
- r207400 - clang-format: Don't wrap after @interface.
Daniel Jasper
- r207401 - [ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.
Hao Liu
- [PATCH] [ARM64]Fix the bug cannot select UQSHL/SQSHL with constant i64 shift amount.
Hao Liu
- r207402 - clang-format: Fixes spaces in case statements.
Daniel Jasper
- [PATCH] Support remark in VerifyDiagnosticConsumer
Tobias Grosser
- [PATCH] Fix bug in clang-format while merging short function (PR19461)
Daniel Jasper
- r207319 - libclang: remove 'CXDiagnostic_Remark'
Tobias Grosser
- r202475 - Add 'remark' diagnostic type in 'clang'
Tobias Grosser
- r207275 - CodeGen: add __yield intrinsic for ARM
Renato Golin
- [PATCH] Add back 'remark' to libclang interface
Tobias Grosser
- r207405 - clang-format: Improve binary operator detection.
Daniel Jasper
- r207396 - Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.
Alexander Kornienko
- [PATCH] Fix installation location of Doxygen generated documentation in CMake
Dan Liew
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Joerg Sonnenberger
- [clang-tools-extra] r207407 - Try to fix the build. newFrontendActionFactory was changed to return a unique_ptr.
Benjamin Kramer
- [PATCH] #pragma vectorize
Alexander Musman
- r207416 - [C++11] Converting to range-based for loops. No functional changes intended.
Aaron Ballman
- r207422 - Renaming range-based for loop variables so they don't appear iterator-like.
Aaron Ballman
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Dinesh Dwivedi
- [PATCH] Division by zero
Jordan Rose
- [PATCH] Factor DataflowWorklist out of LiveVariables and UninitializedValues analyses
Jordan Rose
- [PATCH] Add to libclang: get operator OpCode, print operator, print literal as it apeared in code, get of For-loop Init, Cond, Inc and Body parts
Алексей Ковалевский
- r207427 - Remove unused using statement.
Nico Weber
- [(questionable but useful) patch] Let codegen write the filename for translation unit initializer functions
Nico Weber
- r207433 - [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the
Chad Rosier
- r192314 - Consumed analysis: improve loop handling. The prior version of the analysis
Delesley Hutchins
- r207446 - [cleanup] Fix an 80-column violation
Justin Bogner
- [PATCH] Check -Werror options to see if a module should be rebuilt.
Richard Smith
- [PATCH] CodeGen: Fix linkage of reference temporaries
Richard Smith
- PATCH: Moving Clang CUDA tests's input file to Inputs
Eli Bendersky
- [PATCH] PR19515, driver crash while handling a clang crash
Robinson, Paul
- r207451 - CodeGen: Fix linkage of reference temporaries
David Majnemer
- r207453 - Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.
Eli Bendersky
- r207454 - When Driver::generateCompilationDiagnostics is filtering the list of
Paul Robinson
- r207203 - CodeGen: Avoid instrumenting implicit Decls more effectively
Reid Kleckner
- [libcxxabi] r207463 - No need to specialize DwarfInstructions::getCFA(). It is the same for all archs
Nick Kledzik
- [libcxxabi] r207467 - Use return address register from CIE. Move DwarfInstructions::lastRestoreReg() to Register::lastDwarfRegNum().
Nick Kledzik
- [libcxxabi] r207469 - Fix cast warning
Nick Kledzik
- [libcxxabi][PATCH] use return address register from CIE
Nick Kledzik
- r207470 - LLVM supports TLS on Windows and we can use it from Clang
Reid Kleckner
- r207477 - Check -Werror options during module validation
Ben Langmuir
- r207478 - [analyzer] Clean up the lists of current and potential checkers.
Jordan Rose
- [PATCH] [analyzer][Review request] Improved checker lists.
Jordan Rose
- r207479 - Add missing triple to make -isysroot work
Ben Langmuir
- r207480 - Debug info: Improve line table for functions with cleanups an early exit
Adrian Prantl
- [libcxxabi] r207481 - Add unwind test case that checks restoring of float registers (such as on AArch64)
Nick Kledzik
- r207482 - Let stddef.h redefine NULL if __need_NULL is set, as needed by glibc, PR12997.
Nico Weber
- r207483 - Revert r207482; I fail at reading IRC.
Nico Weber
- r207484 - scan-build: Don't use realpath when the user provides an explicit path.
Jordan Rose
- r207486 - [analyzer] Don't crash when a construction is followed by an uninitialized variable.
Jordan Rose
- r207488 - Run this test through instnamer to stop it failing on non-asserts clang builds.
Richard Smith
- [PATCH][cxxabi] ARM EHABI zero-cost exception handling for libc++abi
Dan Albert
- r207489 - Make test independent of label. Thanks to Richard Smith for catching this!
Adrian Prantl
- [PATCH] [OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
- [clang-tools-extra] r207490 - Fix typo (first commit to test commit access).
Alex McCarthy
- PR19352 getLocation() points to the wrong position for FriendDecls
Nikola Smiljanic
- [PATCH] Add -Wnon-modular-include options
Ben Langmuir
- [PATCH] CSA's StreamChecker - additional functionality and fix
Aleksei Sidorin
- [scan-build] [Patch] Compiler call interceptor for Linux
Aleksei Sidorin
- r207496 - CodeGen: Reference temporaries inherit visibility
David Majnemer
- r207497 - Revert r207477 (and r207479), "Check -Werror options during module validation"
NAKAMURA Takumi
- [PATCH] TLS for MinGW
Yaron Keren
- r207498 - AST: Fix visibility calculation for VarTemplateSpecializationDecl
David Majnemer
- [PATCH] [OPENMP] 'proc_bind' clause support
Alexey Bataev
- r207520 - Pass -pie to linker when generating executable on Android
Alexey Volkov
- [PATCH][cxxabi] Unwind-sjlj should include stdio
Patrick Wildt
- [PATCH][Win] Fix assertion failure when passing 'nul' in input to cc1.
Andrea Di Biagio
- [PATCH] Fix PR19169:Crash on invalid attempting to specialize a template method as a template variable
Karthik Bhat
- r207521 - Add comments regarding isPIEDefault usage for r207520
Alexey Volkov
- [libcxx] r206805 - Use compiler intrinsic __is_constructible if available
İsmail Dönmez
- [PATCH] XCore target: fix handling of -g0 flag
robert lytton
- [PATCH] XCore target: add -march flag handling
robert lytton
- [PATCH] Do not touch get() calls on 'this' object.
Samuel Benzaquen
- [clang-tools-extra] r207525 - Do not touch get() calls on 'this' object.
Samuel Benzaquen
- [PATCH] Warn on explicit copy constructors.
Alexander Kornienko
- r207527 - clang-format: Allow single-line function in WebKit style.
Daniel Jasper
- [PATCH] simplify pie/pic handling for android
Rafael Ávila de Espíndola
- [clang-tools-extra] r207531 - Warn on explicit copy constructors.
Alexander Kornienko
- [PATCH] Add ClangTidyOptions to encapsulate all clang-tidy options.
Alexander Kornienko
- [clang-tools-extra] r207532 - Add ClangTidyOptions to encapsulate all clang-tidy options.
Alexander Kornienko
- r207533 - clang-format: Remove accidentally added debug output.
Daniel Jasper
- [clang-tools-extra] r207534 - Fix the message for "Move constructor declared explicit".
Alexander Kornienko
- r207538 - clang-format: Don't bin-pack text-proto-formatted options.
Daniel Jasper
- r207542 - Objective-C. Improve diagnosis of bridging types.
Fariborz Jahanian
- r207549 - Reapply r207477 and r207479 without cyclic dependency
Ben Langmuir
- r207561 - [analyzer] Don't assert when combining using .* on a temporary.
Jordan Rose
- r207562 - [analyzer] Improve test from r207486.
Jordan Rose
- r207567 - Android uses -fpic for aarch64.
Logan Chien
- r207570 - [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a driver only thing and doesn't affect any language/preprocessor/etc. semantics.
Argyrios Kyrtzidis
- r207573 - scanf analysis: handle scanlists that start with ^] (PR19559)
Hans Wennborg
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Manuel Klimek
- [PATCH] PR19601: return value for std::remove_if not used
Arnaud Allard de Grandmaison
- r207576 - Add test case for revision 207575 to verify that on Windows, clang doesn't
Andrea Di Biagio
- [patch] Drop support for non-cfi capable assemblers
Eric Christopher
- [PATCH] Modules - fix exclude header with umbrella directory
Alex Rosenberg
- [PATCH] AST: Mangle reference temporaries reliably
David Majnemer
- [PATCH] [PATCH] Disabling warnings on unused parameters if function is deleted/ defaulted (cxx11) [PR19303]
Reid Kleckner
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Nico Weber
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Richard Smith
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Richard Smith
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Richard Smith
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Richard Smith
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Richard Smith
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- r207602 - Drop non-cfi assembly support from clang.
Rafael Espindola
- r207603 - Defer loading any pending update records until we've finished deserializing.
Richard Smith
- r207606 - Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}.
Nico Weber
- r207607 - Add a triple to new test.
Nico Weber
- [PATCH] CodeGen: rename __builtin_arm_sevl to __sevl
Saleem Abdulrasool
- [PATCH] headers: be a bit more careful about inline asm
Saleem Abdulrasool
- [PATCH] Jump scope checker recovery
Alp Toker
- SV: [PATCH] String plus char
Anders Rönnholm
- [PATCH] Sema: Implement DR477
David Majnemer
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Manuel Klimek
- r207623 - Simplify test. No functional change intended.
Andrea Di Biagio
- r207624 - [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-conditions.
James Molloy
- [PATCH] [ARM64] Port over remaining AArch64 clang tests
Bradley Smith
- r207632 - [ARM64] Port remaining relevant AArch64 clang tests over to ARM64
Bradley Smith
- [PATCH] Fixes issue with Allman BreakBeforeBraces for Objective C @interface (PR19511)
Dinesh Dwivedi
- r207641 - Add a test for big-endian NEON on ARM64.
James Molloy
- r207642 - Android uses -fpic for arm64 as well.
Logan Chien
- [clang-tools-extra] r207652 - Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [clang-tools-extra] r207653 - Test cleanup recommended in http://reviews.llvm.org/D3556
Alex McCarthy
- [PATCH] clang-format: Add SpacesInParenthesesStyle
Aaron Wishnick
- r207672 - -Wunused-parameter: Don't fire on defaulted or deleted functions
Reid Kleckner
- r207675 - __thread: Move constant init check to CheckCompleteVariableDeclaration
Reid Kleckner
- r207677 - Fix crash if typo correction corrects a member using-declaration to a
Richard Smith
- r207680 - When typo-correcting a member using-declaration, only consider members of base classes.
Richard Smith
- [PATCH] Range accessors for tablegenning attributes
Aaron Ballman
- r207681 - When typo-correcting a member using declaration, don't exclude member templates.
Richard Smith
- r207682 - Sema: Implement DR477
David Majnemer
- [libclc] r207684 - Remove clc/gentype.inc
Tom Stellard
- [libclc] r207685 - Fix build broken by LLVM commit r207593
Tom Stellard
- r207686 - Fix typos in carries_dependency docs
Reid Kleckner
- [libcxx] r207695 - Exceptions store the message as reference counted string for
Joerg Sonnenberger
- r207696 - PR19601: std::remove_if does not really remove the elements.
Arnaud A. de Grandmaison
- [PATCH][REVIEW REQUEST] Fix for libclang completion of already declared template friends.
Francisco Lopes
- [libcxx] r198698 - Replace casts of __impl_ with the correct reinterpret_cast of the
Marshall Clow
- [PATCH] Some heuristics to identify c style casting (PR18937)
Dinesh Dwivedi
- r207712 - Comment parsing: remove HTML attribute validation
Dmitri Gribenko
- [PATCH] fix for PR19431 - x86 BMI intrinsics are broken
Sanjay Patel
- [PATCH] Fix ClangTidyOptions constructor to initialize all members. Fixes bug introduced in r207652.
Alex McCarthy
- [PATCH] Consolidate several functions for checking the std namespace into one function in Decl and one function in DeclContext
Richard Trieu
- [clang-tools-extra] r207715 - Fix ClangTidyOptions constructor to initialize all members. Fixes bug introduced in r207652.
Alex McCarthy
- r207731 - Make typo-correction of inheriting constructors work a bit better. Limit
Richard Smith
- r207733 - MS ABI x64: Don't destroy arguments twice on x64
Reid Kleckner
- r207734 - Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- r207735 - Avoid a potential race between stat() and open() of ASTFile
Ben Langmuir
- [PATCH] Sema: Implement DR244
David Majnemer
- [PATCH] [libclang} Add support for pure, const and no-duplicate attrs
Joey Gouly
- r207756 - write a line marker right before adding included file
Lubos Lunak
- r207758 - do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
- [PATCH] do not warn about unknown pragmas in modes that do not handle them (pr9537) #2
Lubos Lunak
- r207762 - revert r207756
Lubos Lunak
- r207764 - do not use "1" for line marker for the main file
Lubos Lunak
- r207765 - Support 'remark' in VerifyDiagnosticConsumer
Tobias Grosser
- [PATCH] Do not use "1" in linemarker for main file in -frewrite-includes
Lubos Lunak
- [PATCH] PR15614 : -frewrite-includes causes -Wunused-macros false positives #2
Lubos Lunak
- r207766 - Fixing a FIXME -- no longer using std::memcpy, since that would fail for non-trivial types. Replaced with std::copy. No functional changes intended since all uses of this functionality either use pointers or integers.
Aaron Ballman
- r207767 - [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.
Joey Gouly
- r207771 - MSVCCompat: Don't produce an invalid AST when accepting void pseudo-dtors
Reid Kleckner
- r207772 - Fix declspec-thread.cpp test with a triple
Reid Kleckner
- r207775 - Fix typo (first commit to test commit access).
Dinesh Dwivedi
- r207776 - AST: Mangle reference temporaries reliably
David Majnemer
- r207779 - Fix debug-info-alias test to add CHECK to some lines that were missing it.
David Blaikie
- r207781 - PR19623: Support typedefs (and alias templates) of void.
David Blaikie
- r207787 - PR19601: testcase improvement
Arnaud A. de Grandmaison
- r207789 - Update documentation to match recent API change. newFrontendActionFactory now returns a unique_ptr.
Richard Smith
- r207792 - Use make_unique<T>(...) rather than unique_ptr<T>(new T(...))
David Blaikie
- [PATCH] Bitrig switches C++ standard library
Patrick Wildt
- [PATCH] Bitrig uses TLS
Patrick Wildt
- r207794 - do not use "1" for line marker for the predefines "file" either
Lubos Lunak
- r207795 - write a line marker right before adding included file
Lubos Lunak
- r207796 - When sorting overload candidates, sort arity mismatches in ascending
Kaelyn Takata
- r207797 - use 'diff' rather than 'cmp -s' in a test
Lubos Lunak
- r207799 - Revert "Use make_unique<T>(...) rather than unique_ptr<T>(new T(...))"
David Blaikie
- [PATCH] MS ABI x64: Treat member pointer types as records, not large ints
Reid Kleckner
- r207806 - Fix some -Wabsolute-value warnings introduced in r207796.
David Blaikie
- r207808 - do not hide clang stderr output during a test
Lubos Lunak
- r207810 - Use %clang_cc1 in rewrite-includes-messages.c test and drop REQUIRES: shell
Reid Kleckner
- r207811 - Use std::abs(int) portably.
David Blaikie
- r207812 - Bitrig now supports TLS, so enable TLS support when targeting it. Patch by Patrick Wildt!
Richard Smith
- r207813 - Bitrig's standard C++ standard library changed from libstdc++ to libc++.
Richard Smith
- r207814 - -fsyntax-only for a test
Lubos Lunak
- r207815 - MS ABI: Fix logic bug in member pointer null test code
Reid Kleckner
- r207817 - Win64: Pass member pointers larger than 8 bytes by reference
Reid Kleckner
- r207819 - Win64: Use ConvertType instead of checking the MS inheritance
Reid Kleckner
- r207820 - Remove unused variable that I missed in my rush to fix the bots
Reid Kleckner
- r207822 - Handle -fdelayed-template-parsing of out-of-line definitions of
Hans Wennborg
- r207823 - Cut off parsing early during code completion
Alp Toker
- r207824 - Remove unused IncrProcessing parameter from Preprocessor ctor
Alp Toker
- r207825 - Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor
Alp Toker
- r207826 - Reformat code following Preprocessor constructor updates
Alp Toker
- [PATCH] Fix null pointer segfault when calling dump() on a DeclStmt containing a VarDecl.
Alex McCarthy
- [PATCH] Support for Amazon Linux
Dave Johansen
- r207829 - CodeGen: rename __builtin_arm_sevl to __sevl
Saleem Abdulrasool
- r207830 - CodeGen: reorder ARM hint
Saleem Abdulrasool
- r207832 - XCore target: Add TypeString meta data to IR output.
Robert Lytton
- r207833 - XCore target: fix handling of -g0 flag
Robert Lytton
- r207834 - XCore target: fix bug in dereferencing null pointer.
Robert Lytton
- [PATCH] Allow overriding -split-dwarf-file
Lubos Lunak
- [PATCH] Add clang-tidy -header-filter option
Alexander Kornienko
- [PATCH] Handle properly somewhat special cases of -main-file-name
Lubos Lunak
- r207836 - Renaming the CallableState variadic attribute argument to be CallableStates. No functional changes intended.
Aaron Ballman
- r207837 - Updated the attribute tablegen emitter for variadic arguments to emit a range accessor in addition to the iterators. Updated code using iterators to use range-based for loops.
Aaron Ballman
- [PATCH] Simplify getARMCPUForMArch() and make it more consistent
Christian Pirker
- [PATCH] [ARM64/AArch64] Hook up CRC32 subtarget feature to the driver
Bradley Smith
- [PATCH] [ARM64/AArch64] Define the correct value for __ARM_NEON_FP
Bradley Smith
- r207841 - [ARM64/AArch64] Hook up CRC32 subtarget feature to the driver
Bradley Smith
- r207842 - [ARM64/AArch64] Define the correct value for __ARM_NEON_FP
Bradley Smith
- r207848 - Add support for -march=bdver4.
Benjamin Kramer
- r207849 - Fixes issue with Allman BreakBeforeBraces for Objective C @interface
Dinesh Dwivedi
- r207852 - Small formatting change.
Eric Christopher
- r207854 - Fix bad comment from r207573.
Hans Wennborg
- r207858 - [driver] Enable the slp vectorizer at -Oz.
Chad Rosier
- r207867 - Fix null pointer segfault when calling dump() on a DeclStmt containing a VarDecl.
Alex McCarthy
- r207870 - Remove unused typedef found by gcc's -Wunused-local-typedefs.
Nico Weber
- r207872 - [leaks] Fix a leak recently introduced to the pragma handling. This
Chandler Carruth
- r207873 - [sanitizers] Propagate the sanitizer options through to the lit context.
Chandler Carruth
- r207879 - clang-c: Fix a typo
Justin Bogner
- r207880 - Fix clang-cl Driver leak
Hans Wennborg
- r207882 - [leaks] Parse the schema file every time we try to verify the XML. Yes,
Chandler Carruth
- r207883 - Fix PR 19630, don't crash when file ends with whitespace.
Richard Trieu
- r207888 - [leaks] Fix a leak of a basic block when we successfully fold a switch
Chandler Carruth
- LLVM buildmaster will be restarted in few minutes
Galina Kistanova
- r207889 - MS ABI x64: Pass small objects with dtors but no copy ctors directly
Reid Kleckner
- r207890 - Rewrite NRVO determination. Track NRVO candidates on the parser Scope and apply the NRVO candidate flag to all possible NRVO candidates here, and remove the flags in computeNRVO or upon template instantiation. A variable now has NRVO applied if and only if every return statement in that scope returns that variable. This is nearly optimal.
Nick Lewycky
- [PATCH] Patched clang to emit x86 blends as shufflevectors.
Filipe Cabecinhas
- r207891 - Err, wait. Those new test functions in r207890 need CHECK lines.
Nick Lewycky
- r207892 - Sema: Implement DR244
David Majnemer
- r207893 - Revert "Sema: Implement DR244"
David Majnemer
- r207894 - CodeGen: Cleanup ABIArgInfo
David Majnemer
- r207895 - Update Preprocessor::Initialize() documentation following r207825
Alp Toker
- r207896 - Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
- r207897 - Eliminate ASTContext's DelayInitialization flag
Alp Toker
- r207899 - [leaks] Don't leak the fake arguments we synthesize for LLVM option
Chandler Carruth
- r207900 - [leaks] Re-shuffle code such that we don't create a basic block for
Chandler Carruth
- [cfe-commits] r116503 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Frontend/PreprocessorOptions.h lib/Frontend/CompilerInvocation.cpp lib/Frontend/FrontendAction.cpp
Chandler Carruth
- r207902 - [leaks] The PDFileEntry nodes in the FilesMade FoldingSet contain
Chandler Carruth
- [libcxxabi] r207907 - Don't use bash features.
Joerg Sonnenberger
- r207908 - Remove unused diagnostics.
Benjamin Kramer
- [PATCH] Attempt to fix up condition variables with temp dtors.
Manuel Klimek
- r207919 - Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.
Benjamin Kramer
- r207921 - Wrap a few lines at 80 columns, change a confusing indent. No behavior change.
Nico Weber
- r207922 - Minor cleanups, no behavior change.
Nico Weber
- r203147 - Add tests for MS inline asm change r203146
Nico Weber
- [patch] Let ms inline asm understand using statements and record names in addition to typedefs
Nico Weber
- [patch] Implementing -Wunused-local-typedefs
Nico Weber
- r207929 - Target: fix wchar_t definition for Windows on ARM
Saleem Abdulrasool
- r207930 - CodeGen: complete ARM ACLE hint 8.4 support
Saleem Abdulrasool
- r207931 - [Modules] Add the resource-dir to the module hash.
Argyrios Kyrtzidis
- r207932 - Fix a use-after-free bug I recently introduced in lookupModuleFile
Ben Langmuir
- r207933 - Speculative fix to unbreak the buildbots that fail with compiler errors.
Argyrios Kyrtzidis
- [PATCH] [ARM64] Enable alignment control option in front-end for ARM64 - Clang.
Kevin Qin
- r207936 - Split out header integration tests
Alp Toker
- r206687 - Move ObjC Cocoa.h header test to Headers
Alp Toker
- [PATCH] Properly recognize CentOS 6.x
Dimitry Andric
- [libcxxabi] r207938 - Try harder to get the compiler to use float registers in different
Joerg Sonnenberger
- PATCH for libcxxabi - harmonize nmstr implementations
Marshall Clow
- r176584 - Ensure that DIType is regenerated after we visit an implementation
David Blaikie
- r207946 - Fix cindex-dump.py --show-ids
Alp Toker
- r207947 - cindex-dump.py: fix the --show-ids description string
Alp Toker
- r207948 - Make module self-import an error
Ben Langmuir
- r207950 - Add speculative clang-interpreter test
Alp Toker
- r207951 - Update lit.cfg to support the clang-interpreter test from r207950
Alp Toker
Last message date:
Sun May 4 23:47:39 PDT 2014
Archived on: Tue Aug 4 15:31:36 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).