summaryrefslogtreecommitdiffstats
path: root/clang/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-854/+0
* add parsing, ast building and pretty printing support for C++ throw expressions.Chris Lattner2008-02-261-0/+9
* Patch from Argiris Kirtzidis:Ted Kremenek2008-02-231-1/+1
* Implement first round of feedback on __builtin_overloadNate Begeman2008-01-301-2/+2
* Fixed misc. issues raised by Chris L. on @synchronized implementation.Fariborz Jahanian2008-01-301-7/+4
* Bunch of type defs, etc. for @synchronized.Fariborz Jahanian2008-01-291-0/+11
* Implement basic overload support via a new builtin, __builtin_overload.Nate Begeman2008-01-171-0/+9
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-9/+9
* New declarations/defs for Objc2's foreach-statement. This is work in progress.Fariborz Jahanian2008-01-021-0/+19
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Removed dependence on #including iostream.Ted Kremenek2007-11-261-3/+2
* Fixed StmtPrinter to handle GCC extension to the ternary operator "?:" whereTed Kremenek2007-11-261-3/+10
* Keep track of whether the asm is volatile or not.Anders Carlsson2007-11-231-1/+6
* Store output and input operands as well as clobber information in the AsmStmt...Anders Carlsson2007-11-221-0/+51
* Store inline asm code in the AST.Anders Carlsson2007-11-201-1/+3
* Make sure Sema::ParsedFreeStandingDeclSpec() returns a decl representing the ...Steve Naroff2007-11-171-1/+9
* Patch to do statically typed ivar references.Fariborz Jahanian2007-11-121-0/+4
* Implement instance variable references.Steve Naroff2007-11-121-0/+4
* AST for objective-c's @throw statement and its pretty-printing.Fariborz Jahanian2007-11-071-0/+9
* Fixed a pretty-printer bug whereby a @try statement with no @finally seg faul...Fariborz Jahanian2007-11-071-5/+4
* pretty-print @try/@catch/@finally from AST as the validation of AST.Fariborz Jahanian2007-11-021-3/+31
* Bunch of class declarations for objective-c's @try-catch statement.Fariborz Jahanian2007-11-011-0/+12
* Implement *skeletal* support for representing GNU inline asm stmts in the AST,Chris Lattner2007-10-291-0/+5
* remove extraneous space in @selector()Chris Lattner2007-10-181-9/+3
* Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitiveTed Kremenek2007-10-171-1/+1
* Implementation of AST for @protocol expression.Fariborz Jahanian2007-10-171-0/+7
* Steve, pointer out that getName() is available for selectors. Made code much ...Fariborz Jahanian2007-10-161-9/+1
* Fix problem dumping/printing method names with null selector.Fariborz Jahanian2007-10-161-2/+8
* Patch to implement AST generation for objective-c's @selector expression.Fariborz Jahanian2007-10-161-0/+12
* Add code generation and sema checking for __builtin_va_arg.Anders Carlsson2007-10-151-0/+8
* Add support for Pascal strings.Anders Carlsson2007-10-151-1/+1
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-1/+1
* - Add ObjcInterfaceDecl::lookupInstanceMethod(), lookupClassMethod().Steve Naroff2007-10-021-4/+11
* further apfloat'ize the front-end, allowing codegen to pass Chris Lattner2007-09-221-1/+1
* Progress on message expressions...Steve Naroff2007-09-181-0/+11
* pretty print some nodes more nicely.Chris Lattner2007-09-151-9/+28
* Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.Steve Naroff2007-09-131-1/+1
* get rid of ugly "warning: no newline at end of file"Gabor Greif2007-09-111-1/+1
* Added "PrinterHelper" interface (include/AST/PrinterHelper) that canTed Kremenek2007-08-311-3/+19
* Add InitListExpr class.Anders Carlsson2007-08-311-0/+9
* implement pretty printing of offsetofChris Lattner2007-08-301-0/+28
* add a new ImaginaryLiteral AST node that is used toChris Lattner2007-08-261-0/+6
* Split the ASTNode out for compound assignments out from binary operators. NowChris Lattner2007-08-251-0/+5
* Pretty print as:Chris Lattner2007-08-231-1/+14
* Parse @encode expressions.Anders Carlsson2007-08-221-0/+5
* Implement parsing and code generation of Objective-C string literals.Anders Carlsson2007-08-211-0/+6
* Switch StmtVisitor from using dynamic to static dispatch. This makes it Chris Lattner2007-08-211-7/+7
* Modified ArraySubscriptExpr to have accessors getLHS and getRHS in additionTed Kremenek2007-08-201-2/+2
* move a switch to common code.Chris Lattner2007-08-091-10/+1
* add a new AST dumper interface (E->dump()). This dumps outChris Lattner2007-08-081-4/+5
OpenPOWER on IntegriCloud