r370981 - [DebugInfo] Emit DW_TAG_enumeration_type for referenced global enumerator.

2019-09-04 Thread Yuanfang Chen via cfe-commits
Author: yuanfang Date: Wed Sep 4 13:58:15 2019 New Revision: 370981 URL: http://llvm.org/viewvc/llvm-project?rev=370981=rev Log: [DebugInfo] Emit DW_TAG_enumeration_type for referenced global enumerator. This essentially reverts changes from r361400 while keeping behavior for CodeView.

r370928 - Avoid assemble step in verbose-output-quoting.c

2019-09-04 Thread Yuanfang Chen via cfe-commits
Author: yuanfang Date: Wed Sep 4 10:10:18 2019 New Revision: 370928 URL: http://llvm.org/viewvc/llvm-project?rev=370928=rev Log: Avoid assemble step in verbose-output-quoting.c Reviewers: hans Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D65527

[clang-tools-extra] r369578 - Fix documentation build after rL369568

2019-08-21 Thread Yuanfang Chen via cfe-commits
Author: yuanfang Date: Wed Aug 21 13:59:16 2019 New Revision: 369578 URL: http://llvm.org/viewvc/llvm-project?rev=369578=rev Log: Fix documentation build after rL369568 Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/bugprone-dynamic-static-initializers.rst Modified:

[clang-tools-extra] r369568 - [clang-tidy] Check for dynamically initialized statics in headers.

2019-08-21 Thread Yuanfang Chen via cfe-commits
Author: yuanfang Date: Wed Aug 21 13:00:01 2019 New Revision: 369568 URL: http://llvm.org/viewvc/llvm-project?rev=369568=rev Log: [clang-tidy] Check for dynamically initialized statics in headers. Finds instances where variables with static storage are initialized dynamically in header files.

r367602 - Test linux only for absolute paths in the -fuse-ld option

2019-08-01 Thread Yuanfang Chen via cfe-commits
Author: yuanfang Date: Thu Aug 1 11:49:59 2019 New Revision: 367602 URL: http://llvm.org/viewvc/llvm-project?rev=367602=rev Log: Test linux only for absolute paths in the -fuse-ld option Some target do not use this option and may emit a error message for using it. Modified:

r366645 - [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'

2019-07-20 Thread Yuanfang Chen via cfe-commits
Author: yuanfang Date: Sat Jul 20 15:50:50 2019 New Revision: 366645 URL: http://llvm.org/viewvc/llvm-project?rev=366645=rev Log: [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer' with '-mframe-pointer' After D56351 and D64294, frame pointer handling is migrated to

<    1   2