aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriterStmt.cpp
AgeCommit message (Expand)Author
2011-10-05Added a flag to identify resolved overloaded function references.Abramo Bagnara
2011-10-03Allow getting all source locations of selector identifiers in a ObjCMessageExpr.Argyrios Kyrtzidis
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-22Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi...Argyrios Kyrtzidis
2011-09-01Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This failsArgyrios Kyrtzidis
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-15Add serialization support for SubstNonTypeTemplateParmExpr.John McCall
2011-07-06Properly implement the scope restriction on the NRVO forDouglas Gregor
2011-07-01Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor
2011-06-21Introduce a new AST node describing reference binding to temporaries.Douglas Gregor
2011-06-15Automatic Reference Counting.John McCall
2011-06-04Add support for builtin astype:Tanya Lattner
2011-06-03Introduce additional abbreviations into the AST writer forDouglas Gregor
2011-05-01Add an optional field attached to a DeclRefExpr which points back to theChandler Carruth
2011-04-28Implementation of Embarcadero array type traitsJohn Wiegley
2011-04-27If a null statement was preceded by an empty macro keep its instantiation sou...Argyrios Kyrtzidis
2011-04-25t/clang/expr-traitsJohn Wiegley
2011-04-22ForArgyrios Kyrtzidis
2011-04-21ForArgyrios Kyrtzidis
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-04-15C1X: implement generic selectionsPeter Collingbourne
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith
2011-04-14Add a flag to StringLiteral to keep track of whether the string is a pascal s...Anders Carlsson
2011-03-12Renamed OffsetOfNode::getRange to getSourceRange for uniformity.Abramo Bagnara
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne
2011-03-06When serializing a DeclRefExpr, always store the number of explicit templateAnders Carlsson
2011-02-28Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor
2011-02-28Push nested-name-specifier source location information intoDouglas Gregor
2011-02-28Push nested-name-specifier source location information intoDouglas Gregor
2011-02-25Push nested-name-specifier source location information intoDouglas Gregor
2011-02-25Push nested-name-specifier source-location information intoDouglas Gregor
2011-02-17Change the representation of GNU ?: expressions to use a different expressionJohn McCall
2011-02-17Step #1/N of implementing support for __label__: split labels intoChris Lattner
2011-02-09AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne
2011-02-07A few more tweaks to the blocks AST representation: John McCall
2011-02-04Implement proper (de-)serialization for explicit template argumentDouglas Gregor
2011-02-02An insomniac stab at making block declarations list the variables they closeJohn McCall
2011-01-28Give OpaqueValueExpr a source location, because its source locationDouglas Gregor
2011-01-27Do a proper recursive lookup when deciding whether a class's usualJohn McCall
2011-01-15Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor
2011-01-14Teach PackExpansionExpr to keep track of the number of pack expansionsDouglas Gregor
2011-01-12Add the location of the right parenthesis of a C++ named castDouglas Gregor
2011-01-04Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor
2011-01-03Implement support for pack expansions whose pattern is a non-typeDouglas Gregor
2010-12-13Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor
2010-12-10Keep the source location of the selector in ObjCMessageExpr.Argyrios Kyrtzidis
2010-12-08Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet
2010-12-07Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet
2010-12-06Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall