The Week Of Monday 18 February 2013 Archives by author
Starting: Mon Feb 18 03:05:07 PST 2013
Ending: Sun Feb 24 23:37:18 PST 2013
Messages: 543
- [PATCH] [clang] dont special case the ARMv7 FPU
Saleem Abdulrasool
- [PATCH] [clang] dont special case the ARMv7 FPU
Saleem Abdulrasool
- [PATCH] Fix error when initializing a variable with address_space without a cv-qualifier in C++ mode
Matt Arsenault
- [PATCH] Fix error when initializing a variable with address_space without a cv-qualifier in C++ mode
Matt Arsenault
- [PATCH] Fix error when initializing a variable with address_space without a cv-qualifier in C++ mode
Matt Arsenault
- [PATCH] Fix assertion failure when a member is given an address space.
Matt Arsenault
- [PATCH] Fix assertion failure when a member is given an address space.
Matt Arsenault
- [PATCH] Fix assertion failure when a member is given an address space.
Matt Arsenault
- r175432 - Prevent line breaks that make stuff hard to read.
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
- r175483 - Fixing a typo where FixIts was accidentally self-assigning instead of assigning in the parameter Fixits. This fixes several failed assertions with MSVC debug builds.
Aaron Ballman
- r175483 - Fixing a typo where FixIts was accidentally self-assigning instead of assigning in the parameter Fixits. This fixes several failed assertions with MSVC debug builds.
Aaron Ballman
- r175532 - Support in hasDeclaration for types with getDecl()
Aaron Ballman
- r175837 - Removing has_getDecl (added in r175532). It cause a build break for MSVC, and was not yet being used in the codebase. If we start using std::enable_if, we can look into resurrecting the idea in a more portable fashion.
Aaron Ballman
- r175532 - Support in hasDeclaration for types with getDecl()
Aaron Ballman
- r176001 - Moving initialization into the initializer list and correcting capitalization, as suggested by Chandler.
Aaron Ballman
- [PATCH] OpenMP threadprivate directive
Alexey Bataev
- [PATCH] OpenMP threadprivate directive
Alexey Bataev
- r174248 - Sentenc-ify comment added in r174206.
Matt Beaumont-Gay
- [Patch] OpenCL kernel-arg-info
Benyei, Guy
- [Patch] OpenCL kernel-arg-info
Benyei, Guy
- [PATCH] SPIR ABI and TargetCodeGenInfo
Benyei, Guy
- [PATCH] OpenCL images and samplers related restriction (6.9.b)
Benyei, Guy
- [PATCH] Added doxygen support to clang/tools/extra
Ariel Bernal
- [PATCH] Added doxygen support to clang/tools/extra
Ariel Bernal
- [PATCH] Added doxygen support for the tools of clang-tools-extra repo
Ariel Bernal
- [PATCH] Added doxygen support for the tools of clang-tools-extra repo
Ariel Bernal
- r175450 - Prevent crash on multiple user errors (which I cannot reproduce in
David Blaikie
- r175454 - Clean up last use of dyn_cast on TypeLoc in ASTMatchers
David Blaikie
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
David Blaikie
- r175462 - Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
David Blaikie
- r175465 - Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
- PATCH: private ivars
David Blaikie
- r175483 - Fixing a typo where FixIts was accidentally self-assigning instead of assigning in the parameter Fixits. This fixes several failed assertions with MSVC debug builds.
David Blaikie
- r175500 - Fix bug in LineState comparison function.
David Blaikie
- r175500 - Fix bug in LineState comparison function.
David Blaikie
- r175594 - Replace SVal llvm::cast support to be well-defined.
David Blaikie
- r175676 - Rename SVal::isType functions to SVal::isKind
David Blaikie
- r175677 - Use op-> directly rather than via Optional<T>::getPointer.
David Blaikie
- r175678 - Remove redundant Optional type in favor of llvm::Optional
David Blaikie
- r175679 - Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
- r175594 - Replace SVal llvm::cast support to be well-defined.
David Blaikie
- r175694 - Doxycomment SVal's getAs/castAs.
David Blaikie
- r175695 - Mark unimplemented function with LLVM_DELETED_FUNCTION
David Blaikie
- r175701 - Strip 'llvm' from 'llvm::Optional' uses.
David Blaikie
- r175704 - Rename TypeLoc's isType to isKind
David Blaikie
- r175705 - Use None rather than Optional<T>() where possible.
David Blaikie
- r175711 - CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" did not work as expected.
David Blaikie
- r175722 - Avoid implicit conversions of Optional<T> to bool.
David Blaikie
- r175705 - Use None rather than Optional<T>() where possible.
David Blaikie
- r175725 - Correct spelling of 'enumerator'.
David Blaikie
- r175705 - Use None rather than Optional<T>() where possible.
David Blaikie
- [clang-tools-extra] r175744 - Fixing a "multiple rules generate X" warning from ninja
David Blaikie
- r175796 - Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
- r175812 - Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
- r175817 - Add back implicitly dropped const.
David Blaikie
- r175825 - Fix copy/paste to refer to the relevant type (ProgramPoint instead of TypeLoc).
David Blaikie
- r175826 - Simplify code to use castAs rather than getAs + assert.
David Blaikie
- r175812 - Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
- r175796 - Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
- r175890 - Fix MergeFunctionDecl implicit CC for static methods.
David Blaikie
- r175902 - Suppress -Wswitch to unbreak the build.
David Blaikie
- r175900 - [Sema] Semantic analysis for empty-declaration and attribute-declaration.
David Blaikie
- r175938 - Remove the CFGElement "Invalid" state.
David Blaikie
- r175796 - Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
- r175890 - Fix MergeFunctionDecl implicit CC for static methods.
David Blaikie
- r175963 - Remove data member MSAsmStmt::AsmLoc, wrongly hiding AsmStmt::AsmLoc.
David Blaikie
- r175969 - Prefer 'and' over '&' in comments.
David Blaikie
- r174248 - Sentenc-ify comment added in r174206.
David Blaikie
- r175970 - Document the value casting API changes.
David Blaikie
- r175971 - Reference the canonical commit (r175462) in the value casting release note.
David Blaikie
- r175982 - PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
David Blaikie
- r175999 - Allow breaking between a type and name in variable declarations.
David Blaikie
- r175999 - Allow breaking between a type and name in variable declarations.
David Blaikie
- r176003 - Update Clang for a minor DIBuilder breaking change.
David Blaikie
- [PATCH] Adds a CMake package configuration file for libclang
Damien Buhl
- [PATCH] Adds a CMake package configuration file for libclang
Damien Buhl
- r175483 - Fixing a typo where FixIts was accidentally self-assigning instead of assigning in the parameter Fixits. This fixes several failed assertions with MSVC debug builds.
Chandler Carruth
- r175483 - Fixing a typo where FixIts was accidentally self-assigning instead of assigning in the parameter Fixits. This fixes several failed assertions with MSVC debug builds.
Chandler Carruth
- [PATCH] Sanitizer: Add support for default blacklist locations in resource directory.
Chandler Carruth
- [PATCH] Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Chandler Carruth
- [PATCH] Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Chandler Carruth
- [PATCH] Fix the return value of __builtin_eh_return_data_regno() for ARM and MIPS
Logan Chien
- r175954 - Implement __builtin_eh_return_data_regno() for ARM and MIPS.
Logan Chien
- [PATCH] Fix the return value of __builtin_eh_return_data_regno() for ARM and MIPS
Logan Chien
- [libcxx] r175506 - Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex that it didn't own, causing an assertion failure in mutex.cpp. The issue was that the unique_lock went out of scope, releasing the lock on m, then m.unlock() was called on an already-unlocked mutex.
David Chisnall
- r175410 - Grammar.
Eric Christopher
- r175492 - More grammar.
Eric Christopher
- PATCH: private ivars
Eric Christopher
- [PATCH] [clang] dont special case the ARMv7 FPU
Eric Christopher
- [PATCH] [clang] dont special case the ARMv7 FPU
Eric Christopher
- [PATCH] [clang] dont special case the ARMv7 FPU
Eric Christopher
- [PATCH] [clang] dont special case the ARMv7 FPU
Eric Christopher
- [PATCH] Emit the DIType for ObjC 'id<protocol>' as 'id' rather than objc_object* (fixes rdar://problem/12601916)
Eric Christopher
- r175813 - Remove the SplitDebug action and replace with a set of commands
Eric Christopher
- r175814 - Don't pass -split-dwarf= to the backend unless we're on linux for
Eric Christopher
- r175815 - Fix formatting and tabs in file.
Eric Christopher
- r175833 - Grammar.
Eric Christopher
- r175839 - Make logic smaller.
Eric Christopher
- r175851 - Make sure we only use the output file as a base for debug splitting
Eric Christopher
- r175916 - Split out the command handling for split debug info, we're going
Eric Christopher
- r175935 - Propagate the split dwarf file information through into the backend
Eric Christopher
- [PATCH] Add support for coldcc to clang
Peter Collingbourne
- [PATCH] Add support for coldcc to clang
Peter Collingbourne
- [PATCH] Add support for coldcc to clang
Peter Collingbourne
- [PATCH] Add support for coldcc to clang
Peter Collingbourne
- r175912 - Add support for coldcc to clang
Peter Collingbourne
- r175912 - Add support for coldcc to clang
Peter Collingbourne
- r175936 - Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
- r175912 - Add support for coldcc to clang
Peter Collingbourne
- [PATCH] AST dumping: dump template instantiations only once
Philip Craig
- [PATCH] R600: Use the CPU type to determine the correct DataLayout
Deucher, Alexander
- [clang-tools-extra] r175118 - Initial docs directory
Daniel Dunbar
- [clang-tools-extra] r175930 - [docs] Rename Makefile.
Daniel Dunbar
- [clang-tools-extra] r175118 - Initial docs directory
Daniel Dunbar
- r175903 - Make sure pragmas don't attach visibility attributes to auto variables with
Rafael Espindola
- r175937 - Remove the hack that avoided mangling static functions in extern C contexts.
Rafael Espindola
- [PATCH] Add '-mhle' option and pre-defined macros for HLE
Rafael Ávila de Espíndola
- r175326 - Rework the visibility computation algorithm in preparation
Rafael Espíndola
- r175587 - Add a new 'type_visibility' attribute to allow users to
Rafael Espíndola
- r175326 - Rework the visibility computation algorithm in preparation
Rafael Espíndola
- r175587 - Add a new 'type_visibility' attribute to allow users to
Rafael Espíndola
- [patches] Alternatives for static functions in extern C contexts
Rafael Espíndola
- [PATCH] fix MergeFunctionDecl implicit CC for static methods
Rafael Espíndola
- [PATCH] Add '-mhle' option and pre-defined macros for HLE
Rafael Espíndola
- [patches] Alternatives for static functions in extern C contexts
Rafael Espíndola
- [PATCH] fix MergeFunctionDecl implicit CC for static methods
Rafael Espíndola
- r175326 - Rework the visibility computation algorithm in preparation
Rafael Espíndola
- r175326 - Rework the visibility computation algorithm in preparation
Rafael Espíndola
- r175326 - Rework the visibility computation algorithm in preparation
Rafael Espíndola
- [patches] Alternatives for static functions in extern C contexts
Rafael Espíndola
- r174943 - Fix a bug reduced from a crash when trying to use modules with libc++. We check
Rafael Espíndola
- r174943 - Fix a bug reduced from a crash when trying to use modules with libc++. We check
Rafael Espíndola
- [patch][pr14974] Change what #pragma weak matches
Rafael Espíndola
- [PATCH] Implement CapturedStmt AST
Hal Finkel
- r175681 - Revert "intmax_t is long long on Darwin, not long."
Hal Finkel
- r175681 - Revert "intmax_t is long long on Darwin, not long."
Hal Finkel
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
- [PATCH] clang-c: Add clang_getTypeSpelling()
Ben Gertzfield
- [PATCH] Re-enable atomic support on AArch64
Renato Golin
- r175606 - Modify the tests to use attribute group references instead of listing the
Renato Golin
- r175606 - Modify the tests to use attribute group references instead of listing the
Renato Golin
- r175784 - Try to get buildbots to pass these tests.
Renato Golin
- r175784 - Try to get buildbots to pass these tests.
Renato Golin
- r175838 - Added a footnote to the documentation for objc_storeStrong that makes it clear
Michael Gottesman
- [PATCH] [OpenCL] Promoting OpenCL image types
Joey Gouly
- r175734 - Add support to Sema and CodeGen for floating point vector types in OpenCL.
Joey Gouly
- [PATCH] Support for floating point vector logical operations
Joey Gouly
- r175735 - Fix an OpenCL test case. Pointer arguments to kernels must be declared with the
Joey Gouly
- r175736 - Add a 64-bit triple to these tests, to fix 32-bit bots.
Joey Gouly
- [PATCH] Fix assertion failure when a member is given an address space.
Joey Gouly
- [PATCH] Update checks to take into account the changes on the volatile specification for memcpy and memmove in LLVM IR
Arnaud Allard de Grandmaison
- [PATCH] Implement CapturedStmt AST
Doug Gregor
- [PATCH] Implement CapturedStmt AST
Doug Gregor
- r175447 - Ensure that the identifier chains have the most recent declaration after module deserialization.
Douglas Gregor
- r175448 - CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.
Douglas Gregor
- r175386 - [CodeGen] tighten objc ivar invariant.load attribution
Douglas Gregor
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Douglas Gregor
- r175539 - Use MapVector::pop_back() per LLVM r175538.
Douglas Gregor
- r175796 - Replace CFGElement llvm::cast support to be well-defined.
Douglas Gregor
- r174612 - Documentation: add information about builtin includes to FAQ
Dmitri Gribenko
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
- r175455 - libclang: don't store nul-terminated strings as StringRefs,
Dmitri Gribenko
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
Dmitri Gribenko
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
Dmitri Gribenko
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
Dmitri Gribenko
- PATCH: private ivars
Dmitri Gribenko
- r174263 - libclang: introduce cxstring::{createRef, createDup} for StringRefs
Dmitri Gribenko
- [clang-tools-extra] r175544 - Add support for auto-generating LIT tests by the build
Dmitri Gribenko
- [clang-tools-extra] r175545 - Adding files left out of commit r175544.
Dmitri Gribenko
- [clang-tools-extra] r175545 - Adding files left out of commit r175544.
Dmitri Gribenko
- [PATCH] Add support for auto-generating LIT tests by the build
Dmitri Gribenko
- r175613 - Implements breaking of string literals if they stick out.
Dmitri Gribenko
- r175613 - Implements breaking of string literals if they stick out.
Dmitri Gribenko
- r175613 - Implements breaking of string literals if they stick out.
Dmitri Gribenko
- r175585 - [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class
Dmitri Gribenko
- [PATCH] AST dumping: dump template instantiations only once
Dmitri Gribenko
- [PATCH] Add a truncation warning for values under a bitwise or
Dmitri Gribenko
- r175805 - AST dumping: dump template instantiations only once
Dmitri Gribenko
- [PATCH] AST dumping: dump template instantiations only once
Dmitri Gribenko
- r175892 - Comment parsing: add CommentOptions to allow specifying custom comment block commands
Dmitri Gribenko
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
- r175892 - Comment parsing: add CommentOptions to allow specifying custom comment block commands
Dmitri Gribenko
- [PATCH] Represent empty declaration using a new Decl node EmptyDecl and let attribute declarations appertain to EmptyDecl.
Dmitri Gribenko
- [PATCH] Added doxygen support for the tools of clang-tools-extra repo
Dmitri Gribenko
- [PATCH] Add user documentation for cpp11-migrate
Dmitri Gribenko
- [PATCH] [libclang] getTypeSize patch
Dmitri Gribenko
- [PATCH] Fix code duplication in lib/Driver/Tools.cpp
Dmitri Gribenko
- r176000 - Documentation: add an idea for an automatic refactoring
Dmitri Gribenko
- r176005 - Documentation: add an idea for a (weird) clang tool
Dmitri Gribenko
- [PATCH] [clang] dont special case the ARMv7 FPU
Jim Grosbach
- [PATCH] [clang] dont special case the ARMv7 FPU
Jim Grosbach
- r175680 - MCParser: Update method names per coding guidelines.
Jim Grosbach
- [PATCH] Improve attributes printing.
Michael Han
- r175649 - Process and handle attributes on conditions and for loop variables. Process and
Michael Han
- [PATCH] Represent empty declaration using a new Decl node EmptyDecl and let attribute declarations appertain to EmptyDecl.
Michael Han
- [PATCH] Represent empty declaration using a new Decl node EmptyDecl and let attribute declarations appertain to EmptyDecl.
Michael Han
- r175900 - [Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
- [PATCH] Represent empty declaration using a new Decl node EmptyDecl and let attribute declarations appertain to EmptyDecl.
Michael Han
- r175900 - [Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
- [libcxx] r175506 - Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex that it didn't own, causing an assertion failure in mutex.cpp. The issue was that the unique_lock went out of scope, releasing the lock on m, then m.unlock() was called on an already-unlocked mutex.
Howard Hinnant
- [libc++] Request for review regarding std::bind
Howard Hinnant
- [libcxx] r175774 - Constrain bind operator()() to not exist if the call is not valid. Fixes http://llvm.org/bugs/show_bug.cgi?id=15295.
Howard Hinnant
- r175502 - Add the missing 'static' keyword to the test
Timur Iskhodzhanov
- [cfe-commits] r162639 - in /cfe/trunk: lib/Sema/SemaDecl.cpp test/CodeGenCXX/microsoft-abi-default-cc.cpp
Timur Iskhodzhanov
- [PATCH] fix MergeFunctionDecl implicit CC for static methods
Timur Iskhodzhanov
- r175890 - Fix MergeFunctionDecl implicit CC for static methods.
Timur Iskhodzhanov
- [PATCH] fix MergeFunctionDecl implicit CC for static methods
Timur Iskhodzhanov
- r175890 - Fix MergeFunctionDecl implicit CC for static methods.
Timur Iskhodzhanov
- r175450 - Prevent crash on multiple user errors (which I cannot reproduce in
Fariborz Jahanian
- r175453 - Test for my last patch. // rdar://13178483
Fariborz Jahanian
- r175698 - objective-C arc IR-gen. Retaining of strong
Fariborz Jahanian
- r175793 - Patch for debug info of qualified-id types is 'id'
Fariborz Jahanian
- r175850 - objective-C arc: Diagnostic can not say to use bridge
Fariborz Jahanian
- r175923 - objective-C arg: provide fixit support when
Fariborz Jahanian
- r175432 - Prevent line breaks that make stuff hard to read.
Daniel Jasper
- r175436 - Always break after multi-line string literals.
Daniel Jasper
- r175439 - Correctly determine */& usage in more cases.
Daniel Jasper
- r175440 - Reformat lines if they were "moved around".
Daniel Jasper
- r175441 - Improve formatting of builder-type calls.
Daniel Jasper
- r175444 - Improve indentation of builder type calls.
Daniel Jasper
- r175500 - Fix bug in LineState comparison function.
Daniel Jasper
- r175432 - Prevent line breaks that make stuff hard to read.
Daniel Jasper
- r175533 - Correctly format macro with unfinished template declaration.
Daniel Jasper
- r175554 - Add missing clang-format null pointer check..
Daniel Jasper
- r175620 - Don't remove blank lines within unwrapped lines.
Daniel Jasper
- r175741 - Allow breaking between type and name in for loops.
Daniel Jasper
- r175800 - Consistently put {} onto the same line for empty functions.
Daniel Jasper
- r175803 - Remove accidentally introduced no-op line.
Daniel Jasper
- r175959 - Allow splitting between string literals and identifiers.
Daniel Jasper
- r175960 - Don't recognize unnamed pointer parameters as casts.
Daniel Jasper
- r175973 - Better formatting of conditional expressions.
Daniel Jasper
- r175999 - Allow breaking between a type and name in variable declarations.
Daniel Jasper
- r175999 - Allow breaking between a type and name in variable declarations.
Daniel Jasper
- [Patch] OpenCL kernel-arg-info
Pekka Jääskeläinen
- Temporally shutdown few clang-x86_64-darwin11 builders
Galina Kistanova
- [PATCH] Support in hasDeclaration for types with getDecl()
Manuel Klimek
- r175613 - Implements breaking of string literals if they stick out.
Manuel Klimek
- r175628 - Fixes bug in string literal alignment.
Manuel Klimek
- r175630 - Fix regression in string literal alignment.
Manuel Klimek
- r175613 - Implements breaking of string literals if they stick out.
Manuel Klimek
- [PATCH] Adding hasDeclaration overload for TemplateSpecializationType
Manuel Klimek
- r175613 - Implements breaking of string literals if they stick out.
Manuel Klimek
- r175791 - Try to fix the test for cmake builds, where clang is called clang-3.3.
Benjamin Kramer
- r175889 - scan-build: Remove debug print.
Benjamin Kramer
- r175891 - StmtPrinter: Directly print types to the stream instead of taking a detour through getAsString.
Benjamin Kramer
- r175894 - Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList.
Benjamin Kramer
- r175895 - Streamify FormatASTNodeDiagnosticArgument.
Benjamin Kramer
- r175896 - Push the raw_ostream through the template diffing code.
Benjamin Kramer
- r175897 - Use raw_ostream::indent, update comment.
Benjamin Kramer
- r175906 - Replace some typically large vectors with SmallVector.
Benjamin Kramer
- r175919 - Driver: Pass down the -march setting down to -cc1as on x86 too.
Benjamin Kramer
- r175906 - Replace some typically large vectors with SmallVector.
Benjamin Kramer
- r175966 - Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
- r175967 - Shrink SmallPtrSet. It gets swapped a lot which copies the whole small part.
Benjamin Kramer
- r175996 - Add the testcase from PR13573, this used to crash.
Benjamin Kramer
- r175594 - Replace SVal llvm::cast support to be well-defined.
Ted Kremenek
- r175701 - Strip 'llvm' from 'llvm::Optional' uses.
Ted Kremenek
- r175781 - [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar://problem/13265300>.
Ted Kremenek
- r175790 - [scan-build] Add quotes around clang executable name to handle path withs spaces. Fixes <rdar://problem/13254727>
Ted Kremenek
- r175802 - Teach serialized diagnostics about notes without locations.
Ted Kremenek
- r175807 - Remove superfluous null pointer check. The pointer is used prior to this check.
Ted Kremenek
- r175852 - Fix regression in modeling assignments of an address of a variable to itself. Fixes <rdar://problem/13226577>.
Ted Kremenek
- r175863 - [analyzer] Implement "Loop executed 0 times" diagnostic correctly.
Ted Kremenek
- r175796 - Replace CFGElement llvm::cast support to be well-defined.
Ted Kremenek
- r175796 - Replace CFGElement llvm::cast support to be well-defined.
Ted Kremenek
- r175796 - Replace CFGElement llvm::cast support to be well-defined.
Ted Kremenek
- r175938 - Remove the CFGElement "Invalid" state.
Ted Kremenek
- r175986 - Add regression test for serialized diagnostics for notes without locations.
Ted Kremenek
- r175987 - Add "KnownSVal" to represent SVals that cannot be UnknownSVal.
Ted Kremenek
- r175988 - [analyzer] tracking stores/constraints now works for ObjC ivars or struct fields.
Ted Kremenek
- r175988 - [analyzer] tracking stores/constraints now works for ObjC ivars or struct fields.
Ted Kremenek
- r176010 - [analyzer] add the notion of an "interesting" lvalue expression for ExplodedNode pruning.
Ted Kremenek
- r176011 - [analyzer] Relax assumption in FindLastStoreBRVisitor that the thing we are looking for is always a VarRegion.
Ted Kremenek
- r175451 - Add include guards for CommentVisitor.h
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
- r175548 - [modules] Refactor code from ASTReader::makeModuleVisible() into a new function,
Argyrios Kyrtzidis
- r175552 - [modules] Const'ify some functions of ModuleMap.
Argyrios Kyrtzidis
- r175585 - [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class
Argyrios Kyrtzidis
- r175860 - [libclang] Fix a crash with invalid code, while skip function bodies is enabled.
Argyrios Kyrtzidis
- r175867 - Don't crash when applying an alloc_size attribute on a K&R function.
Argyrios Kyrtzidis
- r175868 - When a parameter list in a C function has an error, recover by forming a K&R function,
Argyrios Kyrtzidis
- r175869 - In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations.
Argyrios Kyrtzidis
- r175907 - [preprocessing record] Have the MacroDefinitions map point to the MacroDefinition object instead
Argyrios Kyrtzidis
- r175925 - [libclang] Fix assertion hit when code-completing inside a function macro with more
Argyrios Kyrtzidis
- r175976 - In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer
Argyrios Kyrtzidis
- r175977 - Add comments for the MacroDirective & MacroInfo classes.
Argyrios Kyrtzidis
- r175978 - [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the
Argyrios Kyrtzidis
- r175585 - [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class
Argyrios Kyrtzidis
- [PATCH] [libclang] getTypeSize patch
Argyrios Kyrtzidis
- [PATCH] Sema for Captured Statements
Ben Langmuir
- [PATCH] Support for floating point vector logical operations
Tanya Lattner
- [Patch] OpenCL kernel-arg-info
Tanya Lattner
- [PATCH] [OpenCL] Promoting OpenCL image types
Tanya Lattner
- [PATCH] [OpenCL] Promoting OpenCL image types
Tanya Lattner
- r175706 - Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcda
Nick Lewycky
- [cfe-commits] patch: add cc1 flag to reverse order of evaluation
Nick Lewycky
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [RFC] Add Intel TSX HLE Support
Michael Liao
- [PATCH] Intercept allocation to skim allocated types
Dai MIKURUBE
- r175479 - Use the actual class visibility for the ObjC EHTYPE global,
John McCall
- r175480 - Add support for -fvisibility-ms-compat.
John McCall
- r175326 - Rework the visibility computation algorithm in preparation
John McCall
- r175587 - Add a new 'type_visibility' attribute to allow users to
John McCall
- r175326 - Rework the visibility computation algorithm in preparation
John McCall
- r175587 - Add a new 'type_visibility' attribute to allow users to
John McCall
- r175326 - Rework the visibility computation algorithm in preparation
John McCall
- r175587 - Add a new 'type_visibility' attribute to allow users to
John McCall
- r175681 - Revert "intmax_t is long long on Darwin, not long."
John McCall
- [PATCH] Add support for coldcc to clang
John McCall
- [PATCH] Add support for coldcc to clang
John McCall
- [PATCH] Add support for coldcc to clang
John McCall
- [patches] Alternatives for static functions in extern C contexts
John McCall
- [PATCH] Add support for coldcc to clang
John McCall
- r175326 - Rework the visibility computation algorithm in preparation
John McCall
- r175326 - Rework the visibility computation algorithm in preparation
John McCall
- r175827 - Ignore visibility from enclosing template arguments
John McCall
- r175326 - Rework the visibility computation algorithm in preparation
John McCall
- r175858 - Only suppress instance context if a member is actually
John McCall
- [patches] Alternatives for static functions in extern C contexts
John McCall
- [PATCH] Fix the return value of __builtin_eh_return_data_regno() for ARM and MIPS
John McCall
- r175912 - Add support for coldcc to clang
John McCall
- r175912 - Add support for coldcc to clang
John McCall
- [PATCH] Add support for coldcc to clang
John McCall
- r175943 - Test that attribute(availability) doesn't override private_extern.
John McCall
- r175462 - Replace TypeLoc llvm::cast support to be well-defined.
Matthieu Monrocq
- r175906 - Replace some typically large vectors with SmallVector.
Matthieu Monrocq
- r175963 - Remove data member MSAsmStmt::AsmLoc, wrongly hiding AsmStmt::AsmLoc.
Matthieu Monrocq
- [PATCH] Re-enable atomic support on AArch64
Tim Northover
- r175438 - AArch64: add atomic support parameters to TargetInfo
Tim Northover
- [PATCH] [clang] dont special case the ARMv7 FPU
Tim Northover
- [PATCH] Add support for coldcc to clang
Jakob Stoklund Olesen
- [LLVMdev] [PATCH] Add support for coldcc to clang
Richard Osborne
- [PATCH] Implement CapturedStmt AST
Wei Pan
- [PATCH] Implement CapturedStmt AST
Wei Pan
- [PATCH] Implement CapturedStmt AST
Wei Pan
- [PATCH] Implement CapturedStmt AST
Wei Pan
- [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
- r175410 - Grammar.
Krzysztof Parzyszek
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
Ismail Pazarbasi
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
Ismail Pazarbasi
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
Ismail Pazarbasi
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
Ismail Pazarbasi
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
Ismail Pazarbasi
- [PATCH] Fix for Bug 15290 - Segmentation fault during template instantiation
Ismail Pazarbasi
- [PATCH] Fix for Bug 15290 - Segmentation fault during template instantiation
Ismail Pazarbasi
- [PATCH] Fix for Bug 15290 - Segmentation fault during template instantiation
Ismail Pazarbasi
- [PATCH] Fix for Bug 15290 - Segmentation fault during template instantiation
Ismail Pazarbasi
- PATCH: private ivars
Adrian Prantl
- PATCH: private ivars
Adrian Prantl
- PATCH: private ivars
Adrian Prantl
- PATCH: private ivars
Adrian Prantl
- PATCH: private ivars
Adrian Prantl
- PATCH: private ivars
Adrian Prantl
- [PATCH] Emit the DIType for ObjC 'id<protocol>' as 'id' rather than objc_object* (fixes rdar://problem/12601916)
Adrian Prantl
- PATCH: private ivars
Adrian Prantl
- [PATCH] Emit the DIType for ObjC 'id<protocol>' as 'id' rather than objc_object* (fixes rdar://problem/12601916)
Adrian Prantl
- [PATCH] Emit the DIType for ObjC 'id<protocol>' as 'id' rather than objc_object* (fixes rdar://problem/12601916)
Adrian Prantl
- [PATCH] [libclang] getTypeSize patch
Sam Price
- r175556 - [analyzer] Don't accidentally strip off base object regions for lazy bindings.
Jordan Rose
- r175582 - [analyzer] Account for the "interesting values" hash table resizing.
Jordan Rose
- [PATCH] Preprocessor: preserve whitespace in -traditional-cpp mode.
Jordan Rose
- r175588 - intmax_t is long long on Darwin, not long.
Jordan Rose
- r175594 - Replace SVal llvm::cast support to be well-defined.
Jordan Rose
- r175681 - Revert "intmax_t is long long on Darwin, not long."
Jordan Rose
- r175681 - Revert "intmax_t is long long on Darwin, not long."
Jordan Rose
- r175703 - [analyzer] Tighten up safety in the use of lazy bindings.
Jordan Rose
- r175705 - Use None rather than Optional<T>() where possible.
Jordan Rose
- r175711 - CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" did not work as expected.
Jordan Rose
- r175714 - [analyzer] Tidy up a few uses of Optional in RegionStore.
Jordan Rose
- r175715 - [analyzer] Add another reinterpret_cast behavior test.
Jordan Rose
- r175716 - [analyzer] Record whether a base object region represents a virtual base.
Jordan Rose
- r175778 - Preprocessor: preserve whitespace in -traditional-cpp mode.
Jordan Rose
- r175812 - Replace ProgramPoint llvm::cast support to be well-defined.
Jordan Rose
- r175830 - [analyzer] Make sure a temporary object region matches its initial bindings.
Jordan Rose
- r175840 - Preproceessor: fix #if skipping under -traditional-cpp.
Jordan Rose
- r175848 - [analyzer] Fix buildbot by not reusing a variable name.
Jordan Rose
- r175854 - [analyzer] Make sure a materialized temporary matches its bindings.
Jordan Rose
- r175796 - Replace CFGElement llvm::cast support to be well-defined.
Jordan Rose
- r175857 - [analyzer] Place all inlining policy checks into one palce
Jordan Rose
- r175906 - Replace some typically large vectors with SmallVector.
Jordan Rose
- r175913 - [analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion.
Jordan Rose
- r175906 - Replace some typically large vectors with SmallVector.
Jordan Rose
- r175906 - Replace some typically large vectors with SmallVector.
Jordan Rose
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- r175988 - [analyzer] tracking stores/constraints now works for ObjC ivars or struct fields.
Jordan Rose
- r175637 - [ms-inline asm] Remove this test while I investigate why eax isn't being clobbered.
Chad Rosier
- r175777 - [driver] Add a dump method for ArgList.
Chad Rosier
- r175779 - [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS
Chad Rosier
- [RFC] Add Intel TSX HLE Support
Nadav Rotem
- r175505 - [Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make Clang look for the default sanitizer-specific blacklist in the resource directory.
Alexey Samsonov
- [PATCH] Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
- [PATCH] Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
- [PATCH] Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
- [PATCH] Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
- [PATCH] Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
- [PATCH] Introducing initial UseAuto transform
Sean Silva
- r175529 - [docs] Introduce ExternalProjectsUsingClang.rst
Sean Silva
- r175534 - [docs] Revise content on ExternalProjectsUsingClang page.
Sean Silva
- r175535 - [docs] Rename to permit wider variety of content.
Sean Silva
- r175533 - Correctly format macro with unfinished template declaration.
Sean Silva
- [PATCH] Add support for auto-generating LIT tests by the build
Sean Silva
- [PATCH] Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Sean Silva
- [clang-tools-extra] r175118 - Initial docs directory
Sean Silva
- [PATCH] Added doxygen support for the tools of clang-tools-extra repo
Sean Silva
- [clang-tools-extra] r175118 - Initial docs directory
Sean Silva
- r175906 - Replace some typically large vectors with SmallVector.
Sean Silva
- [clang-tools-extra] r175930 - [docs] Rename Makefile.
Sean Silva
- [clang-tools-extra] r175118 - Initial docs directory
Sean Silva
- r175949 - ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information.
Sean Silva
- r175982 - PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
Sean Silva
- r175982 - PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
Sean Silva
- r175982 - PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
Sean Silva
- r175575 - PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
- r175586 - Don't repeat the function name in the comment.
Richard Smith
- [PATCH] Fix error when initializing a variable with address_space without a cv-qualifier in C++ mode
Richard Smith
- [PATCH] Fix error when initializing a variable with address_space without a cv-qualifier in C++ mode
Richard Smith
- r175649 - Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
- r175660 - PR15311: Finish implementation of the suggested resolution of core issue 1488,
Richard Smith
- r175649 - Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
- [patches] Alternatives for static functions in extern C contexts
Richard Smith
- r175708 - libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against
Richard Smith
- [PATCH] Add support for coldcc to clang
Richard Smith
- [patches] Alternatives for static functions in extern C contexts
Richard Smith
- [PATCH] Add support for coldcc to clang
Richard Smith
- [PATCH] Fix assertion failure when a member is given an address space.
Richard Smith
- [PATCH] Fix assertion failure when a member is given an address space.
Richard Smith
- [patches] Alternatives for static functions in extern C contexts
Richard Smith
- [PATCH] Add a truncation warning for values under a bitwise or
Richard Smith
- [PATCH] Fix for Bug 15290 - Segmentation fault during template instantiation
Richard Smith
- r175823 - Fix typo 'with with' in diagnostic.
Richard Smith
- [PATCH] Fix for Bug 15290 - Segmentation fault during template instantiation
Richard Smith
- r175855 - Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,
Richard Smith
- [PATCH] Represent empty declaration using a new Decl node EmptyDecl and let attribute declarations appertain to EmptyDecl.
Richard Smith
- r175861 - Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of
Richard Smith
- [PATCH] Represent empty declaration using a new Decl node EmptyDecl and let attribute declarations appertain to EmptyDecl.
Richard Smith
- r175864 - Teach -ast-print how to print trailing-return-types.
Richard Smith
- r175866 - Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here,
Richard Smith
- r175875 - Handle alignas(foo...) pack expansions.
Richard Smith
- r175876 - Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes
Richard Smith
- r175879 - Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs
Richard Smith
- r175880 - Don't crash if we try to apply 'alignas' to a variable declared with an
Richard Smith
- r175882 - C++11 status page:
Richard Smith
- r174943 - Fix a bug reduced from a crash when trying to use modules with libc++. We check
Richard Smith
- [PATCH] Fix for Bug 15290 - Segmentation fault during template instantiation
Richard Smith
- [PATCH] Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Richard Smith
- r175949 - ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information.
Richard Smith
- r175949 - ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information.
Richard Smith
- r175982 - PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
Richard Smith
- r175982 - PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
Richard Smith
- [PATCH] R600: Use the CPU type to determine the correct DataLayout
Tom Stellard
- r174263 - libclang: introduce cxstring::{createRef, createDup} for StringRefs
Evgeniy Stepanov
- r174263 - libclang: introduce cxstring::{createRef, createDup} for StringRefs
Evgeniy Stepanov
- r175738 - Add MSan to the list of targets in Makefile-based builds.
Evgeniy Stepanov
- r175711 - CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" did not work as expected.
NAKAMURA Takumi
- r175720 - Whitespace.
NAKAMURA Takumi
- r175721 - StaticAnalyzer/Core: Suppress warnings. [-Wunused-variable, -Wunused-function]
NAKAMURA Takumi
- r175824 - clang/test/Driver/qa_override.c: Appease gcc-driver.
NAKAMURA Takumi
- r175859 - Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation]
NAKAMURA Takumi
- r175952 - clang/AST/Decl.h: Add "raw_ostream.h" to appease msvc.
NAKAMURA Takumi
- r175699 - Remove commented out code.
Richard Trieu
- r175606 - Modify the tests to use attribute group references instead of listing the
David Tweed
- [PATCH] Support in hasDeclaration for types with getDecl()
Edwin Vane
- r175532 - Support in hasDeclaration for types with getDecl()
Edwin Vane
- [PATCH] Support in hasDeclaration for types with getDecl()
Edwin Vane
- [PATCH] Add support for auto-generating LIT tests by the build
Edwin Vane
- [PATCH] Add support for auto-generating LIT tests by the build
Edwin Vane
- [clang-tools-extra] r175544 - Add support for auto-generating LIT tests by the build
Edwin Vane
- [clang-tools-extra] r175545 - Adding files left out of commit r175544.
Edwin Vane
- [PATCH] Add support for auto-generating LIT tests by the build
Edwin Vane
- [PATCH] Add support for auto-generating LIT tests by the build
Vane, Edwin
- [clang-tools-extra] r175624 - Tweaks and fixes to cpp11-migrate generated tests
Edwin Vane
- [PATCH] Add support for auto-generating LIT tests by the build
Edwin Vane
- [PATCH] Adding hasDeclaration overload for TemplateSpecializationType
Edwin Vane
- [PATCH] Adding hasDeclaration overload for TemplateSpecializationType
Edwin Vane
- [PATCH] Introducing initial UseAuto transform
Edwin Vane
- [PATCH] Add support for auto-generating LIT tests by the build
Edwin Vane
- [clang-tools-extra] r175744 - Fixing a "multiple rules generate X" warning from ninja
Edwin Vane
- [PATCH] Adding hasDeclaration overload for TemplateSpecializationType
Edwin Vane
- [PATCH] Adding hasDeclaration overload for TemplateSpecializationType
Edwin Vane
- [PATCH] Added doxygen support for the tools of clang-tools-extra repo
Edwin Vane
- [PATCH] Support in hasDeclaration for types with getDecl()
Edwin Vane
- [clang-tools-extra] r175118 - Initial docs directory
Vane, Edwin
- r175326 - Rework the visibility computation algorithm in preparation
Nico Weber
- r175326 - Rework the visibility computation algorithm in preparation
Nico Weber
- r175471 - Add a 'no-builtin' attribute if we do not want to simplify calls.
Bill Wendling
- r175477 - Temporarily revert r175471 for more review.
Bill Wendling
- r175606 - Modify the tests to use attribute group references instead of listing the
Bill Wendling
- r175610 - Remove target-specific features.
Bill Wendling
- r175606 - Modify the tests to use attribute group references instead of listing the
Bill Wendling
- r175652 - Attempt to clean up tests for non-X86 platforms.
Bill Wendling
- r175784 - Try to get buildbots to pass these tests.
Bill Wendling
- r175784 - Try to get buildbots to pass these tests.
Bill Wendling
- r175834 - Make for x86 to stop it failing on ARM buildbots.
Bill Wendling
- r175836 - Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-builtin' on the command line.
Bill Wendling
- r175878 - Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions.
Bill Wendling
- r175918 - Make sure we apply attributes to correct places.
Bill Wendling
- r175921 - Update tests so that we don't test for function-only attributes on call sites.
Bill Wendling
- r176009 - Add more attributes from the command line to functions.
Bill Wendling
- [PATCH] Linux header search on Ubuntu 13.04 multiarch
Sanne Wouda
- [PATCH] Add user documentation for cpp11-migrate
Jack Yang
- [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
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
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
Anton Yartsev
- r175963 - Remove data member MSAsmStmt::AsmLoc, wrongly hiding AsmStmt::AsmLoc.
Enea Zaffanella
- r175594 - Replace SVal llvm::cast support to be well-defined.
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- r175857 - [analyzer] Place all inlining policy checks into one palce
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- r175895 - Streamify FormatASTNodeDiagnosticArgument.
Anna Zaks
- r175895 - Streamify FormatASTNodeDiagnosticArgument.
Anna Zaks
- [cfe-commits] r162639 - in /cfe/trunk: lib/Sema/SemaDecl.cpp test/CodeGenCXX/microsoft-abi-default-cc.cpp
Alexander Zinenko
- Fwd: [PATCH] fix MergeFunctionDecl implicit CC for static methods
Alexander Zinenko
- [PATCH] fix MergeFunctionDecl implicit CC for static methods
Alexander Zinenko
- [PATCH] fix MergeFunctionDecl implicit CC for static methods
Alexander Zinenko
- [PATCH] Add '-mhle' option and pre-defined macros for HLE
darkbuck
- [PATCH] Add target-specific flag support for atomic buildins
darkbuck
- [PATCH] Fix code duplication in lib/Driver/Tools.cpp
evgeny
- r175450 - Prevent crash on multiple user errors (which I cannot reproduce in
jahanian
- PATCH: private ivars
jahanian
- [PATCH] Emit the DIType for ObjC 'id<protocol>' as 'id' rather than objc_object* (fixes rdar://problem/12601916)
jahanian
- [PATCH] Emit the DIType for ObjC 'id<protocol>' as 'id' rather than objc_object* (fixes rdar://problem/12601916)
jahanian
- [PATCH] Emit the DIType for ObjC 'id<protocol>' as 'id' rather than objc_object* (fixes rdar://problem/12601916)
jahanian
- r175698 - objective-C arc IR-gen. Retaining of strong
jahanian
Last message date:
Sun Feb 24 23:37:18 PST 2013
Archived on: Tue Aug 4 15:30:56 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).