The Week Of Monday 28 January 2013 Archives by date
Starting: Mon Jan 28 00:15:19 PST 2013
Ending: Sun Feb 3 23:34:49 PST 2013
Messages: 584
- [cfe-commits] r173429 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td test/Misc/warning-flags.c
Nick Lewycky
- [cfe-commits] r173643 - Add a -pedantic warning: an anonymous union within an anonymous union is not
Alexey Samsonov
- [cfe-commits] r173680 - Several small changes in formatting decisions.
Daniel Jasper
- [cfe-commits] r173683 - Improve formatting of conditional expressions.
Daniel Jasper
- [cfe-commits] r173684 - Initial support for formatting range-based for-loops.
Daniel Jasper
- [cfe-commits] r173685 - Make continuations in constructor initializers consistent.
Daniel Jasper
- [cfe-commits] Emit annotate attributes for function declarations
Job Noorman
- [cfe-commits] [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
Timur Iskhodzhanov
- [cfe-commits] r173622 - PR15067: Don't assert when a UCN appears in a C90 file.
Benyei, Guy
- [cfe-commits] [PATCH]OpenCL samplers
Benyei, Guy
- [cfe-commits] [PATCH] AArch64 backend: Clang changes
Tim Northover
- [cfe-commits] Committing AArch64?
Tim Northover
- [cfe-commits] [PATCH, RFC] Fix PR14881 (complex integer promotion rules)
Bill Schmidt
- [cfe-commits] Emit annotate attributes for function declarations
Dmitri Gribenko
- [cfe-commits] r173688 - Let clang-format break after a function's return type.
Daniel Jasper
- [cfe-commits] r173689 - Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do a
Douglas Gregor
- [cfe-commits] r173690 - Don't put a function's return type on its own line in Google style.
Daniel Jasper
- [cfe-commits] [PATCH] Don't warn on fall-through from unreachable code.
Alexander Kornienko
- [cfe-commits] Emit annotate attributes for function declarations
Job Noorman
- [cfe-commits] r173692 - Eliminate memory allocation from most invocations of
Douglas Gregor
- [cfe-commits] r173586 - Attach any tag type's documentation to its typedef if
jahanian
- [cfe-commits] [PATCH] Added verbose option to cpp11-migrate tool
Dmitri Gribenko
- [cfe-commits] r173626 - Comment parsing: attach any tag type's documentation to its typedef if latter
jahanian
- [cfe-commits] r173622 - PR15067: Don't assert when a UCN appears in a C90 file.
Jordan Rose
- [cfe-commits] r171263 - in /cfe/trunk: lib/Sema/SemaDecl.cpp test/SemaCXX/function-extern-c.cpp
Hans Wennborg
- [cfe-commits] r173693 - Back out r173689. It doesn't matter when we're building with Clang anyway.
Douglas Gregor
- [cfe-commits] r173695 - Fix a bug that would lead to bad line break decisions in for loops.
Daniel Jasper
- [cfe-commits] r173696 - FileCheck'ize test
Dmitri Gribenko
- [cfe-commits] r173697 - FileCheck'ize and merge tests
Dmitri Gribenko
- [cfe-commits] r173700 - Fix comment.
Eric Christopher
- [cfe-commits] r173701 - PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing.
Jordan Rose
- [cfe-commits] r173622 - PR15067: Don't assert when a UCN appears in a C90 file.
Jordan Rose
- [cfe-commits] r173702 - Add some more ASTReader statistics for global method pool lookups.
Douglas Gregor
- [cfe-commits] r173703 - Tests: remove disabled llvm-gcc invocations
Dmitri Gribenko
- [cfe-commits] [PATCH, RFC] Fix PR14881 (complex integer promotion rules)
Bill Schmidt
- [cfe-commits] r173705 - ASTReader and profiling statistics indicate that implementing a method
Douglas Gregor
- [cfe-commits] r173707 - Enable the global module index by default. Introduce the
Douglas Gregor
- [cfe-commits] ANNOUNCEMENT: Removing list prefix
Tanya Lattner
- [cfe-commits] r173510 - /cfe/trunk/test/Parser/ms-inline-asm.c
Chad Rosier
- [cfe-commits] [PATCH, RFC] Fix PR14881 (complex integer promotion rules)
John McCall
- [cfe-commits] r173708 - Forbid the use of objects in unions in Objective-C++ ARC. Fixes
Douglas Gregor
- [cfe-commits] r173708 - Forbid the use of objects in unions in Objective-C++ ARC. Fixes
Jordan Rose
- [cfe-commits] [PATCH] Validate C99 and C++03's set of UCNs
Jordan Rose
- [cfe-commits] r173361 - in /cfe/trunk: include/clang/Driver/Compilation.h include/clang/Driver/Util.h lib/Driver/Compilation.cpp lib/Driver/Driver.cpp lib/Driver/Tools.cpp lib/Driver/Tools.h test/Driver/output-file-cleanup.c
Chad Rosier
- [cfe-commits] [PATCH] Don't warn on fall-through from unreachable code.
Alexander Kornienko
- [cfe-commits] [PATCH] Don't warn on fall-through from unreachable code.
Richard Smith
- [cfe-commits] r173713 - Undo my re-wording of the "ARC forbids Objective-C objects in ..."
Douglas Gregor
- [cfe-commits] r173714 - FileCheck'ize and merge tests
Dmitri Gribenko
- [cfe-commits] r173715 - [driver] Revise this test to remove the dependency on the integrate assembler.
Chad Rosier
- [cfe-commits] r173716 - Migrate a test to -verify
Dmitri Gribenko
- [cfe-commits] r173361 - in /cfe/trunk: include/clang/Driver/Compilation.h include/clang/Driver/Util.h lib/Driver/Compilation.cpp lib/Driver/Driver.cpp lib/Driver/Tools.cpp lib/Driver/Tools.h test/Driver/output-file-cleanup.c
Chad Rosier
- [cfe-commits] [PATCH] PR13824 warn if reinterpret_cast used for up/downcast
Alexander Zinenko
- [cfe-commits] r173717 - FileCheck'ize a test
Dmitri Gribenko
- [cfe-commits] r173708 - Forbid the use of objects in unions in Objective-C++ ARC. Fixes
John McCall
- [PATCH] <<Add user documentation for cpp11-migrate>>
Jack Yang
- r173720 - FileCheck'ize tests
Dmitri Gribenko
- [PATCH, RFC] Fix PR14881 (complex integer promotion rules)
Bill Schmidt
- [PATCH] Add user documentation for cpp11-migrate
Dmitri Gribenko
- [cfe-commits] r172883 - in /cfe/trunk: include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h lib/StaticAnalyzer/Core/BugReporter.cpp test/Analysis/diagnostics/false-positive-suppression.c test/Analysis/diagnostics/include/ test/Analysis/diagnostics/include/sys/ test/Analysis/diagnostics/include/sys/queue.h
Anna Zaks
- r173726 - Finish semantic analysis for [[carries_dependency]] attribute.
Richard Smith
- [cfe-commits] r173643 - Add a -pedantic warning: an anonymous union within an anonymous union is not
Richard Smith
- [PATCH] Introduce cxstring::createEmpty()
Dmitri Gribenko
- r173726 - Finish semantic analysis for [[carries_dependency]] attribute.
Michael Han
- r173726 - Finish semantic analysis for [[carries_dependency]] attribute.
Richard Smith
- [PATCH] -fcatch-undefined-behavior with trapping implementation
Chad Rosier
- [PATCH] Utilize the indents in -ast-dump to draw structural information
Richard Smith
- r173726 - Finish semantic analysis for [[carries_dependency]] attribute.
Michael Han
- [PATCH] Add user documentation for cpp11-migrate
Sean Silva
- [PATCH] Use executable name from compilation database.
Sean Silva
- [PATCH] Add user documentation for cpp11-migrate
Sean Silva
- [PATCH] -fcatch-undefined-behavior with trapping implementation
Richard Smith
- [PATCH] -fcatch-undefined-behavior with trapping implementation
Will Dietz
- [PATCH] -fcatch-undefined-behavior with trapping implementation
Richard Smith
- r173744 - Abstract the behavior of when to use base-class tail padding.
John McCall
- r173746 - Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled
Richard Smith
- r173747 - Don't crash while printing APValues that are lvalues casted to a
Douglas Gregor
- r173749 - Actually remove the hack which was blocking the Borland-style attributes from
Richard Smith
- r173752 - Treat alignas and _Alignas as keyword attributes. This allows us to
Richard Smith
- r173754 - Test that we print MS keyword attributes without a __declspec(...) adornment.
Richard Smith
- r173756 - Fold tests for C++ 'main' into a single file.
Richard Smith
- [PATCH] Analyzer: model trivial copy constructors directly
Anna Zaks
- r173756 - Fold tests for C++ 'main' into a single file.
David Blaikie
- r173758 - PR15100: look through type sugar when determining whether we have one of the
Richard Smith
- r173762 - Modify the tests for the (sorted) order that the attributes come out as now.
Bill Wendling
- [cfe-commits] unix.Malloc static checker improvement: memory.LeakPtrValChanged
Branden Archer
- r173765 - Add a test case for attribute print.
Michael Han
- r173766 - PR15017: A '>' can appear after a type-specifier in a template-argument-list.
Richard Smith
- r173768 - Propagate the spelling list index for an attribute across template instantiation.
Richard Smith
- r173771 - C++11 status:
Richard Smith
- [PATCH] Alignment attribute printing.
Michael Han
- [cfe-commits] r173708 - Forbid the use of objects in unions in Objective-C++ ARC. Fixes
Douglas Gregor
- r173746 - Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled
Timur Iskhodzhanov
- [cfe-commits] r173622 - PR15067: Don't assert when a UCN appears in a C90 file.
Benyei, Guy
- r173746 - Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled
Richard Smith
- [PATCH]OpenCL event_t overloading
Benyei, Guy
- r173779 - Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.
Richard Smith
- r173785 - Remove empty lines before "}".
Daniel Jasper
- r173787 - Reverting changes from r173785 (removing empty lines before "}").
Daniel Jasper
- r173788 - Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
- r173746 - Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled
Richard Smith
- Compilation errors with Visual Studio 10
Free styler
- r173746 - Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled
Timur Iskhodzhanov
- r173789 - Produce a diagnostic if alignas is applied to an expression. Neither C11 nor
Richard Smith
- r173790 - Test update missed in r173789.
Richard Smith
- Compilation errors with Visual Studio 10
NAKAMURA Takumi
- [PATCH] [msan] Run more optimization after MemorySanitizer pass
Evgeniy Stepanov
- [PATCH] [msan] Run more optimization after MemorySanitizer pass
Kostya Serebryany
- Compilation errors with Visual Studio 10
Benyei, Guy
- r173791 - Add a diagnostic for an OpenCL kernel with a pointer pointer argument.
Joey Gouly
- [PATCH] [msan] Run more optimization after MemorySanitizer pass
Alexey Samsonov
- r173792 - Initial support for multiple variable declarations.
Daniel Jasper
- r173793 - Fix a comment and reformat clang-format with clang-format
Daniel Jasper
- [PATCH] [msan] Run more optimization after MemorySanitizer pass
Evgeniy Stepanov
- patch: remove entries from UndefinedInternals as functions are defined
Nick Lewycky
- tooling helper
Laszlo Nagy
- [PATCH] Fixing warnings revealed by gcc release build
Edwin Vane
- r173801 - Calculate the split penalty upfront.
Daniel Jasper
- r173802 - Fix a crash in OpenCL code by using the proper (RHS) bit-width.
Joey Gouly
- r173803 - Fix uninitialized error caused by r173801.
Daniel Jasper
- r173805 - Split ">>" in "A<B<C> >" in Chromium style.
Daniel Jasper
- r173806 - Allow all parameters on next line for function calls in Chrome.
Daniel Jasper
- [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
Timur Iskhodzhanov
- [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
Timur Iskhodzhanov
- [PATCH] Fixing warnings revealed by gcc release build
Edwin Vane
- [PATCH] Fixing warnings revealed by gcc release build
David Blaikie
- [PATCH] Fixing warnings revealed by gcc release build
Dmitri Gribenko
- [PATCH] Fixing warnings revealed by gcc release build
David Blaikie
- [PATCH] Fixing warnings revealed by gcc release build
Edwin Vane
- [PATCH] Fixing warnings revealed by gcc release build
Dmitri Gribenko
- [PATCH] Fixing warnings revealed by gcc release build
Edwin Vane
- [PATCH] Fixing warnings revealed by gcc release build
Dmitri Gribenko
- r173811 - Mark a struct definition in an objc container with the TopLevelDeclInObjCContainer bit.
Argyrios Kyrtzidis
- [PATCH] Fixing warnings revealed by gcc release build
David Blaikie
- [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
Charles Davis
- [llvm-commits] Committing AArch64?
Evan Cheng
- [cfe-commits] r165273 - in /cfe/trunk: lib/CodeGen/CodeGenFunction.cpp test/CodeGen/catch-undef-behavior.c test/CodeGenCXX/catch-undef-behavior.cpp test/CodeGenCXX/return.cpp
Daniel Dunbar
- [PATCH] [msan] Run more optimization after MemorySanitizer pass
John McCall
- [llvm-commits] Committing AArch64?
Tim Northover
- [llvm-commits] Committing AArch64?
Eric Christopher
- [PATCH] [msan] Run more optimization after MemorySanitizer pass
Evgeniy Stepanov
- r173787 - Reverting changes from r173785 (removing empty lines before "}").
Nico Weber
- [cfe-commits] [PATCH] AArch64 backend: Clang changes
John McCall
- [PATCH] [msan] Run more optimization after MemorySanitizer pass
John McCall
- [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
Timur Iskhodzhanov
- [PATCH] Fixing warnings revealed by gcc release build
Edwin Vane
- [PATCH] Fixing warnings revealed by gcc release build
David Blaikie
- r173821 - Improve formatting of code with comments.
Daniel Jasper
- r173825 - [driver] Refactor the driver so that a failing commands doesn't prevent
Chad Rosier
- [patch] Add a section about implementation-defined behavior to the user's manual
Nico Weber
- r173826 - [Preprocessor] When checking if we can concatenate two tokens, check
Argyrios Kyrtzidis
- [patch] Add a section about implementation-defined behavior to the user's manual
Dmitri Gribenko
- r173830 - Move the token annotator into separate files.
Daniel Jasper
- r173787 - Reverting changes from r173785 (removing empty lines before "}").
Daniel Jasper
- r173835 - Don't fixit/recover from -Wstatic-float-init when it's not an error.
David Blaikie
- [PATCH] -fcatch-undefined-behavior with trapping implementation
Chad Rosier
- [PATCH] -fcatch-undefined-behavior with trapping implementation
Richard Smith
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
- patch: remove entries from UndefinedInternals as functions are defined
Richard Smith
- [PATCH] -fcatch-undefined-behavior with trapping implementation
Will Dietz
- r173841 - Move -Wstatic-float-init fixit into a note & don't recover as if constexpr
David Blaikie
- [PATCH] Don't warn about Unicode characters in -E mode
Jordan Rose
- [PATCH] Don't warn about Unicode characters in -E mode
Richard Smith
- [PATCH] Don't warn about Unicode characters in -E mode
Jordan Rose
- r173843 - clang/test/Index/getcursor-preamble.m: Tweak for win32. env(1) is required to change variables locally.
NAKAMURA Takumi
- r173844 - clang/test/Index/getcursor-preamble.m: Formatting.
NAKAMURA Takumi
- [PATCH] Don't warn about Unicode characters in -E mode
Richard Smith
- tooling helper
Sean Silva
- r173848 - [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
- r173850 - [Doc parsing] Patch to parse Doxygen-supported HTML character
Fariborz Jahanian
- [PATCH][OpenCL] Check that kernel returns void type
Tanya Lattner
- r173852 - [driver] Clear the FailureResultFiles when initializing clang diagnostics. Also,
Chad Rosier
- r173853 - [Frontend] Factor out helper function, for clarity.
Daniel Dunbar
- r173854 - [Frontend] Rename a member variable to clarify its intent.
Daniel Dunbar
- r173855 - [Frontend] Make the include dir group independent from the "use sysroot" bit.
Daniel Dunbar
- r173850 - [Doc parsing] Patch to parse Doxygen-supported HTML character
Dmitri Gribenko
- r173850 - [Doc parsing] Patch to parse Doxygen-supported HTML character
jahanian
- r173856 - Removed couple of html named character references in
Fariborz Jahanian
- r173850 - [Doc parsing] Patch to parse Doxygen-supported HTML character
jahanian
- r173850 - [Doc parsing] Patch to parse Doxygen-supported HTML character
Dmitri Gribenko
- [PATCH] Don't warn about Unicode characters in -E mode
Jordan Rose
- [PATCH][OpenCL] Check that kernel returns void type
Richard Smith
- r173859 - [Frontend] Add an ExternCSystem include entry group.
Daniel Dunbar
- r173860 - [Frontend] Remove actual ImplicitExternC member variable.
Daniel Dunbar
- r173861 - clang/test/Driver/asan-ld.c: Try not to mismatch temporary file, like "tmpkcfdld".
NAKAMURA Takumi
- r173866 - [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.
Daniel Dunbar
- r173843 - clang/test/Index/getcursor-preamble.m: Tweak for win32. env(1) is required to change variables locally.
Argyrios Kyrtzidis
- [patch] Add a section about implementation-defined behavior to the user's manual
Nico Weber
- [patch] Add a section about implementation-defined behavior to the user's manual
Dmitri Gribenko
- [PATCH][OpenCL] Check that kernel returns void type
Tanya Lattner
- [PATCH] AArch64 backend: Clang changes
Doug Gregor
- [PATCH] Don't warn about Unicode characters in -E mode
Jordan Rose
- r173871 - [Frontend] Factor AddUnmappedPath() out of AddPath() and simplify.
Daniel Dunbar
- r173872 - c: When checking on validity of sizeof passed as size of
Fariborz Jahanian
- r173873 - Provide a fixit for constexpr non-static data members.
David Blaikie
- r173873 - Provide a fixit for constexpr non-static data members.
Richard Smith
- [patch] Add a section about implementation-defined behavior to the user's manual
Richard Smith
- [patch] Add a section about implementation-defined behavior to the user's manual
Nico Weber
- [PATCH] Don't warn about Unicode characters in -E mode
Richard Smith
- [patch] Add a section about implementation-defined behavior to the user's manual
Richard Smith
- r173880 - [Sema] Constrain test added in r173873 with expected-error-re
David Blaikie
- r173873 - Provide a fixit for constexpr non-static data members.
David Blaikie
- r173881 - Don't warn about Unicode characters in -E mode.
Jordan Rose
- [PATCH] Don't warn about Unicode characters in -E mode
Jordan Rose
- r173883 - Unresolved lookups can have using declarations that refer to
Douglas Gregor
- patch: remove entries from UndefinedInternals as functions are defined
Nick Lewycky
- [PATCH] Don't warn on fall-through from unreachable code.
Alexander Kornienko
- [PATCH] Don't warn on fall-through from unreachable code.
Alexander Kornienko
- patch: remove entries from UndefinedInternals as functions are defined
Richard Smith
- [PATCH] Don't warn on fall-through from unreachable code.
Richard Smith
- [PATCH] Don't warn on fall-through from unreachable code.
Richard Smith
- r173889 - Don't warn on fall-through from unreachable code.
Alexander Kornienko
- [PATCH] Don't warn on fall-through from unreachable code.
Alexander Kornienko
- patch: fix ODR-used of pure virtual methods
Nick Lewycky
- r173898 - Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
- r173899 - Fix test failure from previous change.
Richard Smith
- r173900 - C11: Provide the missing half of <stdalign.h>
Richard Smith
- r173903 - The instance methods of the root class of an Objective-C hieararchy
Douglas Gregor
- r173905 - Add "instancetype" as a code completion result for the return type of
Douglas Gregor
- r173916 - Don't generate no-op replacements.
Daniel Jasper
- r173918 - Also promote fp16 types to double when they're anonymous variadic arguments.
Tim Northover
- [clang-tools-extra] r173919 - Don't touch unchanged file for in-place edit.
Daniel Jasper
- [cfe-commits] [PATCH] AArch64 backend: Clang changes
Tim Northover
- [PATCH] Intercept allocation to skim allocated types
Dai MIKURUBE
- r173924 - Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
- r173925 - Index/special-html-characters.m: mark this as XFAIL for valgrind
Dmitri Gribenko
- r173924 - Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Timur Iskhodzhanov
- r173927 - Revert unintended change
Dmitri Gribenko
- tooling helper
Manuel Klimek
- r173924 - Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
- r173924 - Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Timur Iskhodzhanov
- r173931 - Comment parsing: resolve more named character references
Dmitri Gribenko
- [PATCH] [msan] Run more optimization after MemorySanitizer pass
Evgeniy Stepanov
- r173934 - Comment parsing: fold named character references test into other HTML tests
Dmitri Gribenko
- r173850 - [Doc parsing] Patch to parse Doxygen-supported HTML character
Dmitri Gribenko
- [PATCH] Fixing warnings revealed by gcc release build
Vane, Edwin
- [PATCH] Move commonly useful code for AST testing into MatchVerfier.h.
Manuel Klimek
- [PATCH] Fixing warnings revealed by gcc release build
Dmitri Gribenko
- [cfe-commits] [PATCH] First OpenMP patch
Alexey Bataev
- tooling helper
Laszlo Nagy
- [PATCH] Fixing warnings revealed by gcc release build
Vane, Edwin
- r173850 - [Doc parsing] Patch to parse Doxygen-supported HTML character
jahanian
- [cfe-commits] [PATCH] First OpenMP patch
Dmitri Gribenko
- [PATCH] Fixing warnings revealed by gcc release build
Nico Weber
- [PATCH] Fixing warnings revealed by gcc release build
Dmitri Gribenko
- [cfe-commits] r173622 - PR15067: Don't assert when a UCN appears in a C90 file.
Jordan Rose
- [PATCH] Analyzer: model trivial copy constructors directly
Jordan Rose
- r173948 - Documentation: fix link to ExecuteAction(), which was previously typoed as
James Dennett
- r173949 - Documentation: add a link to Bear, a tool to help with JSON DB
Dmitri Gribenko
- r173950 - Documentation: fix escaping in JSON example
Dmitri Gribenko
- tooling helper
Dmitri Gribenko
- [PATCH][OpenCL] Check that kernel returns void type
Tanya Lattner
- tooling helper
Sean Silva
- r173951 - [analyzer] Model trivial copy/move ctors with an aggregate bind.
Jordan Rose
- [PATCH][OpenCL] Check that kernel returns void type
Joey Gouly
- tooling helper
Sean Silva
- [PATCH][OpenCL] Check that kernel returns void type
Tanya Lattner
- [PATCH][OpenCL] Check that kernel returns void type
Tanya Lattner
- [PATCH] Intercept allocation to skim allocated types
John McCall
- [PATCH] [msan] Run more optimization after MemorySanitizer pass
John McCall
- [PATCH] Fixing warnings revealed by gcc release build
David Blaikie
- r173952 - [preprocessor] Don't warn about "disabled expansion of recursive macro"
Argyrios Kyrtzidis
- Patch for Vector Literal source ranges (Bug 15095)
John Stratton
- r173953 - Hoist retrieval of Expr* into caller. No functionality change.
Ted Kremenek
- r173954 - scan-build: When using Xcode 4.6, use build settings for doing proper build interposition.
Ted Kremenek
- r173955 - [analyzer] Remove further references to analyzer-ipa.
Anna Zaks
- r173956 - [analyzer] Move report false positive suppression to report visitors.
Anna Zaks
- r173957 - [analyzer] Use analyzer config for max-inlinable-size option.
Anna Zaks
- r173958 - [analyzer] Make shallow mode more shallow.
Anna Zaks
- r173959 - Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E.
Jordan Rose
- r173959 - Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E.
Sean Silva
- r173959 - Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E.
Jordan Rose
- r173961 - Fix comment in test/Lexer/utf8-invalid.c for updates in r173959.
Jordan Rose
- r173963 - Add OpenCL error that a kernel function must have void return type. Includes a test case.
Tanya Lattner
- r173952 - [preprocessor] Don't warn about "disabled expansion of recursive macro"
Abramo Bagnara
- r173965 - Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back
Richard Trieu
- [PATCH] Alignment attribute printing.
Richard Smith
- r173970 - Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro""
Argyrios Kyrtzidis
- r173931 - Comment parsing: resolve more named character references
Sean Silva
- r173952 - [preprocessor] Don't warn about "disabled expansion of recursive macro"
Argyrios Kyrtzidis
- [Patch]OpenCL size_t and ptrdiff_t as builtin types
Benyei, Guy
- r173952 - [preprocessor] Don't warn about "disabled expansion of recursive macro"
Richard Smith
- r173952 - [preprocessor] Don't warn about "disabled expansion of recursive macro"
Argyrios Kyrtzidis
- r173952 - [preprocessor] Don't warn about "disabled expansion of recursive macro"
Douglas Gregor
- r173976 - Diagnostics: if a line is longer than 4096 characters, don't print it.
Jordan Rose
- r173976 - Diagnostics: if a line is longer than 4096 characters, don't print it.
Sean Silva
- r173978 - Cast to remove the narrowing conversion error in c++11.
Filipe Cabecinhas
- [PATCH] Fixing warnings revealed by gcc release build
Edwin Vane
- r173979 - TableGen backends: use emitSourceFileHeader() to emit the warning about
Dmitri Gribenko
- r173978 - Cast to remove the narrowing conversion error in c++11.
Dmitri Gribenko
- r173980 - Changed to static_cast, due to post-commit review.
Filipe Cabecinhas
- r173978 - Cast to remove the narrowing conversion error in c++11.
Filipe Cabecinhas
- r173981 - Diagnostics: Clarify name of line-length-limiting constant in r173976.
Jordan Rose
- r173952 - [preprocessor] Don't warn about "disabled expansion of recursive macro"
Richard Smith
- [cfe-dev] [RFC] Captured Statements
Pan, Wei
- r173952 - [preprocessor] Don't warn about "disabled expansion of recursive macro"
Richard Smith
- [cfe-dev] [RFC] Captured Statements
Dmitri Gribenko
- [PATCH] Change how address spaces are mangled
Tanya Lattner
- [cfe-dev] [RFC] Captured Statements
Jordan Rose
- r173991 - Reinstate r173952, this time limiting it to exactly the form
Douglas Gregor
- r173952 - [preprocessor] Don't warn about "disabled expansion of recursive macro"
Douglas Gregor
- Patch for Vector Literal source ranges (Bug 15095)
Richard Smith
- [cfe-dev] [RFC] Captured Statements
Sean Silva
- r173996 - Fix unused variable warnings in -asserts build
Matt Beaumont-Gay
- [PATCH] Intercept allocation to skim allocated types
Richard Smith
- r174004 - Make sure that the Attribute object represents one attribute only.
Bill Wendling
- [cfe-commits] [PATCH] Fix for CXXConstructExpr printing when implicit default argument is used.
Will Wilson
- patch: fix ODR-used of pure virtual methods
Richard Smith
- r174013 - When comparing two templates in the template differ, consider them the
Douglas Gregor
- [PATCH] Introduce cxstring::createEmpty()
Argyrios Kyrtzidis
- r174015 - Sometimes ld is just ld.
Matt Beaumont-Gay
- [cfe-commits] [PATCH]OpenCL samplers
Tanya Lattner
- r174016 - [analyzer] Fix a bug in region store that lead to undefined value false
Anna Zaks
- r174015 - Sometimes ld is just ld.
NAKAMURA Takumi
- [PATCH] Move commonly useful code for AST testing into MatchVerfier.h.
Philip Craig
- r174020 - Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove
Nick Lewycky
- r174022 - Add indents to AST dumping and removed parenthesis from AST nodes.
Richard Trieu
- r174025 - Fix -Wcovered-switch-default and -Wunused-private-field warnings.
Richard Smith
- patch: remove entries from UndefinedInternals as functions are defined
Nick Lewycky
- r174029 - When comparing two template template arguments in the template differ, consider
Richard Trieu
- r174031 - [analyzer] If a lazy binding is undefined, pretend that it's unknown instead.
Jordan Rose
- r174032 - Clarify the diagnostic for -Wnested-anon-types.
Richard Smith
- patch: remove entries from UndefinedInternals as functions are defined
Richard Smith
- r174033 - Fix grammar in comment.
Nick Lewycky
- r174034 - Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
- patch: remove entries from UndefinedInternals as functions are defined
Nick Lewycky
- r174036 - Replace "failed template argument deduction" diagnostic with something useful
Richard Smith
- r174037 - Allow the computation of the base priority for a declaration code completion result to consider the completion context
Douglas Gregor
- r174038 - When code completing in a statement, parenthesized expression, or
Douglas Gregor
- r174039 - Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
- r174042 - When we're emitting a constructor or destructor call from a delegating
Douglas Gregor
- r174043 - Remove incorrect warning signs from QualType::getUnqualifiedType(). These
Richard Smith
- r174043 - Remove incorrect warning signs from QualType::getUnqualifiedType(). These
Richard Smith
- patch: new warning on ODR-use of undefined inline functions
Nick Lewycky
- patch: new warning on ODR-use of undefined inline functions
Richard Smith
- [PATCH] Fix PR14514: Call destructor automatically after a throw (clang bug)
WenHan Gu (谷汶翰)
- [cfe-commits] unix.Malloc static checker improvement: memory.LeakPtrValChanged
Anna Zaks
- r174049 - [msan] Run more optimizations after MemorySanitizer pass.
Evgeniy Stepanov
- r174050 - Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
- [PATCH] [msan] Run more optimization after MemorySanitizer pass
Evgeniy Stepanov
- r174053 - Revert r174043 and tweak the comment wording so I'm (hopefully) not confused by it again!
Richard Smith
- [PATCH] Use const visitors in ASTDumper
Philip Craig
- r174055 - Add support for AArch64 target.
Tim Northover
- r174050 - Added outer template parameter lists to friend type AST nodes.
Timur Iskhodzhanov
- RFC: Promote AArch64 to be built by default
Tim Northover
- RFC: Promote AArch64 to be built by default
Chandler Carruth
- [PATCH] OpenMP threadprivate directive
Алексей Батаев
- [PATCH] Move commonly useful code for AST testing into MatchVerfier.h.
Manuel Klimek
- r174050 - Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
- [cfe-commits] [PATCH] First OpenMP patch
Alexey Bataev
- Fwd: Code ownership of AArch64
Tim Northover
- RFC: Promote AArch64 to be built by default
Renato Golin
- r174057 - Move commonly useful code for AST testing into MatchVerfier.h.
Manuel Klimek
- [cfe-commits] unix.Malloc static checker improvement: memory.LeakPtrValChanged
Branden Archer
- r174050 - Added outer template parameter lists to friend type AST nodes.
Timur Iskhodzhanov
- r174050 - Added outer template parameter lists to friend type AST nodes.
Evgeniy Stepanov
- r174050 - Added outer template parameter lists to friend type AST nodes.
Evgeniy Stepanov
- r174050 - Added outer template parameter lists to friend type AST nodes.
NAKAMURA Takumi
- r174050 - Added outer template parameter lists to friend type AST nodes.
Evgeniy Stepanov
- r174050 - Added outer template parameter lists to friend type AST nodes.
NAKAMURA Takumi
- r174060 - Attempt to fix Windows build breakage.
Evgeniy Stepanov
- r174050 - Added outer template parameter lists to friend type AST nodes.
Evgeniy Stepanov
- [PATCH] Turn off missing field initializer warnings for gcc
Edwin Vane
- r174061 - Several improvements to the formatting of static initializers.
Daniel Jasper
- Compilation errors with Visual Studio 10
Free styler
- r174050 - Added outer template parameter lists to friend type AST nodes.
Timur Iskhodzhanov
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
- [PATCH] Use const visitors in ASTDumper
Alexander Kornienko
- r174063 - Never break inside something that was a preprocessor directive.
Manuel Klimek
- r174064 - clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:mingw32, for now.
NAKAMURA Takumi
- [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
Timur Iskhodzhanov
- [PATCH] Intercept allocation to skim allocated types
Dai MIKURUBE
- clang and aarch64 backend changes to support Neon
Ana Pazos
- [PATCH] Turn off missing field initializer warnings for gcc
David Blaikie
- [PATCH] Turn off missing field initializer warnings for gcc
Chandler Carruth
- [PATCH] Turn off missing field initializer warnings for gcc
Edwin Vane
- RFC: Promote AArch64 to be built by default
Justin Holewinski
- [PATCH] Turn off missing field initializer warnings for gcc
Chandler Carruth
- r174069 - Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
- [PATCH] Turn off missing field initializer warnings for gcc
Edwin Vane
- [PATCH] Turn off missing field initializer warnings for gcc
Edwin Vane
- [PATCH] Fix alignment attribute printing.
Michael Han
- [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
Charles Davis
- RFC: Promote AArch64 to be built by default
Tim Northover
- clang and aarch64 backend changes to support Neon
Tim Northover
- [PATCH] Intercept allocation to skim allocated types
Douglas Gregor
- Please review patch to add '\headerfile' command conversion to HTML
jahanian
- r174075 - Micro-change: moved a brace for better readability
Alexander Kornienko
- r174076 - Reverted unintendedly-committed file.
Alexander Kornienko
- [PATCH] Intercept allocation to skim allocated types
John McCall
- [cfe-dev] RFC: Promote AArch64 to be built by default
Douglas Gregor
- [cfe-commits] Fix PR 11326: conflicting mabi between -mabi and -target options on ARM
Weiming Zhao
- [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
John McCall
- r174077 - Preprocessor: initialize member introduced in r173881.
Jordan Rose
- Please review patch to add '\headerfile' command conversion to HTML
Dmitri Gribenko
- Please review patch to add '\headerfile' command conversion to HTML
Dmitri Gribenko
- r174081 - Lexer: Don't warn about Unicode in preprocessor directives.
Jordan Rose
- Please review patch to add '\headerfile' command conversion to HTML
jahanian
- r174096 - [analyzer] Don't track autorelease pools created by +new.
Jordan Rose
- r174096 - [analyzer] Don't track autorelease pools created by +new.
Jordan Rose
- r174104 - [analyzer]RetainCount: Fix an autorelease related false positive.
Anna Zaks
- r174109 - [Comment parsing] Add support for recognizing
Fariborz Jahanian
- r174111 - Update the tests.
Bill Wendling
- r174112 - Escape backslash in the comment.
Dmitri Gribenko
- [PATCH] Fix alignment attribute printing.
Richard Smith
- r174114 - Comment parsing: add more comments to CommentCommands.td
Dmitri Gribenko
- patch: fix odr of pure functions in declrefexpr
Nick Lewycky
- r174124 - clang/test/Index/headerfile-comment-to-html.m: Try to unbreak libxml2-less hosts to eliminate "CommentXMLValid".
NAKAMURA Takumi
- Patch for \todo command in comment.
jahanian
- r174126 - Consistently format sample diagnostics on this page.
Richard Smith
- r174124 - clang/test/Index/headerfile-comment-to-html.m: Try to unbreak libxml2-less hosts to eliminate "CommentXMLValid".
jahanian
- [cfe-dev] Code ownership of AArch64
Chris Lattner
- Patch for \todo command in comment.
Dmitri Gribenko
- Patch for \todo command in comment.
Dmitri Gribenko
- r174133 - [Sema][Attr]Fix alignment attribute printing.
Michael Han
- [PATCH] Fix alignment attribute printing.
Michael Han
- [cfe-commits] unix.Malloc static checker improvement: memory.LeakPtrValChanged
Jordan Rose
- r174140 - Enable -fno-altivec, -mno-altivec for PowerPC.
Bill Schmidt
- patch: new warning on ODR-use of undefined inline functions
Nick Lewycky
- r174140 - Enable -fno-altivec, -mno-altivec for PowerPC.
Dmitri Gribenko
- [cfe-commits] unix.Malloc static checker improvement: memory.LeakPtrValChanged
Branden Archer
- [cfe-commits] unix.Malloc static checker improvement: memory.LeakPtrValChanged
Branden Archer
- patch: new warning on ODR-use of undefined inline functions
Richard Smith
- [cfe-commits] [PATCH] Smarter implicit copy-construction/copy-assignment.
John McCall
- r174145 - Don't do delayed exception-specification checking on an invalid
Douglas Gregor
- r174146 - Destroy arrays and ARC fields when throwing out of ctors.
John McCall
- [PATCH] Fix PR14514: Call destructor automatically after a throw (clang bug)
John McCall
- r174151 - Add PPC A2Q core and BG/Q preprocessor definitions
Hal Finkel
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Daniel Jasper
- patch: new warning on ODR-use of undefined inline functions
Nick Lewycky
- patch: new warning on ODR-use of undefined inline functions
Richard Smith
- r174157 - Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
- r174158 - Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
- r174160 - Fix diagnostic for bad alignas use: it can't be applied to functions.
Richard Smith
- [PATCH] Use const visitors in ASTDumper
Philip Craig
- r174166 - Revamp of the basic layouting algorithm in clang-format.
Daniel Jasper
- r174166 - Revamp of the basic layouting algorithm in clang-format.
Timur Iskhodzhanov
- r174169 - Hopefully fix windows build due to non-standard pair implementation.
Daniel Jasper
- r174166 - Revamp of the basic layouting algorithm in clang-format.
Daniel Jasper
- r174166 - Revamp of the basic layouting algorithm in clang-format.
Timur Iskhodzhanov
- [PATCH] Use const visitors in ASTDumper
Alexander Kornienko
- r174171 - Use const visitors in ASTDumper.
Alexander Kornienko
- [PATCH] Use const visitors in ASTDumper
Alexander Kornienko
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
- r174166 - Revamp of the basic layouting algorithm in clang-format.
David Tweed
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Daniel Jasper
- r174166 - Revamp of the basic layouting algorithm in clang-format.
Daniel Jasper
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
- r174140 - Enable -fno-altivec, -mno-altivec for PowerPC.
Bill Schmidt
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Daniel Jasper
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Daniel Jasper
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
- r174172 - Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
- [PATCH] Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
- r174173 - libclang: introduce cxstring::createNull()
Dmitri Gribenko
- r174174 - libclang: itroduce cxstring::createEmpty()
Dmitri Gribenko
- r174176 - Revise unit testing for -fno-altivec, -mno-altivec.
Bill Schmidt
- r174181 - Fix PR14881 by implementing conversion rules between int and complex int.
Bill Schmidt
- r174182 - Fixed segmentation fault when a CFGBlock has NULL successor.
Alexander Kornienko
- r174183 - Fix a string not seen without asserts
Bill Schmidt
- r174185 - Add check for @foo
Bill Schmidt
- r174190 - Introduce SourceManager::PredefinesFileID, to allow each checking of whether
Argyrios Kyrtzidis
- r174191 - For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
- r174192 - [modules] Introduce ModuleFile::DirectImportLoc which is the source location
Argyrios Kyrtzidis
- r174194 - libclang: add comments for CXStringFlag
Dmitri Gribenko
- r174195 - libclang: document the purpose of createNull()
Dmitri Gribenko
- [PATCH] Introduce cxstring::createEmpty()
Dmitri Gribenko
- [PATCH] Introduce cxstring::createEmpty()
Argyrios Kyrtzidis
- [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
Timur Iskhodzhanov
- r174197 - Fix comments: these are not trailing comments
Dmitri Gribenko
- r174201 - Fix indent
Dmitri Gribenko
- [cfe-commits] unix.Malloc static checker improvement: memory.LeakPtrValChanged
Anna Zaks
- r174202 - Micro change: moved '{' for better readability (+don't confuse -Wimplicit-fallthrough)
Alexander Kornienko
- r174203 - [driver] Don't try to generate diagnostic information for dsymutil crashes.
Chad Rosier
- r174204 - Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set
Hal Finkel
- r174206 - Fix exception handling line table problems introduced by r173593
David Blaikie
- r174211 - [analyzer] Reuse a LazyCompoundVal if its type matches the new region.
Jordan Rose
- r174212 - Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
- r174213 - [analyzer] Explain why we have system-header-simulator*.h files.
Jordan Rose
- r174214 - objc: Provide correct fixit instruction when two mismatched
Fariborz Jahanian
- [cfe-commits] [PATCH] Smarter implicit copy-construction/copy-assignment.
Lang Hames
- r174215 - Add some missing PPC cpus
Bill Schmidt
- r174216 - Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
- r174217 - Unbreak Makefile build after r174216
Dmitri Gribenko
- r174218 - Const'ify Preprocessor::getPredefinesFileID.
Argyrios Kyrtzidis
- r174206 - Fix exception handling line table problems introduced by r173593
Robinson, Paul
- r174229 - clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.
NAKAMURA Takumi
- [PATCH] Reduce CXString abuse
Dmitri Gribenko
- r174216 - Comment parsing: improve the fidelity of XML output for many block commands
jahanian
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
- r174216 - Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
- r174234 - Merge "special" types from different modules in the AST reader.
Douglas Gregor
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
- r174238 - libclang: introduce cxstring::{createRef, createDup} for C strings
Dmitri Gribenko
- r174229 - clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.
David Blaikie
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
- [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
John McCall
- r174242 - This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
- r174243 - [analyzer] Fix typo.
Anna Zaks
- r174244 - [analyzer] Print Inline mode with -analyzer-display-progress.
Anna Zaks
- r174245 - [analyzer] Always inline functions with bodies generated by BodyFarm.
Anna Zaks
- r174242 - This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Richard Smith
- r174246 - Basics
David Blaikie
- r174247 - Generalize DebugInfo tests by avoiding explicit metadata numbers
David Blaikie
- [PATCH] Pull Lexer's CharInfo table out for general use throughout Clang
Jordan Rose
- r174248 - Sentenc-ify comment added in r174206.
David Blaikie
- r174206 - Fix exception handling line table problems introduced by r173593
David Blaikie
- r174249 - Revert r174246, accidentally committed.
David Blaikie
- r174246 - Basics
Richard Smith
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
- r174242 - This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
John McCall
- r174246 - Basics
David Blaikie
- r174252 - Update checker build to checker-271.
Ted Kremenek
- r174245 - [analyzer] Always inline functions with bodies generated by BodyFarm.
Jordan Rose
- r174253 - On platforms which do not support ARC natively, do not mark objc_retain/objc_release as "nonlazybind".
Michael Gottesman
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
- r174254 - Fixed whitespace.
Michael Gottesman
- [cfe-commits] r165273 - in /cfe/trunk: lib/CodeGen/CodeGenFunction.cpp test/CodeGen/catch-undef-behavior.c test/CodeGenCXX/catch-undef-behavior.cpp test/CodeGenCXX/return.cpp
Argyrios Kyrtzidis
- r174255 - Fixed another whitespace issue... *sigh*.
Michael Gottesman
- r174256 - Revert "Update checker build to checker-271."
Ted Kremenek
- r174257 - Don't forget to run destructors when we create an array temporary of class type.
Richard Smith
- r174242 - This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
- [PATCH] Pull Lexer's CharInfo table out for general use throughout Clang
Dmitri Gribenko
- Patch for Vector Literal source ranges (Bug 15095)
John Stratton
- [cfe-commits] r165273 - in /cfe/trunk: lib/CodeGen/CodeGenFunction.cpp test/CodeGen/catch-undef-behavior.c test/CodeGenCXX/catch-undef-behavior.cpp test/CodeGenCXX/return.cpp
jahanian
- Patch for Vector Literal source ranges (Bug 15095)
Richard Smith
- r174260 - Add some horrible Perl code to teach scan-build to recursively walk a directory for HTML files.
Ted Kremenek
- r174261 - Correctly classify T{} as an array temporary if T is an array of class type with nontrivial destructor.
Richard Smith
- r174262 - PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
- r174263 - libclang: introduce cxstring::{createRef, createDup} for StringRefs
Dmitri Gribenko
- r174265 - Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Dmitri Gribenko
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- r174229 - clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.
Renato Golin
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Sean Silva
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Anton Korobeynikov
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Chandler Carruth
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Chandler Carruth
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- r174229 - clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.
NAKAMURA Takumi
- r174278 - clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few targets.
NAKAMURA Takumi
- r174229 - clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.
Renato Golin
- r174280 - libclang: remove unneeded const_casts
Dmitri Gribenko
- r174281 - libclang: migrate USRGenerator to ConstDeclVisitor
Dmitri Gribenko
- r174282 - Constify ASTContext::getObjContainingInterface
Dmitri Gribenko
- r174283 - libclang: remove unneeded const_cast
Dmitri Gribenko
- r174284 - libclang: migrate IndexingDeclVisitor to ConstDeclVisitor
Dmitri Gribenko
- r174285 - libclang: remove 'using namespace cxstring'
Dmitri Gribenko
- r174286 - libclang: wrap CXString implementation into 'namespace cxstring'
Dmitri Gribenko
- r174287 - Remove unneeded const_casts
Dmitri Gribenko
- r174289 - CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind.
Benjamin Kramer
- r174290 - Comment to XML conversion: replace string comparison with command ID comparison
Dmitri Gribenko
- r174291 - Fix bug in formatting of nested initializers.
Daniel Jasper
- r174292 - CodeGen: Remove unnecessary const_casts. No functionality change.
Benjamin Kramer
- r174293 - CodeGen: Implement hint values for dynamic_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- [PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.
Benjamin Kramer
- r174294 - Drop value names from test to get -Asserts builds back to green.
Benjamin Kramer
- [cfe-commits] [PATCH] Fix for CXXConstructExpr printing when implicit default argument is used.
Will Wilson
- r174296 - DeclPrinter: fix CXXConstructExpr printing with implicit default argument
Dmitri Gribenko
- [cfe-commits] [PATCH] Fix for CXXConstructExpr printing when implicit default argument is used.
Dmitri Gribenko
- [cfe-commits] unix.Malloc static checker improvement: memory.LeakPtrValChanged
Branden Archer
- r174303 - clang/Analysis: Fix r174245, a valgrind error in AnalysisDeclContext::getBody(bool &IsAutosynthesized), to initialize IsAutosynthesized explicitly.
NAKAMURA Takumi
- r174245 - [analyzer] Always inline functions with bodies generated by BodyFarm.
NAKAMURA Takumi
- r174307 - Restructuring of token annotation for formatting.
Daniel Jasper
- r174308 - Fix an error in formatting of for-loops.
Daniel Jasper
- r174309 - Improve handling of trailing block comments.
Daniel Jasper
- r174310 - Improve formatting of stream operators.
Daniel Jasper
Last message date:
Sun Feb 3 23:34:49 PST 2013
Archived on: Tue Aug 4 15:30:54 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).