aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DeclPrinter.cpp
AgeCommit message (Expand)Author
2013-05-04In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella
2013-05-01[documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian
2013-05-01[ObjC declaration documentation] declaration of Fariborz Jahanian
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-03Add 178663 back.Rafael Espindola
2013-04-03Revert 178663.Rafael Espindola
2013-04-03Don't compute a patched/semantic storage class.Rafael Espindola
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-02-25Fix empty declaration printing.Michael Han
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2013-02-22Teach -ast-print how to print trailing-return-types.Richard Smith
2013-02-03DeclPrinter: fix CXXConstructExpr printing with implicit default argumentDmitri Gribenko
2013-01-31Added outer template parameter lists to friend type AST nodes.Enea Zaffanella
2013-01-27Decl printer: fix CXXConstructExpr with implicit default argumentDmitri Gribenko
2012-12-21Fixes couple of friend declaration -ast-print bugFariborz Jahanian
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-12-19Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian
2012-12-18This is the libclang patch providing minimal API toFariborz Jahanian
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-12-06More C++ testing of declarations embedded inFariborz Jahanian
2012-12-05In DeclPrint add printing of '= default'Fariborz Jahanian
2012-12-05In DeclPrint add printing of 'explicit'Fariborz Jahanian
2012-12-05Testing C++ declarations embedded inFariborz Jahanian
2012-12-05Testing C++ declarations embedded inFariborz Jahanian
2012-12-04objective-c blocks: Consider padding due to alignmentFariborz Jahanian
2012-12-04Testing objective-C declarations embedded inFariborz Jahanian
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-10-19Pretty-print a ParenListExpr in a variable initializer correctly. Patch by G...Eli Friedman
2012-10-17[Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian
2012-10-11Teach GetBaseType() about BlockPointerTypes.Ted Kremenek
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-08-21DeclPrinter, terse mode: don't print function bodiesDmitri Gribenko
2012-08-21Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutputDmitri Gribenko
2012-08-20DeclPrinter: add terse output mode and lots of testsDmitri Gribenko
2012-08-16Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith
2012-08-16Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith
2012-08-14Do NOT use inline functions with LLVM_ATTRIBUTE_USED.Benjamin Kramer
2012-08-10Provide isConst/Volatile on CXXMethodDecl.David Blaikie
2012-08-08Fix a -ast-dump crash.Eli Friedman
2012-07-26Added -ast-dump-filter option to clang -cc1.Alexander Kornienko
2012-06-10PR13064: Store whether an in-class initializer uses direct or copyRichard Smith
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-05-05Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings.Argyrios Kyrtzidis
2012-05-01Print inline for inline namespaces, from Faisal ValiDouglas Gregor
2012-04-30Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-02-11Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl
2012-02-07Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer
2012-01-03Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor