summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/ThreadSafetyTIL.cpp
AgeCommit message (Expand)Author
2025-05-31[Analysis] Remove unused includes (NFC) (#142255)Kazu Hirata
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-22Eliminate some unneeded signed/unsigned conversionsAaron Puchert
2018-03-16[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko
2017-12-14[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith
2017-03-30Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim
2015-03-09Hide away implementation details of the ThreadSafetyAnalysis in anonymous nam...Benjamin Kramer
2014-09-12Fixing a -Woverflow warning from GCC by using a more natural datatype for thi...Aaron Ballman
2014-09-11Fix a couple of -Wsign-compare warnings introduced in r217556Justin Bogner
2014-09-10Thread Safety Analysis: major update to thread safety TIL.DeLesley Hutchins
2014-07-28Thread Safety Analysis: Replace the old and broken SExpr with the newDeLesley Hutchins
2014-05-28Thread Safety Analysis: update TIL traversal mechanism to allow arbitraryDeLesley Hutchins
2014-05-15Thread Safety Analysis: add new node types to thread safety TIL.DeLesley Hutchins