Artem Dergachev
|
8c28a172b7
[analyzer] Fix analyzer warnings on analyzer.
|
6 年之前 |
Erik Pilkington
|
159cd770e3
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
|
6 年之前 |
Csaba Dabis
|
eac1ce7147
[analyzer] ExprEngine: Escape pointers in bitwise operations
|
6 年之前 |
Richard Smith
|
263516059c
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
|
6 年之前 |
Nico Weber
|
3ccd6a7756
Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.
|
6 年之前 |
Richard Smith
|
7bbf5d1de0
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
|
6 年之前 |
Artem Dergachev
|
9d38fb1910
[analyzer] PR37501: Disable assertion for logical op short circuit evaluation.
|
6 年之前 |
Artem Dergachev
|
a7ecb4c159
[CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in ExprEngine.
|
6 年之前 |
Leonard Chan
|
ad9a67e1f7
[Fixed Point Arithmetic] Fixed Point and Integer Conversions
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Rafael Stahl
|
20cee7d894
[analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStore
|
6 年之前 |
Fangrui Song
|
aa528ab4a0
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
|
6 年之前 |
Fangrui Song
|
e350174b21
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
|
6 年之前 |
Hans Wennborg
|
b129ce9436
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
|
6 年之前 |
Hans Wennborg
|
e44c638ccf
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
|
6 年之前 |
Bill Wendling
|
4e64d31bc5
Re-Reinstate 347294 with a fix for the failures.
|
6 年之前 |
Nico Weber
|
e9629181bd
Revert r347364 again, the fix was incomplete.
|
6 年之前 |
Bill Wendling
|
830bf59980
Reinstate 347294 with a fix for the failures.
|
6 年之前 |
Richard Smith
|
ebc4635e79
Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type"
|
6 年之前 |
Reid Kleckner
|
1168491f34
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
|
6 年之前 |
Richard Smith
|
33b0abe401
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
|
6 年之前 |
Leonard Chan
|
233643a4e0
[Fixed Point Arithmetic] Fixed Point to Boolean Cast
|
6 年之前 |
Andrew Savonichev
|
3aca0c6080
[OpenCL][NFC] Unify ZeroToOCL* cast types
|
6 年之前 |
Leonard Chan
|
ed7f88d2ab
[Fixed Point Arithmetic] FixedPointCast
|
6 年之前 |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 年之前 |
Artem Dergachev
|
ac7160d5c1
[analyzer] pr37270: Track constructor target region, even if just a variable.
|
7 年之前 |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 年之前 |
Artem Dergachev
|
58c2ed20a2
[analyzer] pr37209: Fix casts of glvalues to references.
|
7 年之前 |
Artem Dergachev
|
addfb0519a
[analyzer] When we fail to evaluate a pointer cast, escape the pointer.
|
7 年之前 |
Henry Wong
|
7ee88a970e
[Analyzer] More accurate modeling about the increment operator of the operand with type bool.
|
7 年之前 |