The Week Of Monday 7 September 2015 Archives by thread
Starting: Mon Sep 7 02:12:36 PDT 2015
Ending: Sun Sep 13 19:47:44 PDT 2015
Messages: 652
- [PATCH] D12406: [Analyzer] Add -analyzer-config option for function size the inliner considers as large
Sean Eveson via cfe-commits
- [PATCH][Solaris] Default to -fno-cxa-finalize
Xan López via cfe-commits
- [PATCH] D12400: Fix store detection for return value in CGCall
Arnaud de Grandmaison via cfe-commits
- [PATCH] D12666: [LibClang] Fix clang_getCursorAvailability
Manuel Klimek via cfe-commits
- [PATCH] D11240: Add basic #include sorting functionality to clang-format
Daniel Jasper via cfe-commits
- [PATCH][www] Mention that libcxx is necessary on OS X
Kuba Brecka via cfe-commits
- [PATCH] D10802: [mips] Interrupt attribute support.
Daniel Sanders via cfe-commits
- [PATCH] D12673: [analyzer] Remove whitespace in source code
Honggyu Kim via cfe-commits
- [PATCH] D12462: [PATCH] [clang-tidy] Add inconsistent declaration parameter name check
Alexander Kornienko via cfe-commits
- [PATCH] D12675: Avoid using rvalue references with trivially copyable types.
Angel Garcia via cfe-commits
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Honggyu Kim via cfe-commits
- [PATCH][Solaris] Add -lc also when linking shared libraries
Xan López via cfe-commits
- [PATCH] D11797: [LIbClang] Report the named type for ElaboratedType
Manuel Klimek via cfe-commits
- [PATCH] D12669: [libcxxabi] Fix alignment of pointers returned by fallback_malloc
Saleem Abdulrasool via cfe-commits
- [PATCH] D9898: MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
Ismail Pazarbasi via cfe-commits
- r246974 - [X86][SSE4A] Added SSE4A IR + assembly codegen builtin tests
Simon Pilgrim via cfe-commits
- [PATCH] D9040: [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).
Антон Ярцев via cfe-commits
- [PATCH] D12247: [libc++] remove possible trailing padding from aligned_storage
Eric Fiselier via cfe-commits
- [PATCH] D6964: [libcxx] SFINAE-friendly common_type
Eric Fiselier via cfe-commits
- [PATCH] D12644: Using -isysroot on Apple platform
Eric Fiselier via cfe-commits
- [libcxx] r246977 - make common_type SFINAE-friendly and support void. Patch from Agustin Berge.
Eric Fiselier via cfe-commits
- [PATCH] D12646: Add libc++ header path for DarwinClang builds
don hinton via cfe-commits
- [PATCH] D12684: [INSTALL.txt] Fix formatting - 80 character line
beltex via cfe-commits
- r246978 - [analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek via cfe-commits
- [PATCH] D12686: Add support for GCC's '__auto_type' extension.
Nicholas Allegra via cfe-commits
- r246985 - Compute and preserve alignment more faithfully in IR-generation.
John McCall via cfe-commits
- r246986 - Move BlockByrefHelpers back to CodeGenModule.h to placate MSVC.
John McCall via cfe-commits
- r246988 - Remove unnecessary braces; this resolves against a
John McCall via cfe-commits
- [clang-tools-extra] r246989 - Avoid using rvalue references with trivially copyable types.
Angel Garcia Gomez via cfe-commits
- r246991 - When building the alloca for a local variable, set its name
John McCall via cfe-commits
- r246992 - Fix clang/test/CodeGenCXX/alignment.cpp for -Asserts.
NAKAMURA Takumi via cfe-commits
- r246993 - Another fix to this test, this one apparently working by
John McCall via cfe-commits
- r246994 - Fix clang/test/CodeGen/mips-varargs.c for -Asserts, possibly typo.
NAKAMURA Takumi via cfe-commits
- recordDecl() AST matcher
Manuel Klimek via cfe-commits
- r246995 - clangCodeGen: Fix comments. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r246996 - [clang-tidy] Updated docs.
Alexander Kornienko via cfe-commits
- [PATCH] D12689: [libc++][static linking] std streams are not initialized prior to their use in static object constructors
Evgeny Astigeevich via cfe-commits
- r246998 - Fix documentation of numSelectorArgs.
Manuel Klimek via cfe-commits
- [PATCH] D12471: Correct documentation for numSelectorArgs matcher
Manuel Klimek via cfe-commits
- r247001 - Update code owners for AST matchers / libtooling.
Manuel Klimek via cfe-commits
- [clang-tools-extra] r247002 - [clang-tidy] Fix run-clang-tidy.py.
Alexander Kornienko via cfe-commits
- r247003 - findDominatingStoreToReturn in CGCall.cpp didn't check if a candidate store
Jakub Kuderski via cfe-commits
- [PATCH] D12369: [clang-format] Fix alignConsecutiveAssignments not working properly
Matt Oakes via cfe-commits
- [clang-tools-extra] r247007 - Add a redirection page to unbreak external links.
Alexander Kornienko via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Aaron Ballman via cfe-commits
- r247015 - clang/test/CodeGen/complex-convert.c: Appease for targeting powerpc64-*.
NAKAMURA Takumi via cfe-commits
- [PATCH] D12695: [Driver] Use UniversalCRT on Windows if available
Igor Kudrin via cfe-commits
- [PATCH] D12616: Failing test highlighting no poisoning if dtor undeclared.
Naomi Musgrave via cfe-commits
- r247018 - Fix performance regression when running clang tools.
Manuel Klimek via cfe-commits
- r245036 - Add structed way to express command line options in the compilation database.
Manuel Klimek via cfe-commits
- r247025 - Failing test highlighting no poisoning if dtor undeclared.
Naomi Musgrave via cfe-commits
- [PATCH] D12453: [CUDA] Allow function overloads based on host/device attributes.
Artem Belevich via cfe-commits
- [PATCH] D12622: [Shave]: add a -MT option to moviCompile if there wasn't one
Chandler Carruth via cfe-commits
- [PATCH] D11993: [CUDA] Make sure we emit all templated __global__ functions on device side. Again.
Artem Belevich via cfe-commits
- [libcxx] r247036 - Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.
Marshall Clow via cfe-commits
- [PATCH] D11380: Implement LFTS searchers. Boyer_Moore and Boyer_Moore_Horspool
Marshall Clow via cfe-commits
- [PATCH] D11664: [CUDA] Implemented additional processing steps needed to link with CUDA libdevice bitcode.
Eric Christopher via cfe-commits
- [PATCH] D12358: [Analyzer] Handling constant bound loops
Devin Coughlin via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- [PATCH] D12313: Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.
Michael Zolotukhin via cfe-commits
- r247049 - Module Debugging: Emit debug type information into clang modules.
Adrian Prantl via cfe-commits
- [PATCH] D12381: [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Propagation checker.
Gábor Horváth via cfe-commits
- r247052 - [Shave]: add a -MT option to moviCompile if there wasn't one
Douglas Katzman via cfe-commits
- r247055 - [modules] Write the options records to a separate subblock rather than writing
Richard Smith via cfe-commits
- [PATCH] D12038: CodeGen: Introduce CodeGenModule::CreateMetadataIdentifierForType.
Richard Smith via cfe-commits
- [PATCH] D12701: [Static Analyzer] Objective-C Generics checker improvements.
Anna Zaks via cfe-commits
- r247068 - Module Debugging: Emit debug type information into clang ObjC modules.
Adrian Prantl via cfe-commits
- r247071 - [Static Analyzer] Objective-C Generics Checker improvements.
Gabor Horvath via cfe-commits
- r247075 - Collect SEH captures in a set instead of a vector to avoid
John McCall via cfe-commits
- [PATCH] D12708: [PATCH] [AArch64] Enable memory sanitizer on clang
Adhemerval Zanella via cfe-commits
- [PATCH] D12571: [Analyzer] Fix assertions in commit r246345 (pr22954).
Devin Coughlin via cfe-commits
- r247081 - Remove unneeded #include.
Adrian Prantl via cfe-commits
- [PATCH] D12624: Top-level anonymous namespaces are missing import DW_TAG_imported_module and nested anonymous namespaces are not
Paul Robinson via cfe-commits
- r247093 - clang/test/Modules/ModuleDebugInfo.cpp: Add -triple %itanium to appease ms-targeted builds.
NAKAMURA Takumi via cfe-commits
- r247098 - CodeGen: Introduce CodeGenModule::CreateMetadataIdentifierForType.
Peter Collingbourne via cfe-commits
- [PATCH] D12712: Implementation and testing for poisoning vtable ptr in dtor.
Naomi Musgrave via cfe-commits
- [PATCH] D11815: Pass subtarget feature "force-align-stack"
Akira Hatanaka via cfe-commits
- r247103 - Revert "[Static Analyzer] BugReporter.cpp:2869: Assertion failed: !RemainingNodes.empty() && "No error node found in the trimmed graph""
Devin Coughlin via cfe-commits
- r247104 - Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.
Michael Zolotukhin via cfe-commits
- r247105 - CodeGen: Add CFI unrelated cast checks to the new pointer code path.
Peter Collingbourne via cfe-commits
- [PATCH] D12716: Reduce PGO Instrumentation binary and profile data size (Patch-2)
David Li via cfe-commits
- [PATCH] D12652: [Static Analyzer] Lambda support.
Gábor Horváth via cfe-commits
- r247117 - Fix vld1_lane intrinsic generation
Steven Wu via cfe-commits
- [PATCH] D12719: ScalarEvolution assume hanging bugfix
Piotr Padlewski via cfe-commits
- [PATCH] D9924: Ignore report when the argument to malloc is assigned known value
Aditya Kumar via cfe-commits
- [PATCH] D12722: cortex-r5f and cortex-m4f are unknown names for clang
Alexandros Lamprineas via cfe-commits
- [PATCH] D12633: Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] targets
Alexandros Lamprineas via cfe-commits
- r247138 - [ARM] "cortex-r5f" and "cortex-m4f" are unknown names for clang.
Alexandros Lamprineas via cfe-commits
- [PATCH] D12725: [analyzer] A fix for substraction of an integer from a pointer.
Artem Dergachev via cfe-commits
- MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D12726: [analyzer] A fix for symbolic element region index lifetime.
Artem Dergachev via cfe-commits
- Preventing several replacements on a macro call.
Angel Garcia via cfe-commits
- r247144 - [Solaris] Use the GCC Installation detector to add the C++ include paths.
Rafael Espindola via cfe-commits
- [PATCH] D10018: C11 _Bool bitfield diagnostic
Rachel Craik via cfe-commits
- [clang-tools-extra] r247153 - [clang-tidy] Automatically redirect to the new page.
Alexander Kornienko via cfe-commits
- [PATCH] D12732: Add a deprecation notice to the clang-modernize documentation.
Alexander Kornienko via cfe-commits
- [PATCH] D12734: Another patch for modernize-loop-convert.
Angel Garcia via cfe-commits
- [PATCH] D12736: [PATCH] AST traversal from types to decls
Aaron Ballman via cfe-commits
- r247160 - Fix a small bug in clang where generating some temporary files would have an extra period before the extension.
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D12627: Fix a small bug in clang where generating some temporary files would have an extra period before the extension.
Argyrios Kyrtzidis via cfe-commits
- [clang-tools-extra] r247163 - [clang-tidy] Fix PR22785.
Alexander Kornienko via cfe-commits
- [PATCH] D12700: [clang-tidy] install helper scripts in CMake build
Alexander Kornienko via cfe-commits
- r247176 - [libclang] Add missing clang_CompileCommand_* functions in libclang.exports.
Argyrios Kyrtzidis via cfe-commits
- PATCH: Expose the 'file' that is associated with a compile database command
Argyrios Kyrtzidis via cfe-commits
- r247179 - EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)
Mehdi Amini via cfe-commits
- [PATCH] D12128: Generating available_externally vtables bugfix
Piotr Padlewski via cfe-commits
- r247183 - Revert "EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)"
Mehdi Amini via cfe-commits
- r247188 - [MS ABI] Don't crash on references to pointers to members in args
David Majnemer via cfe-commits
- r247194 - [Concepts] Add diagnostic; invalid specifier on function or variable concept declaration
Nathan Wilson via cfe-commits
- [PATCH] D12505: [X86] Set MaxVectorAlign for non-Darwin targets as well.
Eric Christopher via cfe-commits
- r246229 - [X86] Conditionalize Darwin MaxVectorAlign on the presence of AVX.
Eric Christopher via cfe-commits
- r247199 - Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski via cfe-commits
- r247203 - convert builtin_unpredictable on a switch into metadata for LLVM
Sanjay Patel via cfe-commits
- [PATCH] D12739: [CUDA] Allow trivial constructors as initializer for __shared__ variables.
Artem Belevich via cfe-commits
- r247204 - thread_local is not implemented for targeting cygwin yet.
NAKAMURA Takumi via cfe-commits
- r247207 - Fix access control for lookups using the Microsoft __super extension.
John McCall via cfe-commits
- [PATCH] D10414: Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka via cfe-commits
- r247209 - ARC: Fix the precise-lifetime suppression of returns_inner_pointer
John McCall via cfe-commits
- [PATCH] D12743: [CodeGen] Teach SimplifyPersonality about the updated LandingPadInst
Vedant Kumar via cfe-commits
- r247218 - Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg via cfe-commits
- [PATCH] D12741: [Clang] Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg via cfe-commits
- r247222 - Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg via cfe-commits
- r247228 - Don't crash when emitting a block under returns_nonnull.
John McCall via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D11857: CFI: Introduce -fsanitize=cfi-icall flag.
Kostya Serebryany via cfe-commits
- r247233 - EmitRecord* API change: accepts ArrayRef instead of a SmallVector (NFC)
Mehdi Amini via cfe-commits
- r247238 - CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne via cfe-commits
- [PATCH] D1623: Support __builtin_ms_va_list.
Charles Davis via cfe-commits
- r247248 - [MS ABI] Select a pointer to member representation more often
David Majnemer via cfe-commits
- r247251 - [OPENMP] Outlined function for parallel and other regions with list of captured variables.
Alexey Bataev via cfe-commits
- Re: [Diffusion] rL247251: [OPENMP] Outlined function for parallel and other regions with list of…
NAKAMURA Takumi via cfe-commits
- r247255 - [OPENMP] Fix test incompatibility with 32-bit platforms
Alexey Bataev via cfe-commits
- [clang-tools-extra] r247258 - Add a deprecation notice to the clang-modernize documentation.
Alexander Kornienko via cfe-commits
- r247260 - [OPENMP] Propagate alignment from original variables to the private copies.
Alexey Bataev via cfe-commits
- [clang-tools-extra] r247261 - [clang-tidy] Add inconsistent declaration parameter name check
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r247266 - [clang-tidy] Renamed tests files to be closer to the check names.
Alexander Kornienko via cfe-commits
- r247268 - [OPENMP] Fix test incompatibility with Windows codegen.
Alexey Bataev via cfe-commits
- r247270 - [OPENMP] Fix test incompatibility with Windows.
Alexey Bataev via cfe-commits
- r247273 - [OPENMP] Generate threadprivates as TLS variables by default.
Alexey Bataev via cfe-commits
- r247277 - AVX-512: Changed nidx parameter in extractf64/32 intrinsic from i8 to i32 according to the Intel Spec
Igor Breger via cfe-commits
- [clang-tools-extra] r247282 - [clang-tidy] add_new_check.py improvements: add doc file, refer it from .h
Alexander Kornienko via cfe-commits
- [PATCH] D12759: [clang-tidy] Add misc-sizeof-container check to find sizeof() uses on stlcontainers.
Alexander Kornienko via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- r247286 - Properly close documentation /code blocks with /endcode.
Aaron Ballman via cfe-commits
- [PATCH] D11834: s/NDEBUG/LLVM_NDEBUG/ in most places to match the same LLVM change.
Tom Stellard via cfe-commits
- [PATCH] D12767: [Static Analyzer] Properly clean up the dynamic type information for dead regions.
Gábor Horváth via cfe-commits
- [clang-tools-extra] r247297 - [clang-tidy] Add misc-sizeof-container check to find sizeof() uses on stl
Alexander Kornienko via cfe-commits
- r247302 - Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg via cfe-commits
- r247303 - Debug Info: Remove an unnecessary debug type visitor.
Adrian Prantl via cfe-commits
- [PATCH] D12619: [Static Analyzer] Minor cleanups for the nullability checker.
Gábor Horváth via cfe-commits
- r247307 - [CUDA] Allow trivial constructors as initializer for __shared__ variables.
Artem Belevich via cfe-commits
- [PATCH] D12769: [analyzer] Update SATestBuild.py to set -isysroot for preprocessed files
Devin Coughlin via cfe-commits
- r247317 - [CUDA] Postprocess bitcode linked in during device-side CUDA compilation.
Artem Belevich via cfe-commits
- r247318 - [SEH] Use catchret in the new EH IR like we do for C++
Reid Kleckner via cfe-commits
- r247319 - Add a getDeclContextDescriptor() helper function to CGDebugInfo. (NFC)
Adrian Prantl via cfe-commits
- r247324 - Driver: Support cfi-icall on all OSs when targeting x86/x86_64.
Peter Collingbourne via cfe-commits
- [PATCH] D12402: PR24595: clang-cl fails to compile vswriter.h header from Windows SDK 8.1 in 32 bit mode
Andrey Bokhanko via cfe-commits
- r247327 - Move sel-address.mm from test/CodeGenCXX to test/SemaObjCXX, it's not a codegen test.
Nico Weber via cfe-commits
- r247332 - Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski via cfe-commits
- [PATCH] D12774: createUniqueFile() is documented to create the file in the temporary directory unless it's supplied an absolute path.Make sure the output filepath supplied to createUniqueFile() in HTMLDiagnostics::ReportDiag() is absolute.
Cameron Esfahani via cfe-commits
- r247346 - [MS ABI] Make member pointers return true for isIncompleteType
David Majnemer via cfe-commits
- r247349 - [SEH] Use cleanupendpad so that WinEHPrepare gets the coloring right
Reid Kleckner via cfe-commits
- [PATCH] Fix out-of-bounds array access when setting arm float registers
Hans Wennborg via cfe-commits
- r247350 - Support noreturn in limited contexts on Objective-C message sends.
John McCall via cfe-commits
- r247351 - Handle '-r' option properly
Reid Kleckner via cfe-commits
- [PATCH] D12780: [analyzer] Add generateErrorNode() APIs to CheckerContext
Devin Coughlin via cfe-commits
- [PATCH] D12785: Document __builtin_nontemporal_load and __builtin_nontemporal_store.
Michael Zolotukhin via cfe-commits
- r247360 - Docs: Add missing new line before a list.
Michael Zolotukhin via cfe-commits
- r247362 - [Driver] Use UniversalCRT on Windows if available
Reid Kleckner via cfe-commits
- [PATCH] D12087: always_inline codegen rewrite
Evgeniy Stepanov via cfe-commits
- r247367 - [MS ABI] Remove another call to RequireCompleteType
David Majnemer via cfe-commits
- r247368 - Cleanup: Let CGDebugInfo::ModuleRefCache use a TrackingMDNode (NFC).
Adrian Prantl via cfe-commits
- r247369 - Module Debugging: Emit forward declarations for types that are defined in
Adrian Prantl via cfe-commits
- [PATCH] D11737: Add -linker (and -linker=) alias for -fuse-ld=
Filipe Cabecinhas via cfe-commits
- r247373 - [sema] Fix assertion hit when using libclang to index a particular C++ snippet involving templates.
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D11279: Initial patch for PS4 toolchain
Filipe Cabecinhas via cfe-commits
- r247374 - Docs: Document __builtin_nontemporal_load and __builtin_nontemporal_store.
Michael Zolotukhin via cfe-commits
- r247375 - [modules] Slightly defang an assert that produces false-positives on the selfhost bot.
Richard Smith via cfe-commits
- r247380 - [opaque pointer type] update test cases for explicit pointee types on global aliases
David Blaikie via cfe-commits
- r247384 - [modules] Don't load files specified by -fmodule-file= when modules are
Richard Smith via cfe-commits
- [PATCH] D12221: [RFC] Introduce `__attribute__((nontemporal))`.
Michael Zolotukhin via cfe-commits
- [PATCH] D11361: [OpenMP] Target directive host codegen
John McCall via cfe-commits
- [PATCH] D12312: Emiting invariant.group.barrier and adding -fstrict-vptrs
John McCall via cfe-commits
- r247389 - [OPENMP] Fix printing of array section with single index.
Alexey Bataev via cfe-commits
- r247392 - Fix \param in r247251. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r247393 - clang-tidy/readability-inconsistent-declaration-parameter-name.cpp: Appease MS-incompatibility [-fno-delayed-template-parsing]
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r247394 - clang-tidy/misc-sizeof-container.cpp: Add explicit triple.
NAKAMURA Takumi via cfe-commits
- r247396 - clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]].
NAKAMURA Takumi via cfe-commits
- r247397 - clang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_triple.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r247399 - Another patch for modernize-loop-convert.
Angel Garcia Gomez via cfe-commits
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev via cfe-commits
- [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev via cfe-commits
- r247401 - [OPENMP] Preserve alignment of the original variables for the captured references.
Alexey Bataev via cfe-commits
- [PATCH] D12797: Refactor LoopConvertCheck.
Angel Garcia via cfe-commits
- r247404 - Fixed HasDeclarationMatcher to properly convert all types into decls where possible. Added objcObjectPointerType(), objcInterfaceDecl(), templateTypeParmType(), injectedClassNameType(), and unresolvedUsingTypenameDecl(). Updated documentation for pointerType() to call out that it does not match ObjCObjectPointerType types. Changed pointsTo() to handle ObjCObjectPointerType as well as PointerType.
Aaron Ballman via cfe-commits
- r247410 - This test requires UTF-8 output to print the UT-8 characters.
Yaron Keren via cfe-commits
- r247421 - [CodeGen] Teach SimplifyPersonality about the updated LandingPadInst
Vedant Kumar via cfe-commits
- r247423 - [Static Analyzer] Minor cleanups for the nullability checker.
Gabor Horvath via cfe-commits
- r247424 - [SEH] Port __try / __leave test to new IR
Reid Kleckner via cfe-commits
- r247426 - [Static Analyzer] Lambda support.
Gabor Horvath via cfe-commits
- [PATCH] D12807: Display name of identifier tokens in Visual Studio native visualizer
Mike Spertus via cfe-commits
- r247430 - [Static Analyzer] Properly clean up the dynamic type information for dead regions.
Gabor Horvath via cfe-commits
- r247431 - Revert "Module Debugging: Emit forward declarations for types that are defined in"
Adrian Prantl via cfe-commits
- r247432 - Module Debugging: Emit forward declarations for types that are defined in
Adrian Prantl via cfe-commits
- r247434 - Update test expectations for LLVM asm printing change
Reid Kleckner via cfe-commits
- r247436 - [CMake] Making the bootstrap-clear target always delete the boostrap build directories.
Chris Bieneman via cfe-commits
- r247437 - [test] Specify exception object type in two tests
Vedant Kumar via cfe-commits
- r247438 - Use Itanium C++ ABI triple for new modules+debug test
Reid Kleckner via cfe-commits
- r247442 - Extend the Token visualizer used by MSVC to display the identifier text for tok::identifier tokens.
Aaron Ballman via cfe-commits
- r247444 - [Static Analyzer] Fixed a typo in a diagnostic message.
Gabor Horvath via cfe-commits
- r247445 - Cleanup: Get rid of a bunch of unnecessary invocations of internString()
Adrian Prantl via cfe-commits
- r247447 - Remove a redundant check from CGDebugInfo::shouldOmitDefinition() (NFC).
Adrian Prantl via cfe-commits
- r247448 - Remove an unnecessary check. NFC
Adrian Prantl via cfe-commits
- r247449 - Fix a typo and make this test stricter.
Adrian Prantl via cfe-commits
- r247451 - Record function attribute "stackrealign" instead of using backend option
Akira Hatanaka via cfe-commits
- r246877 - Increase accuracy of __builtin_object_size.
Mikhail Zolotukhin via cfe-commits
- r247462 - [Edit] Fix issue with tracking what macro argument inputs have been edited.
Argyrios Kyrtzidis via cfe-commits
- r247463 - [analyzer] Add -analyzer-config option for function size the inliner considers as large
Devin Coughlin via cfe-commits
- r247464 - [MS ABI] Select an inheritance model in template arguments
David Majnemer via cfe-commits
- r247465 - Always_inline codegen rewrite.
Evgeniy Stepanov via cfe-commits
- r247466 - [analyzer] Improve behavior if Clang not found.
Anton Yartsev via cfe-commits
- r247467 - [CMake] [Darwin] Add support for building bootstrap builds with -flto
Chris Bieneman via cfe-commits
- r247468 - [tooling] In CompileCommand, Expose the 'file' that was associated with the command.
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D12817: [CMake] Add cache scripts for Apple-style clang builds.
Chris Bieneman via cfe-commits
- [PATCH] D12818: [Static Analyzer] Relaxing a caching out related assert.
Gábor Horváth via cfe-commits
- r247472 - Simplify logic introduced in r247464.
David Majnemer via cfe-commits
- r247473 - Specify target triple in alwaysinline tests.
Evgeniy Stepanov via cfe-commits
- r247474 - [Shave]: pass -isystem dirs and "-Wa," args to moviAsm
Douglas Katzman via cfe-commits
- r247476 - [Static Analyzer] Properly cash the configuration option for lambda support.
Gabor Horvath via cfe-commits
- [PATCH] D12379: Fix the bugs in the mapDiagnosticRanges (Still in progress)
Zhengkai Wu via cfe-commits
- r247477 - Let selector-expr-lvalue.mm actually test something.
Nico Weber via cfe-commits
- r247482 - When comparing two block captures for layout, don't crash
John McCall via cfe-commits
- [clang-tools-extra] r247485 - [clang-tidy] Fix minor issues in the testing script.
Alexander Kornienko via cfe-commits
- r247486 - [modules] When picking one of two template declarations as a lookup result,
Richard Smith via cfe-commits
- r247488 - Add new test file missing from r247486.
Richard Smith via cfe-commits
- [clang-tools-extra] r247489 - [clang-tidy] misc-sizeof-container: whitelist std::bitset<>.
Alexander Kornienko via cfe-commits
- [PATCH] D12821: Allow for C's "writing off the end" idiom in __builtin_object_size
George Burgess IV via cfe-commits
- r247491 - Revert "Specify target triple in alwaysinline tests."
Evgeniy Stepanov via cfe-commits
- [PATCH] D12251: Analyzer: Calculate field offset correctly
Ismail Pazarbasi via cfe-commits
- r247494 - Always_inline codegen rewrite.
Evgeniy Stepanov via cfe-commits
- r247496 - clang/test/Driver/stackrealign.c REQUIRES clang-driver.
NAKAMURA Takumi via cfe-commits
- r247498 - Clean up trailing whitespace in the builtin headers
Sean Silva via cfe-commits
- r247500 - [CodeGen] Remove wrapper-free always_inline functions from COMDATs
David Majnemer via cfe-commits
- Implict casts disappeared from syntactic init list expressions in C++
Abramo Bagnara via cfe-commits
- [PATCH] D12827: [analyzer] fix an error finding clang path
Honggyu Kim via cfe-commits
- r247503 - Test commit.
Kelvin Li via cfe-commits
- Bug 23529: Add support for gcc's attribute abi_tag (needed for compatibility with gcc 5's libstdc++)
Stefan Bühler via cfe-commits
- r247510 - Use -f instead of -d flag for testing existing of clang executable (http://reviews.llvm.org/D12827).
Ted Kremenek via cfe-commits
- [PATCH] D12832: [Driver] Added support for Windows 10 SDK
Igor Kudrin via cfe-commits
- [PATCH] D12835: [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR
Simon Pilgrim via cfe-commits
- r247530 - [docs] NFC: Fix line formatting in INSTALL.txt
Vedant Kumar via cfe-commits
- [PATCH] D12549: Remove unused variable
Dmitri Gribenko via cfe-commits
- r247532 - [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Propagation checker.
Gabor Horvath via cfe-commits
- r247533 - [Static Analyzer] Remove a redundant file.
Gabor Horvath via cfe-commits
Last message date:
Sun Sep 13 19:47:44 PDT 2015
Archived on: Sun Sep 13 19:47:10 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).