summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-6/+6
* Revert the dump functions to send output to llvm::errs(), matching the LLVM c...Argyrios Kyrtzidis2010-08-091-2/+2
* Send AST dumping/printing to stdout instead of stderr.Argyrios Kyrtzidis2010-08-031-1/+1
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-1/+1
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-1/+1
* Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor2010-07-071-1/+1
* AST: Propogate printing policy to types in a bunch more places.Daniel Dunbar2010-06-301-15/+15
* Nasty rewriter bug which turns out to have an easy fix inFariborz Jahanian2010-06-301-1/+1
* Reapplying patch to change StmtNodes.def to StmtNodes.td, this timeAlexis Hunt2010-05-051-1/+1
* Revert r103072; I accidentally ended up deleting a bunch of trailingAlexis Hunt2010-05-051-4/+4
* Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributesAlexis Hunt2010-05-051-4/+4
* Teach __builtin_offsetof to compute the offsets of members of baseDouglas Gregor2010-04-291-1/+5
* Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor2010-04-281-0/+30
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-231-5/+2
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-3/+15
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-7/+7
* Use CXXPseudoDestructorExpr as the stored representation for dependentDouglas Gregor2010-02-251-1/+4
* Add an CXXBindReferenceExpr (not used just yet).Anders Carlsson2010-01-291-0/+4
* Fixes a rewrite bug rewriting a block call argument which has a trvialFariborz Jahanian2010-01-131-0/+7
* Fix a problem related to rewrite of anonymous unions.Fariborz Jahanian2010-01-111-2/+3
* Rework how we support C++ implicit member accesses. If we can resolve anJohn McCall2009-12-011-6/+10
* Eliminate the use of OverloadedFunctionDecl in member expressions.John McCall2009-11-301-0/+18
* Remove VISIBILITY_HIDDEN from lib/AST.Benjamin Kramer2009-11-281-2/+1
* Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor2009-11-251-5/+0
* Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and John McCall2009-11-241-8/+10
* "Incremental" progress on using expressions, by which I mean totally rippingJohn McCall2009-11-211-4/+4
* Draw a brighter line between "unresolved" expressions, where we have done theJohn McCall2009-11-191-2/+4
* Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor2009-10-231-7/+7
* While writing source-location entries to a PCH file, go through anDouglas Gregor2009-10-161-1/+1
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-69/+68
* Initial stab at implement dependent member references to memberDouglas Gregor2009-09-091-2/+11
* Implement AST, semantics, and CodeGen for C++ pseudo-destructorDouglas Gregor2009-09-041-0/+14
* Improved handling for dependent, qualified member access expressions, e.g.,Douglas Gregor2009-09-031-0/+2
* Preliminary AST representation and semantic analysis forDouglas Gregor2009-09-011-0/+6
* Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocateDouglas Gregor2009-08-311-10/+3
OpenPOWER on IntegriCloud