]> granicus.if.org Git - clang/history - include/clang/AST/ASTVector.h
Header guard canonicalization, clang part.
[clang] / include / clang / AST / ASTVector.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-04-19 Richard SmithSpeculative fix for buildbot failure. Apparently Clang...
2014-04-19 Richard SmithWhen a module completes the definition of a class templ...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-01-03 Aaron BallmanWe haven't cared about VS 2005 in a long time, and...
2013-08-30 Richard SmithDon't eagerly load all conversion operators when loadin...
2013-08-18 Craig TopperMake expression allocation methods use a 'const' refere...
2013-07-13 David BlaikieRevert "Revert "PR16540: ASTVector::insert(Context...
2013-07-13 David BlaikieRevert "PR16540: ASTVector::insert(Context, Iter, Eleme...
2013-07-13 David BlaikiePR16540: ASTVector::insert(Context, Iter, Element)...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-12-01 Benjamin KramerMake ASTVector.h standalone without including all of...
2012-12-01 Benjamin KramerPull the Attr iteration parts out of Attr.h, so includi...
2012-11-28 Argyrios KyrtzidisIntroduce ASTUnresolvedSet, an UnresolvedSet-like class...
2012-07-04 Benjamin KramerDrop the ASTContext.h include from Stmt.h and fix up...
2010-04-15 Ted KremenekTeach ASTVector::append() about the case where 'NumInpu...
2010-04-13 Ted KremenekIntroduce ASTVector, which is a std::vector-like class...