summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Add serialization support for SubstNonTypeTemplateParmExpr.John McCall2011-07-151-146/+55
* Properly implement the scope restriction on the NRVO forDouglas Gregor2011-07-061-0/+1
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-011-0/+1
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+7
* Automatic Reference Counting.John McCall2011-06-151-0/+26
* Add support for builtin astype:Tanya Lattner2011-06-041-0/+11
* Introduce additional abbreviations into the AST writer forDouglas Gregor2011-06-031-1/+19
* Add an optional field attached to a DeclRefExpr which points back to theChandler Carruth2011-05-011-0/+4
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+10
* If a null statement was preceded by an empty macro keep its instantiation sou...Argyrios Kyrtzidis2011-04-271-1/+1
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+10
* ForArgyrios Kyrtzidis2011-04-221-3/+11
* ForArgyrios Kyrtzidis2011-04-211-1/+6
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+18
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+17
* Add a flag to StringLiteral to keep track of whether the string is a pascal s...Anders Carlsson2011-04-141-0/+1
* Renamed OffsetOfNode::getRange to getSourceRange for uniformity.Abramo Bagnara2011-03-121-2/+2
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-3/+3
* When serializing a DeclRefExpr, always store the number of explicit templateAnders Carlsson2011-03-061-4/+6
* Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor2011-02-281-8/+4
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-2/+1
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-2/+1
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-251-2/+1
* Push nested-name-specifier source-location information intoDouglas Gregor2011-02-251-2/+1
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-1/+21
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-18/+3
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-0/+13
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-1/+0
* Implement proper (de-)serialization for explicit template argumentDouglas Gregor2011-02-041-27/+17
* An insomniac stab at making block declarations list the variables they closeJohn McCall2011-02-021-1/+0
* Give OpaqueValueExpr a source location, because its source locationDouglas Gregor2011-01-281-0/+1
* Do a proper recursive lookup when deciding whether a class's usualJohn McCall2011-01-271-0/+2
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+12
* Teach PackExpansionExpr to keep track of the number of pack expansionsDouglas Gregor2011-01-141-0/+1
* Add the location of the right parenthesis of a C++ named castDouglas Gregor2011-01-121-1/+2
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-0/+11
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-031-1/+8
* Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor2010-12-131-0/+1
* Keep the source location of the selector in ObjCMessageExpr.Argyrios Kyrtzidis2010-12-101-0/+1
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-11/+1
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-071-0/+11
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-3/+3
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-23/+17
* Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan...Argyrios Kyrtzidis2010-11-201-1/+1
* Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g:Argyrios Kyrtzidis2010-11-191-0/+1
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-2/+4
* Add a new expression kind, OpaqueValueExpr, which is useful forJohn McCall2010-11-151-0/+8
OpenPOWER on IntegriCloud