1. d6db976 Test commit: fix method summary comment by Jordy Rose · 14 years ago
  2. 76bd1f3 Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to by John McCall · 14 years ago
  3. a5ce966 Add support for calloc() in MallocChecker. Patch by Jordy Rose, with my by Zhongxing Xu · 14 years ago
  4. 1b730e8 When we see the a '[' in a postfix expression in Objective-C, perform by Douglas Gregor · 14 years ago
  5. 672bbf2 make #warning warnings end up in their own diagnostic category. rdar://8042673 by Chris Lattner · 14 years ago
  6. 8b9b742 Move .td files from AST to Basic. by Sean Hunt · 14 years ago
  7. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  8. 5ac3bdb Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 14 years ago
  9. 2a480e3 Changed text of 'empty enum' diagnostics to say so. by Fariborz Jahanian · 14 years ago
  10. 0511552 Empty enum in c is now error to match gcc's behavior. (radar 8040068). by Fariborz Jahanian · 14 years ago
  11. 2b7baf0 Roll back r104941. by John McCall · 14 years ago
  12. 1d0a585 Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 14 years ago
  13. 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 14 years ago
  14. 690c2e2 Add a comment to mention the memory ownership situation. by Dan Gohman · 14 years ago
  15. 6f73914 Parse/Sema: Add support for '#pragma options align=packed', which, it should be by Daniel Dunbar · 14 years ago
  16. 638e7cf Parse/Sema: Add support for '#pragma options align=native'. by Daniel Dunbar · 14 years ago
  17. a7f1c00 Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics, and we shouldn't by Ted Kremenek · 14 years ago
  18. 25a0fe2 Fixed missing initialization of member. Should we enable unused argument warning?. by Abramo Bagnara · 14 years ago
  19. 9929800 Driver: Add support for -m[no-]relax-all, and make it the default at -O0. by Daniel Dunbar · 14 years ago
  20. 4ecc9b7 Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instructions when using -integrated-as. by Daniel Dunbar · 14 years ago
  21. 4e9255f AST: Add AlignMac68kAttr, not yet used. by Daniel Dunbar · 14 years ago
  22. 8a2c92c AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 14 years ago
  23. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 14 years ago
  24. ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 14 years ago
  25. 861800c Parse: Add support for '#pragma options align'. by Daniel Dunbar · 14 years ago
  26. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  27. 2c0a540 Improve on flexible array diagnostics (PR7029). by Fariborz Jahanian · 14 years ago
  28. 4142ceb Fixes misc. flexible array bugs in c++ (PR7029). by Fariborz Jahanian · 14 years ago
  29. e935fdb Fixed comment. by Abramo Bagnara · 14 years ago
  30. a0af3b4 Added source order to CXXBaseOrMemberInitializer. by Abramo Bagnara · 14 years ago
  31. 1a97299 ASTRecordLayoutBuilder is no longer a friend of ASTRecordLayout. by Anders Carlsson · 14 years ago
  32. b90f4b3 Tell the string literal parser when it's not permitted to emit by Douglas Gregor · 14 years ago
  33. 28fdd0a No need to use the PrimaryBaseInfo struct in the builder. by Anders Carlsson · 14 years ago
  34. 9579898 Remove extents of dead symbolic regions when RemoveDeadBindings. by Zhongxing Xu · 14 years ago
  35. d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 14 years ago
  36. 3458d43 Allocate the contents of TemplateArgumentList using ASTContext's allocator. This fixes by Ted Kremenek · 14 years ago
  37. ff3dc39 Add Redeclarable boilerplate to TypedefDecl, from Peter Collingbourne! by Douglas Gregor · 14 years ago
  38. 32148ce Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the by Daniel Dunbar · 14 years ago
  39. b453c53 Put -Wvla into the -Wgnu warning group by Douglas Gregor · 14 years ago
  40. dc84534 Improve code completion in failure cases in two ways: by Douglas Gregor · 14 years ago
  41. ab28099 CastSizeChecker checks when casting a malloc'ed symbolic region to type T, by Zhongxing Xu · 14 years ago
  42. 45806fe Make this class useful as a base. by Nick Lewycky · 14 years ago
  43. 6a143ff add a few more categories. by Chris Lattner · 14 years ago
  44. 9ecb636 missed an svn add by Chris Lattner · 14 years ago
  45. 3f14538 push categories forward a bit more: document them, add some by Chris Lattner · 14 years ago
  46. 94a6157 Downgrade deletion of a void* from an error (which is should be) to an by Douglas Gregor · 14 years ago
  47. a481ec4 It turns out that people love using VLAs in templates, too. Weaken our by Douglas Gregor · 14 years ago
  48. 9ba6af8 Complain about sizeof(overloaded function) rather than crashing. by Douglas Gregor · 14 years ago
  49. 928e6fc Move OverloadExpr over to a ASTContext-allocated pointer for its by Douglas Gregor · 14 years ago
  50. 5a84dec Provide the overloaded functions for UnresolvedLookupExpr and by Douglas Gregor · 14 years ago
  51. 0054531 Keep track of all of the class and function template's "common" by Douglas Gregor · 14 years ago
  52. db4da82 Put the VLA-is-an-extension warning into its own warning group (-Wvla) by Douglas Gregor · 14 years ago
  53. 0fddb97 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 14 years ago
  54. c304ba3 Daniel re-educated me about what Alias does and does not do. Turn that off for by Chandler Carruth · 14 years ago
  55. 3038204 Driver: Add Tool::ShortName, intended to be a human readable name for the tool. by Daniel Dunbar · 14 years ago
  56. d5ab9b0 Improve recovery when we see a dependent template name that is missing by Douglas Gregor · 14 years ago
  57. 561da7e Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 14 years ago
  58. 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 14 years ago
  59. db3f847 Outdent this file by 2 spaces per the coding standards, and also clean up by Nick Lewycky · 14 years ago
  60. e4aec0e Improved TypeLoc::getSourceRange(). by Abramo Bagnara · 14 years ago
  61. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 14 years ago
  62. e0d5fe2 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 14 years ago
  63. 34d7c4d don't make _Bool be a keyword in -fms-extensions mode, patch by Steven Watanabe! by Chris Lattner · 14 years ago
  64. 74d4031 TypeVisitor doesn't visit Stmts. by Nick Lewycky · 14 years ago
  65. facfc77 Teach the RecursiveASTVisitor to enter parts of the AST previously missed. by Chandler Carruth · 14 years ago
  66. bc365c5 Introduce a method to get from an anonymous struct or union record declaration by John McCall · 14 years ago
  67. 63dfd58 make -Wc++-hex-floats be a member of -Wc++0x-compat, by Chris Lattner · 14 years ago
  68. ac0f5e5 Don't warn about use of hex floats in c++ mode by default, by Chris Lattner · 14 years ago
  69. 72a43bb Add a new failure kind, FK_Incomplete, to InitializationSequence, to by Douglas Gregor · 14 years ago
  70. c673af7 clang -cc1as: Add -help, -version, and -mllvm support. by Daniel Dunbar · 14 years ago
  71. 41b5b17 Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'. by Daniel Dunbar · 14 years ago
  72. 03e8ab2 Driver: Move some argument lookup utilities into driver::ArgList. by Daniel Dunbar · 14 years ago
  73. e03db98 Added TemplateArgumentListInfo to FunctionTemplateSpecializationInfo. by Abramo Bagnara · 14 years ago
  74. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  75. 47e8e39 Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManager::isFromMainFile()). by Ted Kremenek · 14 years ago
  76. 68dd3ee Various small fixes for construction/destruction of Objective-C++ by Douglas Gregor · 14 years ago
  77. ea1471e Support implicitly closing on 'this' in a block. Fixed PR7165. by John McCall · 14 years ago
  78. 98d279b switch TemplateArgumentListBuilder to hold its flat argument list in a smallvector by Chris Lattner · 14 years ago
  79. 8859891 fix the TemplateArgumentList copy constructor to not by Chris Lattner · 14 years ago
  80. 56ef550 Clarify TemplateArgumentList ownership over its "flat" and by Chris Lattner · 14 years ago
  81. 50aa6ac Move CXCursor_FirstDecl definition later to make the results more readable in the debugger. by Ted Kremenek · 14 years ago
  82. e4da7a0 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 14 years ago
  83. 2390a72 Adds support for ObjC++'s GC attribute on declaration of by Fariborz Jahanian · 14 years ago
  84. 60e7064 Cache the linkage of a type within its canonical type, eliminating by Douglas Gregor · 14 years ago
  85. 2bb106e Remove clang_isDeclarationADefinition() since its functionality is already provided by clang_isCursorDefinition(). by Ted Kremenek · 14 years ago
  86. 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 14 years ago
  87. b12903e Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to distinguish between by Ted Kremenek · 14 years ago
  88. f813a2c Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 14 years ago
  89. 7381d5c Switch over the tablegen to use much prettier range technology by Sean Hunt · 14 years ago
  90. 0fb9708 If a switch condition is constant, don't warn about missing enum cases. by John McCall · 14 years ago
  91. 6362b89 Add option '-analyzer-max-loop', which specifies the maximum by Zhongxing Xu · 14 years ago
  92. 2fe0025 Add a 'Base' type to RecursiveASTVisitor to make recursing easier and document by Nick Lewycky · 14 years ago
  93. e175a6f Comments and assorted cleanups for the Objective C type AST. by John McCall · 14 years ago
  94. 9ada39a Add libclang function 'clang_CXXMethod_isStatic' to query of a C++ method by Ted Kremenek · 14 years ago
  95. ca67738 Be sure to initialize the "has base type as written" field of an by John McCall · 14 years ago
  96. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  97. 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 14 years ago
  98. 1b71848 Driver: Make -fverbose-asm the default for platforms where the integrated by Daniel Dunbar · 14 years ago
  99. 8e0ac17 Add CXType and an initial set of supporting functions to libclang. This exposes details of by Ted Kremenek · 14 years ago
  100. 321c268 fit in 80 cols, remove prototypes for handling #assert since apparently noone cares. by Chris Lattner · 14 years ago