The Week Of Monday 8 December 2014 Archives by thread
Starting: Mon Dec 8 00:48:12 PST 2014
Ending: Sun Dec 14 23:46:12 PST 2014
Messages: 400
- r223628 - [libclang] Function templates can be 'overloaded' by return type, so encode the return type in the USR
Argyrios Kyrtzidis
- r223629 - [libclang] Reflect in USR generation that 'signed char' and 'unsigned char' can overload a 'char' in C++, by giving them distinct encodings.
Argyrios Kyrtzidis
- r223630 - [libclang] Encode the C++11 method reference qualifier in the USR.
Argyrios Kyrtzidis
- r223631 - [libclang] Encode C++11 rvalue reference types in the USR.
Argyrios Kyrtzidis
- r223632 - [libclang] Use same USR encoding for 'class' as 'struct'.
Argyrios Kyrtzidis
- r223633 - [libclang] Encode location info for anonymous embedded tag decls.
Argyrios Kyrtzidis
- r223634 - [libclang] Encode InjectedClassNameType in the USR.
Argyrios Kyrtzidis
- r223642 - [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be.
Argyrios Kyrtzidis
- [PATCH] Mangling of anonymous unions
Evgeny Astigeevich
- r223649 - clang/test/Index/usrs.cpp: Appease targeting msvc.
NAKAMURA Takumi
- [libcxx] r222052 - Initialize pointer in string conversion helpers to prevent MSAN diagnostic.
Evgeniy Stepanov
- clang-apply-replacements doesn't handle windows newlines correctly
Alexander Kornienko
- [clang-tools-extra] r223651 - [clang-tidy] google-runtime-int: Don't check C code.
Alexander Kornienko
- [PATCH] Bugfix for Codegen of atomic load/store ops.
Alexey Bataev
- r223652 - clang-format: Support commas in lambda return types.
Daniel Jasper
- [PATCH] Fix DiagnosticErrorTrap with SuppressAllDiagnostics
Brad King
- [PATCH] [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers.
Jonathan Roelofs
- [libcxx] r223661 - Explicitly include <sched.h> for sched_yield()
Sergey Dmitrouk
- [PATCH] Provide fixit if unscoped enumeration is used in nested name specifier. This fixes PR16951.
Serge Pavlov
- [TYPO] Fix number of diagnostic classes
AlexDenisov
- [PATCH] Fix isInstantiated and isInTemplateInstantiation to not recreate the matchers on each call.
Samuel Benzaquen
- [PATCH] [OpenCL] fix the various -cl-* flags to relax FP arith
Pekka Jääskeläinen
- [PATCH] Consider only implicit builtin functions as device host in SemaCUDA
Jacques Pienaar
- r223683 - InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
- r223685 - clang-format: Make clang-format-diff.py format java files.
Daniel Jasper
- r223688 - clang-format: [Java] Always break after annotations of multiline decls.
Daniel Jasper
- [Patch][ObjC][Proposal] NSValue literals
jahanian
- r223690 - Fix isInstantiated and isInTemplateInstantiation to not recreate the matchers on each call.
Samuel Benzaquen
- r223694 - clang-format: Indent correctly in conditional expressions after return.
Daniel Jasper
- r223699 - DebugInfo: Ensure the store for an assignment is attributed to the beginning of the assignment expression
David Blaikie
- EmitObjCBoxedExpr and EmitObjCMsgSendExpr unification
AlexDenisov
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- r223705 - Handle possible TypoExprs in member initializers.
Kaelyn Takata
- r223714 - Add a test for MS-ABI this adjustment for virtual calls to member operators.
Nico Weber
- r223723 - Revert "Driver: Objective-C should respect -fno-exceptions"
David Majnemer
- r223724 - [modules] If the same .pcm file is imported via two different paths, don't
Richard Smith
- r223455 - Driver: Objective-C should respect -fno-exceptions
David Majnemer
- r223726 - DebugInfo: Correctly identify the location of C++ member initializer list elements
David Blaikie
- [PATCH] [LIT] Add NativeMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
- [PATCH] Add new diagnostic to check for bad member function calls in mem-initializer-lists.
Emily Bellows
- r223733 - MS ABI: Add another test for PR20017
David Majnemer
- [clang-tools-extra] r223750 - Handle newlines on Windows correctly.
Nikola Smiljanic
- r223753 - [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.
Richard Smith
- [PATCH] [libcxx] Support UDTs convertible to arithmetic types in <cmath>
Eric Fiselier
- [PATCH] [libcxx] Set _LIBCPP_ELAST for mingw.
Eric Fiselier
- patch: improve handling of value dependent exprs in CheckEnableIf
Nick Lewycky
- r223759 - Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."
Duncan P. N. Exon Smith
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
- [PATCH] Port test/Driver/mg.c to use FileCheck instead of fgrep
İsmail Dönmez
- [clang-tools-extra] r223766 - clang-tidy: Add a basic python script to generate checks.
Daniel Jasper
- [clang-tools-extra] r223771 - [clang-tidy] Extended the example check, added a fix-it, etc.
Alexander Kornienko
- [PATCH] Add a way to tell MatchFinder not to visit template instantiations and implicitcode.
Alexander Kornienko
- [libcxx] r223775 - Add all the relational operators to std::experimental::optional. Also update bad_optional_access to match the Library Fundamentals draft standard. This is not all of the upcoming changes to optional, though.
Marshall Clow
- r223776 - Re-work the Clang system for classifying Intel x86 CPUs to use their
Chandler Carruth
- [clang-tools-extra] r223777 - [clang-tidy] Fix a typo.
Alexander Kornienko
- [libcxx] r223778 - Move the optional tests into test/experimental. They were put into test/utilities because optional was going to be part of C++14, and then was pulled and put into the Library Fundamentals TS instead. No funcitonality change here; just moving files around.
Marshall Clow
- r223779 - Don't actually generate code for testing the frontend's target cpu flag,
Chandler Carruth
- r223803 - IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
- r223814 - Fix a GCC error from r223803
Duncan P. N. Exon Smith
- [PATCH] [LIT] Allow suite configs to be preloaded allowing for better support of out-of-dir builds.
Eric Fiselier
- [PATCH] These builtin functions set errno. Mark them accordingly.
hfinkel at anl.gov
- r223825 - DebugInfo: Emit the correct location for initialization of a complex variable
David Blaikie
- r223828 - DebugInfo: Accurate location information for complex assignment
David Blaikie
- r223835 - DebugInfo: Correct location for compound complex assignment
David Blaikie
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Eric Christopher
- r223839 - DebugInfo: Correct the location of initializations of auto.
David Blaikie
- r223842 - DebugInfo: Correct location of initialization of auto __complex
David Blaikie
- r223846 - Objective-C SDK modernizer. Modernize to use
Fariborz Jahanian
- [PATCH] [libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfg
Eric Fiselier
- [libcxx] r223848 - Update information on where to find buildbots. Remove dead buildbot links.
Eric Fiselier
- r223850 - clang-format: Add a test for PR19603 which seems fixed (maybe by r221338?).
Nico Weber
- r223852 - AST: Don't assume two zero sized objects live at different addresses
David Majnemer
- r223854 - DebugInfo: Correct location of aggregate assignment
David Blaikie
- r223855 - Modified the Objective-C lexer and parser (only
Sean Callanan
- r223860 - Updated the AST importer to support importing
Sean Callanan
- r223861 - cmake: Make SVNVersion.inc step depend on GetSVN.cmake.
Nico Weber
- r223870 - Tweak test case from r223842 to make it pass on Windows MSVC
Reid Kleckner
- r223871 - Make sure that vec_perm is listed as a static function in altivec.h.
Eric Christopher
- r223872 - DebugInfo: Correct the location of array accesses
David Blaikie
- r223897 - DebugInfo: Fix another case of array access line information
David Blaikie
- r223900 - Made the ASTImporter resilient if it can't import
Sean Callanan
- r223902 - DebugInfo: Correct location information for array accesses to elements of variable array type.
David Blaikie
- r223912 - Fixed the AST importer ot use redeclaration contexts properly.
Sean Callanan
- r223913 - Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.
Richard Smith
- [clang-tools-extra] r223914 - Update to match clang r223913.
Richard Smith
- [PATCH] [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScript`
Eric Fiselier
- r223921 - clang/test/Modules/modular_maps.cpp REQUIRES shell. chdir is unsupported on Lit internal runner.
NAKAMURA Takumi
- [Patch] libc++: Add a default rune table
Ed Schouten
- [cfe-dev] CodeGen issue with atomic_load_n
Beren Minor
- r223927 - [mips] Removing __SIZEOF_INT128__ macro for MIPS64
Simon Atanasyan
- r223928 - OpenCL C: Add support for a set of floating point
Pekka Jaaskelainen
- r223930 - clang-format: Remove a few else after return statements.
Daniel Jasper
- r223934 - Objective-C SDK modernizer. When modernizing an enum to
Fariborz Jahanian
- r223935 - Added a testcase to make sure the parser allows
Sean Callanan
- r223936 - clang-format: Factor out UnwrappedLineFormatter into a separate file.
Daniel Jasper
- [PATCH] [clang][MIPS] Removing __SIZEOF_INT128__ macro for MIPS64
Simon Atanasyan
- r223937 - DebugInfo: Location information for scalar new expressions
David Blaikie
- r223938 - Make test case 32/64 bit neutral
David Blaikie
- [libcxx] r223952 - Creating release directory for release_35.
Tom Stellard
- r223953 - DR1891, PR21787: a lambda closure type has no default constructor, rather than
Richard Smith
- [libcxx] r223954 - Creating release candidate rc1 from release_35 branch
Tom Stellard
- r223966 - Fixed an 80-column violation.
Sean Callanan
- [PATCH] Diagnose 'optnone' versus 'minsize' on a declaration
Robinson, Paul
- r223975 - AST: Properly calculate the linkage of a IndirectFieldDecl
David Majnemer
- r223976 - Revert the default changing behavior part of r216662 until we
Eric Christopher
- r223977 - Add a FIXME for unifying ARM target abi handling.
Eric Christopher
- r223979 - Forgot to commit this change with r223975
David Majnemer
- r223980 - Rename a couple of preprocessor symbols to be more descriptive. NFC.
Paul Robinson
- r223984 - Revert r223980 as it had wrong commit message.
Paul Robinson
- r223985 - Diagnose attributes 'optnone' and 'minsize' on the same declaration.
Paul Robinson
- [PATCH] Rename preprocessor symbols to be more descriptive. NFC
Chris Matthews
- r223987 - Revert r223578, perf data collection depends on the old symbol name.
Paul Robinson
- r223992 - Parse: Concatenated string literals should be verified in inline asm
David Majnemer
- r206201 - Allow multiple modules with the same name to coexist in the module cache
Richard Smith
- [PATCH] MS ABI: Fix mangling of unsigned int tempalte params
Will Wilson
- r223999 - MS ABI: Fix mangling of unsigned int template params
Will Wilson
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] No memcpy for copy ctor with -fsanitize-address-field-padding=1
Nico Weber
- [PATCH] Fix __ldrexd arm intrinsic
Daniel Jump
- [PATCH] [Review request][analyzer] Duplicate '0 size allocation' check from unix.API in unix.Malloc.
Антон Ярцев
- [PATCH] [ms compatibility] Fix for PR9984.
Alexey Bataev
- ARM regression between r223766 and r223925
İsmail Dönmez
- r224012 - Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
- [libcxx] r224021 - Add an XFAIL for Newlib's missing fenv.h
Jonathan Roelofs
- FW: [PATCH] Itanium C++ ABI: Mangling of anonymous unions
Evgeny Astigeevich
- [libcxx] r224024 - Mark some more fenv tests as UNSUPPORTED by newlib
Jonathan Roelofs
- [libcxx] r224032 - Mark a bunch of long running tests as 'REQUIRES: long_tests'
Jonathan Roelofs
- [libcxx] r224037 - Add an XFAIL for Newlib's missing uchar.h
Jonathan Roelofs
- [PATCH] Handle 'optnone' versus -Os/-Oz more smoothly
Robinson, Paul
- r224039 - When checking for nonnull parameter attributes, also check the ParmVarDecl since the attribute may reside there, instead of just on the FunctionDecl. Fixes PR21668.
Aaron Ballman
- r224040 - AST: Incomplete types might be zero sized
David Majnemer
- [clang] [bug 17456] cast diagnostic
Nathan Sidwell
- r224047 - Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and later
Paul Robinson
- [libcxxabi] r224049 - Creating release directory for release_351.
Tom Stellard
- [libcxxabi] r224050 - Creating release candidate rc1 from release_351 branch
Tom Stellard
- r224055 - [modules] When constructing paths relative to a module, strip out /./ directory
Richard Smith
- [libcxx] r224057 - Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__
Jonathan Roelofs
- [PATCH] Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
Jonathan Roelofs
- [libcxx] r224064 - Add 'REQUIERS: long_tests' to a few more long tests
Jonathan Roelofs
- [libcxx] r224069 - Add 'REQUIRES: long_tests' to one more long test
Jonathan Roelofs
- r224072 - [Objective-C]. This patch extends objc_bridge attribute to support objc_bridge(id).
Fariborz Jahanian
- [PATCH] Diagnose 'optnone' versus conflicting attrs on another decl
Robinson, Paul
- [PATCH] [libcxx] Obey 29.6.5.21 for GCC.
Dan Albert
- [libcxx] r224095 - Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE_RTTI are turned off.
Eric Fiselier
- [libcxx] r224096 - Add support for building libc++ as a 32 bit library
Eric Fiselier
- [PATCH] Pretty print template arg enum constants (if possible)
Will Wilson
- [PATCH] Add -mlong-double-64 flag
Taiju Tsuiki
- r224100 - Do not warn on keyword undef
Serge Pavlov
- r224110 - CodeGen: Loads/stores to allocas for atomic ops shouldn't be volatile
David Majnemer
- [libcxx] r224111 - Include newlib-specific locales in __locale
Sergey Dmitrouk
- r224112 - clang-format: Revamp nested block formatting.
Daniel Jasper
- [PATCH] Add BreakSingleLineRawStrings option.
Alexander Kornienko
- r224120 - Don't break string literals in Java and JavaScript.
Alexander Kornienko
- [clang] Patch for 6037
Nathan Sidwell
- [PATCH] [mips] Always clobber $1 for MIPS inline asm.
Toma Tabacu
- r224131 - Fix the issue of mangling of local anonymous unions (Itanium C++ ABI):
Evgeny Astigeevich
- [PATCH] [OPENMP] Codegen for the 'omp for' with static schedule (non-chunked).
Alexander Musman
- r224145 - Allow module deps to be printed in an arbitrary order
Reid Kleckner
- r221562 - [Objective-C Sema]. Issue availability/deprecated warning when
Nico Weber
- [libcxx] r224162 - Add option to turn off installation of headers.
Eric Fiselier
- LLVM buildmaster will be restarted today after 5 PM Pacific today
Galina Kistanova
- r224164 - Frontend: Canonicalize to native paths when dumping module dependencies
Justin Bogner
- r224167 - Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- r224172 - Typo correction: Ignore temporary binding exprs after overload resolution
Reid Kleckner
- r224173 - Implement feedback on r224172 in PR21899
Reid Kleckner
- [libcxxabi] r224182 - Use the newer python syntax for exceptions
Justin Bogner
- r224183 - Fix two small bugs in typo correction. One assertion failure building member expressions because the lookup finds a different name than the original, fixed by updating the LookupResult's name with the name of the found decl. Second is that we also diagnose delayed typo exprs in the index of an array subscript expression.
Nick Lewycky
- [PATCH] [libcxx] Allow the use of ccache when running the test suite.
Eric Fiselier
- r224184 - Pretty print support for template arg enum constants
Will Wilson
- r224185 - NFC: Minor formatting fix
Will Wilson
- r224189 - Sema: Constexpr functions must have return statements which have an expr
David Majnemer
- patch: remove the unqualified name cache for typos
Nick Lewycky
- r224193 - Parse: MS property members cannot have an in-class initializer
David Majnemer
- [PATCH] Introduce __BIGGEST_ALIGNMENT__ macro
mats petersson
- r224199 - clang-cl: Add unsupported /Gv option (PR21892)
Hans Wennborg
- r224200 - clang-cl: Make /Gd ignored instead of unsupported
Hans Wennborg
- r224201 - clang-cl: ignore /cgthreads (PR21894)
Hans Wennborg
- r224202 - clang-cl: Fix handling of the /volatile flag (PR21893)
Hans Wennborg
- r224204 - Sema: attribute((annotate)) must have at least one argument
David Majnemer
- r224205 - If a non-template constructor instantiated to X(X),
John McCall
- r224210 - Lex: Don't crash if both conflict markers are on the same line
David Majnemer
- r224215 - AST: Limit zero-sized constexpr behavior to array types
David Majnemer
- r224219 - CodeGen: Compound literals with funny types shouldn't crash
David Majnemer
- r224221 - DebugInfo: More accurate line information for placement new.
David Blaikie
- r224223 - Don't break single-line raw string literals.
Alexander Kornienko
- [clang patch] PR20146
Nathan Sidwell
- r224228 - MSVC: A wide string literal from L#macro_arg in a macro
Alexey Bataev
- r224230 - Bugfix for Codegen of atomic load/store/other ops.
Alexey Bataev
- r224231 - Fixed test/CodeGen/atomic_ops.c for compatibility with hexagon target
Alexey Bataev
- r224232 - Parse: Don't reorder tokens using ConsumeToken
David Majnemer
- r224233 - First patch with codegen of the 'omp for' directive. It implements
Alexander Musman
- r224234 - Test for 'omp for' (for r224233).
Alexander Musman
- r224237 - Sema: Don't leave switch stack inconsistent when recovering
David Majnemer
Last message date:
Sun Dec 14 23:46:12 PST 2014
Archived on: Tue Aug 4 15:31:58 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).