summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-3/+15
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-7/+7
* Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall2011-07-151-0/+5
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+4
* Automatic Reference Counting.John McCall2011-06-151-0/+17
* Add support for builtin astype:Tanya Lattner2011-06-041-0/+7
* Implement the __is_trivially_copyable type traitAlexis Hunt2011-05-131-0/+1
* Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" andAlexis Hunt2011-05-091-1/+1
* Remove a few more bogus returns when the switch covers all theChandler Carruth2011-05-011-4/+3
* Remove another default and a *completely* bogus return from a switchChandler Carruth2011-05-011-2/+2
* Remove the type traits UTT_IsLvalueExpr and UTT_IsRvalueExpr.Chandler Carruth2011-05-011-2/+0
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-281-0/+42
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+13
* t/clang/type-traitsJohn Wiegley2011-04-271-4/+31
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+15
* Implement basic __is_trivial type-trait support, enough to close PR9472.Chandler Carruth2011-04-231-0/+1
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+17
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+12
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-2/+12
* Selector::getIdentifierInfoForSlot() can return NULL values, a factDouglas Gregor2011-02-181-1/+1
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-10/+9
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-0/+9
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-091-4/+0
* StmtPrinter: factor out arg printing code to PrintCallArgsPeter Collingbourne2011-02-081-3/+8
* Implement the Microsoft __is_convertible_to type trait, modeling theDouglas Gregor2011-01-271-1/+1
* Improve the printing of C++ construction expressions, from Yuri Gribov!Douglas Gregor2011-01-241-7/+8
* Check whether DependentScopeDeclRefExpr's NestedNameSpecifier exists before a...Axel Naumann2011-01-241-1/+2
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+6
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-1/+5
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-031-0/+5
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-7/+2
* Fix enumerator not handled in switch warnings.Francois Pichet2010-12-071-2/+2
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-071-1/+16
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-1/+1
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-14/+4
* Add a new expression kind, OpaqueValueExpr, which is useful forJohn McCall2010-11-151-0/+3
* Update to use 'LLVM_*' macro names for attributes.Chandler Carruth2010-10-231-2/+2
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-5/+7
* Define and implement CXXNoexceptExpr. Create it in Sema.Sebastian Redl2010-09-101-0/+6
* Microsoft's __uuidof operator implementation part 1.Francois Pichet2010-09-081-0/+10
* Provide proper type-source location information forDouglas Gregor2010-09-081-1/+5
* Eliminate CXXBindReferenceExpr, which was used in a ton ofDouglas Gregor2010-09-021-4/+0
* Revert my user-defined literal commits - r1124{58,60,67} pendingAlexis Hunt2010-08-301-5/+0
* Implement C++0x user-defined string literals.Alexis Hunt2010-08-291-0/+5
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-5/+5
* Regularize the API for accessing explicit template arguments.John McCall2010-08-191-2/+2
* StringRef'ication of lots stuff, patch by Peter Davies!Daniel Dunbar2010-08-171-1/+1
* Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()Benjamin Kramer2010-08-171-2/+4
* Some refactoring on StmtPrinter to avoid unused function warnings.Argyrios Kyrtzidis2010-08-151-15/+9
* Zap unused UnaryOperator::OffsetOf.Eli Friedman2010-08-131-28/+0
OpenPOWER on IntegriCloud