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