The Week Of Monday 24 June 2013 Archives by subject
Starting: Mon Jun 24 00:13:13 PDT 2013
Ending: Sun Jun 30 23:34:59 PDT 2013
Messages: 454
- [Analyzer] [PATCH] Adding file name to SimpleStreamChecker
Anna Zaks
- [Analyzer] [PATCH] Adding file name to SimpleStreamChecker
Alexey Sidorin
- [cfe-commits] Emit annotate attributes for function declarations
Job Noorman
- [cfe-dev] [RFC] Adding Thread Role Analysis
Delesley Hutchins
- [cfe-dev] [RFC] Adding Thread Role Analysis
Chandler Carruth
- [cfe-dev] [RFC] Adding Thread Role Analysis
Delesley Hutchins
- [cfe-dev] [RFC] Adding Thread Role Analysis
Jeffrey Walton
- [cfe-dev] [RFC] Adding Thread Role Analysis
Delesley Hutchins
- [cfe-dev] [RFC] Adding Thread Role Analysis
Arthur O'Dwyer
- [cfe-dev] [RFC] Adding Thread Role Analysis
Delesley Hutchins
- [clang-tools-extra] r184869 - cpp11-migrate: Really fixing doxygen warning
Edwin Vane
- [clang-tools-extra] r184956 - Don't use PathV1.h in PerfSupport.cpp.
Rafael Espindola
- [clang-tools-extra] r184958 - Don't use PathV1.h in TransformTest.cpp.
Rafael Espindola
- [clang-tools-extra] r184959 - Don't use PathV1.h in IncludeExcludeTest.cpp.
Rafael Espindola
- [clang-tools-extra] r185092 - Ran clang-format on Modularize.cpp to get a baseline for future changes.
John Thompson
- [libclc] r184975 - r600: Initial support
Tom Stellard
- [libclc] r184976 - r600: Fix get_global_id implementation
Tom Stellard
- [libclc] r184977 - r600: Add get_global_size() implementation
Tom Stellard
- [libclc] r184978 - Move R600 headers into generic directory
Tom Stellard
- [libclc] r184979 - PTX: move implementations of work-item and synchronisation functions
Tom Stellard
- [libclc] r184980 - R600: Replace cl implementations with LLVM IR implementation
Tom Stellard
- [libclc] r184981 - Make libclc more Linux FHS conform.
Tom Stellard
- [libclc] r184982 - Allow targets to override generic implementations
Tom Stellard
- [libclc] r184983 - r600: Add overrides file
Tom Stellard
- [libclc] r184984 - Fix typo in include/clc/geometric/length.inc
Tom Stellard
- [libclc] r184985 - Use brackets around include files in length.cl and normalize.cl
Tom Stellard
- [libclc] r184986 - Remove the static keyword from the _CLC_INLINE macro
Tom Stellard
- [libclc] r184987 - Implement fmax() and fmin() builtins
Tom Stellard
- [libclc] r184988 - Implement ceil() builtin
Tom Stellard
- [libclc] r184989 - Fix build with LLVM 3.3
Tom Stellard
- [libclc] r184990 - configure: fix out-of-source build
Tom Stellard
- [libclc] r184991 - configure: Enable building separate libraries for target variants
Tom Stellard
- [libclc] r184992 - libclc: Add max() builtin function
Tom Stellard
- [libclc] r184993 - libclc: Fix abs_diff builtin integer function
Tom Stellard
- [libclc] r184994 - libclc: Add clamp() builtin for integer/floating point
Tom Stellard
- [libclc] r184995 - libclc: Move max builtin to shared/
Tom Stellard
- [libclc] r184996 - libclc: implement rotate builtin
Tom Stellard
- [libclc] r184997 - Simplify rotate implementation a bit..
Tom Stellard
- [libclc] r184998 - Add a TODO note.
Tom Stellard
- [libclc] r184999 - Add a another TODO note.
Tom Stellard
- [libclc] r185000 - libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll
Tom Stellard
- [libclc] r185001 - libclc: implement initial version of min()
Tom Stellard
- [libclc] r185002 - libclc: Implement the min(vec, scalar) version of the min builtin.
Tom Stellard
- [libclc] r185003 - libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)
Tom Stellard
- [libclc] r185004 - libclc: Implement clz() builtin
Tom Stellard
- [libclc] r185005 - r600: Fix implementations of get_group_id.ll and get_local_size.ll
Tom Stellard
- [libclc] r185006 - libclc: Initial vload implementation
Tom Stellard
- [libclc] r185007 - libclc: Initial vstore implementation
Tom Stellard
- [libclc] r185008 - libclc: Add assembly versions of vload for global int4/8/16
Tom Stellard
- [libclc] r185009 - libclc: Add assembly versions of vstore for global [u]int4/8/16
Tom Stellard
- [libcxx] r184759 - Implement full support for non-pointer pointers in custom allocators for forward_list.
Howard Hinnant
- [libcxx] r184859 - Implement full support for non-pointer pointers in custom allocators for list.
Howard Hinnant
- [libcxx] r184859 - Implement full support for non-pointer pointers in custom allocators for list.
Sebastian Redl
- [libcxx] r184859 - Implement full support for non-pointer pointers in custom allocators for list.
Howard Hinnant
- [libcxx] r185093 - Implement full support for non-pointer pointers in custom allocators for vector.
Howard Hinnant
- [libcxx] r185167 - Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library.
Howard Hinnant
- [libcxx] r185181 - Dimitry Andric: Add const to constexpr member functions in order to cope with new C++1y language rules. This silences -Wconstexpr-not-const warnings.
Howard Hinnant
- [libcxx] r185192 - Bill Fisher: Fix for failing to throw an exception in regex when parsing an invalid escape sequence. This fixes http://llvm.org/bugs/show_bug.cgi?id=16023
Howard Hinnant
- [libcxx] r185196 - William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When makes a recursive call to , it passes true for the value of . This causes a beginning-of-line anchor (^) inside a lookahead assertion to match anywhere in the text. This fixes http://llvm.org/bugs/show_bug.cgi?id=11118
Howard Hinnant
- [libcxx] r185211 - Provide missing '{' in parsing extended quoted characters. This fixes http://llvm.org/bugs/show_bug.cgi?id=16135
Howard Hinnant
- [libcxx] r185222 - Make cout a little more thread-safe. This fixes http://llvm.org/bugs/show_bug.cgi?id=12158
Howard Hinnant
- [libcxx] r185265 - Add operators to make launch a bitmask type. Searched all of the standard, and libc++ to see if this error occurred elsewhere and didn't see any other place. This fixes http://llvm.org/bugs/show_bug.cgi?id=16207
Howard Hinnant
- [libcxx] r185273 - Prevent '\b' from backing up into invalid memory. Fixes http://llvm.org/bugs/show_bug.cgi?id=16240. Sorry, I can not think of a good test case for this one, except by running valgrind as reported in the bug.
Howard Hinnant
- [libcxx] r185274 - Matthew Dempsky: Same as stdexcept.cpp in libc++abi: we've already computed 'len strlen(msg)', so we can use memcpy() instead of strcpy().
Howard Hinnant
- [libcxx] r185275 - Matthew Dempsky: POSIX defines that the _POSIX_C_SOURCE macros are to be set by user
Howard Hinnant
- [libcxx] r185289 - Fix bind by making _is_valid_bind_return more robust. It should return false instead of give a compile time error, always. The problem was down in ____mu_return, the version that handles nested bind objects. This fixes http://llvm.org/bugs/show_bug.cgi?id=16343
Howard Hinnant
- [libcxx] r185297 - The bind and function functor constructors and assignment operators were overly general and getting confused with the copy constructor and copy assignment operators. Constrained them. This fixes http://llvm.org/bugs/show_bug.cgi?id=16385
Howard Hinnant
- [libcxx] r185298 - In istream::ignore, check the delimeter as an int_type, not as a char_type, so as to correctly handle EOF. This fixes http://llvm.org/bugs/show_bug.cgi?id=16427
Howard Hinnant
- [PATCH, RFC] Fix PR16454
Bill Schmidt
- [PATCH, RFC] Fix PR16454
Hal Finkel
- [PATCH, RFC] Fix PR16454
Chandler Carruth
- [PATCH, RFC] Fix PR16454
Bill Schmidt
- [PATCH, RFC] Fix PR16454
Bill Schmidt
- [PATCH, RFC] Fix PR16454
Chad Rosier
- [PATCH, RFC] Fix PR16454
Bill Schmidt
- [PATCH, RFC] Fix PR16454
Hal Finkel
- [PATCH 1/2] Don't differentiate between openSUSE versions.
Johannes Obermayr
- [PATCH 1/2] Don't differentiate between openSUSE versions.
İsmail Dönmez
- [PATCH 2/2] Default to i586 on openSUSE.
Johannes Obermayr
- [PATCH 2/2] Default to i586 on openSUSE.
İsmail Dönmez
- [PATCH][analyzer][review request] scan-build port for windows
Anton Yartsev
- [PATCH][analyzer][review request] scan-build port for windows
Anton Yartsev
- [PATCH] [analyzer] Improve handling of noreturn destructors
Pavel Labath
- [PATCH] [AST] Introduce a new DecayedType sugar node
Reid Kleckner
- [PATCH] [AST] Introduce a new DecayedType sugar node
Reid Kleckner
- [PATCH] [AST] Introduce a new DecayedType sugar node
Richard Smith
- [PATCH] [Driver] Start work on an MSVC compatible clang-cl driver
Reid Kleckner
- [PATCH] [libc++] Fix _SC_NPROCESSORS_ONLN detection
Howard Hinnant
- [PATCH] [libc++] Use memcpy() instead of strcpy()
Howard Hinnant
- [PATCH] [libc++] Use snprintf() instead of sprintf()
Howard Hinnant
- [PATCH][libcxx] regex/awk does not handle 3-char octal escapes correctly
William Fisher
- [PATCH][libcxx] regex does not handle (?=^) correctly
Howard Hinnant
- [PATCH] [ms-cxxabi] Destroy temporary record arguments in the callee
Reid Kleckner
- [PATCH] [ms-cxxabi] Destroy temporary record arguments in the callee
John McCall
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle function pointer arguments correctly
Reid Kleckner
- [PATCH] [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.
Reid Kleckner
- [PATCH] [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.
Reid Kleckner
- [PATCH] [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.
John McCall
- [PATCH] [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.
Peter Collingbourne
- [PATCH] [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.
Peter Collingbourne
- [PATCH] [PATCH] Add armv8 support to the Clang driver.
Joey Gouly
- [PATCH] [PATCH] Add armv8 support to the Clang driver.
Tim Northover
- [PATCH] [PATCH] Add armv8 support to the Clang driver.
Joey Gouly
- [PATCH] Add context to "expected unqualified-id" message
Richard Trieu
- [PATCH] Add context to "expected unqualified-id" message
Eli Friedman
- [PATCH] Add context to "expected unqualified-id" message
Richard Trieu
- [PATCH] Add context to "expected unqualified-id" message
Richard Trieu
- [PATCH] Add noinline attribute to sanitizer-blacklisted functions
Evgeniy Stepanov
- [PATCH] Add noinline attribute to sanitizer-blacklisted functions
Alexey Samsonov
- [PATCH] Add noinline attribute to sanitizer-blacklisted functions
Evgeniy Stepanov
- [PATCH] Add noinline attribute to sanitizer-blacklisted functions
Evgeniy Stepanov
- [PATCH] Add noinline attribute to sanitizer-blacklisted functions
Alexey Samsonov
- [PATCH] Add noinline attribute to sanitizer-blacklisted functions
Kostya Serebryany
- [PATCH] Add noinline attribute to sanitizer-blacklisted functions
Evgeniy Stepanov
- [PATCH] Add noinline attribute to sanitizer-blacklisted functions
Chandler Carruth
- [PATCH] Add noinline attribute to sanitizer-blacklisted functions
Evgeniy Stepanov
- [PATCH] Add option to disable module loading.
Lawrence Crowl
- [PATCH] Add support for v8fp to -mfpu
Joey Gouly
- [PATCH] Add support for v8fp to -mfpu
Tim Northover
- [PATCH] Allow TestVisitor-based tests to specify use of C++11
James Dennett
- [PATCH] Allow TestVisitor-based tests to specify use of C++11
James Dennett
- [PATCH] Allow TestVisitor-based tests to specify use of C++11
James Dennett
- [PATCH] Allow TestVisitor-based tests to specify use of C++11
Richard Smith
- [PATCH] Allow TestVisitor-based tests to specify use of C++11
James Dennett
- [PATCH] Allow TestVisitor-based tests to specify use of C++11
Richard Smith
- [PATCH] Allow TestVisitor-based tests to specify use of C++11
James Dennett
- [PATCH] Avoid trying to get the alignment of a FieldDecl in an invalid record
Matt Beaumont-Gay
- [PATCH] Avoid trying to get the alignment of a FieldDecl in an invalid record
Richard Smith
- [PATCH] Avoid trying to get the alignment of a FieldDecl in an invalid record
Matt Beaumont-Gay
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Charles Davis
- [PATCH] CodeGen target hook for emitting intrinsic or libcall for pow*
Eli Bendersky
- [PATCH] CodeGen target hook for emitting intrinsic or libcall for pow*
Quentin Colombet
- [PATCH] CodeGen target hook for emitting intrinsic or libcall for pow*
Eli Bendersky
- [PATCH] CodeGen target hook for emitting intrinsic or libcall for pow*
Quentin Colombet
- [patch] Correctly classifying PackExpansionType as NON_CANONICAL_UNLESS_DEPENDENT
David Blaikie
- [patch] Correctly classifying PackExpansionType as NON_CANONICAL_UNLESS_DEPENDENT
Eli Friedman
- [PATCH] Emulate MSVC handling of commas during macro arg expansion
Will Wilson
- [PATCH] Emulate MSVC handling of commas during macro arg expansion
Aaron Ballman
- [PATCH] Emulate MSVC handling of commas during macro arg expansion
Richard Smith
- [PATCH] Emulate MSVC handling of commas during macro arg expansion
Will Wilson
- [PATCH] Emulate MSVC handling of commas during macro arg expansion
Aaron Ballman
- [PATCH] Emulate MSVC handling of commas during macro arg expansion
Reid Kleckner
- [PATCH] Emulate MSVC handling of commas during macro arg expansion
Aaron Ballman
- [PATCH] Emulate MSVC handling of commas during macro arg expansion
Will Wilson
- [PATCH] Error on illegal OpenCL kernel argument types
Matt Arsenault
- [PATCH] Fix bug with member templates of local classes in nontemplate functions and PCHs
Faisal Vali
- [PATCH] Fix bug with member templates of local classes in nontemplate functions and PCHs
Richard Smith
- [patch] Fix pr16247
Eli Friedman
- [patch] Fix pr16247
Richard Smith
- [PATCH] Fix SimpleSValBuilder::evalBinOpLN
Jordan Rose
- [PATCH] Fix SimpleSValBuilder::evalBinOpLN
Matthew Dempsky
- [PATCH] Implement DR136
David Majnemer
- [PATCH] Implement DR136
Richard Smith
- [PATCH] Implement DR136
David Majnemer
- [PATCH] Implement DR136
Richard Smith
- [PATCH] Implement DR136
David Majnemer
- [PATCH] Implement DR21
Richard Smith
- [PATCH] Implement DR21
David Majnemer
- [PATCH] Initial support for Attribute subjects
Aaron Ballman
- [PATCH] Initial support for Attribute subjects
Aaron Ballman
- [PATCH] Make RecursiveASTVisitor::TraverseLambdaExpr call WalkUpFromLambdaExpr
James Dennett
- [PATCH] Make RecursiveASTVisitor::TraverseLambdaExpr call WalkUpFromLambdaExpr
James Dennett
- [PATCH] Make RecursiveASTVisitor::TraverseLambdaExpr call WalkUpFromLambdaExpr
James Dennett
- [PATCH] Make RecursiveASTVisitor::TraverseLambdaExpr call WalkUpFromLambdaExpr
Richard Smith
- [PATCH] Microsoft C Record Layout
Reid Kleckner
- [PATCH] Microsoft C Record Layout
Warren Hunt
- [PATCH] Microsoft C Record Layout
Warren Hunt
- [PATCH] Microsoft C Record Layout
Warren Hunt
- [PATCH] Microsoft C Record Layout
Eli Friedman
- [PATCH] Microsoft C Record Layout
Reid Kleckner
- [PATCH] Microsoft C Record Layout
Eli Friedman
- [PATCH] Microsoft C Record Layout
Chandler Carruth
- [PATCH] Microsoft C Record Layout
John McCall
- [PATCH] Microsoft C Record Layout
Warren Hunt
- [PATCH] Microsoft C Record Layout
John McCall
- [PATCH] Microsoft C Record Layout
Warren Hunt
- [PATCH] Microsoft C Record Layout
Warren Hunt
- [PATCH] Microsoft C Record Layout
John McCall
- [PATCH] Microsoft C Record Layout
Warren Hunt
- [PATCH] Module use declarations
Lawrence Crowl
- [PATCH] Offer typo suggestions for 'using'.
Luke Zarko
- [PATCH] Offer typo suggestions for 'using'.
Richard Smith
- [PATCH] Offer typo suggestions for 'using'.
Luke Zarko
- [PATCH] OpenMP parallel directive
Alexey Bataev
- [PATCH] OpenMP parallel directive
Alexey Bataev
- [PATCH] PR12262 - assertion when substituting explicit template arguments does not substitute a sizeof-pack expression.
Serge Pavlov
- [PATCH] PR12463 : Warnings about nonsensical comparisons are disabled if macro expansion is involved
Lubos Lunak
- [PATCH] PR12463 : Warnings about nonsensical comparisons are disabled if macro expansion is involved
Eli Friedman
- [PATCH] PR14795 : -frewrite-includes sometimes results in incorrect line number
Lubos Lunak
- [PATCH] PR14795 : -frewrite-includes sometimes results in incorrect line number
Eli Friedman
- [PATCH] PR14831: -frewrite-includes incorrect warns about "unknown" pragmas
Lubos Lunak
- [PATCH] PR14831: -frewrite-includes incorrect warns about "unknown" pragmas
Eli Friedman
- [PATCH] PR15610 : -Wunused-macros warns despite line markers
Lubos Lunak
- [PATCH] PR15610 : -Wunused-macros warns despite line markers
Eli Friedman
- [PATCH] PR15614 : -frewrite-includes causes -Wunused-macros false positives
Lubos Lunak
- [PATCH] PR15614 : -frewrite-includes causes -Wunused-macros false positives
Eli Friedman
- [PATCH] PR16344: Dereferencing null pointer cause SIGSEGV
Rafael Espíndola
- [PATCH] PR16344: Dereferencing null pointer cause SIGSEGV
WenHan Gu (谷汶翰)
- [PATCH] PR16344: Dereferencing null pointer cause SIGSEGV
Rafael Espíndola
- [PATCH] PR16344: Dereferencing null pointer cause SIGSEGV
WenHan Gu (谷汶翰)
- [PATCH] PR16344: Dereferencing null pointer cause SIGSEGV
Rafael Espíndola
- [PATCH] PR16344: Dereferencing null pointer cause SIGSEGV
WenHan Gu (谷汶翰)
- [PATCH] PR16344: Dereferencing null pointer cause SIGSEGV
Richard Smith
- [PATCH] PR16344: Dereferencing null pointer cause SIGSEGV
WenHan Gu (谷汶翰)
- [PATCH] PR16395 Crash using Microsoft property declaration without a name
Robert Wilhelm
- [PATCH] PR16395 Crash using Microsoft property declaration without a name
Aaron Ballman
- [PATCH] PR16395 Crash using Microsoft property declaration without a name
Robert Wilhelm
- [PATCH] PR16395 Crash using Microsoft property declaration without a name
Aaron Ballman
- [PATCH] Push a LambdaScopeInfo on after introducer, in anticipation for generic lambdas
Faisal Vali
- [PATCH] Push a LambdaScopeInfo on after introducer, in anticipation for generic lambdas
Faisal Vali
- [PATCH] Search for gcc in the gcc-cross directory.
Stephen Kelly
- [PATCH] Search for gcc in the gcc-cross directory.
Stephen Kelly
- [PATCH] StaticAnalyzer: ExplodedGraphViewer
Anna Zaks
- [PATCH] Step 1: Simple Generic lambda (no captures or nested lambdas)
Richard Smith
- [PATCH] Step 1: Simple Generic lambda (no captures or nested lambdas)
Richard Smith
- [PATCH] Teach static analyzer about AttributedStmts
Pavel Labath
- [PATCH] Teach static analyzer about AttributedStmts
Jordan Rose
- [PATCH] Teach static analyzer about AttributedStmts
Pavel Labath
- [PATCH] Try to fix PR16239
Wei Pan
- [PATCH] Use lexing mode based on FormatStyle.Standard.
Alexander Kornienko
- [PATCH] Use the zero-argument DIBuilder::createNullPtrType in Clang.
Peter Collingbourne
- [PATCH] Use the zero-argument DIBuilder::createNullPtrType in Clang.
Eric Christopher
- [PATCH] Use the zero-argument DIBuilder::createNullPtrType in Clang.
Peter Collingbourne
- Buildbot failure on windows
jahanian
- Buildbot failure on windows
Rafael Espíndola
- Buildbot failure on windows
jahanian
- Buildbot failure on windows
Rafael Espíndola
- Buildbot failure on windows
Eli Friedman
- Buildbot failure on windows
jahanian
- Buildbot on windows is failing
jahanian
- Buildbot on windows is failing
Rafael Espíndola
- Buildbot on windows is failing
David Dean
- Buildbot on windows is failing
Rafael Espíndola
- Buildbot on windows is failing
David Dean
- Buildbot on windows is failing
Rafael Espíndola
- Buildbot on windows is failing
David Dean
- Fix build with CLANG_ENABLE_STATIC_ANALYZER
Stephen Kelly
- patch: don't use -backend-option for vectorizer flags
Nick Lewycky
- patch: don't use -backend-option for vectorizer flags
Richard Smith
- r179251 - [libclang] Expose record layout info via new libclang functions:
Argyrios Kyrtzidis
- r179251 - [libclang] Expose record layout info via new libclang functions:
Matt Beaumont-Gay
- r183283 - Model temporary lifetime-extension explicitly in the AST. Use this model to
Eli Friedman
- r183881 - Add -Wdeprecated warnings and fixits for things deprecated in C++11:
Nico Weber
- r183881 - Add -Wdeprecated warnings and fixits for things deprecated in C++11:
Arthur O'Dwyer
- r183881 - Add -Wdeprecated warnings and fixits for things deprecated in C++11:
Richard Smith
- r183881 - Add -Wdeprecated warnings and fixits for things deprecated in C++11:
Reid Kleckner
- r184043 - A quick fix to allow return type deduction on member templates
NAKAMURA Takumi
- r184043 - A quick fix to allow return type deduction on member templates
Faisal Vali
- r184043 - A quick fix to allow return type deduction on member templates
Faisal Vali
- r184640 - Remove duplicated case.
Jordan Rose
- r184675 - ArrayRef'ize Sema::CodeCompleteConstructorInitializer
Jordan Rose
- r184695 - DebugInfo: ensure negative enumerators are emitted as such
David Blaikie
- r184695 - DebugInfo: ensure negative enumerators are emitted as such
Jordan Rose
- r184695 - DebugInfo: ensure negative enumerators are emitted as such
David Blaikie
- r184695 - DebugInfo: ensure negative enumerators are emitted as such
Jordan Rose
- r184696 - Avoid adding entries to the DeclContext lookup table multiple times when lazily
Richard Smith
- r184708 - The profile library must come before the C library so that it can use
Chandler Carruth
- r184726 - clang/test/Driver/coverage-ld.c: Tweak expressions to match dosish pathsep on win32 hosts.
NAKAMURA Takumi
- r184727 - clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp: Suppress unexpected failures on MS hosts.
NAKAMURA Takumi
- r184740 - [Sema] Call CheckParmForFunctionDef on ObjC method parameters
Reid Kleckner
- r184740 - [Sema] Call CheckParmForFunctionDef on ObjC method parameters
John McCall
- r184743 - Convert a use of PathV1.h.
Rafael Espindola
- r184751 - Add some invalid-decl checks to clang_Type_getOffsetOf.
Matt Beaumont-Gay
- r184753 - Convert a use of PathV1.h
Rafael Espindola
- r184755 - Check the canonical parameter type with getAs<>() in a static checker
Reid Kleckner
- r184762 - Add the global namespace (the "::" namespace specifier) to the list of
Kaelyn Uhrain
- r184763 - [AST] Introduce a new DecayedType sugar node
Reid Kleckner
- r184763 - [AST] Introduce a new DecayedType sugar node
Nico Weber
- r184766 - Convert last use of PathV1.h in Compilation.cpp
Rafael Espindola
- r184768 - [analyzer] Add a debug checker that prints Exploded Graph
Anna Zaks
- r184770 - Use the simpler version of llvm::sys::fs::exists.
Rafael Espindola
- r184774 - Convert some uses of llvm::sys::Path.
Rafael Espindola
- r184775 - Use getAs<> where appropriate on QualTypes instead of using dyn_cast.
Eli Friedman
- r184776 - [arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is passed to avoid the
Argyrios Kyrtzidis
- r184777 - [ms-cxxabi] Use sugared types in the mangler instead of canonical types
Reid Kleckner
- r184779 - Fix "funciton" typo from r184763
Reid Kleckner
- r184780 - Change mangling of objects inside block literals.
Eli Friedman
- r184782 - [libclang/codecompletion] Make sure the top-level decl hash takes into account ImportDecls.
Argyrios Kyrtzidis
- r184784 - [NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for the feature long_tests.
Michael Gottesman
- r184785 - [NeonIntrinsicTestEmitter] Fix incorrect FileCheck pattern where we were expecting a ', ' prefix to alignment hints.
Michael Gottesman
- r184786 - [NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint.
Michael Gottesman
- r184787 - Added arm_neon intrinsic tests.
Michael Gottesman
- r184787 - Added arm_neon intrinsic tests.
Chandler Carruth
- r184787 - Added arm_neon intrinsic tests.
Chandler Carruth
- r184787 - Added arm_neon intrinsic tests.
Michael Gottesman
- r184787 - Added arm_neon intrinsic tests.
Michael Gottesman
- r184787 - Added arm_neon intrinsic tests.
Michael Gottesman
- r184789 - Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results of using -performSelectorXXX.
Ted Kremenek
- r184790 - Accept both / and \\ to fix the windows bots.
Rafael Espindola
- r184790 - Accept both / and \\ to fix the windows bots.
jahanian
- r184791 - Check for matching template-parameter-lists when merging template declarations.
Richard Smith
- r184794 - Reorder builds based by ordering.
Eric Christopher
- r184794 - Reorder builds based by ordering.
Eric Christopher
- r184795 - Delete dead code.
Eli Friedman
- r184796 - Formatter/Objc: Add a test that checks that @import is formatted correctly.
Nico Weber
- r184801 - Delete a couple dead checks.
Eli Friedman
- r184803 - Use the new PathV2 instead of implementing the logic in clang.
Rafael Espindola
- r184804 - Formatter/ObjC: Correctly format casts in objc message send expressions.
Nico Weber
- r184807 - Remove PathV1.h from Driver.cpp.
Rafael Espindola
- r184810 - Fix noexcept for delete expressions.
Eli Friedman
- r184811 - Fix deserializing of class template partial specializations. Assign sequence
Richard Smith
- r184812 - Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes
Nick Lewycky
- r184812 - Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes
Chandler Carruth
- r184813 - Fix regression from r184810.
Eli Friedman
- r184814 - [analyzer] Don't initialize virtual base classes more than once.
Jordan Rose
- r184814 - [analyzer] Don't initialize virtual base classes more than once.
David Blaikie
- r184814 - [analyzer] Don't initialize virtual base classes more than once.
Jordan Rose
- r184815 - [analyzer] Handle zeroing CXXConstructExprs.
Jordan Rose
- r184817 - Revert r184787: "Added arm_neon intrinsic tests."
Chandler Carruth
- r184818 - Revert "Use the new PathV2 instead of implementing the logic in clang."
Rafael Espindola
- r184825 - Add r184803 back now that the bug in unique_file has been fixed.
Rafael Espindola
- r184830 - Fix a couple of PPC predefined macros that I spotted while driving by
Chandler Carruth
- r184851 - Use the new llvm::sys::EnvPathSeparator.
Rafael Espindola
- r184855 - Use the simpler version of llvm::sys::fs::exists.
Rafael Espindola
- r184856 - Don't use PathV1.h in Tools.cpp.
Rafael Espindola
- r184857 - Use simpler version of llvm::sys::fs::exists.
Rafael Espindola
- r184861 - In tooling, reenable freeing of datastructures in codegen, just as we do for
Nick Lewycky
- r184862 - Remove misplaced comment
Eli Bendersky
- r184863 - Objective-C: Warn when IBOutletCollection property
Fariborz Jahanian
- r184865 - More of N3652: don't add an implicit 'const' to 'constexpr' member functions when checking for overloads in C++1y.
Richard Smith
- r184873 - Fix a comment.
Nico Weber
- r184875 - Fix null pointer dereference if we redeclare an unprototyped function. Patch by
Richard Smith
- r184875 - Fix null pointer dereference if we redeclare an unprototyped function. Patch by
Eli Friedman
- r184875 - Fix null pointer dereference if we redeclare an unprototyped function. Patch by
Richard Smith
- r184882 - Implement DR21
David Majnemer
- r184883 - Don't try to get the layout of an invalid decl in getDeclAlign.
Matt Beaumont-Gay
- r184884 - PR8302: Check for shadowing a template parameter when declaring a template
Richard Smith
- r184885 - Missing test update from r184884.
Richard Smith
- r184887 - Make this test properly test both things it's trying to test.
Richard Smith
- r184889 - Implement DR136
David Majnemer
- r184890 - Don't check for triviality on fields of templated records. We can't know the
Nick Lewycky
- r184894 - Formatter: Don't put a space after parameter-naming block comments.
Nico Weber
- r184894 - Formatter: Don't put a space after parameter-naming block comments.
Alexander Kornienko
- r184894 - Formatter: Don't put a space after parameter-naming block comments.
Alexander Kornienko
- r184894 - Formatter: Don't put a space after parameter-naming block comments.
Reid Kleckner
- r184894 - Formatter: Don't put a space after parameter-naming block comments.
Tobias Grosser
- r184894 - Formatter: Don't put a space after parameter-naming block comments.
Nico Weber
- r184896 - Run clang-format on lib/Format code after r184894. No other changes.
Nico Weber
- r184902 - Remove PathV1.h usage from ToolChains.cpp.
Rafael Espindola
- r184903 - Fix PCH bug with member templates of local classes in nontemplate functions.
Faisal Vali
- r184904 - Lazily deserialize the "first' friend declaration when deserializing a class
Richard Smith
- r184905 - Fix a comment.
Nico Weber
- r184906 - Remove PathV1.h use from WindowsToolChain.cpp.
Rafael Espindola
- r184907 - Remove some uses of llvm::sys::Path.
Rafael Espindola
- r184908 - Use llvm::sys::fs::unique_file.
Rafael Espindola
- r184909 - Remove the last use of PathWithStatus.
Rafael Espindola
- r184911 - Remove forward declarations of sys::Path.
Rafael Espindola
- r184912 - Don't use PathV1.h in ASTUnit.cpp.
Rafael Espindola
- r184913 - Remove PathV1.h from CompilerInstance.cpp.
Rafael Espindola
- r184915 - Use llvm::sys::fs::getMainExecutable.
Rafael Espindola
- r184918 - Remove PathV1.h from CompilerInvocation.cpp.
Rafael Espindola
- r184921 - Remove more uses of llvm::sys::Path.
Rafael Espindola
- r184922 - Remove unused include.
Rafael Espindola
- r184930 - clang/test/lit.cfg: Tweak getClangBuiltinIncludeDir() not to expose dosish path separator on MSYS bash.exe, since r184774.
NAKAMURA Takumi
- r184936 - Remove unused include.
Rafael Espindola
- r184937 - Remove unused header.
Rafael Espindola
- r184938 - Don't use PathV1.h in cc1as_main.cpp.
Rafael Espindola
- r184939 - Remove dead include.
Rafael Espindola
- r184940 - Don't use PathV1.h in CIndexCodeCompletion.cpp.
Rafael Espindola
- r184941 - Quieting an MSVC warning about converting negative integer constants to unsigned types.
Aaron Ballman
- r184941 - Quieting an MSVC warning about converting negative integer constants to unsigned types.
David Blaikie
- r184941 - Quieting an MSVC warning about converting negative integer constants to unsigned types.
Aaron Ballman
- r184941 - Quieting an MSVC warning about converting negative integer constants to unsigned types.
David Blaikie
- r184941 - Quieting an MSVC warning about converting negative integer constants to unsigned types.
Reid Kleckner
- r184942 - Try to fix this test on the msys buildbot.
Rafael Espindola
- r184945 - Remove unused header.
Rafael Espindola
- r184949 - We only create one file, no need to delete a directory.
Rafael Espindola
- r184951 - Remove last use of PathV1.h from clang.
Rafael Espindola
- r184952 - clang/test/Driver/pth.c: Fix r184942, a regexp like "\\\\" is redundant here. Should be matched to single \ with '\\'.
NAKAMURA Takumi
- r184952 - clang/test/Driver/pth.c: Fix r184942, a regexp like "\\\\" is redundant here. Should be matched to single \ with '\\'.
Rafael Espíndola
- r184968 - Match MSVC's handling of commas during macro argument expansion
Reid Kleckner
- r184968 - Match MSVC's handling of commas during macro argument expansion
Dmitri Gribenko
- r184968 - Match MSVC's handling of commas during macro argument expansion
Reid Kleckner
- r184968 - Match MSVC's handling of commas during macro argument expansion
João Matos
- r184970 - Add support for passing '-target armv8' through the Driver.
Joey Gouly
- r184972 - Fix warning: commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]
Nico Weber
- r184972 - Fix warning: commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]
Reid Kleckner
- r185013 - Updating a link in the comments; no functional change.
Aaron Ballman
- r185014 - Updating the same comment in a different file, again for links. No functional change intended.
Aaron Ballman
- r185018 - Rewrite record layout for ms_struct structs.
Eli Friedman
- r185019 - Sync file handling logic in RewriterTestContext.h and RefactoringTest.cpp.
Rafael Espindola
- r185021 - AST: small cleanup to FriendObjectKind
David Majnemer
- r185022 - This patch fixes PR16395, when HandleMSProperty returns null due to a declaration with no name.
Aaron Ballman
- r185023 - Don't use unnamed local enums as template arguments.
Joerg Sonnenberger
- r185023 - Don't use unnamed local enums as template arguments.
NAKAMURA Takumi
- r185025 - ObjectiveC: diagnose duplicate declaration of
Fariborz Jahanian
- r185029 - Sema: Small cleanup around TemplateParamListContext
David Majnemer
- r185035 - PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's
Richard Smith
- r185035 - PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's
Dimitry Andric
- r185035 - PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's
Richard Smith
- r185038 - Handle all TemplateArguments in trivial TypeLocs.
Eli Friedman
- r185042 - Simplify code.
Eli Friedman
- r185053 - Delete dead code.
Eli Friedman
- r185056 - Fix a conversion to incomplete type bug -- The error message now specifically states that the type is incomplete and points to the forward declaration of the incomplete type.
Larisse Voufo
- r185056 - Fix a conversion to incomplete type bug -- The error message now specifically states that the type is incomplete and points to the forward declaration of the incomplete type.
Eli Friedman
- r185056 - Fix a conversion to incomplete type bug -- The error message now specifically states that the type is incomplete and points to the forward declaration of the incomplete type.
Larisse Voufo
- r185056 - Fix a conversion to incomplete type bug -- The error message now specifically states that the type is incomplete and points to the forward declaration of the incomplete type.
Larisse Voufo
- r185058 - A bit of program simplification from r185056
Larisse Voufo
- r185075 - Add support for passing v8fp options via -mfpu.
Joey Gouly
- r185091 - Small improvements to createOutputFile.
Rafael Espindola
- r185098 - Simplify StmtIterator.
Eli Friedman
- r185100 - Under -fms-extensions, only inject a friend tag name when we didn't see a tag with that name in an enclosing scope.
Douglas Gregor
- r185101 - Delete dead code.
Eli Friedman
- r185103 - Delete dead code.
Eli Friedman
- r185108 - Remove unnecessary check.
Eli Friedman
- r185109 - Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into
Richard Smith
- r185110 - Revert "Revert r184787: "Added arm_neon intrinsic tests.""
Michael Gottesman
- r185112 - Ensure that debugger calls to signature-less functions default to
John McCall
- r185115 - Use the zero-argument DIBuilder::createNullPtrType in Clang.
Peter Collingbourne
- r185117 - Fix nested lifetime extension when a std::initializer_list member is
Richard Smith
- r185118 - Switch Decl instantiation to DeclNodes.inc.
Eli Friedman
- r185119 - Delete dead code.
Eli Friedman
- r185127 - Update for llvm::sys::fs::unique_file not creating directories.
Rafael Espindola
- r185132 - Lazily deserialize function template specializations. This fixes a cycle in
Richard Smith
- r185149 - Use lexing mode based on FormatStyle.Standard.
Alexander Kornienko
- r185159 - Fix a trivial typo, add a FIXME to have more test coverage for VTableBuilder
Timur Iskhodzhanov
- r185164 - Use the multiple argument form of path::append.
Benjamin Kramer
- r185199 - + "For Windows Users" section
Anton Yartsev
- r185213 - [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.
Peter Collingbourne
- r185215 - Fix line endings.
Eli Friedman
- r185216 - Fix error recovery with in-class initializer.
Eli Friedman
- r185229 - PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Richard Smith
- r185229 - PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Timur Iskhodzhanov
- r185229 - PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Michael Gottesman
- r185229 - PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Timur Iskhodzhanov
- r185229 - PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Reid Kleckner
- r185229 - PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Richard Smith
- r185231 - Remove dead code.
Eli Friedman
- r185244 - [test] Add test case for rdar://14183893.
Argyrios Kyrtzidis
- r185256 - Revert r185229 as it breaks compilation of <windows.h>
Timur Iskhodzhanov
- r185261 - Driver: Push triple objects around instead of going to std::string all the time.
Benjamin Kramer
- r185264 - Compress pairs. No functionality change.
Benjamin Kramer
- r185276 - Add enumerators to TestVisitor::Language to allow visitor tests to
James Dennett
- r185277 - Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call
James Dennett
- r185280 - Lex: Cleanup whitespace in PragmaRegionHandler
David Majnemer
- r185281 - Reinstate r185229, reverted in r185256, with a tweak: further ignore the
Richard Smith
- r185282 - Teach -Wunsequenced that the side-effects of a function evaluation are sequenced
Richard Smith
- r185288 - Documentation cleanup: Mostly formatting \brief documentation, also fix a
James Dennett
- r185291 - Restore r184205 and associated commits (after commit of r185290)
Stephen Lin
- r185293 - Documentation cleanup for TypeOrdering.h.
James Dennett
- r185295 - Put helper classes into anonymous namespace.
Craig Topper
- r185296 - Make string pointer const.
Craig Topper
- r185300 - Use static for helper functions instead of an anonymous namespace per coding standards.
Craig Topper
- r185301 - Put helper classes in an anonymous namespace.
Craig Topper
- r185302 - Use LLVM_DELETED_FUNCTION on unimplemented copy constructor and assignment operator.
Craig Topper
- r185303 - Put helper classes in an anonymous namespace.
Craig Topper
- r185304 - PR16502: Fix a dumb bug where we might look past the last initializer in an
Richard Smith
- r185305 - Put helper class in anonymous namespace.
Craig Topper
- r185306 - Put helper class in anonymous namespace.
Craig Topper
- Setting -DGCC_INSTALL_PREFIX causes tests to fail
Rafael Espíndola
- Visit my website: http://planilhasprontas.blogspot.com.br
Edson
- WIP Patch: Introduce a proper mangling scheme for block literals
John McCall
Last message date:
Sun Jun 30 23:34:59 PDT 2013
Archived on: Tue Aug 4 15:31:07 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).