1. 3038204 Driver: Add Tool::ShortName, intended to be a human readable name for the tool. by Daniel Dunbar · 14 years ago
  2. d5ab9b0 Improve recovery when we see a dependent template name that is missing by Douglas Gregor · 14 years ago
  3. 561da7e Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 14 years ago
  4. 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 14 years ago
  5. db3f847 Outdent this file by 2 spaces per the coding standards, and also clean up by Nick Lewycky · 14 years ago
  6. e4aec0e Improved TypeLoc::getSourceRange(). by Abramo Bagnara · 14 years ago
  7. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 14 years ago
  8. e0d5fe2 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 14 years ago
  9. 34d7c4d don't make _Bool be a keyword in -fms-extensions mode, patch by Steven Watanabe! by Chris Lattner · 14 years ago
  10. 74d4031 TypeVisitor doesn't visit Stmts. by Nick Lewycky · 14 years ago
  11. facfc77 Teach the RecursiveASTVisitor to enter parts of the AST previously missed. by Chandler Carruth · 14 years ago
  12. bc365c5 Introduce a method to get from an anonymous struct or union record declaration by John McCall · 14 years ago
  13. 63dfd58 make -Wc++-hex-floats be a member of -Wc++0x-compat, by Chris Lattner · 14 years ago
  14. ac0f5e5 Don't warn about use of hex floats in c++ mode by default, by Chris Lattner · 14 years ago
  15. 72a43bb Add a new failure kind, FK_Incomplete, to InitializationSequence, to by Douglas Gregor · 14 years ago
  16. c673af7 clang -cc1as: Add -help, -version, and -mllvm support. by Daniel Dunbar · 14 years ago
  17. 41b5b17 Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'. by Daniel Dunbar · 14 years ago
  18. 03e8ab2 Driver: Move some argument lookup utilities into driver::ArgList. by Daniel Dunbar · 14 years ago
  19. e03db98 Added TemplateArgumentListInfo to FunctionTemplateSpecializationInfo. by Abramo Bagnara · 14 years ago
  20. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  21. 47e8e39 Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManager::isFromMainFile()). by Ted Kremenek · 14 years ago
  22. 68dd3ee Various small fixes for construction/destruction of Objective-C++ by Douglas Gregor · 14 years ago
  23. ea1471e Support implicitly closing on 'this' in a block. Fixed PR7165. by John McCall · 14 years ago
  24. 98d279b switch TemplateArgumentListBuilder to hold its flat argument list in a smallvector by Chris Lattner · 14 years ago
  25. 8859891 fix the TemplateArgumentList copy constructor to not by Chris Lattner · 14 years ago
  26. 56ef550 Clarify TemplateArgumentList ownership over its "flat" and by Chris Lattner · 14 years ago
  27. 50aa6ac Move CXCursor_FirstDecl definition later to make the results more readable in the debugger. by Ted Kremenek · 14 years ago
  28. e4da7a0 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 14 years ago
  29. 2390a72 Adds support for ObjC++'s GC attribute on declaration of by Fariborz Jahanian · 14 years ago
  30. 60e7064 Cache the linkage of a type within its canonical type, eliminating by Douglas Gregor · 14 years ago
  31. 2bb106e Remove clang_isDeclarationADefinition() since its functionality is already provided by clang_isCursorDefinition(). by Ted Kremenek · 14 years ago
  32. 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 14 years ago
  33. b12903e Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to distinguish between by Ted Kremenek · 14 years ago
  34. f813a2c Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 14 years ago
  35. 7381d5c Switch over the tablegen to use much prettier range technology by Sean Hunt · 14 years ago
  36. 0fb9708 If a switch condition is constant, don't warn about missing enum cases. by John McCall · 14 years ago
  37. 6362b89 Add option '-analyzer-max-loop', which specifies the maximum by Zhongxing Xu · 14 years ago
  38. 2fe0025 Add a 'Base' type to RecursiveASTVisitor to make recursing easier and document by Nick Lewycky · 14 years ago
  39. e175a6f Comments and assorted cleanups for the Objective C type AST. by John McCall · 14 years ago
  40. 9ada39a Add libclang function 'clang_CXXMethod_isStatic' to query of a C++ method by Ted Kremenek · 14 years ago
  41. ca67738 Be sure to initialize the "has base type as written" field of an by John McCall · 14 years ago
  42. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  43. 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 14 years ago
  44. 1b71848 Driver: Make -fverbose-asm the default for platforms where the integrated by Daniel Dunbar · 14 years ago
  45. 8e0ac17 Add CXType and an initial set of supporting functions to libclang. This exposes details of by Ted Kremenek · 14 years ago
  46. 321c268 fit in 80 cols, remove prototypes for handling #assert since apparently noone cares. by Chris Lattner · 14 years ago
  47. 83a9447 Refactor ParseFunctionDeclaratorIdentifierList to have the first by Chris Lattner · 14 years ago
  48. e17a643 Added Expr::EvaluateAsAnyLValue. by Abramo Bagnara · 14 years ago
  49. a63db84 Revert r103770, "Added basic source locations to Elaborated and DependentName by Daniel Dunbar · 14 years ago
  50. 5431299 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 14 years ago
  51. 95f1b15 Namespaces can only be defined at global or namespace scope. Fixes PR6596. by Douglas Gregor · 14 years ago
  52. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 14 years ago
  53. bef0efd add a couple of key functions for classes without them. by Chris Lattner · 14 years ago
  54. edd8df9 "this patch properly addresses escaping < and > which might appear by Chris Lattner · 14 years ago
  55. b30575c Driver/Darwin/i386: Don't allow compiling C++ with -fapple-kext, we don't support the necessary ABI yet. by Daniel Dunbar · 14 years ago
  56. ddb0b4d When checking scopes for indirect goto, be more permissive (but still safe) by John McCall · 14 years ago
  57. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  58. 2166beb The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 14 years ago
  59. a5fdd9c Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! by Douglas Gregor · 14 years ago
  60. 42c8f87 Refactor the constant-evaluator so that it only supports a single form by John McCall · 14 years ago
  61. 45d9c2d Allocate most of DeclarationNamesTable using ASTContext's allcocator. The only things that by Ted Kremenek · 14 years ago
  62. ac9590e Start converting pieces of DeclarationNameTable to be allocated using ASTContext's allocator. by Ted Kremenek · 14 years ago
  63. d04ed41 Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTContext's allocator. Fixes <rdar://problem/7961605>. by Ted Kremenek · 14 years ago
  64. 4bd98e8 Improved -ast-print-xml for C++, from Sebastien Binet! by Douglas Gregor · 14 years ago
  65. c896ea8 Alternative workaround for MSVC compilation failure, from Dimitry Andric by Douglas Gregor · 14 years ago
  66. 5921863 pch'ify CXXNewExpr and CXXZeroInitValueExpr by Chris Lattner · 14 years ago
  67. ddfe960 Doxygen-ify a comment and add an example of when this AST node is required. by Chandler Carruth · 14 years ago
  68. d259836 pchify CXXTemporary, CXXBindTemporaryExpr, and CXXExprWithTemporaries. by Chris Lattner · 14 years ago
  69. 5ce6677 Fix typo. by Chandler Carruth · 14 years ago
  70. 030854b pch'ify default argument definitions and uses. by Chris Lattner · 14 years ago
  71. 2fbdfcd pch'ify 'this' and 'throw' by Chris Lattner · 14 years ago
  72. 14ab24f pch'ify typeid. by Chris Lattner · 14 years ago
  73. 1817bd4 pchify CXXMemberCallExpr correctly. Before it would serialize by Chris Lattner · 14 years ago
  74. 836fc14 Actually compute the empty subobject sizes. No functionality change yet. by Anders Carlsson · 14 years ago
  75. c3fddeb Add a SizeOfLargestEmptySubobject member to ASTRecordLayout. For C++ classes this will hold the largest empty subobject or 0 if the class doesn't have any empty subobjects. by Anders Carlsson · 14 years ago
  76. 1f10962 Attempted workaround for MSVC compile error by Douglas Gregor · 14 years ago
  77. ec20f46 When printing an overload candidate that failed due to SFINAE, print a by Douglas Gregor · 14 years ago
  78. f1a8445 Improve overload-candidate diagnostic for a function template that by Douglas Gregor · 14 years ago
  79. a18592e When template argument deduction fails because the call had too by Douglas Gregor · 14 years ago
  80. a933319 When printing a non-viable overload candidate that failed due to by Douglas Gregor · 14 years ago
  81. b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 14 years ago
  82. d30bf2e Introduce a recursive AST visitor that makes it trivial to recursively by Douglas Gregor · 14 years ago
  83. 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 14 years ago
  84. fde7596 add more types to -ast-print-xml, PR5006 by Chris Lattner · 14 years ago
  85. 0b2227e Add NamedDecl::printName() for clients that to use getNameAsString() but are already using a raw_ostream. by Ted Kremenek · 14 years ago
  86. f78cc43 Add a stub frontend action for BoostCon, for next week's workshop. by Douglas Gregor · 14 years ago
  87. dcb1d68 reimplement the caching in the SourceManager::isBeforeInTranslationUnit() by Chris Lattner · 14 years ago
  88. a0536d8 Add CXCursor support for LinkageSpecDecl (e.g., 'extern "C"'). by Ted Kremenek · 14 years ago
  89. 8f06e0e Add CXCursor support for C++ namespaces. by Ted Kremenek · 14 years ago
  90. a3cb8ee ignore *.orig when installing, patch by Brooks Davis! by Chris Lattner · 14 years ago
  91. eecf38f Fixed DISABLE_SMART_POINTERS breakage by Douglas Gregor · 14 years ago
  92. 9cf933a Handle -ffunction-sections and -fdata-sections in the driver. by Rafael Espindola · 14 years ago
  93. 64219a2 Try to work around a Visual C++ bug with copy-assignment. by Douglas Gregor · 14 years ago
  94. 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 14 years ago
  95. 3c385c2 Push TypeSourceInfo::getTypeLoc() into a header file so that it's by John McCall · 14 years ago
  96. 04a025e Kill a never-defined, never-used member function. Thanks, Enea. by John McCall · 14 years ago
  97. 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 14 years ago
  98. 1b5a618 Remember the number of positive and negative bits used by the enumerators of by John McCall · 14 years ago
  99. c40f73c Remove a dependency on Frontend headers in the Driver library. Also saves by Chandler Carruth · 14 years ago
  100. 1c625f2 Turn -analyzer-inline-call on for C functions. This also fixed a bug that by Zhongxing Xu · 14 years ago