The Week Of Monday 11 March 2013 Archives by author
Starting: Mon Mar 11 01:04:11 PDT 2013
Ending: Sun Mar 17 23:49:37 PDT 2013
Messages: 431
- r176682 - [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file.
Aaron Ballman
- [PATCH] Fix host processor identification for Sandy Bridge
Aaron Ballman
- [PATCH] Defaulting to -fno-use-cxa-atexit on Windows
Aaron Ballman
- [PATCH] Defaulting to -fno-use-cxa-atexit on Windows
Aaron Ballman
- [cfe-commits] r171828 - in /cfe/trunk: lib/ARCMigrate/TransProtectedScope.cpp test/ARCMT/checking.m test/ARCMT/protected-scope.m test/ARCMT/protected-scope.m.result
Aaron Ballman
- [cfe-commits] r171828 - in /cfe/trunk: lib/ARCMigrate/TransProtectedScope.cpp test/ARCMT/checking.m test/ARCMT/protected-scope.m test/ARCMT/protected-scope.m.result
Aaron Ballman
- [cfe-commits] r171828 - in /cfe/trunk: lib/ARCMigrate/TransProtectedScope.cpp test/ARCMT/checking.m test/ARCMT/protected-scope.m test/ARCMT/protected-scope.m.result
Aaron Ballman
- [PATCH] Fix host processor identification for Sandy Bridge
Aaron Ballman
- [PATCH] Fix host processor identification for Sandy Bridge
Aaron Ballman
- [PATCH] Fix host processor identification for Sandy Bridge
Aaron Ballman
- [PATCH] Defaulting to -fno-use-cxa-atexit on Windows
Aaron Ballman
- r176912 - Test for LLVM r176911
Matt Beaumont-Gay
- [PATCH] Fixed UseNullptr causes ambiguity
Ariel Bernal
- [PATCH] Fixed UseNullptr causes ambiguity
Ariel Bernal
- [PATCH] Change ClangTool::run output processing file to debug output
Ariel Bernal
- [PATCH] Change ClangTool::run output processing file to debug output
Ariel Bernal
- [PATCH] Change ClangTool::run output processing file to debug output
Ariel Bernal
- [PATCH] Change ClangTool::run output processing file to debug output
Ariel Bernal
- [PATCH] Change ClangTool::run output processing file to debug output
Ariel Bernal
- [PATCH] Fixed UseNullptr causes ambiguity
Ariel Bernal
- [PATCH] Change ClangTool::run output processing file to debug output
Ariel Bernal
- r176985 - Have these attriubtes set to 'true' or 'false'.
David Blaikie
- r177061 - [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled).
David Blaikie
- r177162 - c: add the missing binary operatory when checking
David Blaikie
- r177162 - c: add the missing binary operatory when checking
David Blaikie
- r177164 - Force column info only for direct inlined functions. This should strike
David Blaikie
- r177164 - Force column info only for direct inlined functions. This should strike
David Blaikie
- r177184 - Remove unnecessary default in covered switch over enum
David Blaikie
- r177180 - Refactor template diffing to store an enum that records which type of
David Blaikie
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
David Blaikie
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
David Blaikie
- r177237 - Generalize a few debug info test cases
David Blaikie
- [PATCH] Adds a CMake package configuration file for libclang
Damien Buhl
- [PATCH] Adds a CMake package configuration file for libclang
Damien Buhl
- r177053 - Fix an unused variable warning from Clang by sinking a dyn_cast into an
Chandler Carruth
- About commit TILE-Gx backend to community repository and default disabled
Chandler Carruth
- About commit TILE-Gx backend to community repository and default disabled
Chandler Carruth
- [PATCH] Improve the caching of debuginfo Objective C interface types
Eric Christopher
- [PATCH] multiple inlining scopes for a single source location
Eric Christopher
- r176895 - Force column info to be generated for call expressions so we can
Eric Christopher
- [PATCH] Allocate stack storage for .block_descriptor and captured self.
Eric Christopher
- r177118 - Always declare the .block_descriptor parameter, not just the local copy.
Eric Christopher
- r177133 - Silence anonymous type in anonymous union warnings.
Eric Christopher
- [libcxx] r177099 - Updated link to Marshall's instructions
Marshall Clow
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- [PATCH] Implement a sane plugin API for clang
Joshua Cranmer
- [PATCH] Implement a sane plugin API for clang
Joshua Cranmer
- [PATCH] Implement a sane plugin API for clang
Joshua Cranmer
- [PATCH] Implement a sane plugin API for clang
Joshua Cranmer
- r176859 - Remove driver support for Hexagon V2 and V3
Matthew Curtis
- [PATCH] Remove driver support for Hexagon V2 and V3
Matthew Curtis
- [PATCH] Remove driver support for Hexagon V2 and V3
Anshuman Dasgupta
- [cfe-commits] r166444 - in /cfe/trunk: include/clang/Driver/ lib/Driver/ lib/Frontend/ utils/TableGen/
Daniel Dunbar
- r177183 - [AST] Add a fast path to ConstantArrayType::getNumAddressingBits().
Daniel Dunbar
- r176832 - Objective-C: When using super.prop, property should be
Jean-Daniel Dupas
- r176924 - Tighten up the rules for precise lifetime and document
Jean-Daniel Dupas
- r177194 - <rdar://problem/13426257> Introduce SDKSettings.plist as an input file dependency for PCH/modules.
Jean-Daniel Dupas
- r176866 - Remove a bogus assert so we don't crash in
Rafael Espindola
- r176867 - Error if an extern C declaration matches a previous hidden extern C declaration.
Rafael Espindola
- r176869 - Correctly compute linkage of decls forward declared extern C.
Rafael Espindola
- r176875 - We already reported an error for
Rafael Espindola
- r176888 - Move the extern "C" sema tests to a new file.
Rafael Espindola
- r176890 - Add an interesting testcase we already handle correctly.
Rafael Espindola
- r176896 - Whitespace cleanup.
Rafael Espindola
- r176999 - Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
- Fix crash with UniqueExternalLinkage in extern "C" contexts
Rafael Espíndola
- Fix crash with UniqueExternalLinkage in extern "C" contexts
Rafael Espíndola
- [patch] Error if an extern "C" declaration matches a previous hidden extern "C" declaration
Rafael Espíndola
- [patch] Avoid computing the linkage too early. Don't invalidate it.
Rafael Espíndola
- r177053 - Fix an unused variable warning from Clang by sinking a dyn_cast into an
Rafael Espíndola
- [PATCH] use response files to pass arguments to the linker, fixes PR 15171
Rafael Espíndola
- [Patch] Fix redundant comparison in gcc::Common::ConstructJob
Rafael Espíndola
- [PATCH] use response files to pass arguments to the linker, fixes PR 15171
Nathan Froyd
- [PATCH] Adding a diagnostic for member templates inside a local class
Gao, Yunzhong
- [PATCH] Adding a diagnostic for member templates inside a local class
Gao, Yunzhong
- [PATCH] Adding a diagnostic for member templates inside a local class
Gao, Yunzhong
- [PATCH] don't allow lax vector conversions between vectors and scalars
John Garvin
- [PATCH] FreeBSD: Set the ARM EABI version when using an external assembler
Renato Golin
- [PATCH] FreeBSD: Set the ARM EABI version when using an external assembler
Renato Golin
- [PATCH] FreeBSD: Set the ARM EABI version when using an external assembler
Renato Golin
- r176803 - Add a test case for the 'vec_type_hint' attribute that was introduced in
Joey Gouly
- r177035 - Add support for the 'endian' attribute for OpenCL.
Joey Gouly
- [PATCH] OpenCL endian attribute
Joey Gouly
- [PATCH] Sema for Captured Statements
Douglas Gregor
- modularize patch - request for review
Douglas Gregor
- [patch] Avoid computing the linkage too early. Don't invalidate it.
Douglas Gregor
- [PATCH] Add -finstruments-functions-exclude-{file, function}-list options
Douglas Gregor
- [PATCH] Adding a diagnostic for member templates inside a local class
Douglas Gregor
- [PATCH] OpenCL endian attribute
Douglas Gregor
- r175299 - libclang: add clang_getTypeSpelling(CXType CT)
Douglas Gregor
- r177110 - [PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't always known at compile time.
Douglas Gregor
- r177194 - <rdar://problem/13426257> Introduce SDKSettings.plist as an input file dependency for PCH/modules.
Douglas Gregor
- r177194 - <rdar://problem/13426257> Introduce SDKSettings.plist as an input file dependency for PCH/modules.
Douglas Gregor
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Dmitri Gribenko
- [PATCH] R600: Handle -mcpu option
Dmitri Gribenko
- r176948 - Documentation: formatting fixes
Dmitri Gribenko
- r176924 - Tighten up the rules for precise lifetime and document
Dmitri Gribenko
- [PATCH] R600: Handle -mcpu option
Dmitri Gribenko
- [PATCH] Add -finstruments-functions-exclude-{file, function}-list options
Dmitri Gribenko
- r177066 - Documentation: improve formatting
Dmitri Gribenko
- r177035 - Add support for the 'endian' attribute for OpenCL.
Dmitri Gribenko
- [PATCH] [libclang] getTypeSize patch
Dmitri Gribenko
- [PATCH] Expose AST Record layout attributes to libclang
Dmitri Gribenko
- [PATCH] R600: Handle -mcpu option
Dmitri Gribenko
- [PATCH] Adds a CMake package configuration file for libclang
Dmitri Gribenko
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Dmitri Gribenko
- r176894 - Driver: -ccc-install-dir should affect cc1 -resource-dir
Jim Grosbach
- [RFC] #pragma ivdep
Tobias Grosser
- [PATCH] Improve attributes printing.
Michael Han
- [PATCH] Improve attributes printing.
Michael Han
- [libcxx] r176822 - This SO question: http://stackoverflow.com/questions/15344402/how-can-i-read-a-0xff-in-a-file-with-libc-istream-iterator/15347225#15347225 highlighted the lack of a cast in the implementation of std::cin. Added. I unfortunately don't have a test case to add to the suite since this bug only shows itself when using std::cin. The current testsuite setup does not have a way a good way to test std::cin.
Howard Hinnant
- [libcxx] r177093 - Some forward-looking and optimistic documentation.
Howard Hinnant
- [libcxx] r177212 - This should be nothing but a load-time optimization. I'm trying to reduce load time initializers and this is a big one. No visible functionality change intended.
Howard Hinnant
- [PATCH] Add -finstruments-functions-exclude-{file, function}-list options
Matthew Iselin
- [PATCH] Add -finstruments-functions-exclude-{file, function}-list options
Matthew Iselin
- r176832 - Objective-C: When using super.prop, property should be
Fariborz Jahanian
- r176870 - Modify comment in user test.
Fariborz Jahanian
- r176878 - Objective-C: Fixes a comment.
Fariborz Jahanian
- r176889 - Objective-C: Issue warning in couple of obscure cases
Fariborz Jahanian
- r176906 - Objective-C: In my last path, also check
Fariborz Jahanian
- r177127 - Diagnose about extern "C" functions returning c++ objects
Fariborz Jahanian
- r177162 - c: add the missing binary operatory when checking
Fariborz Jahanian
- r177163 - c: Also chek for integer overflow for '%' operator.
Fariborz Jahanian
- r177181 - c: perform integer overflow check on all binary
Fariborz Jahanian
- [PATCH] [libclang] getSizeOf/getAlignOf/getOffsetOf (was [PATCH] Expose AST Record layout attributes to libclang)
Loïc Jaquemet
- [PATCH] Implements memoization for ancestor matching.
Daniel Jasper
- [PATCH] Implements memoization for ancestor matching.
Daniel Jasper
- r176861 - Remove bad space after "default".
Daniel Jasper
- [PATCH] Implemented formatting of rvalue references
Daniel Jasper
- r176936 - Fix formatting of new arrays of pointers.
Daniel Jasper
- [PATCH] Added AnnotatedToken::isOneOf + a few other refactorings
Daniel Jasper
- r176952 - Fix formatting issue with builder-type calls.
Daniel Jasper
- r176953 - Fix comment indentation before labels.
Daniel Jasper
- r176952 - Fix formatting issue with builder-type calls.
Daniel Jasper
- r176957 - Fix incorrect cast identification.
Daniel Jasper
- r177034 - Improve formatting of trailing annotations.
Daniel Jasper
- r177037 - Fix dereference formatting in for-loops.
Daniel Jasper
- r177073 - Basic support for formatting asm() statments.
Daniel Jasper
- r177075 - Slightly improve formatting of longer pipe statements.
Daniel Jasper
- [PATCH] Implements memoization for ancestor matching.
Daniel Jasper
- [PATCH] Multi-line comment alignment
Daniel Jasper
- [PATCH] Indent all lines in a multi-line comment by the same amount.
Daniel Jasper
- [PATCH] Indent all lines in a multi-line comment by the same amount.
Daniel Jasper
- r177157 - Improve formatting of chained calls.
Daniel Jasper
- [PATCH] Adds a CMake package configuration file for libclang
Brad King
- [PATCH] Implements memoization for ancestor matching.
Manuel Klimek
- [PATCH] Implements memoization for ancestor matching.
Manuel Klimek
- r176953 - Fix comment indentation before labels.
Manuel Klimek
- r176952 - Fix formatting issue with builder-type calls.
Manuel Klimek
- [clang-tools-extra] r176847 - Initial check in of Doug's modularize tool for checking header readiness for modules, plus some changes per review feedback: Removed system headers, changed to use stream output, added file name in message.
Manuel Klimek
- [clang-tools-extra] r176847 - Initial check in of Doug's modularize tool for checking header readiness for modules, plus some changes per review feedback: Removed system headers, changed to use stream output, added file name in message.
Manuel Klimek
- [clang-tools-extra] r176847 - Initial check in of Doug's modularize tool for checking header readiness for modules, plus some changes per review feedback: Removed system headers, changed to use stream output, added file name in message.
Manuel Klimek
- [PATCH] Implements memoization for ancestor matching.
Manuel Klimek
- [PATCH] Implements memoization for ancestor matching.
Manuel Klimek
- r177075 - Slightly improve formatting of longer pipe statements.
Manuel Klimek
- [PATCH] Implements memoization for ancestor matching.
Manuel Klimek
- [PATCH] Implements memoization for ancestor matching.
Manuel Klimek
- r177081 - Implements memoization for ancestor matching.
Manuel Klimek
- [PATCH] Implements memoization for ancestor matching.
Manuel Klimek
- [PATCH] Change ClangTool::run output processing file to debug output
Manuel Klimek
- [PATCH] Change ClangTool::run output processing file to debug output
Manuel Klimek
- [PATCH] Implemented formatting of rvalue references
Alexander Kornienko
- [PATCH] Implemented formatting of rvalue references
Alexander Kornienko
- [PATCH] Implemented formatting of rvalue references
Alexander Kornienko
- r176874 - Implemented formatting of rvalue references
Alexander Kornienko
- [PATCH] Added AnnotatedToken::isOneOf + a few other refactorings
Alexander Kornienko
- r176951 - Added AnnotatedToken::isOneOf + a few other refactorings
Alexander Kornienko
- [PATCH] Multi-line comment alignment
Alexander Kornienko
- [PATCH] Multi-line comment alignment
Alexander Kornienko
- [PATCH] Multi-line comment alignment
Alexander Kornienko
- r177080 - Multi-line comment alignment
Alexander Kornienko
- [PATCH] Indent all lines in a multi-line comment by the same amount.
Alexander Kornienko
- r177153 - Indent all lines in a multi-line comment by the same amount.
Alexander Kornienko
- [PATCH] Split long lines in multi-line comments.
Alexander Kornienko
- [PATCH] Defaulting to -fno-use-cxa-atexit on Windows
Anton Korobeynikov
- [PATCH] FreeBSD: Set the ARM EABI version when using an external assembler
Anton Korobeynikov
- [PATCH] FreeBSD: Set the ARM EABI version when using an external assembler
Anton Korobeynikov
- mips16/nomips16 attributes - please review
Reed Kotler
- mips16/nomips16 attributes - please review
Reed Kotler
- mips16/nomips16 attributes - please review
Reed Kotler
- mips16/nomips16 attributes - please review
Reed Kotler
- mips16/no mips16 attributes - please review
Reed Kotler
- [cfe-dev] [LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
Reed Kotler
- [cfe-dev] [LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
Reed Kotler
- [cfe-dev] [LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
Reed Kotler
- r176971 - Cause the mips16/nomips16 attribute to be passed to LLVM from Clang
Reed Kotler
- r176991 - Really fix the MIPS test.
Reed Kotler
- r176826 - Disallow using -fmodules with -no-integrated-as.
Benjamin Kramer
- [PATCH] Fix host processor identification for Sandy Bridge
Benjamin Kramer
- r176826 - Disallow using -fmodules with -no-integrated-as.
Ted Kremenek
- r176826 - Disallow using -fmodules with -no-integrated-as.
Ted Kremenek
- r176876 - Revert "Disallow using -fmodules with -no-integrated-as."
Ted Kremenek
- r176826 - Disallow using -fmodules with -no-integrated-as.
Ted Kremenek
- r176897 - [driver] Only enable -fmodules-autolink if we are using the integrated assembler.
Ted Kremenek
- r176902 - Make modules.m test portable, now that autolinking is dependent on whether or not the target uses the integrated assembler.
Ted Kremenek
- r176965 - [analyzer] Handle Objc Fast enumeration for "loop is executed 0 times".
Ted Kremenek
- r176966 - Remove stray space.
Ted Kremenek
- r177190 - Enhance -Wtautological-constant-out-of-range-compare to include the name of the enum constant.
Ted Kremenek
- r177193 - Simplify print logic, per feedback from Jordan Rose.
Ted Kremenek
- r177201 - Fix buffer underrun (invalid read) triggered during diagnostic rendering. The test would overflow when computing '0 - 1'.
Ted Kremenek
- r176806 - [libclang] Fix a test and a warning on windows.
Argyrios Kyrtzidis
- r176682 - [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file.
Argyrios Kyrtzidis
- [cfe-commits] r171828 - in /cfe/trunk: lib/ARCMigrate/TransProtectedScope.cpp test/ARCMT/checking.m test/ARCMT/protected-scope.m test/ARCMT/protected-scope.m.result
Argyrios Kyrtzidis
- [cfe-commits] r171828 - in /cfe/trunk: lib/ARCMigrate/TransProtectedScope.cpp test/ARCMT/checking.m test/ARCMT/protected-scope.m test/ARCMT/protected-scope.m.result
Argyrios Kyrtzidis
- r176975 - [Modules] Resolve top-headers of modules lazily.
Argyrios Kyrtzidis
- r176976 - [Modules] Don't eagerly load and associate all the module header files.
Argyrios Kyrtzidis
- r177000 - [modules] Check for delegating constructor cycles when building a module and don't write them out to the module file.
Argyrios Kyrtzidis
- r177001 - [modules] Don't write the UnusedFileScopedDecls vector to the module file.
Argyrios Kyrtzidis
- r177126 - Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
- r177197 - [modules] Don't record the macros from the predefines buffer.
Argyrios Kyrtzidis
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
- r177126 - Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
- [PATCH] [codegen] Don't emit implicit unreachable at the end of a non-empty block
Argyrios Kyrtzidis
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
- [PATCH] Sema for Captured Statements
Ben Langmuir
- [PATCH] Sema for Captured Statements
Ben Langmuir
- r177161 - Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for the port of Debian on this arch. More information on: http://wiki.debian.org/PowerPCSPEPort Patch by Roland Stigge
Sylvestre Ledru
- r177161 - Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for the port of Debian on this arch. More information on: http://wiki.debian.org/PowerPCSPEPort Patch by Roland Stigge
Sylvestre Ledru
- r177004 - Update GCOVProfiling pass creation for API change in r177002. No functionality change.
Nick Lewycky
- [PATCH] Avoid llvm_unreachable when friend-ing a using declaration
Stephen Lin
- r177211 - Exploit this-return of a callsite in a this-return function.
Stephen Lin
- [PATCH] Defaulting to -fno-use-cxa-atexit on Windows
João Matos
- [cfe-commits] [Patch] Implement compiler intrinsics for MSVC 2012 type_traits
João Matos
- [cfe-commits] r173514 - in /cfe/trunk: include/clang/Basic/TargetCXXABI.h include/clang/Basic/TargetInfo.h lib/AST/ASTContext.cpp lib/AST/RecordLayout.cpp lib/AST/RecordLayoutBuilder.cpp lib/AST/VTableBuilder.cpp lib/Basic/TargetInfo.cpp lib/Basic/Targets.cpp lib/CodeGen/CGClass.cpp lib/CodeGen/CGRecordLayoutBuilder.cpp lib/CodeGen/CodeGenModule.cpp lib/Sema/SemaType.cpp
João Matos
- [PATCH] Defaulting to -fno-use-cxa-atexit on Windows
John McCall
- [cfe-commits] [PATCH] PR13824 warn if reinterpret_cast used for up/downcast
John McCall
- [cfe-commits] r173514 - in /cfe/trunk: include/clang/Basic/TargetCXXABI.h include/clang/Basic/TargetInfo.h lib/AST/ASTContext.cpp lib/AST/RecordLayout.cpp lib/AST/RecordLayoutBuilder.cpp lib/AST/VTableBuilder.cpp lib/Basic/TargetInfo.cpp lib/Basic/Targets.cpp lib/CodeGen/CGClass.cpp lib/CodeGen/CGRecordLayoutBuilder.cpp lib/CodeGen/CodeGenModule.cpp lib/Sema/SemaType.cpp
John McCall
- r176924 - Tighten up the rules for precise lifetime and document
John McCall
- r176926 - Remove trailing comma in enum list.
John McCall
- r176924 - Tighten up the rules for precise lifetime and document
John McCall
- [PATCH] Allocate stack storage for .block_descriptor and captured self.
John McCall
- r177003 - Flag that friend function definitions are "late parsed" so that
John McCall
- [PATCH] [codegen] Don't emit implicit unreachable at the end of a non-empty block
John McCall
- [PATCH] use response files to pass arguments to the linker, fixes PR 15171
Tim Northover
- [PATCH] Add a truncation warning for values under a bitwise or
Sam Panzer
- [PATCH] Add a truncation warning for values under a bitwise or
Sam Panzer
- [PATCH] Add a truncation warning for values under a bitwise or
Sam Panzer
- [PATCH] Fix to 4296 - Add parser detection/error recovery for nested functions
Serge Pavlov
- [PATCH] C++11: if decl-specifier has 'friend', do not allow access to 'this' pointer when parsing function declarator.
Ismail Pazarbasi
- [PATCH] C++11: if decl-specifier has 'friend', do not allow access to 'this' pointer when parsing function declarator.
Ismail Pazarbasi
- [PATCH] C++11: if decl-specifier has 'friend', do not allow access to 'this' pointer when parsing function declarator.
Ismail Pazarbasi
- [PATCH] C++11: noexcept should check whether the expression is a constant expression
Ismail Pazarbasi
- [PATCH] C++11: if decl-specifier has 'friend', do not allow access to 'this' pointer when parsing function declarator.
Ismail Pazarbasi
- [PATCH] Allow to use -fsanitize=address for iOS simulator
Alexander Potapenko
- [PATCH] Allow to use -fsanitize=address for iOS simulator
Alexander Potapenko
- [PATCH] Allow to use -fsanitize=address for iOS simulator
Alexander Potapenko
- [PATCH] Improve the caching of debuginfo Objective C interface types
Adrian Prantl
- [PATCH] Improve the caching of debuginfo Objective C interface types
Adrian Prantl
- r176820 - Improve the caching of debuginfo Objective C interface types.
Adrian Prantl
- [PATCH] multiple inlining scopes for a single source location
Adrian Prantl
- r176895 - Force column info to be generated for call expressions so we can
Adrian Prantl
- r176895 - Force column info to be generated for call expressions so we can
Adrian Prantl
- r176901 - Eliminate backend dependency in CFE testcase.
Adrian Prantl
- r176954 - relax check to allow for attributes (fix buildbot for elf-ppc64)
Adrian Prantl
- r176901 - Eliminate backend dependency in CFE testcase.
Adrian Prantl
- r177086 - Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
- [PATCH] Allocate stack storage for .block_descriptor and captured self.
Adrian Prantl
- r177118 - Always declare the .block_descriptor parameter, not just the local copy.
Adrian Prantl
- r177124 - Add a testcase for r177118.
Adrian Prantl
- r177164 - Force column info only for direct inlined functions. This should strike
Adrian Prantl
- r177164 - Force column info only for direct inlined functions. This should strike
Adrian Prantl
- r177164 - Force column info only for direct inlined functions. This should strike
Adrian Prantl
- [RFC] #pragma ivdep
Redmond, Paul
- r177211 - Exploit this-return of a callsite in a this-return function.
Manman Ren
- r177211 - Exploit this-return of a callsite in a this-return function.
Manman Ren
- r177222 - revert r177211 due to its potential issues
Manman Ren
- r176744 - [analyzer] Be more consistent about Objective-C methods that free memory.
Jordan Rose
- r176829 - [analyzer] Look for calls along with lvalue nodes in trackNullOrUndefValue.
Jordan Rose
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- [cfe-commits] [PATCH] PR13824 warn if reinterpret_cast used for up/downcast
Jordan Rose
- r176942 - Add llvm-symbolizer as test dependency.
Jordan Rose
- r176949 - Refactoring:
Jordan Rose
- r176942 - Add llvm-symbolizer as test dependency.
Jordan Rose
- [cfe-commits] [PATCH] PR13824 warn if reinterpret_cast used for up/downcast
Jordan Rose
- r177084 - [analyzer] Fix scan-build's -stats mode.
Jordan Rose
- r177137 - [analyzer] Teach trackNullOrUndef to look through ternary operators
Jordan Rose
- r177138 - [analyzer] Refactor checks in IDC visitor for consistency and speed
Jordan Rose
- r177161 - Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for the port of Debian on this arch. More information on: http://wiki.debian.org/PowerPCSPEPort Patch by Roland Stigge
Jordan Rose
- [PATCH] Teach the analyzer about trivial assignment operators
Jordan Rose
- r177162 - c: add the missing binary operatory when checking
Jordan Rose
- r177185 - Add some assertions to appease the static analyzer.
Jordan Rose
- r177186 - [analyzer] Look through ExprWhenCleanups when trying to track a NULL.
Jordan Rose
- r177187 - [analyzer] Include opcode in dumping a SymSymExpr.
Jordan Rose
- r177188 - [analyzer] Collect stats on the max # of bug reports in an equivalence class.
Jordan Rose
- r177189 - [analyzer] Make GRBugReporter::generatePathDiagnostic iterative, not recursive.
Jordan Rose
- r177190 - Enhance -Wtautological-constant-out-of-range-compare to include the name of the enum constant.
Jordan Rose
- r177214 - [analyzer] Don't repeat a bug equivalence class if every report is invalid.
Jordan Rose
- r177215 - [analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef.
Jordan Rose
- r177216 - [analyzer] Separate graph trimming from creating the single-path graph.
Jordan Rose
- r177220 - [analyzer] Model trivial copy/move assignment operators with a bind as well.
Jordan Rose
- [PATCH] [clang][Driver] Nativize paths when emitting crash diagnostics.
Chad Rosier
- r176942 - Add llvm-symbolizer as test dependency.
Alexey Samsonov
- r176942 - Add llvm-symbolizer as test dependency.
Alexey Samsonov
- r177061 - [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled).
Alexey Samsonov
- r177062 - [ASan] Update docs for -fsanitize=init-order option
Alexey Samsonov
- r177061 - [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled).
Alexey Samsonov
- r177145 - Fixup for r176934. More careful setup of path to llvm-symbolizer
Alexey Samsonov
- [PATCH] Remove -export-dynamic from sanitizer link lines
Alexey Samsonov
- r176901 - Eliminate backend dependency in CFE testcase.
Will Schmidt
- r176901 - Eliminate backend dependency in CFE testcase.
Will Schmidt
- r176617 - Add flags for additional control over coverage generation. Pick the version
Sean Silva
- modularize patch - request for review
Sean Silva
- r176810 - [docs] Add ellipsis.
Sean Silva
- [clang-tools-extra] r176757 - Splitting cpp11-migrate transform docs into sub-pages
Sean Silva
- r176848 - [docs] Add SourceWeb as external example.
Sean Silva
- [clang-tools-extra] r176849 - [docs] Clarify wording.
Sean Silva
- r176871 - [docs] Add rtags to the external examples.
Sean Silva
- r176891 - Make C++11 status page more consistent: we mark entries as "done" if we
Sean Silva
- [PATCH] Implement a sane plugin API for clang
Sean Silva
- [PATCH] Implement a sane plugin API for clang
Sean Silva
- [PATCH] Implement a sane plugin API for clang
Sean Silva
- [PATCH] Implement a sane plugin API for clang
Sean Silva
- modularize tests - please review
Sean Silva
- [PATCH] Implement a sane plugin API for clang
Sean Silva
- r176817 - Add -Wc99-compat warning for C11 unicode string and character literals.
Richard Smith
- r176780 - When lexing in C11 mode, accept unicode character and string literals, per C11
Richard Smith
- [PATCH] C++11: if decl-specifier has 'friend', do not allow access to 'this' pointer when parsing function declarator.
Richard Smith
- [PATCH] C++11: if decl-specifier has 'friend', do not allow access to 'this' pointer when parsing function declarator.
Richard Smith
- [patch] Error if an extern "C" declaration matches a previous hidden extern "C" declaration
Richard Smith
- Fix crash with UniqueExternalLinkage in extern "C" contexts
Richard Smith
- Fix crash with UniqueExternalLinkage in extern "C" contexts
Richard Smith
- r176891 - Make C++11 status page more consistent: we mark entries as "done" if we
Richard Smith
- r176891 - Make C++11 status page more consistent: we mark entries as "done" if we
Richard Smith
- [PATCH] C++11: noexcept should check whether the expression is a constant expression
Richard Smith
- [PATCH] Improve attributes printing.
Richard Smith
- r177134 - PR15290: 'this' is not permitted in the declaration of a friend function,
Richard Smith
- [PATCH] C++11: if decl-specifier has 'friend', do not allow access to 'this' pointer when parsing function declarator.
Richard Smith
- [PATCH] C++11: if decl-specifier has 'friend', do not allow access to 'this' pointer when parsing function declarator.
Richard Smith
- [PATCH] C++11: if decl-specifier has 'friend', do not allow access to 'this' pointer when parsing function declarator.
Richard Smith
- r177158 - Remove a pointless assertion.
Richard Smith
- r177126 - Don't try to typo-correct 'super' in an objc method.
Richard Smith
- r177211 - Exploit this-return of a callsite in a this-return function.
Richard Smith
- [PATCH] Remove -export-dynamic from sanitizer link lines
Richard Smith
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Richard Smith
- [PATCH] Improve attributes printing.
Richard Smith
- [PATCH] Remove -export-dynamic from sanitizer link lines
Richard Smith
- [cfe-dev] [LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
Joerg Sonnenberger
- [PATCH] FreeBSD: Set the ARM EABI version when using an external assembler
Joerg Sonnenberger
- [PATCH] [clang][Driver] Nativize paths when emitting crash diagnostics.
Michael Spencer
- [PATCH] R600: Handle -mcpu option
Tom Stellard
- [PATCH] R600: Handle -mcpu option
Tom Stellard
- [PATCH] R600: Handle -mcpu option
Tom Stellard
- About commit TILE-Gx backend to community repository and default disabled
Tom Stellard
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Evgeniy Stepanov
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Evgeniy Stepanov
- r176934 - Set symbolizer path in the test environment.
Evgeniy Stepanov
- r176942 - Add llvm-symbolizer as test dependency.
Evgeniy Stepanov
- r177161 - Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for the port of Debian on this arch. More information on: http://wiki.debian.org/PowerPCSPEPort Patch by Roland Stigge
Roland Stigge
- modularize patch - request for review
Thompson, John
- [clang-tools-extra] r176847 - Initial check in of Doug's modularize tool for checking header readiness for modules, plus some changes per review feedback: Removed system headers, changed to use stream output, added file name in message.
John Thompson
- [clang-tools-extra] r176883 - Review feedback change per Edwin: Move non-public members to end of classes.
John Thompson
- modularize patch - request for review
Thompson, John
- [clang-tools-extra] r176847 - Initial check in of Doug's modularize tool for checking header readiness for modules, plus some changes per review feedback: Removed system headers, changed to use stream output, added file name in message.
John Thompson
- [clang-tools-extra] r176883 - Review feedback change per Edwin: Move non-public members to end of classes.
Thompson, John
- [clang-tools-extra] r176847 - Initial check in of Doug's modularize tool for checking header readiness for modules, plus some changes per review feedback: Removed system headers, changed to use stream output, added file name in message.
Thompson, John
- [clang-tools-extra] r176998 - Added future directions comment and a couple of fixme's.
John Thompson
- modularize patch - request for review
Thompson, John
- modularize tests - please review
Thompson, John
- [PATCH] Implement a sane plugin API for clang
Thompson, John
- r177180 - Refactor template diffing to store an enum that records which type of
Richard Trieu
- r177209 - Improve template diffing handling of default integer values.
Richard Trieu
- [PATCH] FreeBSD: Set the ARM EABI version when using an external assembler
Andrew Turner
- [PATCH] FreeBSD: Set the ARM EABI version when using an external assembler
Andrew Turner
- [PATCH] FreeBSD: Set the ARM EABI version when using an external assembler
Andrew Turner
- [PATCH] FreeBSD: Set the ARM EABI version when using an external assembler
Andrew Turner
- modularize patch - request for review
Vane, Edwin
- [clang-tools-extra] r176627 - Switch from autogenerating tests to using the preprocessor.
Vane, Edwin
- [PATCH] Fixed UseNullptr causes ambiguity
Edwin Vane
- [PATCH] Use 'auto' with 'new' expressions
Edwin Vane
- r176944 - ClangTool output cleanup
Edwin Vane
- [PATCH] Changed ClangTool processing file standard output to debug
Edwin Vane
- r176945 - Reverting r176944 until Author fixes test failure.
Edwin Vane
- [clang-tools-extra] r176883 - Review feedback change per Edwin: Move non-public members to end of classes.
Vane, Edwin
- [clang-tools-extra] r176883 - Review feedback change per Edwin: Move non-public members to end of classes.
Vane, Edwin
- [clang-tools-extra] r177083 - Adding a new code owners file for clang-tools-extra.
Edwin Vane
- [PATCH] Change ClangTool::run output processing file to debug output
Edwin Vane
- [clang-tools-extra] r177168 - Prevent nullptr_t-typed exprs from being replaced
Edwin Vane
- [PATCH] Change ClangTool::run output processing file to debug output
Edwin Vane
- r177177 - ClangTool output cleanup
Edwin Vane
- [clang-tools-extra] r177179 - Don't include outer-most explicit cast in nullptr replacement
Edwin Vane
- r176815 - Partly revert "Move clang tests that depend on llvm/ADT/Statistic.h to a subdir".
Jan Wen Voung
- [PATCH] [RFC][15/17]TILE-Gx: Clang Driver support for tilegx
Jiong WANG
- About commit TILE-Gx backend to community repository and default disabled
Jiong Wang
- About commit TILE-Gx backend to community repository and default disabled
Jiong Wang
- About commit TILE-Gx backend to community repository and default disabled
Jiong Wang
- r176887 - Revert r166370 and r166540 now that Xcode 4.6 has been available for a while.
Nico Weber
- r176887 - Revert r166370 and r166540 now that Xcode 4.6 has been available for a while.
Nico Weber
- r176892 - Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while."
Nico Weber
- r177158 - Remove a pointless assertion.
Nico Weber
- r177158 - Remove a pointless assertion.
Nico Weber
- mips16/nomips16 attributes - please review
Bill Wendling
- mips16/nomips16 attributes - please review
Bill Wendling
- mips16/no mips16 attributes - please review
Bill Wendling
- r176985 - Have these attriubtes set to 'true' or 'false'.
Bill Wendling
- r176987 - Attempt to fix test.
Bill Wendling
- r176985 - Have these attriubtes set to 'true' or 'false'.
Bill Wendling
- r176991 - Really fix the MIPS test.
Bill Wendling
- r176991 - Really fix the MIPS test.
Bill Wendling
- [Patch] Fix redundant comparison in gcc::Common::ConstructJob
Hans Wennborg
- r176887 - Revert r166370 and r166540 now that Xcode 4.6 has been available for a while.
Bob Wilson
- r176887 - Revert r166370 and r166540 now that Xcode 4.6 has been available for a while.
Bob Wilson
- r176892 - Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while."
Bob Wilson
- r177165 - Revert "Remove a pointless assertion."
Bob Wilson
- r177158 - Remove a pointless assertion.
Bob Wilson
- r177158 - Remove a pointless assertion.
Bob Wilson
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- r176949 - Refactoring:
Anton Yartsev
- r176956 - [analyzer] fixed the logic changed by r176949
Anton Yartsev
- r176949 - Refactoring:
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- r176969 - [analyzer] BugReporter - more precise tracking of C++ references
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- r177121 - [analyzer] Change the way in which IDC Visitor decides to kick in and make sure it attaches in the given edge case
Anna Zaks
- r177137 - [analyzer] Teach trackNullOrUndef to look through ternary operators
Anna Zaks
- r177138 - [analyzer] Refactor checks in IDC visitor for consistency and speed
Anna Zaks
- [PATCH] Allow to use -fsanitize=address for iOS simulator
Anna Zaks
- r177205 - [analyzer] BugReporterVisitors: handle the case where a ternary operator is wrapped in a cast.
Anna Zaks
- r177206 - [analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead.
Anna Zaks
- r177207 - [analyzer] Address a TODO in the StreamChecker; otherwise the output is non-deterministic.
Anna Zaks
- [cfe-commits] [PATCH] PR13824 warn if reinterpret_cast used for up/downcast
Alexander Zinenko
- r176832 - Objective-C: When using super.prop, property should be
jahanian
- r176832 - Objective-C: When using super.prop, property should be
jahanian
- r177162 - c: add the missing binary operatory when checking
jahanian
- r177162 - c: add the missing binary operatory when checking
jahanian
- r177162 - c: add the missing binary operatory when checking
jahanian
- r177162 - c: add the missing binary operatory when checking
jahanian
Last message date:
Sun Mar 17 23:49:37 PDT 2013
Archived on: Tue Aug 4 15:30:57 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).