[clang] 859f2d0 - Revert "Reapply "[clang analysis][thread-safety] Handle return-by-reference..… (#68394)"

2023-10-06 Thread Caroline Tice via cfe-commits
Author: Caroline Tice Date: 2023-10-06T22:23:02-07:00 New Revision: 859f2d032386632562521a99db20923217d98988 URL: https://github.com/llvm/llvm-project/commit/859f2d032386632562521a99db20923217d98988 DIFF: https://github.com/llvm/llvm-project/commit/859f2d032386632562521a99db20923217d98988.diff

[clang] 5326c9e - Revert "Give NullabilityKind a printing operator<<"

2023-05-05 Thread Caroline Tice via cfe-commits
Author: Caroline Tice Date: 2023-05-05T23:37:30-07:00 New Revision: 5326c9e480d70e16c2504cb5143524aff3ee2605 URL: https://github.com/llvm/llvm-project/commit/5326c9e480d70e16c2504cb5143524aff3ee2605 DIFF: https://github.com/llvm/llvm-project/commit/5326c9e480d70e16c2504cb5143524aff3ee2605.diff

[clang] 7c9b15f - Revert "[Tooling/Inclusion] Handle std::get symbol."

2023-02-23 Thread Caroline Tice via cfe-commits
Author: Caroline Tice Date: 2023-02-23T15:18:17-08:00 New Revision: 7c9b15fbaeb2846ad25e797d55ffe1ccef9e1379 URL: https://github.com/llvm/llvm-project/commit/7c9b15fbaeb2846ad25e797d55ffe1ccef9e1379 DIFF: https://github.com/llvm/llvm-project/commit/7c9b15fbaeb2846ad25e797d55ffe1ccef9e1379.diff

r342812 - Fix codemodels.c test case (only test mcmodel=medium on X86).

2018-09-22 Thread Caroline Tice via cfe-commits
Author: ctice Date: Sat Sep 22 11:25:58 2018 New Revision: 342812 URL: http://llvm.org/viewvc/llvm-project?rev=342812&view=rev Log: Fix codemodels.c test case (only test mcmodel=medium on X86). aarch64 testing is broken because "medium" is not a valid code-model on aarch64, and codemodels.c tests

r342789 - Fix codemodels.c test case (only test mcmodel-kernel on x86)

2018-09-21 Thread Caroline Tice via cfe-commits
Author: ctice Date: Fri Sep 21 16:19:49 2018 New Revision: 342789 URL: http://llvm.org/viewvc/llvm-project?rev=342789&view=rev Log: Fix codemodels.c test case (only test mcmodel-kernel on x86) A recent commit I made broke aarch64 testing, because "kernel" apparently is not a valid code-model on a

r342758 - Add necessary support for storing code-model to module IR.

2018-09-21 Thread Caroline Tice via cfe-commits
Author: ctice Date: Fri Sep 21 11:34:59 2018 New Revision: 342758 URL: http://llvm.org/viewvc/llvm-project?rev=342758&view=rev Log: Add necessary support for storing code-model to module IR. Currently the code-model does not get saved in the module IR, so if a code model is specified when compili