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
/
DumpXML.cpp
Age
Commit message (
Expand
)
Author
2013-02-23
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-22
Add support for coldcc to clang
Peter Collingbourne
2013-01-16
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-25
Add intel_ocl_bicc calling convention as a function attribute to clang. The c...
Guy Benyei
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-10-21
PR14141 (part of DR1351): An implicitly-deduced "any" exception specification
Richard Smith
2012-10-18
Put used="1" on all used declarations in the XML dumper. This allows us to
Nick Lewycky
2012-10-16
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-09-26
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-08-22
Fix typo in debug method.
Benjamin Kramer
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-07-26
Added -ast-dump-filter option to clang -cc1.
Alexander Kornienko
2012-07-19
Remove HasSynthBitfield and all callers/writers/etc. Also remove
Eric Christopher
2012-06-07
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-04-06
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-02-29
Reapply r151638 and r151641.
James Molloy
2012-02-28
Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h
Argyrios Kyrtzidis
2012-02-28
Correctly track tags and enum members defined in the prototype of a function,...
James Molloy
2012-02-11
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-14
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-01
Eliminate redundant, empty function
Douglas Gregor
2012-01-01
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2012-01-01
Move the data that corresponds to the definition of a protocol into a
Douglas Gregor
2011-12-27
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-12-15
Keep track of all declarations of an Objective-C class (both forward
Douglas Gregor
2011-08-27
objective-c: Treat top-level objective-c declarations
Fariborz Jahanian
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-06-11
Implement Objective-C Related Result Type semantics.
Douglas Gregor
2011-05-13
Include assembler label for functions in the XML dump
Joerg Sonnenberger
2011-05-06
Modify some deleted function methods to better reflect reality:
Sean Hunt
2011-05-05
Implement support for C++0x alias templates.
Richard Smith
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-14
Implement ARM pcs attribute. Basically it's another way of calling convention...
Anton Korobeynikov
2011-04-09
PR8369: make __attribute((regparm(0))) work correctly. Original patch by
Eli Friedman
2011-03-12
Propagate the new exception information to FunctionProtoType.
Sebastian Redl
2011-03-02
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-01-19
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-08
Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,
Sean Hunt
2011-01-05
Replace the representation of template template argument pack
Douglas Gregor
2010-12-20
Clean up the handling of template argument packs, especially in the
Douglas Gregor
2010-12-02
Tweaks.
John McCall
2010-12-02
ObjC support in the XML dumper.
John McCall
[next]