summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/ASTVector.h
Commit message (Expand)AuthorAgeFilesLines
* [UB] Fix two cases of UB in copy/pasted code from SmallVector.Chandler Carruth2015-08-041-8/+9
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* ASTVector: Fix return value of various insert() methods.Will Dietz2014-08-251-9/+10
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-4/+4
* Speculative fix for buildbot failure. Apparently Clang 3.1 got move semantics...Richard Smith2014-04-191-1/+2
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-0/+14
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-071-3/+3
* We haven't cared about VS 2005 in a long time, and VS 2003 in even longer.Aaron Ballman2014-01-031-24/+0
* Don't eagerly load all conversion operators when loading a class declarationRichard Smith2013-08-301-10/+21
* Make expression allocation methods use a 'const' reference to the ASTContext ...Craig Topper2013-08-181-11/+11
* Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't co...David Blaikie2013-07-131-2/+2
* Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"David Blaikie2013-07-131-2/+2
* PR16540: ASTVector::insert(Context, Iter, Element) doesn't compileDavid Blaikie2013-07-131-2/+2
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-3/+3
* Make ASTVector.h standalone without including all of ASTContext.Benjamin Kramer2012-12-011-1/+2
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-0/+1
* Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents areArgyrios Kyrtzidis2012-11-281-1/+3
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-2/+2
* Teach ASTVector::append() about the case where 'NumInputs' is 0. This hopefu...Ted Kremenek2010-04-151-0/+4
* Introduce ASTVector, which is a std::vector-like class that allocates all memoryTed Kremenek2010-04-131-0/+393