summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/builtin-functions.cpp
AgeCommit message (Expand)Author
2024-07-23[analyzer] Model builtin-like functions as builtin functions (#99886)Balazs Benics
2024-02-05[analyzer] Model Microsoft "__assume" in the same way as clang "__builtin_ass...Loïc Joly
2019-04-03[analyzer] When failing to evaluate a __builtin_constant_p, presume it's false.Artem Dergachev
2018-12-01Specify constant context in constant emitterBill Wendling
2018-11-30Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song
2018-11-28Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg
2018-11-27Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg
2018-11-21Re-Reinstate 347294 with a fix for the failures.Bill Wendling
2018-11-21Revert r347364 again, the fix was incomplete.Nico Weber
2018-11-20Reinstate 347294 with a fix for the failures.Bill Wendling
2018-11-20Revert 347294, it turned many bots on lab.llvm.org:8011/console red.Nico Weber
2018-11-20Use is.constant intrinsic for __builtin_constant_pBill Wendling
2018-02-10[analyzer] Add support for __builtin_constant_p.Artem Dergachev
2017-06-22[analyzer] Do not continue to analyze a path if the constraints contradict wi...Gabor Horvath
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2014-09-09Teach the analyzer that __builtin_assume_aligned returns its first argument.Jordan Rose
2013-08-19Omit arguments of __builtin_object_size from the CFG.Jordan Rose
2013-07-12[analyzer] Add support for __builtin_addressof.Jordan Rose