The Week Of Monday 27 January 2014 Archives by date
Starting: Mon Jan 27 01:32:00 PST 2014
Ending: Sun Feb 2 23:16:03 PST 2014
Messages: 386
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Oliver Stannard
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Tim Northover
- r177997 - Actually mark ASan-unfriendly test as XFAIL
Alexey Samsonov
- r200221 - [Mips] Add tests to check MIPS arch macros.
Simon Atanasyan
- r200222 - [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips64r2 respectively.
Simon Atanasyan
- r200223 - [Mips] Fix __mips macro definition.
Simon Atanasyan
- r199769 - Teach Clang to look in its installation libdir for libraries (such as
Alexey Samsonov
- r200096 - unittests: explicit stringify StringRefs for conversion
David Blaikie
- [PATCH] Add support for -funsigned-bitfields
Artyom Skrobov
- [PATCH] Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Artyom Skrobov
- [PATCH] Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Silviu Baranga
- r200230 - Comment parsing: don't crash while parsing \deprecated in a standalone comment
Dmitri Gribenko
- r200231 - XCore target exception handling
Robert Lytton
- [PATCH] Fix crash in comments::Sema::checkDeprecatedCommand
Dmitri Gribenko
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
Reid Kleckner
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
Reid Kleckner
- [PATCH] Knowledge of GCC attribtues
Aaron Ballman
- r200233 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Artyom Skrobov
- r200235 - Add 'static __inline__' to MSVC intrinsics with implementations
Reid Kleckner
- r200236 - Driver: support -fno-debug-types-section to override -fdebug-types-section
David Blaikie
- [PATCH] Switch clang-query to use the lineeditor library.
Manuel Klimek
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Manuel Klimek
- r200237 - intrin.h: include setjmp.h to get a jmp_buf definition
Reid Kleckner
- r200238 - ObjectiveC. When introducing a new property declaration in
Fariborz Jahanian
- r200239 - Add implementations of some MSVC intrinsics
Reid Kleckner
- r200242 - Revert "Cortex-M3 and Cortex-M4 should not enable hwdiv-arm"
Reid Kleckner
- r200233 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Reid Kleckner
- r200243 - Revert "intrin.h: include setjmp.h to get a jmp_buf definition"
Reid Kleckner
- r199160 - [ms-abi] Always generate complete constructors in the Microsoft C++ ABI
Timur Iskhodzhanov
- [PATCH] Add support for -funsigned-bitfields
Richard Smith
- [PATCH] Knowledge of GCC attribtues
Richard Smith
- [PATCH] Add FreeBSD ARM EABI hard-float support
Andrew Turner
- r200251 - Remove dead code.
Richard Smith
- r200252 - Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU spelling, and a CXX11 spelling with the namespace "gnu". It also sets a bit on the spelling certifying that it is known to GCC. From this, we can warn about the extension appropriately. As a consequence, the FunctionDefinition functionality is completely removed.
Aaron Ballman
- [PATCH] Knowledge of GCC attribtues
Aaron Ballman
- r200254 - ObjectiveC. Fixes a bug in recognition of an ivar
Fariborz Jahanian
- r200256 - Temporarily disable test that fails on Mac OS X 10.9.
Bob Wilson
- r200257 - Another test for patch for // rdar://15890251
Fariborz Jahanian
- r200258 - Rumors of test_debuginfo's death are slightly exaggerated.
Adrian Prantl
- r200145 - Revert r113780, "Recognize .ll as input files. Handle %test_debuginfo on a RUN command line."
Adrian Prantl
- r200260 - Reverting because reverting r200145.
Adrian Prantl
- r200261 - Reverting because reverting r200145.
Adrian Prantl
- r200145 - Revert r113780, "Recognize .ll as input files. Handle %test_debuginfo on a RUN command line."
NAKAMURA Takumi
- r177997 - Actually mark ASan-unfriendly test as XFAIL
Richard Smith
- r200265 - Remove dead code; MacroDirective's IsHidden flag is always false.
Richard Smith
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
David Majnemer
- r200268 - Apply the typo correction replacement location fix from r191450 to the
Kaelyn Uhrain
- [PATCH] Objective C literals to bool conversion warning
Richard Trieu
- [PATCH] Slightly better handling of transparent_union attribute
Aaron Ballman
- r200277 - Relaxing the alignment requirements for fields in a transparent_union. Emits the diagnostic only when subsequent alignments are more strict than the alignment required by the first field.
Aaron Ballman
- [PATCH] Slightly better handling of transparent_union attribute
Richard Smith
- [PATCH] Slightly better handling of transparent_union attribute
Aaron Ballman
- r200280 - Test case for clobbers on cpuid in ms inline asm
Reid Kleckner
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Richard Smith
- r200096 - unittests: explicit stringify StringRefs for conversion
David Blaikie
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- r200096 - unittests: explicit stringify StringRefs for conversion
David Blaikie
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- r200096 - unittests: explicit stringify StringRefs for conversion
David Blaikie
- r200289 - Fix always-false conditional thinko in documentation.
Nick Lewycky
- [PATCH] Whitespace issues during preprocessing
Justin Bogner
- r200290 - Turn on PIC by default on Android (http://llvm-reviews.chandlerc.com/D2603)
Alexey Bataev
- r200291 - Fix this test and don't run it in ASan bootstrap
Alexey Samsonov
- r200292 - Clarify. Thanks to Sean Silva and Warren Hunt for help wordsmithing!
Nick Lewycky
- r177997 - Actually mark ASan-unfriendly test as XFAIL
Alexey Samsonov
- r200296 - [CMake] clangStaticAnalyzerFrontend: Deprecate LLVM_NO_RTTI.
NAKAMURA Takumi
- r200302 - [CMake] Apply llvm_update_compile_flags() to add_clang_library().
NAKAMURA Takumi
- r200307 - [ARM] Fix AAPCS-VFP non-compliance when returning HFA from variadic functions.
Amara Emerson
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Amara Emerson
- [PATCH] Model Constructor corresponding to a new call
Karthik Bhat
- [PATCH] Add support for -funsigned-bitfields
Artyom Skrobov
- [PATCH] Add support for -funsigned-bitfields
Tim Northover
- r200320 - clang-format: Add support for a space after @property
Daniel Jasper
- r200320 - clang-format: Add support for a space after @property
Nico Weber
- [PATCH] Objective C literals to bool conversion warning
Jordan Rose
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Jordan Rose
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Jordan Rose
- [PATCH] Model Constructor corresponding to a new call
Jordan Rose
- r200233 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Artyom Skrobov
- r200327 - clang-format: Fix option formatting in protocol buffer files.
Daniel Jasper
- clang-native-arm-cortex-a9 builder status
Galina Kistanova
- r200233 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Reid Kleckner
- r200337 - clang-format: Understand __attribute__s preceding parameter lists.
Daniel Jasper
- r200338 - Objective-C. provide legacy encoding of *id and *Class types
Fariborz Jahanian
- [PATCH] Add support for -funsigned-bitfields
Richard Smith
- [PATCH] Add support for -funsigned-bitfields
Renato Golin
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- [PATCH] Objective-C literals to bool conversion warning
Richard Trieu
- [PATCH] Objective-C literals to bool conversion warning
Jordan Rose
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- r200342 - Objective-C. Fixes a bug where "new" family attribute
Fariborz Jahanian
- r200343 - Intrin.h: implement __rdtsc and __halt
Hans Wennborg
- [PATCH] Objective-C literals to bool conversion warning
Richard Trieu
- r200344 - Intrin.h: include setjmp.h to get a jmp_buf definition
Hans Wennborg
- [PATCH] Objective-C literals to bool conversion warning
Richard Trieu
- [PATCH] Objective-C literals to bool conversion warning
Jordan Rose
- r200243 - Revert "intrin.h: include setjmp.h to get a jmp_buf definition"
Hans Wennborg
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- r200356 - A new conversion warning for when an Objective-C object literal is implicitly
Richard Trieu
- [PATCH] Objective-C literals to bool conversion warning
Richard Trieu
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Richard Smith
- r200359 - Fixing PR18430 by checking that the size of bitfields plus padding does not
Yunzhong Gao
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
Yunzhong Gao
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
Yunzhong Gao
- clang: C++1y deprecated attribute message
Joseph Mansfield
- r200164 - Fix r195149. Triple should correctly reflect that target. If it contains ios,
Jim Grosbach
- r200164 - Fix r195149. Triple should correctly reflect that target. If it contains ios,
Alp Toker
- r200362 - clang-cl: Better error message when trying to compile stdin (PR18640)
Hans Wennborg
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Richard Smith
- [libcxx] r200364 - lit.site.cfg:cxx_under_test should take precedence over 'which clang++'
David Fang
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Richard Smith
- [PATCH] A new warning, -Wtautological-array-compare, which warns when an array is compared against a null pointer
Richard Trieu
- [PATCH] A new warning, -Wtautological-array-compare, which warns when an array is compared against a null pointer
David Blaikie
- [PATCH] A new warning, -Wtautological-array-compare, which warns when an array is compared against a null pointer
Richard Trieu
- [PATCH] A new warning, -Wtautological-array-compare, which warns when an array is compared against a null pointer
David Blaikie
- clang: C++1y deprecated attribute message
Richard Smith
- [PATCH] Inline allocator call when c++-allocator-inlining is specified as true
Karthik Bhat
- clang: C++1y deprecated attribute message
Alp Toker
- r200379 - Extensively comment bitfield layout, rearrange some
John McCall
- r200380 - Short-circuit a couple of queries (and avoid corrupting
John McCall
- r200381 - Fix crash on unmatched #endif's.
Manuel Klimek
- Anonymous records with typedef names for linkage
John McCall
- r200385 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm (committing again, with an updated test)
Artyom Skrobov
- r200233 - Cortex-M3 and Cortex-M4 should not enable hwdiv-arm
Artyom Skrobov
- [PATCH] Add Multilib selection machinery to Clang
Simon Atanasyan
- [PATCH] XCore target -fexceptions flag handling
robert lytton
- [PATCH] Model Deallocator node in CFG
Karthik Bhat
- clang: C++1y deprecated attribute message
Aaron Ballman
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- Anonymous records with typedef names for linkage
Rafael EspĂndola
- Anonymous records with typedef names for linkage
Richard Smith
- r200380 - Short-circuit a couple of queries (and avoid corrupting
David Blaikie
- r200381 - Fix crash on unmatched #endif's.
David Blaikie
- r200381 - Fix crash on unmatched #endif's.
Nico Weber
- r200381 - Fix crash on unmatched #endif's.
Alp Toker
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- r200381 - Fix crash on unmatched #endif's.
David Blaikie
- [PATCH] Inline allocator call when c++-allocator-inlining is specified as true
Jordan Rose
- r200380 - Short-circuit a couple of queries (and avoid corrupting
David Blaikie
- r200381 - Fix crash on unmatched #endif's.
Alp Toker
- clang: C++1y deprecated attribute message
Richard Smith
- clang: C++1y deprecated attribute message
Alp Toker
- clang: C++1y deprecated attribute message
Aaron Ballman
- r200405 - clang-format: Fix formatting of custom proto options.
Daniel Jasper
- r200406 - clang-format: More custom option fixes for protocol buffer files.
Daniel Jasper
- clang: C++1y deprecated attribute message
Richard Smith
- [PATCH] Model Deallocator node in CFG
Jordan Rose
- r200381 - Fix crash on unmatched #endif's.
Manuel Klimek
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Manuel Klimek
- clang: C++1y deprecated attribute message
Aaron Ballman
- r200380 - Short-circuit a couple of queries (and avoid corrupting
John McCall
- clang: C++1y deprecated attribute message
Alp Toker
- r200380 - Short-circuit a couple of queries (and avoid corrupting
David Blaikie
- clang: C++1y deprecated attribute message
Richard Smith
- [PATCH] Declaring standard C++ attributes
Aaron Ballman
- clang: C++1y deprecated attribute message
Aaron Ballman
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Tom Stellard
- [libclc] r200414 - Fixed ninja build issues relating to use of $(DESTDIR)
Tom Stellard
- [libclc] r200415 - Fixed rules names so they are unique when aliases are present.
Tom Stellard
- [libclc] r200416 - Updated README.TXT with information about using DESTDIR and building with Ninja.
Tom Stellard
- [PATCH] Whitespace issues during preprocessing
Harald van Dijk
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Nico Weber
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Stellard, Thomas
- [PATCH] Sema: Diagnose improper application of inheritance keywords
David Majnemer
- [PATCH] Sema: Diagnose improper application of inheritance keywords
Aaron Ballman
- [PATCH] Declaring standard C++ attributes
Richard Smith
- [PATCH] Declaring standard C++ attributes
Aaron Ballman
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- [PATCH] Declaring standard C++ attributes
Richard Smith
- [PATCH] Declaring standard C++ attributes
Aaron Ballman
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Daniel Liew
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- r200423 - Sema: Diagnose improper application of inheritance keywords
David Majnemer
- r200424 - Consolidating several table-generated files containing parser-related string switches into a single file. This reduces build-related complexity by replacing four separate projects (and table-gen instantiations) with a single one.
Aaron Ballman
- [PATCH] Sema: Diagnose improper application of inheritance keywords
David Majnemer
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
James Dennett
- Anonymous records with typedef names for linkage
John McCall
- [PATCH] Whitespace issues during preprocessing
Justin Bogner
- [PATCH] Declaring standard C++ attributes
Richard Smith
- [PATCH] Declaring standard C++ attributes
Aaron Ballman
- Anonymous records with typedef names for linkage
John McCall
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- Anonymous records with typedef names for linkage
Richard Smith
- Anonymous records with typedef names for linkage
Rafael EspĂndola
- Anonymous records with typedef names for linkage
John McCall
- Anonymous records with typedef names for linkage
Richard Smith
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Alp Toker
- r200430 - Objective-C [IRGen]. Generator a tail call to objc_getProperty() in
Fariborz Jahanian
- Anonymous records with typedef names for linkage
Richard Smith
- [libcxxabi] r200432 - [libunwind] remove stray conditional
Nick Kledzik
- [PATCH] PR18327: -Wsystem-headers introduces build errors
Richard Smith
- Anonymous records with typedef names for linkage
John McCall
- Anonymous records with typedef names for linkage
John McCall
- r200435 - Use an Itanium triple in DWARF debug info tests
Timur Iskhodzhanov
- r200437 - Actually test that the local static variable from my
John McCall
- r200438 - Diagnose typedef names for linkage purposes that would change
John McCall
- [PATCH] A new warning, -Wtautological-array-compare, which warns when an array is compared against a null pointer
Richard Trieu
- r200452 - SPARCv9 supports atomic operations up to 64 bits.
Jakob Stoklund Olesen
- r200460 - Update debugging visualizers section.
Nikola Smiljanic
- [PATCH] new check checking comparing of boolean expressions and literals
Per Viberg
- Updated hacking page to point to new debugging visualizers.
Nikola Smiljanic
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Manuel Klimek
- Updated hacking page to point to new debugging visualizers.
Eric Christopher
- Extend IdenticalExprChecker to find more potential problems
Daniel Fahlgren
- [PATCH] ARM & AArch64: share NEON builtin enumerators
Tim Northover
- [PATCH] Make x86 Android default target CPUs compatible with GCC
Alexey Volkov
- [PATCH] Make x86 Android default target CPUs compatible with GCC
Evgeniy Stepanov
- [PATCH] ARM & AArch64: share NEON builtin enumerators
Renato Golin
- Updated hacking page to point to new debugging visualizers.
Aaron Ballman
- [PATCH] Inline allocator call when c++-allocator-inlining is specified as true
Karthik Bhat
- [PATCH] Model Deallocator node in CFG
Karthik Bhat
- [PATCH] Add support for -funsigned-bitfields
Artyom Skrobov
- r200469 - clang-format: Support ObjC's NS_ENUMs.
Daniel Jasper
- r200470 - ARM & AArch64: share the BI__builtin_neon enum defs.
Tim Northover
- r200471 - ARM & AArch64: fully share NEON implementation of permutation intrinsics
Tim Northover
- r200472 - ARM & AArch64: extend shared NEON implementation to first block.
Tim Northover
- [PATCH] ARM & AArch64: share NEON builtin enumerators
Tim Northover
- [Patch] PR14995 Too eagerly rejects operator function templates
Rahul Jain
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Tom Stellard
- [libclc] r200413 - Enforce python2 for systems that use python3 as their default.
Daniel Liew
- r200469 - clang-format: Support ObjC's NS_ENUMs.
Jordan Rose
- [PATCH] Store warning option for custom diagnostic messages.
Alexander Kornienko
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- Extend IdenticalExprChecker to find more potential problems
Jordan Rose
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- [PATCH] Fix assertions on annot_* tokens in clang -E
Argyrios Kyrtzidis
- [Patch] PR14995 Too eagerly rejects operator function templates
Arthur O'Dwyer
- [Patch] PR14995 Too eagerly rejects operator function templates
rahul
- [PATCH] Fix assertions on annot_* tokens in clang -E
Ben Langmuir
- r200475 - Fix assertion failures on annot_* tokens in clang -E
Ben Langmuir
- [PATCH] Fix assertions on annot_* tokens in clang -E
Argyrios Kyrtzidis
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Jordan Rose
- [PATCH] Store warning option for custom diagnostic messages.
Jordan Rose
- [PATCH] Fix assertions on annot_* tokens in clang -E
Ben Langmuir
- [PATCH] Model Deallocator node in CFG
Jordan Rose
- [PATCH] Inline allocator call when c++-allocator-inlining is specified as true
Jordan Rose
- [Patch] PR14995 Too eagerly rejects operator function templates
Richard Smith
- [PATCH] Store warning option for custom diagnostic messages.
Alp Toker
- [Patch] PR14995 Too eagerly rejects operator function templates
Rahul Jain
- r200492 - Revert "Fix assertion failures on annot_* tokens in clang -E"
Ben Langmuir
- [Patch] PR14995 Too eagerly rejects operator function templates
Richard Smith
- r200494 - Don't produce a 'returning reference to local' warning if a lambda returns a
Richard Smith
- [PATCH] Use DiagnosticIDs::getWarningOption to pass check names.
Alexander Kornienko
- [Patch] PR14995 Too eagerly rejects operator function templates
rahul
- r200496 - PR14995: Allow a dependent type as the second parameter of operator++ and
Richard Smith
- r200497 - Introduce Parser::completeExpression.
Peter Collingbourne
- [PATCH] Don't parse non-template name as template name
Ismail Pazarbasi
- [PATCH] Introduce Parser::completeExpression.
Peter Collingbourne
- [PATCH] Store warning option for custom diagnostic messages.
Alexander Kornienko
- r200496 - PR14995: Allow a dependent type as the second parameter of operator++ and
Richard Smith
- [Patch] PR14995 Too eagerly rejects operator function templates
Richard Smith
- [PATCH] Don't parse non-template name as template name
Richard Smith
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Richard Smith
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- [PATCH] Fix auto linking when a module is imported from a pch
Ben Langmuir
- [PATCH] Fix auto linking when a module is imported from a pch
Argyrios Kyrtzidis
- r200505 - Fix autolinking when modules are imported in pch files
Ben Langmuir
- r200507 - Driver: Don't use DOS style paths on UNIX
David Majnemer
- r200508 - libclang/Makefile: Reorder libraries.
NAKAMURA Takumi
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
- r200510 - Make x86 Android default target CPUs compatible with GCC (http://llvm-reviews.chandlerc.com/D2655)
Alexey Bataev
- r200513 - [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes processing. (http://llvm-reviews.chandlerc.com/D2451)
Alexey Bataev
- [Patch] PR14995 Too eagerly rejects operator function templates
Rahul Jain
- r199144 - When determining the attribute's parsed kind, pay attention to the syntax used. This fixes bugs where an attribute has differing GNU and Declspec spellings, but they are treated as the same. Eg) __declspec(aligned) when it should be __attribute__((aligned)), and __attribute__((align)) when it should be __declspec(align).
Argyrios Kyrtzidis
- r200521 - [Sema] For -Wnon-literal-null-conversion warning, look through integer casts, which are used
Argyrios Kyrtzidis
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Mehdi Amini
- [libcxx] r200523 - Remove default function template argument from the header.
Logan Chien
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Manuel Klimek
- r200524 - ARM & AArch64: merge another NEON block completely.
Tim Northover
- r200525 - ARM & AArch64: more instructions into common block
Tim Northover
- r200526 - ARM & AArch64: move shared vld/vst intrinsics to common implementation.
Tim Northover
- r200527 - ARM & AArch64: another block of miscellaneous NEON sharing.
Tim Northover
- r200528 - ARM & AArch64: unify the rest of the completely shared NEON implementations
Tim Northover
- r200529 - [sanitizer] update the list of supported platforms in the docs
Kostya Serebryany
- r200531 - [CMake] Prune stray entries in add_dependencies(). target_link_libraries() implies it.
NAKAMURA Takumi
- r200532 - [CMake] Suppress SampleAnalyzerPlugin w/o ENABLE_STATIC_ANALYZER.
NAKAMURA Takumi
- r200533 - [CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.
NAKAMURA Takumi
- r200538 - ARM RT libs with generic name
Renato Golin
- r200538 - ARM RT libs with generic name
Alexey Samsonov
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- r200539 - Add tests for ARM RT library name
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Joey Gouly
- r200538 - ARM RT libs with generic name
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- r199144 - When determining the attribute's parsed kind, pay attention to the syntax used. This fixes bugs where an attribute has differing GNU and Declspec spellings, but they are treated as the same. Eg) __declspec(aligned) when it should be __attribute__((aligned)), and __attribute__((align)) when it should be __declspec(align).
Aaron Ballman
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- r200540 - clang-format: (JavaScript) Don't crash on empty string literals.
Daniel Jasper
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Keith Walker
- r200545 - Connect -fno-exceptions to -arm-disable-ehabi
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Evgeniy Stepanov
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Evgeniy Stepanov
- r200555 - Last option on -fexception for arm-disable-ehabi
Renato Golin
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- r200508 - libclang/Makefile: Reorder libraries.
Jordan Rose
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Jordan Rose
- r200545 - Connect -fno-exceptions to -arm-disable-ehabi
Reid Kleckner
- r200545 - Connect -fno-exceptions to -arm-disable-ehabi
Renato Golin
- r200563 - [CMake] arcmt-test: Reorganize link libraries with *actually referenced* libs from arcmt-test.cpp.
NAKAMURA Takumi
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Jordan Rose
- r200533 - [CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.
Jordan Rose
- Extend IdenticalExprChecker to find more potential problems
Daniel Fahlgren
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- r200568 - MS Intrin.h: implement __cpuidex and simplify __cpuid
Hans Wennborg
- r200573 - Track the currently-being-built submodule inside the preprocessor (rather than
Richard Smith
- [PATCH] [ms-cxxabi] Raise aggregate memptr alignment to 8 for compatibility
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Richard Smith
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Mehdi Amini
- [PATCH] [ms-cxxabi] Raise aggregate memptr alignment to 8 for compatibility
Reid Kleckner
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Jordan Rose
- [PATCH] [ms-cxxabi] Raise aggregate memptr alignment to 8 for compatibility
David Majnemer
- r200584 - Fix comment typo in test.
Richard Smith
- r200585 - [ms-cxxabi] Raise aggregate memptr alignment to 8 for x86_32
Reid Kleckner
- [PATCH] [ms-cxxabi] Raise aggregate memptr alignment to 8 for compatibility
Reid Kleckner
- r200587 - [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- [PATCH] [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
- r200597 - [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- [PATCH] [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
- r200598 - Remove local type use in template.
Reid Kleckner
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
NAKAMURA Takumi
- r200533 - [CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.
NAKAMURA Takumi
- [PATCH] preview patch for fixit for finding modules needing import/inclusion
John Thompson
- [clang-tools-extra] r200603 - Switch clang-query to use the lineeditor library.
Peter Collingbourne
- [clang-tools-extra] r200604 - Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
- [PATCH] Switch clang-query to use the lineeditor library.
Peter Collingbourne
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
- r200533 - [CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.
Jordan Rose
- r200508 - libclang/Makefile: Reorder libraries.
NAKAMURA Takumi
- r198328 - [CMake] Add missing set_output_directory after Takumi's change in r198205.
Mehdi Amini
- [PATCH] Whitespace issues during preprocessing
Harald van Dijk
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Evgeniy Stepanov
- r200618 - Fix an assertion failure when building for the iOS simulator. rdar://15959009
Bob Wilson
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Renato Golin
- r200521 - [Sema] For -Wnon-literal-null-conversion warning, look through integer casts, which are used
Dmitri Gribenko
- r200521 - [Sema] For -Wnon-literal-null-conversion warning, look through integer casts, which are used
James Dennett
- r200622 - [Sema] Follow-up on r200521 for the -Wnon-literal-null-conversion warning and revert its behavior for C++.
Argyrios Kyrtzidis
- r200521 - [Sema] For -Wnon-literal-null-conversion warning, look through integer casts, which are used
Argyrios Kyrtzidis
- [PATCH] Expose the name of the checker producing each diagnostic message.
Ted Kremenek
- r200627 - Revert r200555, r200545.
Evgeniy Stepanov
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Evgeniy Stepanov
- r200622 - [Sema] Follow-up on r200521 for the -Wnon-literal-null-conversion warning and revert its behavior for C++.
Dmitri Gribenko
- [PATCH] Disable EHABI when -fno-exceptions option is chosen.
Anton Korobeynikov
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- r200640 - Report a correct end location for nameless parameters.
Benjamin Kramer
- [cfe-dev] Bug 18275 - Incorrect const qualifier behavior in definition.
suyog sarda
- r200641 - Sema: Reject templates in all extern "C" contexts.
Benjamin Kramer
- r200642 - clang/lib/ASTMatchers/Dynamic/CMakeLists.txt: redundant
NAKAMURA Takumi
- r200643 - clang/CMakeLists.txt: Untabify.
NAKAMURA Takumi
- r200645 - [CMake] Move cmake_minimum_required(2.8.8) at the top.
NAKAMURA Takumi
- [PATCH] Whitespace issues during preprocessing
Harald van Dijk
- [clang-format patch] No spaces after : in js object literals in chromium style
Nico Weber
- r200652 - clang-format: Let chromium style inherit google style's javascript tweaks.
Nico Weber
- [clang-format patch] No spaces after : in js object literals in chromium style
Daniel Jasper
- [clang-format patch] No spaces after : in js object literals in chromium style
Nico Weber
- r200655 - NetBSD uses signed wchar_t on AArch64. It also wants __LITTLE_ENDIAN__ /
Joerg Sonnenberger
- r200656 - Test pre-defined macros of aarch64-netbsd.
Joerg Sonnenberger
- r200659 - Minor formatting improvement.
Joerg Sonnenberger
- r200661 - Pass down -mcpu for external assembler in thumb mode, too. From Matt Thomas.
Joerg Sonnenberger
- r200662 - Replace hasMipsN32ABIArg by hasMipsABIArg to make it easier to add
Joerg Sonnenberger
- r200665 - Handle compat support for EABI/old APCS compatibility on NetBSD/ARM.
Joerg Sonnenberger
- r200666 - Use a switch for the emulation handling.
Joerg Sonnenberger
- r200667 - Replace hasMipsN32ABIArg with hasMipsABIArg in preparation of o32/n64
Joerg Sonnenberger
- r200668 - Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas.
Joerg Sonnenberger
- r200670 - MS ABI: Fix some layout tests
David Majnemer
- r200671 - Tests for DR301-320.
Richard Smith
- [PATCH] MS ABI: vptr injection should obey alignment requirements
David Majnemer
- r200672 - Tests for DR321-330.
Richard Smith
- r200673 - Implement DR329. We already did the right thing here in C++98 mode, but r104014
Richard Smith
- r200674 - Update C++ DR page now 3.4 has been released.
Richard Smith
- r200678 - Tests for DR331-350.
Richard Smith
- r200679 - Clang 3.4 was released, make the boxes green.
Richard Smith
- r200680 - Fix typo in CSS class name.
Richard Smith
- r200681 - Fix typo 'uusal'.
Richard Smith
- Extend IdenticalExprChecker to find more potential problems
Daniel Fahlgren
Last message date:
Sun Feb 2 23:16:03 PST 2014
Archived on: Tue Aug 4 15:31:28 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).