Re: [PATCH] D20844: FixIt: use getLocForEndOfToken to insert fix-it after a type name.

2016-06-01 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271448: FixIt: use getLocForEndOfToken to insert fix-it after a type name. (authored by mren). Changed prior to commit: http://reviews.llvm.org/D20844?vs=59296&id=59315#toc Repository: rL LLVM http:

Re: [PATCH] D20715: [docs] Document the source-based code coverage feature

2016-06-01 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271454: [docs] Document the source-based code coverage feature (authored by vedantk). Changed prior to commit: http://reviews.llvm.org/D20715?vs=59078&id=59322#toc Repository: rL LLVM http://reviews

Re: [PATCH] D20870: [Clang][AVX512][INTRINSICS] adding round cvt and fix regular cvtps_ph

2016-06-02 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271498: [Clang][AVX512][INTRINSICS] adding round cvt and fix regular cvtps_ph (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D20870?vs=59232&id=59345#toc Repository: rL LLVM

Re: [PATCH] D20861: [AVX512] add missing integer to float conversion

2016-06-02 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271499: [X86][AVX512] add intrinsics of Scalar FP to integer (authored by abadouh). Changed prior to commit: http://reviews.llvm.org/D20861?vs=59210&id=59348#toc Repository: rL LLVM http://reviews.l

Re: [PATCH] D20960: [include-fixer] Be smarter about inserting symbols for a prefix.

2016-06-03 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271671: [include-fixer] Be smarter about inserting symbols for a prefix. (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D20960?vs=59545&id=59550#toc Repository: rL LLVM http://r

Re: [PATCH] D20871: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and _mm512_setzero_epi32

2016-06-05 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271832: [Clang][AVX512][Intrinsics] Adding two definitions _mm512_setzero and… (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D20871?vs=59659&id=59665#toc Repository: rL LLV

Re: [PATCH] D20866: [Clang][AVX512]Adding set4 intrinsics

2016-06-05 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271835: [Clang][AVX512]Adding set4 intrinsics (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D20866?vs=59379&id=59667#toc Repository: rL LLVM http://reviews.llvm.org/D20866

Re: [PATCH] D20090: [OPENCL] Fix wrongly vla error for OpenCL array.

2016-06-06 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271971: [OPENCL] Fix wrongly vla error for OpenCL array. (authored by pxl). Changed prior to commit: http://reviews.llvm.org/D20090?vs=58932&id=59823#toc Repository: rL LLVM http://reviews.llvm.org/

Re: [PATCH] D21014: [Clang][AVX512][Intrinsics] Adding intrinsics reduce_[round]_{ss|sd} to clang

2016-06-07 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL272012: [clang][AVX512][Intrinsics] Adding intrinsics reduce_[round]_{ss|sd} to clang (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D21014?vs=59697&id=59882#toc Repository:

Re: [PATCH] D21002: [Clang][AVX512][BUILTIN]Adding intrinsics for range_round_{sd|ss}

2016-06-08 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL272123: [Clang][AVX512][BUILTIN]Adding intrinsics for range_round_{sd|ss} (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D21002?vs=59664&id=60009#toc Repository: rL LLVM ht

Re: [PATCH] D21060: [AVX512] Emit select instruction instead of using x86 specific instrinsics.

2016-06-08 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL272141: [AVX512] Emit select instruction instead of using x86 specific instrinsics. (authored by ibreger). Changed prior to commit: http://reviews.llvm.org/D21060?vs=59840&id=60030#toc Repository: rL

Re: [PATCH] D20490: [Parser] Fix a crash on invalid where a delayed TypoExpr was corrected twice

2016-06-13 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL272587: [Parser] Only correct delayed typos when needed (authored by epilk). Changed prior to commit: http://reviews.llvm.org/D20490?vs=57980&id=60603#toc Repository: rL LLVM http://reviews.llvm.org

Re: [PATCH] D20626: [Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_ps

2016-06-14 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL272658: [Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_ps (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D20626?vs=59663&id=60668#toc Repository: rL LL

Re: [PATCH] D21322: [Clang][avx512][Intrinsics] adding prefetch gather intrinsics

2016-06-14 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL272667: [Clang][avx512][Intrinsics] adding prefetch gather intrinsics (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D21322?vs=60663&id=60678#toc Repository: rL LLVM http:/

Re: [PATCH] D21179: Add mrrc/mrrc2 intrinsics and update existing mcrr/mcrr2 intrinsics to accept a single uint64 type instead of 2 uint32 types

2016-06-15 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL272777: [ARM] Add mrrc/mrrc2 intrinsics and update existing mcrr/mcrr2 intrinsics. (authored by rsingh). Changed prior to commit: http://reviews.llvm.org/D21179?vs=60504&id=60815#toc Repository: rL L

Re: [PATCH] D21338: cc1_main: Do not print statistics in -disable_free mode.

2016-06-15 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL272820: cc1_main: Do not print statistics twice in -disable_free mode. (authored by matze). Changed prior to commit: http://reviews.llvm.org/D21338?vs=60732&id=60877#toc Repository: rL LLVM http://r

Re: [PATCH] D20923: [Sema] Fix a crash on invalid where invalid defaulted function is called

2016-06-20 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL273193: [Sema] Only define function as move assignment when needed (authored by epilk). Changed prior to commit: http://reviews.llvm.org/D20923?vs=59409&id=61296#toc Repository: rL LLVM http://revie

Re: [PATCH] D21373: [Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_32 intrinsics to clang.

2016-06-22 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL273401: [Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_32 intrinsics to clang. (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D21373?vs=61351&id=61536#toc Repository:

Re: [PATCH] D21504: [X86] add _mm_loadu_si64

2016-06-26 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL273812: [X86] add _mm_loadu_si64 (authored by abadouh). Changed prior to commit: http://reviews.llvm.org/D21504?vs=61903&id=61912#toc Repository: rL LLVM http://reviews.llvm.org/D21504 Files: cfe/

Re: [PATCH] D21653: [Sema] Disallow ambiguous base-to-derived conversion in template argument deduction

2016-06-28 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274077: [Sema] Disallow ambigious base classes in template argument deduction (authored by epilk). Changed prior to commit: http://reviews.llvm.org/D21653?vs=61691&id=62149#toc Repository: rL LLVM h

Re: [PATCH] D21746: [AVX512] Zero extend cmp intrinsic return value.

2016-06-29 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274110: [AVX512] Zero extend cmp intrinsic return value. (authored by ibreger). Changed prior to commit: http://reviews.llvm.org/D21746?vs=61953&id=62185#toc Repository: rL LLVM http://reviews.llvm

Re: [PATCH] D21734: [Intrinsics][AVX512][BuiltIn] adding intrinsics for vrangesd instruction set

2016-06-30 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274218: [Clang][Intrinsics][AVX512][BuiltIn] adding intrinsics for vrangesd… (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D21734?vs=61907&id=62342#toc Repository: rL LLVM

Re: [PATCH] D21836: [AVX512][BUILTIN][vpermilps][intrinsics] Fixing two incorrect IMM check.

2016-06-30 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274224: [AVX512][BUILTIN][vpermilps][intrinsics] Fixing two incorrect IMM check. (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D21836?vs=62212&id=62353#toc Repository: rL L

Re: [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support

2016-06-30 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274222: [GCC] PR23529 Mangler part of attrbute abi_tag support (authored by dpolukhin). Changed prior to commit: http://reviews.llvm.org/D18035?vs=62213&id=62344#toc Repository: rL LLVM http://revie

Re: [PATCH] D21619: [Sema] Implement C++14's DR1579: Prefer moving id-expression out of functions

2016-06-30 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274291: [Sema] Implement C++14's DR1579: Prefer returning by converting move constructor (authored by epilk). Changed prior to commit: http://reviews.llvm.org/D21619?vs=62405&id=62437#toc Repository:

Re: [PATCH] D21974: [clang-include-fixer] fix PEP8 warnings

2016-07-04 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274511: [clang-include-fixer] fix PEP8 warnings (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D21974?vs=62680&id=62695#toc Repository: rL LLVM http://reviews.llvm.org/D21974 F

Re: [PATCH] D21729: [Clang][BuiltIn][AVX512] adding _mm{|256|512}_mask_cvt{s|us|}epi16_storeu_epi8 intrinsics

2016-07-05 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274532: [Clang][BuiltIn][AVX512] adding… (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D21729?vs=61892&id=62723#toc Repository: rL LLVM http://reviews.llvm.org/D21729 Fil

Re: [PATCH] D21988: [AVX512] minor fix in sqrt{ss|sd} intrinsics arguments

2016-07-05 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274541: [AVX512] minor fix in sqrt{ss|sd} intrinsics arguments (authored by abadouh). Changed prior to commit: http://reviews.llvm.org/D21988?vs=62734&id=62735#toc Repository: rL LLVM http://reviews

Re: [PATCH] D21973: [AVX512] add float/double abs intrinsics

2016-07-05 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274542: [X86][AVX512F] add float/double abs intrinsics (authored by abadouh). Changed prior to commit: http://reviews.llvm.org/D21973?vs=62679&id=62737#toc Repository: rL LLVM http://reviews.llvm.o

Re: [PATCH] D21792: [Clang][Feature] Adding CLFLUSHOPT feature and intrinsic to clang

2016-07-05 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274559: [Clang][Feature] Adding CLFLUSHOPT feature and intrinsic to clang (authored by mzuckerm). Changed prior to commit: http://reviews.llvm.org/D21792?vs=62088&id=62759#toc Repository: rL LLVM ht

Re: [PATCH] D21030: [Sema] Fix rejects-valid where parameter pack was not expanded in type alias

2016-07-05 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274566: [Sema] Fix a bug where pack expansion was not expanded in type alias (authored by epilk). Changed prior to commit: http://reviews.llvm.org/D21030?vs=60908&id=62771#toc Repository: rL LLVM ht

Re: [PATCH] D21991: [libunwind][ARM] Improve unwinder stack usage - Make WMMX support optional

2016-07-07 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274744: [libunwind][ARM] Improve unwinder stack usage - Make WMMX support optional (authored by asiri). Changed prior to commit: http://reviews.llvm.org/D21991?vs=62890&id=63049#toc Repository: rL LL

Re: [PATCH] D22087: [clang-rename] add basic vim integration

2016-07-07 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274759: [clang-rename] add basic vim integration (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D22087?vs=63058&id=63072#toc Repository: rL LLVM http://reviews.llvm.org/D22087

Re: [PATCH] D19934: [NFC] Reorder fields of VersionTuple to reduce size

2016-07-11 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275095: [NFC] Reorder fields of VersionTuple to reduce size (authored by epilk). Changed prior to commit: http://reviews.llvm.org/D19934?vs=56171&id=63560#toc Repository: rL LLVM http://reviews.llvm

Re: [PATCH] D22242: [analyzer] De-duplicate some code for discovering the origin of the symbol.

2016-07-13 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275290: [analyzer] Implement a methond to discover origin region of a symbol. (authored by dergachev). Changed prior to commit: http://reviews.llvm.org/D22242?vs=63688&id=63828#toc Repository: rL LLV

Re: [PATCH] D22176: [OpenMP] add more tests for 'distribute simd' pragma

2016-07-13 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275306: [OpenMP] add more tests for 'distribute simd' pragma (authored by kli). Changed prior to commit: http://reviews.llvm.org/D22176?vs=63323&id=63845#toc Repository: rL LLVM http://reviews.llvm.

Re: [PATCH] D22169: [OpenMP] add more tests for 'distribute parallel for simd' pragma

2016-07-13 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275315: [OpenMP] add more tests for 'distribute parallel for simd' pragma (authored by kli). Changed prior to commit: http://reviews.llvm.org/D22169?vs=63312&id=63855#toc Repository: rL LLVM http://

Re: [PATCH] D22129: [clang-rename] add documentation

2016-07-14 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275388: [clang-rename] add documentation (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D22129?vs=63646&id=63944#toc Repository: rL LLVM http://reviews.llvm.org/D22129 Files:

Re: [PATCH] D22091: [clang-rename] exit code-related bugfix and code cleanup

2016-07-14 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275387: [clang-rename] exit code-related bugfix and code cleanup (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D22091?vs=63931&id=63943#toc Repository: rL LLVM http://reviews.l

Re: [PATCH] D22349: [OpenCL] Actually activate Frontend/opencl.cl test and fix test bugs

2016-07-14 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275405: [OpenCL] Actually activate Frontend/opencl.cl test and fix test bugs (authored by d0k). Changed prior to commit: https://reviews.llvm.org/D22349?vs=63959&id=63961#toc Repository: rL LLVM htt

Re: [PATCH] D22359: [OpenCL] In test/Driver/opencl.cl, don't require name of Clang binary to contain "clang"

2016-07-14 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275428: [OpenCL] In test/Driver/opencl.cl, don't require name of Clang binary to… (authored by d0k). Changed prior to commit: https://reviews.llvm.org/D22359?vs=63976&id=63981#toc Repository: rL LLVM

Re: [PATCH] D22384: [OpenMP] add check for both simdlen and safelen clauses specified

2016-07-14 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275529: [OpenMP] add check for both simdlen and safelen clauses specified (authored by kli). Changed prior to commit: https://reviews.llvm.org/D22384?vs=64048&id=64087#toc Repository: rL LLVM https:

Re: [PATCH] D22171: [ObjC Availability] Implement parser support for Objective-C's @available

2016-07-15 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275654: [ObjC] Implement @available in the Parser and AST (authored by epilk). Changed prior to commit: https://reviews.llvm.org/D22171?vs=63603&id=64215#toc Repository: rL LLVM https://reviews.llvm

Re: [PATCH] D22417: [OpenMP] update test cases for -std=c++11 compile

2016-07-18 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275805: [OpenMP] update test cases for -std=c++11 compile (authored by kli). Changed prior to commit: https://reviews.llvm.org/D22417?vs=64270&id=64336#toc Repository: rL LLVM https://reviews.llvm.o

Re: [PATCH] D17645: AMDGPU: Add missing Volcanic Islands targets

2016-02-29 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL262228: AMDGPU: Add missing Volcanic Islands targets (authored by tstellar). Changed prior to commit: http://reviews.llvm.org/D17645?vs=49184&id=49372#toc Repository: rL LLVM http://reviews.llvm.org

Re: [PATCH] D17807: [clang-tidy] Add "clang-tidy as a clang plugin" skeleton.

2016-03-03 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL262595: [clang-tidy] Add "clang-tidy as a clang plugin" skeleton. (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D17807?vs=49615&id=49718#toc Repository: rL LLVM http://reviews.

Re: [PATCH] D17808: [libclang] Link clang-tidy plugin into libclang if present.

2016-03-03 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL262596: [libclang] Link clang-tidy plugin into libclang if present. (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D17808?vs=49616&id=49719#toc Repository: rL LLVM http://review

Re: [PATCH] D17688: Fix missed leak from MSVC specific allocation functions

2016-03-07 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL262894: [analyzer] Fix missed leak from MSVC specific allocation functions (authored by zaks). Changed prior to commit: http://reviews.llvm.org/D17688?vs=49845&id=50013#toc Repository: rL LLVM http:

Re: [PATCH] D17567: [GCC] PR23529 Sema part of attrbute abi_tag support

2016-03-09 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263015: [GCC] PR23529 Sema part of attrbute abi_tag support (authored by dpolukhin). Changed prior to commit: http://reviews.llvm.org/D17567?vs=50113&id=50137#toc Repository: rL LLVM http://reviews.

Re: [PATCH] D15314: Fix a bug in unavailable checking

2016-03-10 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263149: Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker. (authored by mren). Changed prior to commit: http://reviews.llvm.org/D15314?vs=48228&id=50312#toc Repository:

Re: [PATCH] D18052: Add tests for ARM Cortex-R8

2016-03-11 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263245: Add tests for ARM Cortex-R8 (authored by alelab01). Changed prior to commit: http://reviews.llvm.org/D18052?vs=50303&id=50429#toc Repository: rL LLVM http://reviews.llvm.org/D18052 Files:

Re: [PATCH] D17877: [OpenMP] Base support for target directive codegen on NVPTX device.

2016-03-15 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263552: [OpenMP] Base support for target directive codegen on NVPTX device. (authored by arpith). Changed prior to commit: http://reviews.llvm.org/D17877?vs=50143&id=50737#toc Repository: rL LLVM ht

Re: [PATCH] D17947: [Driver] [Darwin] Fix linking libclang_rt.profile_*sim.a

2016-03-15 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263567: [Driver] [Darwin] Fix linking libclang_rt.profile_*sim.a (authored by cbieneman). Changed prior to commit: http://reviews.llvm.org/D17947?vs=50055&id=50755#toc Repository: rL LLVM http://rev

Re: [PATCH] D18193: [ARM] Add more ARM Cortex-R8 regression tests to Clang.

2016-03-16 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263632: Add more ARM Cortex-R8 regression tests to Clang. (authored by pabbar01). Changed prior to commit: http://reviews.llvm.org/D18193?vs=50758&id=50812#toc Repository: rL LLVM http://reviews.llv

Re: [PATCH] D17865: Add an optional string argument to DeprecatedAttr for Fix-It.

2016-03-18 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263652: Add an optional string argument to DeprecatedAttr for Fix-It. (authored by mren). Changed prior to commit: http://reviews.llvm.org/D17865?vs=50682&id=50844#toc Repository: rL LLVM http://rev

Re: [PATCH] D18231: [Clang-tools-extra] Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes

2016-03-19 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263726: Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes. (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D18231?vs=50881&id=50951#toc Repository:

Re: [PATCH] D18391: Combine identical check-prefixes in Clang test/Preprocessor/arm-target-features.c

2016-03-23 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL264155: Combine identical check-prefixes in Clang test/Preprocessor/arm-target… (authored by askrobov). Changed prior to commit: http://reviews.llvm.org/D18391?vs=51400&id=51410#toc Repository: rL LL

Re: [PATCH] D17596: [OpenCL] Add ocl and spir version for spir target

2016-03-23 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL264241: [OpenCL] Add ocl and spir version for spir target (authored by pxl). Changed prior to commit: http://reviews.llvm.org/D17596?vs=51253&id=51509#toc Repository: rL LLVM http://reviews.llvm.org

Re: [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators

2016-03-24 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL264251: [clang-tidy] misc-assign-operator-signature checker checks return value of… (authored by xazax). Changed prior to commit: http://reviews.llvm.org/D18264?vs=51521&id=51527#toc Repository: rL L

Re: [PATCH] D18461: ObjCXX: Warn undeclared identifiers.

2016-03-25 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL26: [ObjCXX] Warn undeclared identifiers. (authored by mren). Changed prior to commit: http://reviews.llvm.org/D18461?vs=51598&id=51667#toc Repository: rL LLVM http://reviews.llvm.org/D18461 Fi

Re: [PATCH] D15223: [ARM] [AARCH64] Add CodeGen IR tests for {VS}QRDML{AS}H v8.1a intrinsics.

2016-01-05 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL256822: [ARM] [AARCH64] Add CodeGen IR tests for {VS}QRDML{AS}H v8.1a intrinsics. (authored by alelab01). Changed prior to commit: http://reviews.llvm.org/D15223?vs=43885&id=43969#toc Repository: rL

Re: [PATCH] D14170: Fix false positive warning about memory leak for QApplication::postEvent

2016-01-05 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL256887: [analyzer] Fix false warning about memory leak for QApplication::postEvent (authored by zaks). Changed prior to commit: http://reviews.llvm.org/D14170?vs=40596&id=44070#toc Repository: rL LLV

Re: [PATCH] D15953: Driver: Pass -flavor gnu to lld for AMDGPU rather than -flavor gnu-old

2016-01-08 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL257175: Driver: Use the new ELF lld linker for AMDGPU (authored by tstellar). Changed prior to commit: http://reviews.llvm.org/D15953?vs=44249&id=44327#toc Repository: rL LLVM http://reviews.llvm.or

Re: [PATCH] D16058: [clang-format] Fix comment aligning when there are changes within the comment

2016-01-11 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL257341: [clang-format] Fix comment aligning when there are changes within the comment (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D16058?vs=44513&id=44517#toc Repository: rL L

Re: [PATCH] D16062: [analyzer] Rename kind-enumeration values of SVal, SymExpr, MemRegion classes, for consistency.

2016-01-13 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL257598: [analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency. (authored by dergachev). Changed prior to commit: http://reviews.llvm.org/D16062?vs=44628&id=44745#toc Repository:

Re: [PATCH] D15448: [analyzer] SVal Visitor.

2016-01-13 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL257605: [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion. (authored by dergachev). Changed prior to commit: http://reviews.llvm.org/D15448?vs=44734&id=44752#toc Repository: rL LL

Re: [PATCH] D15686: PR25910: clang allows two var definitions with the same mangled name

2016-01-14 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL257754: PR25910: clang allows two var definitions with the same mangled name (authored by asbokhan). Changed prior to commit: http://reviews.llvm.org/D15686?vs=44425&id=44845#toc Repository: rL LLVM

Re: [PATCH] D16138: Correct setting of UserLabelPrefix for MCU target

2016-01-14 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL257756: Correct setting of UserLabelPrefix for MCU target. (authored by asbokhan). Changed prior to commit: http://reviews.llvm.org/D16138?vs=44726&id=44849#toc Repository: rL LLVM http://reviews.ll

Re: [PATCH] D16178: [analyzer] A quick fix on top of D12901/r257464

2016-01-18 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258039: [analyzer] Fix an off-by-one in evalIntegralCast() (authored by dergachev). Changed prior to commit: http://reviews.llvm.org/D16178?vs=44842&id=45159#toc Repository: rL LLVM http://reviews.l

Re: [PATCH] D16395: [Coverage] Reduce complexity of adding function mapping records

2016-01-21 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258424: [Coverage] Reduce complexity of adding function mapping records (authored by vedantk). Changed prior to commit: http://reviews.llvm.org/D16395?vs=45491&id=45574#toc Repository: rL LLVM http:

Re: [PATCH] D16341: [OpenMP] Check for at least one map clause on target data directive.

2016-01-21 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258425 (authored by arpith). Changed prior to commit: http://reviews.llvm.org/D16341?vs=45332&id=45579#toc Repository: rL LLVM http://reviews.llvm.org/D16341 Files: cfe/trunk/lib/Sema/SemaOpenMP.c

Re: [PATCH] D16358: [OpenMP] Parsing + Sema for nowait clause on target directive

2016-01-21 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258441: [OpenMP] Parsing + Sema for nowait clause on target directive (authored by arpith). Changed prior to commit: http://reviews.llvm.org/D16358?vs=45399&id=45595#toc Repository: rL LLVM http://r

Re: [PATCH] D16361: [OpenMP] Parsing + Sema for nowait clause on target enter data directive.

2016-01-21 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258457: [OpenMP] Parsing + Sema for nowait clause on target enter data directive. (authored by arpith). Changed prior to commit: http://reviews.llvm.org/D16361?vs=45409&id=45610#toc Repository: rL LL

Re: [PATCH] D16362: [OpenMP] Parsing + Sema for nowait clause on target exit data directive.

2016-01-21 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258459: [OpenMP] Parsing + Sema for nowait clause on target exit data directive. (authored by arpith). Changed prior to commit: http://reviews.llvm.org/D16362?vs=45410&id=45614#toc Repository: rL LLV

Re: [PATCH] D16375: [OpenMP] Sema for depend clause on target directive.

2016-01-21 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258460: [OpenMP] Sema for depend clause on target directive. (authored by arpith). Changed prior to commit: http://reviews.llvm.org/D16375?vs=45447&id=45616#toc Repository: rL LLVM http://reviews.ll

Re: [PATCH] D16400: [OpenMP] Sema for depend clause on target enter data directive.

2016-01-21 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258466: [OpenMP] Sema for depend clause on target enter data directive. (authored by arpith). Changed prior to commit: http://reviews.llvm.org/D16400?vs=45525&id=45621#toc Repository: rL LLVM http:/

Re: [PATCH] D16401: [OpenMP] Sema for depend clause on target exit data directive.

2016-01-22 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258502: [OpenMP] Sema for depend clause on target exit data directive. (authored by arpith). Changed prior to commit: http://reviews.llvm.org/D16401?vs=45532&id=45684#toc Repository: rL LLVM http://

Re: [PATCH] D16295: Change of UserLabelPrefix default value from "_" to ""

2016-01-22 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258504: Change of UserLabelPrefix default value from "_" to "" (authored by asbokhan). Changed prior to commit: http://reviews.llvm.org/D16295?vs=45177&id=45687#toc Repository: rL LLVM http://review

Re: [PATCH] D16179: [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check.

2016-01-22 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258562: [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss… (authored by xazax). Changed prior to commit: http://reviews.llvm.org/D16179?vs=45482&id=45739#toc Repository: rL

Re: [PATCH] D15921: [analyzer] Utility to match function calls.

2016-01-22 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258572: [analyzer] Utility to match function calls. (authored by xazax). Changed prior to commit: http://reviews.llvm.org/D15921?vs=44721&id=45748#toc Repository: rL LLVM http://reviews.llvm.org/D15

Re: [PATCH] D16438: Fix printing of types in initializers with suppressed tags.

2016-01-25 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258679: Fix printing of types in initializers with suppressed tags. (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D16438?vs=45658&id=45849#toc Repository: rL LLVM http://review

Re: [PATCH] D16527: [OpenMP] Parsing + sema for defaultmap clause.

2016-01-26 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258817: [OpenMP] Parsing + sema for defaultmap clause. (authored by arpith). Changed prior to commit: http://reviews.llvm.org/D16527?vs=45856&id=46000#toc Repository: rL LLVM http://reviews.llvm.org

Re: [PATCH] D16567: [Clang] Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes

2016-01-26 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258836: Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes. (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D16567?vs=45941&id=46016#toc Repository: rL LLV

Re: [PATCH] D16475: Remove autoconf support

2016-01-26 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258864: Remove autoconf support (authored by cbieneman). Changed prior to commit: http://reviews.llvm.org/D16475?vs=45709&id=46045#toc Repository: rL LLVM http://reviews.llvm.org/D16475 Files: cla

Re: [PATCH] D16566: [Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes

2016-01-26 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258870: Fix Clang-tidy modernize-use-override warning in unittests/clang… (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D16566?vs=45938&id=46054#toc Repository: rL LLV

Re: [PATCH] D16607: Implementation of PS4 ABI, round 1

2016-01-28 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL259095: Implementation of PS4 ABI, Round 1 (authored by ssrivastava). Changed prior to commit: http://reviews.llvm.org/D16607?vs=46060&id=46310#toc Repository: rL LLVM http://reviews.llvm.org/D16607

Re: [PATCH] D16564: Fix an issue where backend crashes after frontend emits an error message

2016-01-28 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL259116: Check for frontend errors after releasing the Builder. (authored by mren). Changed prior to commit: http://reviews.llvm.org/D16564?vs=46301&id=46320#toc Repository: rL LLVM http://reviews.ll

Re: [PATCH] D16718: Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWithArgs.

2016-01-29 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL259187: Add an optional ToolName argument to… (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D16718?vs=46370&id=46372#toc Repository: rL LLVM http://reviews.llvm.org/D16718 Fil

Re: [PATCH] D16705: Avoid overly large SmallPtrSet/SmallSet

2016-01-29 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL259284: Avoid overly large SmallPtrSet/SmallSet (authored by matze). Changed prior to commit: http://reviews.llvm.org/D16705?vs=46337&id=46457#toc Repository: rL LLVM http://reviews.llvm.org/D16705

Re: [PATCH] D16063: [Analyzer] Use a wider integer type for an array index

2016-02-01 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL259345: [analyzer] Use a wider integer type for an array index. (authored by dergachev). Changed prior to commit: http://reviews.llvm.org/D16063?vs=44606&id=46513#toc Repository: rL LLVM http://revi

Re: [PATCH] D14578: Cull non-standard variants of ARM architectures (NFC)

2015-11-12 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL252904: Cull non-standard variants of ARM architectures (NFC) (authored by askrobov). Changed prior to commit: http://reviews.llvm.org/D14578?vs=39943&id=40052#toc Repository: rL LLVM http://reviews

Re: [PATCH] D14570: Handle ARMv6KZ naming

2015-11-16 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253207: Handle ARMv6KZ naming (authored by askrobov). Changed prior to commit: http://reviews.llvm.org/D14570?vs=39901&id=40280#toc Repository: rL LLVM http://reviews.llvm.org/D14570 Files: cfe/tr

Re: [PATCH] D14695: [libclang] Add entry points that take a full command line including argv[0].

2015-11-18 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253466: [libclang] Add entry points that take a full command line including argv[0]. (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D14695?vs=40269&id=40513#toc Repository: rL LL

Re: [PATCH] D14652: [analyzer] Improve modeling of static initializers.

2015-11-18 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253532: [analyzer] Improve modeling of static initializers. (authored by zaks). Changed prior to commit: http://reviews.llvm.org/D14652?vs=40144&id=40582#toc Repository: rL LLVM http://reviews.llvm.

Re: [PATCH] D14307: AMDGPU: Add support for 's' and 'v' asm constraints

2015-11-19 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253610: AMDGPU: Add support for 's' and 'v' asm constraints (authored by tstellar). Changed prior to commit: http://reviews.llvm.org/D14307?vs=39121&id=40704#toc Repository: rL LLVM http://reviews.l

Re: [PATCH] D14847: Support CMake's clang_rt.profile library naming scheme

2015-11-19 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253625: Support CMake's clang_rt.profile library naming scheme (authored by cbieneman). Changed prior to commit: http://reviews.llvm.org/D14847?vs=40712&id=40717#toc Repository: rL LLVM http://revie

Re: [PATCH] D14756: Handle ARMv6-J as an alias, instead of fake architecture

2015-11-20 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253677: Handle ARMv6-J as an alias, instead of fake architecture (authored by askrobov). Changed prior to commit: http://reviews.llvm.org/D14756?vs=40431&id=40789#toc Repository: rL LLVM http://revi

Re: [PATCH] D14800: Honor system specific paths of MAN pages

2015-11-20 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253693: Honor system specific paths of MAN pages (authored by cbieneman). Changed prior to commit: http://reviews.llvm.org/D14800?vs=40588&id=40804#toc Repository: rL LLVM http://reviews.llvm.org/D1

Re: [PATCH] D14964: [clang-tidy] Fix problem with parallel configure build

2015-11-25 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL254081: Fix problem with Clang-tidy parallel configure build. (authored by eugenezelenko). Changed prior to commit: http://reviews.llvm.org/D14964?vs=41076&id=41160#toc Repository: rL LLVM http://re

Re: [PATCH] D14954: [x86] Exclusion of incorrect include headers paths for MCU target

2015-11-27 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL254195: [x86] Exclusion of incorrect include headers paths for MCU target (authored by asbokhan). Changed prior to commit: http://reviews.llvm.org/D14954?vs=41045&id=41286#toc Repository: rL LLVM ht

<    1   2   3   4   5   6   7   8   9   10   >