| Commit message (Expand) | Author | Age | Files | Lines |
* | [analyzer] Escape symbols conjured into specific regions during a conservativ... | Gabor Horvath | 2019-12-11 | 1 | -3/+3 |
* | [analyzer] Fix analyzer warnings on analyzer. | Artem Dergachev | 2019-08-28 | 1 | -2/+1 |
* | [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast | Erik Pilkington | 2019-07-02 | 1 | -0/+1 |
* | [analyzer] ExprEngine: Escape pointers in bitwise operations | Csaba Dabis | 2019-06-25 | 1 | -0/+4 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2019-06-14 | 1 | -1/+6 |
* | Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340. | Nico Weber | 2019-06-14 | 1 | -6/+1 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2019-06-13 | 1 | -1/+6 |
* | [analyzer] PR37501: Disable assertion for logical op short circuit evaluation. | Artem Dergachev | 2019-03-29 | 1 | -2/+27 |
* | [CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in ExprEngine. | Artem Dergachev | 2019-03-26 | 1 | -1/+1 |
* | [Fixed Point Arithmetic] Fixed Point and Integer Conversions | Leonard Chan | 2019-03-06 | 1 | -1/+3 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStore | Rafael Stahl | 2019-01-07 | 1 | -2/+2 |
* | Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures."" | Fangrui Song | 2018-11-30 | 1 | -2/+3 |
* | Revert r347417 "Re-Reinstate 347294 with a fix for the failures." | Fangrui Song | 2018-11-30 | 1 | -3/+2 |
* | Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures." | Hans Wennborg | 2018-11-28 | 1 | -2/+3 |
* | Revert r347417 "Re-Reinstate 347294 with a fix for the failures." | Hans Wennborg | 2018-11-27 | 1 | -3/+2 |
* | Re-Reinstate 347294 with a fix for the failures. | Bill Wendling | 2018-11-21 | 1 | -2/+3 |
* | Revert r347364 again, the fix was incomplete. | Nico Weber | 2018-11-21 | 1 | -3/+2 |
* | Reinstate 347294 with a fix for the failures. | Bill Wendling | 2018-11-20 | 1 | -2/+3 |
* | Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue... | Richard Smith | 2018-11-03 | 1 | -6/+1 |
* | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -1/+1 |
* | PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type | Richard Smith | 2018-10-30 | 1 | -1/+6 |
* | [Fixed Point Arithmetic] Fixed Point to Boolean Cast | Leonard Chan | 2018-10-23 | 1 | -1/+2 |
* | [OpenCL][NFC] Unify ZeroToOCL* cast types | Andrew Savonichev | 2018-10-23 | 1 | -2/+1 |
* | [Fixed Point Arithmetic] FixedPointCast | Leonard Chan | 2018-10-15 | 1 | -1/+2 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
* | [analyzer] pr37270: Track constructor target region, even if just a variable. | Artem Dergachev | 2018-06-14 | 1 | -14/+2 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -1/+1 |
* | [analyzer] pr37209: Fix casts of glvalues to references. | Artem Dergachev | 2018-05-04 | 1 | -0/+7 |
* | [analyzer] When we fail to evaluate a pointer cast, escape the pointer. | Artem Dergachev | 2018-04-19 | 1 | -2/+5 |
* | [Analyzer] More accurate modeling about the increment operator of the operand... | Henry Wong | 2018-03-06 | 1 | -2/+9 |
* | [analyzer] Relax the assert used when traversing the node graph. | George Karpenkov | 2018-02-23 | 1 | -1/+5 |
* | [analyzer] Fix false negative on post-increment of uninitialized variable. | Roman Lebedev | 2017-11-30 | 1 | -1/+8 |
* | [analyzer] pr34766: Fix a crash on explicit std::initializer_list constructor. | Artem Dergachev | 2017-11-27 | 1 | -1/+1 |
* | [analyzer] [NFC] Minor ExprEngineC refactoring | George Karpenkov | 2017-11-09 | 1 | -15/+22 |
* | [analyzer] Fix a crash on logical operators with vectors. | Artem Dergachev | 2017-11-08 | 1 | -0/+10 |
* | [analyzer] [NFC] very minor ExprEngineC refactoring | George Karpenkov | 2017-11-03 | 1 | -4/+2 |
* | [analyzer] Fix logical not for pointers with different bit width | Daniel Marjamaki | 2017-06-19 | 1 | -3/+2 |
* | [analyzer] Fix symbolication for unknown unary increment/decrement results. | Artem Dergachev | 2017-03-28 | 1 | -1/+1 |
* | [analyzer] Add LocationContext as a parameter to checkRegionChanges | Anna Zaks | 2017-01-13 | 1 | -3/+4 |
* | Fix for PR15623 (corrected r290413 reverted at 290415). The patch eliminates ... | Anton Yartsev | 2016-12-25 | 1 | -17/+7 |
* | Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope... | Egor Churaev | 2016-12-23 | 1 | -0/+1 |
* | Revert changes made by r290413 until regression is fixed. | Anton Yartsev | 2016-12-23 | 1 | -7/+17 |
* | Fix for PR15623. The patch eliminates unwanted ProgramState checker data prop... | Anton Yartsev | 2016-12-23 | 1 | -17/+7 |
* | [analyzer] Add a new SVal to support pointer-to-member operations. | Devin Coughlin | 2016-12-15 | 1 | -42/+119 |
* | DR1213: element access on an array xvalue or prvalue produces an xvalue. In the | Richard Smith | 2016-12-05 | 1 | -9/+1 |
* | [analyzer] Model base to derived casts more precisely. | Gabor Horvath | 2016-08-08 | 1 | -2/+23 |
* | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -0/+1 |
* | [Bugfix] Fix ICE on constexpr vector splat. | George Burgess IV | 2016-01-13 | 1 | -0/+4 |
* | [analyzer] Evaluate integral casts as cast symbols if truncations are detected. | Pierre Gousseau | 2016-01-12 | 1 | -1/+8 |