The Week Of Monday 17 August 2015 Archives by thread
Starting: Mon Aug 17 00:13:33 PDT 2015
Ending: Sun Aug 23 22:32:21 PDT 2015
Messages: 709
- r245199 - [modules] When explicitly building a module file, don't include timestamps in
Richard Smith via cfe-commits
- [PATCH] D11832: [Patch] [Analyzer] false positive: Potential leak connected with memcpy (PR 22954)
pierre gousseau via cfe-commits
- [PATCH] D11932: [OPENMP] Link libomp.lib on Windows
Alexey Bataev via cfe-commits
- [PATCH] D10933: Add new IdentifierNaming check
Beren Minor via cfe-commits
- r245204 - [clang-tidy] Make NumOccurrenceFlag for SourcePaths configurable.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r245205 - [clang-tidy] Allow use of -list-checks option without need to pass source files.
Alexander Kornienko via cfe-commits
- [PATCH] D12076: Add loop-convert check to clang-tidy.
Angel Garcia via cfe-commits
- [PATCH] Fix crash with two typos in the arguments of a function
Olivier Goffart via cfe-commits
- [clang-tools-extra] r245215 - [clang-tidy] Fix a use-after-free.
Alexander Kornienko via cfe-commits
- [PATCH] RE: [cfe-dev] missing return statement for non-void functions in C++
Sjoerd Meijer via cfe-commits
- [PATCH] D5102: [analyzer][Bugfix/improvement] Fix for PR16833
Aleksei Sidorin via cfe-commits
- [PATCH] D12081: Add use-nullptr check to clang-tidy.
Angel Garcia via cfe-commits
- [PATCH] D11194: Instantiate function declarations in instantiated functions.
Serge Pavlov via cfe-commits
- [PATCH] D10431: PR21174 - clang only searches current working directory for precompiled include file
Nico Weber via cfe-commits
- r245228 - [modules] PR20507: Avoid silent textual inclusion.
Sean Silva via cfe-commits
- [PATCH] D10423: [modules] PR20507: Avoid silent textual inclusion.
Sean Silva via cfe-commits
- Second Lit tests C++11 compatibility patch: using preprocessor to filter expected-error
Li, Charles via cfe-commits
- [PATCH] D11361: [OpenMP] Target directive host codegen
Samuel Antao via cfe-commits
- [PATCH] D12087: always_inline codegen rewrite
Evgeniy Stepanov via cfe-commits
- r245041 - [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.
Hans Wennborg via cfe-commits
- [PATCH] D12052: [X86][SSE] Add _mm_undefined_* intrinsics
Eric Christopher via cfe-commits
- [PATCH] D11815: Pass subtarget feature "force-align-stack"
Akira Hatanaka via cfe-commits
- [PATCH] D11433: [Static Analyzer] Make NonNullParamChecker emit implicit null dereference events.
Anna Zaks via cfe-commits
- [PATCH] D9924: Ignore report when the argument to malloc is assigned known value
Anna Zaks via cfe-commits
- [PATCH] D12000: Bugfix - Clang handles __builtin_object_size in wrong way
George Burgess IV via cfe-commits
- [PATCH] D11859: Generating vptr assume loads
John McCall via cfe-commits
- r245236 - [modules] When parsing the base specifiers of a parse-merged class, the current
Richard Smith via cfe-commits
- [libcxx] r245239 - Make regex and any assert when they should throw an exception _but_ the user has decreed 'no exceptions'. This matches the behavior of string and vector
Marshall Clow via cfe-commits
- r239883 - Update the intel intrinsic headers to use the target attribute support.
Dimitry Andric via cfe-commits
- r245250 - Make a test less brittle.
Richard Trieu via cfe-commits
- r245251 - Remove dead code, there's no need for an override that just duplicates
Eric Christopher via cfe-commits
- [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.
Chris Bieneman via cfe-commits
- r245257 - Generating assumption loads of vptr after ctor call
Piotr Padlewski via cfe-commits
- r245259 - Doxygen: add build option to use svg instead of png files for graphs
Hans Wennborg via cfe-commits
- r245260 - Revert r245257 "Generating assumption loads of vptr after ctor call"
Hans Wennborg via cfe-commits
- [PATCH] D11944: Nativize filename in FileManager::getFile().
Alex Rosenberg via cfe-commits
- [PATCH] D11844: [Modules] More descriptive diagnostics for misplaced import directive
Sean Silva via cfe-commits
- r245264 - Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski via cfe-commits
- [PATCH] D12038: CodeGen: Introduce CodeGenModule::CreateMetadataIdentifierForType.
Piotr Padlewski via cfe-commits
- r245267 - Revert "Generating assumption loads of vptr after ctor call (fixed)"
Justin Bogner via cfe-commits
- r245268 - [OPENMP 4.1] Allow variables with reference types in private clauses.
Alexey Bataev via cfe-commits
- r245271 - [TreeTransform] Simplify code. No functionality change.
Benjamin Kramer via cfe-commits
- [PATCH] D11797: [libclang] Expose the ElaboratedType
Sergey Kalinichev via cfe-commits
- r245304 - We shouldn't need to pass -fno-strict-aliasing when building clang with clang.
Chris Bieneman via cfe-commits
- [clang-tools-extra] r245310 - [clang-tidy] Fixed typos and formatting in a comment. NFC
Alexander Kornienko via cfe-commits
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl via cfe-commits
- [PATCH] D11958: Add a -gmodules option to the clang driver.
Adrian Prantl via cfe-commits
- r245320 - Update to reflect the library set in LLVM changing.
Chandler Carruth via cfe-commits
- [PATCH] D9285: Add a KeepVirtual option to misc-use-override
Alexander Kornienko via cfe-commits
- [PATCH] D9286: Insert override at the same line as the end of the function declaration
Alexander Kornienko via cfe-commits
- r245323 - Make __builtin_object_size always answer correctly
George Burgess IV via cfe-commits
- [PATCH] D12109: [WinEH] Update to new EH pad/ret signatures (with tokens required)
Joseph Tremoulet via cfe-commits
- [PATCH] Fix out-of-bounds array access when setting arm float registers
Leandro Graciá Gil via cfe-commits
- [libcxxabi] r245325 - Revert r243752, it broke running tests on OS X (PR24491).
Nico Weber via cfe-commits
- [libcxx] r245330 - implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations
Marshall Clow via cfe-commits
- [PATCH] D12110: [SemaExpr] Re-enable missing assertion
Davide Italiano via cfe-commits
- r245332 - Removing useless whitespace; NFC.
Aaron Ballman via cfe-commits
- [libcxx] r245333 - [libcxx] Disable -Wnon-virtual-dtor warning in <locale>
Eric Fiselier via cfe-commits
- [libcxx] r245334 - [libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensure all of thread-local destructors are called.
Eric Fiselier via cfe-commits
- [libcxx] r245335 - [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs function.
Eric Fiselier via cfe-commits
- [libcxx] r245336 - Broke C++03 compatibility in 245330. Fix that.
Marshall Clow via cfe-commits
- r245337 - Add AST narrowing matchers for inline and anonymous namespaces. Since the inline keyword can also be specified on a FunctionDecl, this is a polymorphic matcher.
Aaron Ballman via cfe-commits
- r244416 - [modules] PR22534: Load files specified by -fmodule-file= eagerly. In particular, this avoids the need to re-parse module map files when using such a module.
Gábor Horváth via cfe-commits
- r245339 - Simplify Diagnostic's ctors a bit by using in-class initializers for its members
David Blaikie via cfe-commits
- [clang-tools-extra] r245340 - We no longer need a custom matcher for this; use the builtin AST matcher instead. NFC, and existing tests should cover this change.
Aaron Ballman via cfe-commits
- r245342 - Revert r245323, it caused PR24493.
Nico Weber via cfe-commits
- [libcxx] r245343 - GC empty directory.
Joerg Sonnenberger via cfe-commits
- r245344 - [sanitizer] Add -lutil to static runtime link flags.
Evgeniy Stepanov via cfe-commits
- r245346 - Initialize the AST consumer as soon as we have both an ASTConsumer and an
Richard Smith via cfe-commits
- r245352 - Workaround -Wdeprecated on SemDiagnosticConsumer's tricksy copy ctor.
David Blaikie via cfe-commits
- [libcxx] r245354 - Move atomic_support.h and config_elast.h into src/include
Eric Fiselier via cfe-commits
- r245359 - [autoconf] Fixing reversed logic introduced r245304.
Chris Bieneman via cfe-commits
- [PATCH] D11046: [libcxx] Add Atomic test helper and fix TSAN failures.
Eric Fiselier via cfe-commits
- [PATCH] D12117: Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback()
Alexey Samsonov via cfe-commits
- r245361 - Range-based-for-convert some loops in ASTWriter. No functionality change intended.
Richard Smith via cfe-commits
- r244488 - [dllimport] A non-imported class with an imported key can't have a key
Hans Wennborg via cfe-commits
- r244902 - Driver: Fix include directories when not using libgcc under mingw
Hans Wennborg via cfe-commits
- r244266 - [ItaniumCXXABI] Don't import RTTI data for classes with key functions
Richard Smith via cfe-commits
- [PATCH] D12119: Analyzer: Fix a crasher in UbigraphViz
Ismail Pazarbasi via cfe-commits
- r245084 - WindowsX86: long double is x87DoubleExtended on mingw
Hans Wennborg via cfe-commits
- r245367 - Wdeprecated: Support movability of EHScopeStack::Cleanup objects as they are move constructed in ConditionalCleanup::restore
David Blaikie via cfe-commits
- r245368 - Fix for MSVC
David Blaikie via cfe-commits
- [PATCH] D12122: [CUDA] Add appropriate host/device attribute to target-specific builtins.
Artem Belevich via cfe-commits
- [PATCH] D12123: [analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.
Devin Coughlin via cfe-commits
- r245378 - Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymorphically
David Blaikie via cfe-commits
- [libcxx] r245389 - [libcxx] Add Atomic test helper and fix TSAN failures.
Eric Fiselier via cfe-commits
- [PATCH] D11682: [libcxxabi] Add "install-libcxxabi" target.
Eric Fiselier via cfe-commits
- r245390 - [modules] Fix HeaderFileInfo serialization to store all the known owning modules for a header, not just the current favourite.
Richard Smith via cfe-commits
- r245391 - [modules] Tests for r245390.
Richard Smith via cfe-commits
- r245392 - unique_ptrify CXXBasePaths::DeclsFound & remove the then-unnecessary user-defined dtor
David Blaikie via cfe-commits
- [PATCH] D12128: Generating available_externally vtables bugfix
Piotr Padlewski via cfe-commits
- [PATCH] D12129: [libcxx] Add new Sphinx documentation
Eric Fiselier via cfe-commits
- [PATCH] D12002: Initial WebAssembly support in clang
Dan Gohman via cfe-commits
- [PATCH] D12131: Make [Sema]DiagnosticBuilder move-only, instead of having a sneaky mutating copy ctor.
David Blaikie via cfe-commits
- [PATCH] D11740: ABI versioning macros for libc++
Eric Fiselier via cfe-commits
- [clang-tools-extra] r245401 - Insert override at the same line as the end of the function declaration
Ehsan Akhgari via cfe-commits
- r245403 - Make __builtin_object_size always answer correctly
George Burgess IV via cfe-commits
- r245404 - [SemaExpr] Re-enable missing assertion.
Davide Italiano via cfe-commits
- r245405 - Rename getDefaultFeatures -> initDefaultFeatures and update comment
Eric Christopher via cfe-commits
- r245406 - [modules] Don't eagerly deserialize so many ImportDecls. CodeGen basically ignores ImportDecls imported from modules, so only eagerly deserialize the ones from a PCH / preamble.
Richard Smith via cfe-commits
- [PATCH] Fix typo
Kai Zhao via cfe-commits
- [libcxx] r245410 - Fix use of static_assert macro with nested commas
Eric Fiselier via cfe-commits
- [libcxx] r245411 - Remove commented out TODOs. They defined unneeded methods.
Eric Fiselier via cfe-commits
- [PATCH] D12134: Improve debug info for implicitly captured vars in lambdas
Alexey Bataev via cfe-commits
- [libcxx] r245413 - Mark std::packaged_task tests as unsupported in C++03.
Eric Fiselier via cfe-commits
- r245414 - [OPENMP] Link libomp.lib on Windows
Alexey Bataev via cfe-commits
- [PATCH] D12135: [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03
Eric Fiselier via cfe-commits
- [libcxx] r245415 - Use TestAtomic instead of std::atomic so the test can run in C++03
Eric Fiselier via cfe-commits
- [PATCH] D11394: Fix warnings about pessimizing return moves for C++11 and higher
Eric Fiselier via cfe-commits
- [PATCH] D11963: Create a __config_site file to capture configuration decisions.
Eric Fiselier via cfe-commits
- [PATCH] D10963: Implement LWG#2063: "Contradictory requirements for string move assignment"
Eric Fiselier via cfe-commits
- [PATCH] D11781: Refactored pthread usage in libcxx
Eric Fiselier via cfe-commits
- [PATCH] D12137: Fix 4 typos in test/CodeGenCXX/
Kai Zhao via cfe-commits
- [libcxx] r245421 - Fix warnings about pessimizing return moves for C++11 and higher
Dimitry Andric via cfe-commits
- [clang-tools-extra] r245427 - [clang-tidy] Add loop-convert check to clang-tidy.
Alexander Kornienko via cfe-commits
- [PATCH] D12143: [X86][AVX2] Replace avx2.pbroadcast / avx2.vbroadcast intrinsics usage in avx2intrin.h with __builtin_shufflevector
Simon Pilgrim via cfe-commits
- [clang-tools-extra] r245429 - [clang-tidy] Add new IdentifierNaming check
Alexander Kornienko via cfe-commits
- [PATCH] D12144: Fix 4 typos in lib/Analysis/
Kai Zhao via cfe-commits
- [clang-tools-extra] r245434 - [clang-tidy] Add use-nullptr check to clang-tidy.
Alexander Kornienko via cfe-commits
- [PATCH] D12147: Fix typos in lib/AST
Kai Zhao via cfe-commits
- [clang-tools-extra] r245435 - clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp: Appease targeting msvc.
NAKAMURA Takumi via cfe-commits
- [PATCH] D12148: [ARM] Allow passing/returning of __fp16 arguments
Oliver Stannard via cfe-commits
- [PATCH] D11784: [PATCH] clang-tidy check for incorrect move constructor initializers
Alexander Kornienko via cfe-commits
- [PATCH] D12152: [OPENMP] Info about OpenMP Support in Users Manual
Alexey Bataev via cfe-commits
- Re: [Diffusion] rL245435: clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp: Appease…
NAKAMURA Takumi via cfe-commits
- [PATCH] D11845: Properly pass through the PIC mode to the integrated assembler when doing assembly-only, and unify the Driver's PIC argument parsing.
James Y Knight via cfe-commits
- r245445 - [ARM] Proper generic cpus handling
Vladimir Sukharev via cfe-commits
- r245447 - Properly pass through the PIC mode to the integrated assembler when
James Y Knight via cfe-commits
- [libcxxabi] r245449 - [AArch64] Quick fix for cxa demangler
Renato Golin via cfe-commits
- FunctionDecl::getBody() returning nullptr
Aaron Ballman via cfe-commits
- [PATCH] D11555: [libcxx] Allow use of <atomic> in C++03. Try 3.
Marshall Clow via cfe-commits
- [PATCH] D12155: ARM: Error out on apple darwin platforms if float-abi is "hard"
Akira Hatanaka via cfe-commits
- [PATCH] D12157: Fix LoopConvertCheck bug.
Angel Garcia via cfe-commits
- [clang-tools-extra] r245458 - [clang-tidy] Fix LoopConvertCheck bug.
Alexander Kornienko via cfe-commits
- r245459 - According to i686 ABI, long double size on x86 is 12 bytes not 16 bytes.
Yaron Keren via cfe-commits
- [libcxxabi] r245461 - [libcxxabi] Add "install-libcxxabi" target.
Eric Fiselier via cfe-commits
- r245462 - Add REQUIRES: x86-registered-target to test since it's required.
Yaron Keren via cfe-commits
- [libcxx] r245463 - [libcxx] Allow use of <atomic> in C++03. Try 3.
Eric Fiselier via cfe-commits
- [libcxx] r245467 - Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback()
Alexey Samsonov via cfe-commits
- [PATCH] D11697: [libcxx] Add "install-libcxx" target.
Eric Fiselier via cfe-commits
- [PATCH] D12162: Remove reference.
Angel Garcia via cfe-commits
- [libcxx] r245468 - Remove test_atomic.h header
Eric Fiselier via cfe-commits
- [libcxx] r245470 - [libcxx] Add "install-libcxx" target.
Eric Fiselier via cfe-commits
- [PATCH] D12163: [Patch] [Analyzer] BugReporter.cpp:2869: Assertion failed: !RemainingNodes.empty() && "No error node found in the trimmed graph" (PR 24184)
Ying Yi via cfe-commits
- [clang-tools-extra] r245471 - [clang-tidy] Fix a bug in UseNullptrCheck.
Alexander Kornienko via cfe-commits
- [PATCH] D12164: Stop treating -static as overriding -fPIC: they are distinct.
James Y Knight via cfe-commits
- [PATCH] D12047: test/SemaObjC: Remove cruft in unused getter test
John McCall via cfe-commits
- [PATCH] D12022: Refactored dtor sanitizing into EHScopeStack
Evgeniy Stepanov via cfe-commits
- [clang-tools-extra] r245484 - Replacing a custom AST matcher with some builtin AST matchers; NFC, and existing tests should provide sufficient coverage.
Aaron Ballman via cfe-commits
- [PATCH] D10556: [Headers][X86] Replace avx2.pbroadcast intrinsics with native IR.
Sanjay Patel via cfe-commits
- r245489 - Generating available_externally vtables bugfix
Piotr Padlewski via cfe-commits
- r220305 - Driver: Move crash report command mangling into Command::Print
David Blaikie via cfe-commits
- Fwd: [PATCH] Have clang list the imported modules in the debug info
David Blaikie via cfe-commits
- [clang-tools-extra] r245492 - Replacing a custom AST matcher with some builtin AST matchers; NFC, and existing tests should provide sufficient coverage.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r245493 - Revert "[clang-tidy] Add use-nullptr check to clang-tidy."
Justin Bogner via cfe-commits
- r245496 - [CUDA] Add appropriate host/device attribute to builtins.
Artem Belevich via cfe-commits
- r245497 - Internal-linkage variables with constant-evaluatable initializers do not need to be emitted. (Also reduces the set of variables that need to be eagerly deserialized when using PCH / modules.)
Richard Smith via cfe-commits
- [PATCH] D11694: [CUDA] Added stubs for __nvvm_atom_add*_d()
Artem Belevich via cfe-commits
- [PATCH] D11950: [CUDA] Check register names on appropriate side of cuda compilation only.
Artem Belevich via cfe-commits
- [clang-tools-extra] r245500 - Fix IncludeInserter to allow for more than one added header per file.
Daniel Jasper via cfe-commits
- [clang-tools-extra] r244586 - Add an IncludeInserter to clang-tidy.
Daniel Jasper via cfe-commits
- r245501 - [modules] Don't needlessly bounce through Sema when updating exception specifications.
Richard Smith via cfe-commits
- r245502 - [CUDA] Added stubs for __nvvm_atom_add_*_d() builtins.
Artem Belevich via cfe-commits
- r245507 - Fix -Wlogical-not-parentheses to work better with C code.
Richard Trieu via cfe-commits
- r245509 - Add missing comment.
Richard Smith via cfe-commits
- [clang-tools-extra] r245510 - Remove empty destructors added in r245500. I got confused by my
Daniel Jasper via cfe-commits
- patch: clarify diagnostic when returned value doesn't match function return type
Nick Lewycky via cfe-commits
- [clang-tools-extra] r245511 - [clang-tidy] Add modernize-use-nullptr check, attempt 2.
Alexander Kornienko via cfe-commits
- [PATCH] D12169: Relax constexpr rules to improve __builtin_object_size's accuracy
George Burgess IV via cfe-commits
- [libcxx] r245512 - More unique_ptr test cleanup. Fixes in <memory> to come later.
Eric Fiselier via cfe-commits
- [libcxx] r245513 - Add files that got missed in r245512.
Eric Fiselier via cfe-commits
- r245514 - Fix the layout of bitfields in ms_struct unions: their
John McCall via cfe-commits
- [PATCH] D12173: [libcxx] Constrain unique_ptr::operator=(unique_ptr<Tp, Dp>) in C++03 mode
Eric Fiselier via cfe-commits
- [clang-tools-extra] r245517 - [clang-tidy] Work around failure in Darwin.
Alexander Kornienko via cfe-commits
- [libcxx] r245522 - Cleanup failing dynarray tests
Eric Fiselier via cfe-commits
- [clang-tools-extra] r245524 - [clang-tidy] Fix use-after-free in UseNullptrCheck.
Alexander Kornienko via cfe-commits
- [libcxx] r245525 - Fix more uses of uninitialized values in dynarray
Eric Fiselier via cfe-commits
- [libcxx] r245528 - Fix one last dynarray test
Eric Fiselier via cfe-commits
- [PATCH] D12180: [clang-tidy] Use a python script instead of a shell script to run clang-tidy tests.
Alexander Kornienko via cfe-commits
- [libcxx] r245529 - Cleanup unique_ptr failure tests and convert them to Clang verify
Eric Fiselier via cfe-commits
- [libcxxabi] r245531 - Fix or disable C++11 tests in C++03 mode
Eric Fiselier via cfe-commits
- [clang-tools-extra] r245533 - [clang-tidy] Add back a test with a custom NULL macro. Remove redundant default.
Alexander Kornienko via cfe-commits
- [PATCH] D12182: Fix a typo: "overriden" -> "overridden" in libcxx/src/new.cpp
Kai Zhao via cfe-commits
- r240188 - Handle 'instancetype' in ParseDeclarationSpecifiers.
Nico Weber via cfe-commits
- [PATCH] D12183: Fix a typo: "overriden" -> "overridden"
Kai Zhao via cfe-commits
- [libcxx] r245538 - Fix a typo: abreviated -> abbreviated - Patch from Kai Zhao
Eric Fiselier via cfe-commits
- [libcxx] r245539 - Fix a typo: overidden -> overridden - Patch from Kai Zhao
Eric Fiselier via cfe-commits
- [clang-tools-extra] r245548 - [clang-tidy] Fold the meat of the UseNullPtrCheck into an anonymous namespace.
Benjamin Kramer via cfe-commits
- [PATCH] D12186: Fix bug in modernize-loop-convert check.
Angel Garcia via cfe-commits
- r245550 - [OPENMP 4.1] Initial support for modifiers in 'linear' clause.
Alexey Bataev via cfe-commits
- [PATCH] D12192: Add clang support for AAP
Edward Jones via cfe-commits
- r245556 - [OPENMP 4.1] Allow to use 'uval' and 'ref' modifiers for reference types only.
Alexey Bataev via cfe-commits
- r245560 - Fix crash with two typos in the arguments of a function
Olivier Goffart via cfe-commits
- [clang-tools-extra] r245561 - [clang-tidy] Fix bug in modernize-loop-convert check.
Alexander Kornienko via cfe-commits
- r245562 - Silence a "not all control paths return a value" warning; NFC.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r245565 - clang-tools-extra/test/lit.cfg: Prune an obsolete feature, python27. Now we requires python>=2.7.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r245566 - Tweak clang-tools-extra/test/clang-tidy/file-filter.cpp to pass on win32.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r245567 - Tweak clang-tidy-diff.py to pass JSON argument correctly to clang-tidy on win32 arg parser.
NAKAMURA Takumi via cfe-commits
- [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Michael Wong via cfe-commits
- [clang-tools-extra] r245571 - Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move constructor initializations that call copy constructors instead of move constructors.
Aaron Ballman via cfe-commits
- [PATCH] D12200: Add framework for iterative compilation to clang
Zoran Jovanovic via cfe-commits
- [clang-tools-extra] r245583 - [clang-tidy] Use a python script instead of a shell script to run clang-tidy tests.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r245586 - [clang-tidy] Use check_clang_tidy.py instead of check_clang_tidy.sh by default.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r245587 - [clang-tidy] Mention check_clang_tidy.py instead of check_clang_tidy.sh in the docs.
Alexander Kornienko via cfe-commits
- [PATCH] D12201: [Sparc] Add '-EL' when invoking gcc to link little-endian binaries.
Douglas Katzman via cfe-commits
- r245592 - Revert r245496 "[CUDA] Add appropriate host/device attribute to builtins."
Artem Belevich via cfe-commits
- r245595 - [Sparc] Add '-EL' when invoking gcc to link little-endian binaries.
Douglas Katzman via cfe-commits
- [PATCH] D12181: [sanitizer] Add -fsanitize-trap-function.
Alexey Samsonov via cfe-commits
- [PATCH] D11380: Implement LFTS searchers. Boyer_Moore and Boyer_Moore_Horspool
Eric Fiselier via cfe-commits
- [clang-tools-extra] r245600 - Change the test to use the new python script instead of the more verbose RUN line.
Aaron Ballman via cfe-commits
- [libcxx] r245601 - Remove completed items from TODO.TXT
Eric Fiselier via cfe-commits
- r245603 - [CMake] Exclude 'bootstrap' target from 'all' where possible.
Chris Bieneman via cfe-commits
- r245604 - [CMake] Simplifying logic for USES_TERMINAL on bootstrap targets.
Chris Bieneman via cfe-commits
- [PATCH] D12209: [libcxx] Remove installation rules on Darwin when it would overwrite the system installation.
Eric Fiselier via cfe-commits
- r245605 - [Headers][X86] Use __builtin_shufflevector in AVX2 broadcasts.
Ahmed Bougacha via cfe-commits
- [PATCH] D12212: [Headers][X86] Add -O0 assembly tests for intrinsics.
Ahmed Bougacha via cfe-commits
- r245607 - Fix test on Windows to accept both gcc and gcc.exe.
Yaron Keren via cfe-commits
- r245609 - PR24483: Delete some dead/incorrect code that triggered assertions.
Richard Smith via cfe-commits
- r245616 - Do not crash when static analysis encounters a FunctionDecl that has a delayed template parse of its body.
Aaron Ballman via cfe-commits
- r245618 - Revert the 32bit part of r245084; mingw values were correct before it.
Yaron Keren via cfe-commits
- [PATCH] D12215: [UBSan] Add the ability to print more precise error kind in summary line.
Alexey Samsonov via cfe-commits
- r245619 - Revert r245344.
Evgeniy Stepanov via cfe-commits
- r245620 - Revert the 64bit part of r245084; long double values were not changed by
Yaron Keren via cfe-commits
- r245621 - [analyzer] Fix for PR24112 (scan-build doesn't work with --use-analyzer="path to clang++.exe").
Anton Yartsev via cfe-commits
- r245637 - [Static Analyzer] Made it easier to test new checkers using the test suite.
Gabor Horvath via cfe-commits
- r245646 - [Static Analyzer] Add checker to catch lightweight generics related type errors in Objective-C.
Gabor Horvath via cfe-commits
- [PATCH] D11427: [Static Analyzer] Checker for Obj-C generics
Phabricator via cfe-commits
- [PATCH] D4724: Add framework for iterative compilation to clang
Petar Jovanovic via cfe-commits
- [libcxx] r245653 - Creating release candidate rc3 from release_370 branch
Hans Wennborg via cfe-commits
- [libcxxabi] r245654 - Creating release candidate rc3 from release_370 branch
Hans Wennborg via cfe-commits
- [libunwind] r245660 - Creating release candidate rc3 from release_370 branch
Hans Wennborg via cfe-commits
- [PATCH] D12221: [RFC] Introduce `__attribute__((nontemporal))`.
Michael Zolotukhin via cfe-commits
- r245664 - [modules] When we see a definition of a function for which we already have a
Richard Smith via cfe-commits
- [libunwind] r245665 - unwind: fix invalid memory access
Saleem Abdulrasool via cfe-commits
- r245666 - Fix a few things with -Winfinite-recursion. NFC
Richard Trieu via cfe-commits
- r245667 - Stop treating -static as overriding -fPIC: they are distinct.
James Y Knight via cfe-commits
- r245674 - [OPENMP 4.1] Improved codegen for 'uval' qualifier of 'linear' clause.
Alexey Bataev via cfe-commits
- r245675 - [Sema] Don't crash when diagnosing hack in libstdc++
David Majnemer via cfe-commits
- [PATCH] D12031: Const std::move() argument ClangTidy check
Alexander Kornienko via cfe-commits
- r245679 - Expand mingw-long-double.c to test for long double alignment.
Yaron Keren via cfe-commits
- [clang-tools-extra] r245683 - Tweak clang-tidy-diff.py to recognize "filename" in the diff ourput.
Yaron Keren via cfe-commits
- r245684 - Untabify.
NAKAMURA Takumi via cfe-commits
- r245685 - [CMake][Standalone] Detect Python. Python is used for Lit testing.
NAKAMURA Takumi via cfe-commits
- [PATCH] D12231: Add use-auto check to modernize module.
Angel Garcia via cfe-commits
- [clang-tools-extra] r245688 - Make test EOL tolerant by moving the symbol ot the first line
Yaron Keren via cfe-commits
- r245692 - [OPENMP 4.1] Initial support for 'simdlen' clause.
Alexey Bataev via cfe-commits
- r245693 - [OPENMP 4.1] Add ast-print tests for 'val', 'uval' and 'ref' modifiers.
Alexey Bataev via cfe-commits
- r245694 - clang-format: Be more conservative about specially indenting blocks in C++.
Daniel Jasper via cfe-commits
- r245697 - [OPENMP 4.1] Add codegen for 'simdlen' clause.
Alexey Bataev via cfe-commits
- r245698 - Remove unused diagnostic.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r245699 - [clang-tidy] Remove check_clang_tidy.sh that has been replaced with check_clang_tidy.py.
Alexander Kornienko via cfe-commits
- [PATCH] D12234: [mips][p5600] Add -mcpu=p5600 option.
Daniel Sanders via cfe-commits
- r245700 - [RecordLayoutBuilder] Remove duplicated diagnostic argument. NFC.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r245701 - Test commit!
Angel Garcia Gomez via cfe-commits
- [PATCH] D11976: [libclang] Return deduced type for auto type, not the one written in the source.
Oleksandr Senkovych via cfe-commits
- [clang-tools-extra] r245703 - [clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy.
Angel Garcia Gomez via cfe-commits
- [PATCH] D12240: [AArch64] Define the macro __ARM_FP16_ARGS
Keith Walker via cfe-commits
- r245706 - Fix typo - symetric -> symmetric.
Eric Christopher via cfe-commits
- [PATCH] D12243: Properly provide alignment of 'byval' arguments down to llvm.
James Y Knight via cfe-commits
- [PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Alexandros Lamprineas via cfe-commits
- [PATCH] D12247: [libc++] remove possible trailing padding from aligned_storage
Yiran Wang via cfe-commits
- r245719 - Properly provide alignment of 'byval' arguments down to llvm.
James Y Knight via cfe-commits
- r245721 - Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski via cfe-commits
- [PATCH] D10732: [OPENMP 4.0] Initial support for array sections.
Richard Smith via cfe-commits
- r245727 - Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski via cfe-commits
- r245731 - [SemaObjC] Remove unused code from test.
Alex Denisov via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- [PATCH] D11468: [Static Analyzer] The first implementation of nullability checker.
Gábor Horváth via cfe-commits
- [PATCH] D12251: Analyzer: Calculate field offset correctly
Ismail Pazarbasi via cfe-commits
- Improved Diagnostics and Extended vectorize(enable)
Tyler Nowicki via cfe-commits
- r245761 - [ARM NEON] Factor out FP-prototype checking. NFC.
Ahmed Bougacha via cfe-commits
- r245763 - [ARM NEON] Use the common naming scheme for vcvt f16 builtins. NFC.
Ahmed Bougacha via cfe-commits
- r245771 - When building a pseudo-object assignment, and the RHS is
John McCall via cfe-commits
- r245778 - [ARM NEON] Remove special-case for f16 vcvt handling. NFCI.
Ahmed Bougacha via cfe-commits
- r245779 - [modules] Rearrange how redeclaration chains are loaded, to remove a walk over
Richard Smith via cfe-commits
- r245780 - [modules] Remove some dead code after r245779.
Richard Smith via cfe-commits
- [PATCH] D12262: [OpenMP] Capture global variables in target regions.
Samuel Antao via cfe-commits
- r245786 - [CUDA] Change initializer for CUDA device code based on CUDA documentation.
Jingyue Wu via cfe-commits
- [libcxx] r245788 - [libcxx] Add new Sphinx documentation
Eric Fiselier via cfe-commits
- r245789 - [modules] Further simplification and speedup of redeclaration chain loading.
Richard Smith via cfe-commits
- [PATCH] D12265: [ZORG] Add support for libc++ to SphinxDocBuilder.py
Eric Fiselier via cfe-commits
- [libcxx] r245790 - Fix default value for LLVM_INCLUDE_DOCS in out of tree build.
Eric Fiselier via cfe-commits
- [libcxx] r245793 - Refactor shared_timed_mutex tests.
Eric Fiselier via cfe-commits
- r245794 - Improve the performance of resolving a lookup result. We usually don't need to
Richard Smith via cfe-commits
- r245798 - [WinEH] Update to new EH pad/ret signatures (with tokens required)
Joseph Tremoulet via cfe-commits
- [libcxx] r245802 - Cleanup fancy pointer rebinding in list using __rebind_pointer.
Eric Fiselier via cfe-commits
- [libcxx] r245805 - Revert r245802. It violates the incomplete type requirements.
Eric Fiselier via cfe-commits
- [libcxx] r245806 - Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_pointer.
Eric Fiselier via cfe-commits
- r245810 - Instantiate function declarations in instantiated functions.
Serge Pavlov via cfe-commits
- r245811 - Changes missed from r245810
Serge Pavlov via cfe-commits
- r245812 - Add a missing 'classof' to AST Node TypoExpr to identify its 'Kind'.
Faisal Vali via cfe-commits
- [PATCH] D12271: [X86] Expose the various _rot intrinsics on non-MS platforms
Michael Kuperstein via cfe-commits
- r245815 - Added missing tests for SSE41 pmovsx/pmovzx extension intrinsics
Simon Pilgrim via cfe-commits
- [PATCH] D12272: [X86] Remove unnecessary MMX declarations from Intrin.h
Simon Pilgrim via cfe-commits
- r245817 - [test] Fix typos in a few tests (NFC)
Vedant Kumar via cfe-commits
- [PATCH][Solaris] Clang/Driver, stop hardcoding GCC paths in crt/ld.so lookup
Rafael Espíndola via cfe-commits
- r245821 - [modules] Stop updating all identifiers when writing a module. This is
Richard Smith via cfe-commits
- r245822 - [modules] If local submodule visibility is disabled, don't bother checking
Richard Smith via cfe-commits
- r245823 - [OPENMP] Info about OpenMP Support in Users Manual, NFC.
Alexey Bataev via cfe-commits
Last message date:
Sun Aug 23 22:32:21 PDT 2015
Archived on: Sun Aug 23 22:31:58 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).