1. 54c2f88 Fix typo in debug method. by Benjamin Kramer · 12 years ago
  2. 42c72c2 Do NOT use inline functions with LLVM_ATTRIBUTE_USED. by Benjamin Kramer · 12 years ago
  3. 4ef832f Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 12 years ago
  4. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
  5. ffb0c3a Remove HasSynthBitfield and all callers/writers/etc. Also remove by Eric Christopher · 12 years ago
  6. 8552437 Plug a long standing memory leak in TemplateArgument. by Benjamin Kramer · 12 years ago
  7. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 12 years ago
  8. 16f1f71 Reapply r151638 and r151641. by James Molloy · 12 years ago
  9. 32a9a75 Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h by Argyrios Kyrtzidis · 12 years ago
  10. fbcf040 Correctly track tags and enum members defined in the prototype of a function, and ensure they are properly scoped. by James Molloy · 12 years ago
  11. 5b9cc5d Represent C++ direct initializers as ParenListExprs before semantic analysis by Sebastian Redl · 12 years ago
  12. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  13. 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 13 years ago
  14. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  15. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
  16. ef96ee0 De-virtualize getPreviousDecl() and getMostRecentDecl() when we know by Douglas Gregor · 13 years ago
  17. 49310ba Eliminate redundant, empty function by Douglas Gregor · 13 years ago
  18. bd9482d Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 13 years ago
  19. 5e2a1ff Move the data that corresponds to the definition of a protocol into a by Douglas Gregor · 13 years ago
  20. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  21. 7723fec Keep track of all declarations of an Objective-C class (both forward by Douglas Gregor · 13 years ago
  22. 95ed778 objective-c: Treat top-level objective-c declarations by Fariborz Jahanian · 13 years ago
  23. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  24. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  25. cbea763 Include assembler label for functions in the XML dump by Joerg Sonnenberger · 13 years ago
  26. 10620eb Modify some deleted function methods to better reflect reality: by Sean Hunt · 13 years ago
  27. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  28. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  29. 414d896 Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or by Anton Korobeynikov · 13 years ago
  30. a49218e PR8369: make __attribute((regparm(0))) work correctly. Original patch by by Eli Friedman · 13 years ago
  31. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 13 years ago
  32. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 13 years ago
  33. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 13 years ago
  34. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  35. cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago
  36. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  37. 87dd697 Clean up the handling of template argument packs, especially in the by Douglas Gregor · 14 years ago
  38. 7bd245b Tweaks. by John McCall · 14 years ago
  39. 3bddf5c ObjC support in the XML dumper. by John McCall · 14 years ago
  40. 6710cf1 Make the dumper safe against null declaration names. by John McCall · 14 years ago
  41. 13cf5e2 Appease versions of GCC which don't correctly support injected class names. by John McCall · 14 years ago
  42. 26c25c9 This is probably an important file. by John McCall · 14 years ago