[clang] b3387d1 - [ConstExprPreter] Updated constant interpreter documentation

2020-04-15 Thread Nandor Licker via cfe-commits
Author: Nandor Licker Date: 2020-04-15T11:25:23+01:00 New Revision: b3387d1c30ae7da28b34378fb5d9bc29a213e991 URL: https://github.com/llvm/llvm-project/commit/b3387d1c30ae7da28b34378fb5d9bc29a213e991 DIFF: https://github.com/llvm/llvm-project/commit/b3387d1c30ae7da28b34378fb5d9bc29a213e991.diff

[clang] f584f04 - [ConstExprPreter] Removed the flag forcing the use of the interpreter

2019-11-27 Thread Nandor Licker via cfe-commits
Author: Nandor Licker Date: 2019-11-27T20:07:19Z New Revision: f584f04dab69ab15c8942753a145f0c6e7693bcc URL: https://github.com/llvm/llvm-project/commit/f584f04dab69ab15c8942753a145f0c6e7693bcc DIFF: https://github.com/llvm/llvm-project/commit/f584f04dab69ab15c8942753a145f0c6e7693bcc.diff LOG:

r372455 - [Clang Interpreter] Fixed Bug 43362, build failure on GCC

2019-09-20 Thread Nandor Licker via cfe-commits
Author: nand Date: Fri Sep 20 22:29:18 2019 New Revision: 372455 URL: http://llvm.org/viewvc/llvm-project?rev=372455&view=rev Log: [Clang Interpreter] Fixed Bug 43362, build failure on GCC free() was not directly included in InterpStack.cpp, added include now. Modified: cfe/trunk/lib/AST/Int

r370642 - Revert [Clang Interpreter] Initial patch for the constexpr interpreter

2019-09-02 Thread Nandor Licker via cfe-commits
Author: nand Date: Mon Sep 2 04:34:47 2019 New Revision: 370642 URL: http://llvm.org/viewvc/llvm-project?rev=370642&view=rev Log: Revert [Clang Interpreter] Initial patch for the constexpr interpreter This reverts r370636 (git commit 8327fed9475a14c3376b4860c75370c730e08f33) Removed: cfe/tr

r370588 - Revert [Clang Interpreter] Initial patch for the constexpr interpreter

2019-08-31 Thread Nandor Licker via cfe-commits
Author: nand Date: Sat Aug 31 08:15:39 2019 New Revision: 370588 URL: http://llvm.org/viewvc/llvm-project?rev=370588&view=rev Log: Revert [Clang Interpreter] Initial patch for the constexpr interpreter This reverts r370584 (git commit afcb3de117265a69d21e5673356e925a454d7d02) Removed: cfe/tr

r370535 - Revert [Clang Interpreter] Initial patch for the constexpr interpreter

2019-08-30 Thread Nandor Licker via cfe-commits
Author: nand Date: Fri Aug 30 14:32:00 2019 New Revision: 370535 URL: http://llvm.org/viewvc/llvm-project?rev=370535&view=rev Log: Revert [Clang Interpreter] Initial patch for the constexpr interpreter This reverts r370531 (git commit d4c1002e0ab50f6891cdd2f5bd3a8f3a3584) Removed: cfe/tr

r370481 - Revert [Clang Interpreter] Initial patch for the constexpr interpreter

2019-08-30 Thread Nandor Licker via cfe-commits
Author: nand Date: Fri Aug 30 08:41:45 2019 New Revision: 370481 URL: http://llvm.org/viewvc/llvm-project?rev=370481&view=rev Log: Revert [Clang Interpreter] Initial patch for the constexpr interpreter This reverts r370476 (git commit a5590950549719d0d9ea69ed164b0c8c0f4e02e6) Removed: cfe/tr

r370412 - [NFC] Test commit - sorted headers.

2019-08-29 Thread Nandor Licker via cfe-commits
Author: nand Date: Thu Aug 29 14:57:47 2019 New Revision: 370412 URL: http://llvm.org/viewvc/llvm-project?rev=370412&view=rev Log: [NFC] Test commit - sorted headers. Modified: cfe/trunk/lib/AST/ExprConstant.cpp Modified: cfe/trunk/lib/AST/ExprConstant.cpp URL: http://llvm.org/viewvc/llvm-p

Re: [PATCH] D22419: [CFG] Fix crash in thread sanitizer.

2016-08-02 Thread Nandor Licker via cfe-commits
nandor added a comment. ping https://reviews.llvm.org/D22419 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D22419: [CFG] Fix crash in thread sanitizer.

2016-07-26 Thread Nandor Licker via cfe-commits
nandor added a comment. I'm not an expert in temporaries either, I think for a proper fix a lot more work is required. It seems that the problem is with locating destructors in destructor calls. I get the impression that currently a destructor node pointing to the declaration is added and the

Re: [PATCH] D22419: [CFG] Fix crash in thread sanitizer.

2016-07-26 Thread Nandor Licker via cfe-commits
nandor updated this revision to Diff 65545. nandor marked an inline comment as done. nandor added a comment. removed redundant checks https://reviews.llvm.org/D22419 Files: lib/Analysis/CFG.cpp test/SemaCXX/warn-thread-safety-analysis.cpp Index: test/SemaCXX/warn-thread-safety-analysis.cpp

Re: [PATCH] D22419: [CFG] Fix crash in thread sanitizer.

2016-07-25 Thread Nandor Licker via cfe-commits
nandor added a comment. ping? https://reviews.llvm.org/D22419 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D22419: [CFG] Fix crash in thread sanitizer.

2016-07-18 Thread Nandor Licker via cfe-commits
nandor updated this revision to Diff 64368. nandor added a comment. Fixed typo https://reviews.llvm.org/D22419 Files: lib/Analysis/CFG.cpp test/SemaCXX/warn-thread-safety-analysis.cpp Index: test/SemaCXX/warn-thread-safety-analysis.cpp ==