aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/Support/ExprDeclBitVector.h
AgeCommit message (Expand)Author
2008-11-14Rename header file.Ted Kremenek
2008-11-14Rename ExprDeclBitVector to BlkExprDeclBitVector, and store mappings from Stm...Ted Kremenek
2008-11-11Add fine-grain methods for control which bits are set/reset in ExprDeclBitVec...Ted Kremenek
2008-10-21Preliminary support for function overloadingDouglas Gregor
2008-06-07Mark the right ctor explicit, patch by Cédric VenetChris Lattner
2008-04-06fix a number of const qualification bugs.Chris Lattner
2008-03-20LiveVariables analysis now uses intersect for the merge of block-level expres...Ted Kremenek
2008-03-13The LiveVariables analysis no longer requires a FunctionDecl&; this allows itTed Kremenek
2008-01-17Modified the notion of "Block-level expressions" in CFGs to include Stmt*. ThisTed Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-21Directory restructing of Analysis files.Ted Kremenek