[clang] bbcc7c5 - [NFC] Initialize member pointer and avoid potential null dereference

2023-08-25 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-08-25T11:35:44-07:00 New Revision: bbcc7c5614cd642c8e71b89a6655b097454d57ea URL: https://github.com/llvm/llvm-project/commit/bbcc7c5614cd642c8e71b89a6655b097454d57ea DIFF:

[clang] 4ad8913 - [NFC] Add checks for self-assignment.

2023-08-24 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-08-24T09:20:58-07:00 New Revision: 4ad89131e0de9368bc41395d770e1923366deba1 URL: https://github.com/llvm/llvm-project/commit/4ad89131e0de9368bc41395d770e1923366deba1 DIFF:

[clang] 235390d - [NFC] Avoid potential dereferencing of nullptr.

2023-07-31 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-07-31T08:33:26-07:00 New Revision: 235390d930be41c32c71f877d90470fc83e2cb89 URL: https://github.com/llvm/llvm-project/commit/235390d930be41c32c71f877d90470fc83e2cb89 DIFF:

[clang] 8ac137a - [NFC] Add checks for self-assignment.

2023-07-24 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-07-24T00:38:08-07:00 New Revision: 8ac137acefc01caf636db5f95eb0977c97def1ba URL: https://github.com/llvm/llvm-project/commit/8ac137acefc01caf636db5f95eb0977c97def1ba DIFF:

[clang] 2ce662c - [NFC] Remove needless nullchecks.

2023-07-21 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-07-20T23:33:33-07:00 New Revision: 2ce662c5d5969255b6779eafe4b309dc57e2d3a6 URL: https://github.com/llvm/llvm-project/commit/2ce662c5d5969255b6779eafe4b309dc57e2d3a6 DIFF:

[clang] 472232a - [NFC] Fix potential dereferencing of nullptr

2023-07-12 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-07-12T13:26:03-07:00 New Revision: 472232a80d036a00570cb3b0a9a261113859ea93 URL: https://github.com/llvm/llvm-project/commit/472232a80d036a00570cb3b0a9a261113859ea93 DIFF:

[clang] e9877ec - [NFC] Initialize class member pointers to nullptr.

2023-07-12 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-07-12T11:04:38-07:00 New Revision: e9877eca408e3c266ca7ba8f05f6a907087e9e82 URL: https://github.com/llvm/llvm-project/commit/e9877eca408e3c266ca7ba8f05f6a907087e9e82 DIFF:

[clang] 5942ae8 - [NFC] Initialize class member pointers to nullptr.

2023-07-10 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-07-10T11:38:55-07:00 New Revision: 5942ae8681db20822ac3e0b94cf8089d30647a39 URL: https://github.com/llvm/llvm-project/commit/5942ae8681db20822ac3e0b94cf8089d30647a39 DIFF:

[clang] fd857f7 - [NFC] Initialize pointer fields and remove needless null check.

2023-07-10 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-07-10T11:32:13-07:00 New Revision: fd857f786f61620c370d132fe9ba1b5608bb4f50 URL: https://github.com/llvm/llvm-project/commit/fd857f786f61620c370d132fe9ba1b5608bb4f50 DIFF:

[clang] d2fafa7 - [NFC] Fix potential dereferencing of nullptr.

2023-06-22 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-06-22T09:53:28-07:00 New Revision: d2fafa79ef08f9ef9cd0108a6caa7fc61a31bdeb URL: https://github.com/llvm/llvm-project/commit/d2fafa79ef08f9ef9cd0108a6caa7fc61a31bdeb DIFF:

[clang] c2888cd - [NFC] Fix potential dereferencing of null return value.

2023-06-16 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-06-16T20:31:08-07:00 New Revision: c2888cddd5d98081fc82c51cb92be241144c6ffa URL: https://github.com/llvm/llvm-project/commit/c2888cddd5d98081fc82c51cb92be241144c6ffa DIFF:

[clang] 0e444c5 - Remove dead conditionals

2023-06-13 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-06-13T09:48:20-07:00 New Revision: 0e444c57c85853c86e4f4c94d9a51fb459fd9922 URL: https://github.com/llvm/llvm-project/commit/0e444c57c85853c86e4f4c94d9a51fb459fd9922 DIFF:

[clang] 6f2a865 - [NFC] Fix uninitalized member variable use in ASTReader::ParseTargetOptions()

2023-03-29 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2023-03-29T09:29:14-07:00 New Revision: 6f2a865d2f6bc426a61939a0a1acfcb25d5c1a18 URL: https://github.com/llvm/llvm-project/commit/6f2a865d2f6bc426a61939a0a1acfcb25d5c1a18 DIFF:

[clang] 4706a29 - Avoid setting tbaa on the store of return type of call to inline assembler.

2021-12-14 Thread Sindhu Chittireddy via cfe-commits
Author: Sindhu Chittireddy Date: 2021-12-14T17:40:33-08:00 New Revision: 4706a297fb9ebe6af91ee2c92e5eb196dc2785f7 URL: https://github.com/llvm/llvm-project/commit/4706a297fb9ebe6af91ee2c92e5eb196dc2785f7 DIFF: