1. 8a2c92c AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 14 years ago
  2. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 14 years ago
  3. ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 14 years ago
  4. 861800c Parse: Add support for '#pragma options align'. by Daniel Dunbar · 14 years ago
  5. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  6. 2c0a540 Improve on flexible array diagnostics (PR7029). by Fariborz Jahanian · 14 years ago
  7. 4142ceb Fixes misc. flexible array bugs in c++ (PR7029). by Fariborz Jahanian · 14 years ago
  8. e935fdb Fixed comment. by Abramo Bagnara · 14 years ago
  9. a0af3b4 Added source order to CXXBaseOrMemberInitializer. by Abramo Bagnara · 14 years ago
  10. 1a97299 ASTRecordLayoutBuilder is no longer a friend of ASTRecordLayout. by Anders Carlsson · 14 years ago
  11. b90f4b3 Tell the string literal parser when it's not permitted to emit by Douglas Gregor · 14 years ago
  12. 28fdd0a No need to use the PrimaryBaseInfo struct in the builder. by Anders Carlsson · 14 years ago
  13. 9579898 Remove extents of dead symbolic regions when RemoveDeadBindings. by Zhongxing Xu · 14 years ago
  14. d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 14 years ago
  15. 3458d43 Allocate the contents of TemplateArgumentList using ASTContext's allocator. This fixes by Ted Kremenek · 14 years ago
  16. ff3dc39 Add Redeclarable boilerplate to TypedefDecl, from Peter Collingbourne! by Douglas Gregor · 14 years ago
  17. 32148ce Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the by Daniel Dunbar · 14 years ago
  18. b453c53 Put -Wvla into the -Wgnu warning group by Douglas Gregor · 14 years ago
  19. dc84534 Improve code completion in failure cases in two ways: by Douglas Gregor · 14 years ago
  20. ab28099 CastSizeChecker checks when casting a malloc'ed symbolic region to type T, by Zhongxing Xu · 14 years ago
  21. 45806fe Make this class useful as a base. by Nick Lewycky · 14 years ago
  22. 6a143ff add a few more categories. by Chris Lattner · 14 years ago
  23. 9ecb636 missed an svn add by Chris Lattner · 14 years ago
  24. 3f14538 push categories forward a bit more: document them, add some by Chris Lattner · 14 years ago
  25. 94a6157 Downgrade deletion of a void* from an error (which is should be) to an by Douglas Gregor · 14 years ago
  26. a481ec4 It turns out that people love using VLAs in templates, too. Weaken our by Douglas Gregor · 14 years ago
  27. 9ba6af8 Complain about sizeof(overloaded function) rather than crashing. by Douglas Gregor · 14 years ago
  28. 928e6fc Move OverloadExpr over to a ASTContext-allocated pointer for its by Douglas Gregor · 14 years ago
  29. 5a84dec Provide the overloaded functions for UnresolvedLookupExpr and by Douglas Gregor · 14 years ago
  30. 0054531 Keep track of all of the class and function template's "common" by Douglas Gregor · 14 years ago
  31. db4da82 Put the VLA-is-an-extension warning into its own warning group (-Wvla) by Douglas Gregor · 14 years ago
  32. 0fddb97 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 14 years ago
  33. c304ba3 Daniel re-educated me about what Alias does and does not do. Turn that off for by Chandler Carruth · 14 years ago
  34. 3038204 Driver: Add Tool::ShortName, intended to be a human readable name for the tool. by Daniel Dunbar · 14 years ago
  35. d5ab9b0 Improve recovery when we see a dependent template name that is missing by Douglas Gregor · 14 years ago
  36. 561da7e Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 14 years ago
  37. 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 14 years ago
  38. db3f847 Outdent this file by 2 spaces per the coding standards, and also clean up by Nick Lewycky · 14 years ago
  39. e4aec0e Improved TypeLoc::getSourceRange(). by Abramo Bagnara · 14 years ago
  40. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 14 years ago
  41. e0d5fe2 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 14 years ago
  42. 34d7c4d don't make _Bool be a keyword in -fms-extensions mode, patch by Steven Watanabe! by Chris Lattner · 14 years ago
  43. 74d4031 TypeVisitor doesn't visit Stmts. by Nick Lewycky · 14 years ago
  44. facfc77 Teach the RecursiveASTVisitor to enter parts of the AST previously missed. by Chandler Carruth · 14 years ago
  45. bc365c5 Introduce a method to get from an anonymous struct or union record declaration by John McCall · 14 years ago
  46. 63dfd58 make -Wc++-hex-floats be a member of -Wc++0x-compat, by Chris Lattner · 14 years ago
  47. ac0f5e5 Don't warn about use of hex floats in c++ mode by default, by Chris Lattner · 14 years ago
  48. 72a43bb Add a new failure kind, FK_Incomplete, to InitializationSequence, to by Douglas Gregor · 14 years ago
  49. c673af7 clang -cc1as: Add -help, -version, and -mllvm support. by Daniel Dunbar · 14 years ago
  50. 41b5b17 Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'. by Daniel Dunbar · 14 years ago
  51. 03e8ab2 Driver: Move some argument lookup utilities into driver::ArgList. by Daniel Dunbar · 14 years ago
  52. e03db98 Added TemplateArgumentListInfo to FunctionTemplateSpecializationInfo. by Abramo Bagnara · 14 years ago
  53. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  54. 47e8e39 Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManager::isFromMainFile()). by Ted Kremenek · 14 years ago
  55. 68dd3ee Various small fixes for construction/destruction of Objective-C++ by Douglas Gregor · 14 years ago
  56. ea1471e Support implicitly closing on 'this' in a block. Fixed PR7165. by John McCall · 14 years ago
  57. 98d279b switch TemplateArgumentListBuilder to hold its flat argument list in a smallvector by Chris Lattner · 14 years ago
  58. 8859891 fix the TemplateArgumentList copy constructor to not by Chris Lattner · 14 years ago
  59. 56ef550 Clarify TemplateArgumentList ownership over its "flat" and by Chris Lattner · 14 years ago
  60. 50aa6ac Move CXCursor_FirstDecl definition later to make the results more readable in the debugger. by Ted Kremenek · 14 years ago
  61. e4da7a0 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 14 years ago
  62. 2390a72 Adds support for ObjC++'s GC attribute on declaration of by Fariborz Jahanian · 14 years ago
  63. 60e7064 Cache the linkage of a type within its canonical type, eliminating by Douglas Gregor · 14 years ago
  64. 2bb106e Remove clang_isDeclarationADefinition() since its functionality is already provided by clang_isCursorDefinition(). by Ted Kremenek · 14 years ago
  65. 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 14 years ago
  66. b12903e Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to distinguish between by Ted Kremenek · 14 years ago
  67. f813a2c Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 14 years ago
  68. 7381d5c Switch over the tablegen to use much prettier range technology by Sean Hunt · 14 years ago
  69. 0fb9708 If a switch condition is constant, don't warn about missing enum cases. by John McCall · 14 years ago
  70. 6362b89 Add option '-analyzer-max-loop', which specifies the maximum by Zhongxing Xu · 14 years ago
  71. 2fe0025 Add a 'Base' type to RecursiveASTVisitor to make recursing easier and document by Nick Lewycky · 14 years ago
  72. e175a6f Comments and assorted cleanups for the Objective C type AST. by John McCall · 14 years ago
  73. 9ada39a Add libclang function 'clang_CXXMethod_isStatic' to query of a C++ method by Ted Kremenek · 14 years ago
  74. ca67738 Be sure to initialize the "has base type as written" field of an by John McCall · 14 years ago
  75. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  76. 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 14 years ago
  77. 1b71848 Driver: Make -fverbose-asm the default for platforms where the integrated by Daniel Dunbar · 14 years ago
  78. 8e0ac17 Add CXType and an initial set of supporting functions to libclang. This exposes details of by Ted Kremenek · 14 years ago
  79. 321c268 fit in 80 cols, remove prototypes for handling #assert since apparently noone cares. by Chris Lattner · 14 years ago
  80. 83a9447 Refactor ParseFunctionDeclaratorIdentifierList to have the first by Chris Lattner · 14 years ago
  81. e17a643 Added Expr::EvaluateAsAnyLValue. by Abramo Bagnara · 14 years ago
  82. a63db84 Revert r103770, "Added basic source locations to Elaborated and DependentName by Daniel Dunbar · 14 years ago
  83. 5431299 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 14 years ago
  84. 95f1b15 Namespaces can only be defined at global or namespace scope. Fixes PR6596. by Douglas Gregor · 14 years ago
  85. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 14 years ago
  86. bef0efd add a couple of key functions for classes without them. by Chris Lattner · 14 years ago
  87. edd8df9 "this patch properly addresses escaping < and > which might appear by Chris Lattner · 14 years ago
  88. 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
  89. ddb0b4d When checking scopes for indirect goto, be more permissive (but still safe) by John McCall · 14 years ago
  90. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  91. 2166beb The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 14 years ago
  92. a5fdd9c Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! by Douglas Gregor · 14 years ago
  93. 42c8f87 Refactor the constant-evaluator so that it only supports a single form by John McCall · 14 years ago
  94. 45d9c2d Allocate most of DeclarationNamesTable using ASTContext's allcocator. The only things that by Ted Kremenek · 14 years ago
  95. ac9590e Start converting pieces of DeclarationNameTable to be allocated using ASTContext's allocator. by Ted Kremenek · 14 years ago
  96. d04ed41 Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTContext's allocator. Fixes <rdar://problem/7961605>. by Ted Kremenek · 14 years ago
  97. 4bd98e8 Improved -ast-print-xml for C++, from Sebastien Binet! by Douglas Gregor · 14 years ago
  98. c896ea8 Alternative workaround for MSVC compilation failure, from Dimitry Andric by Douglas Gregor · 14 years ago
  99. 5921863 pch'ify CXXNewExpr and CXXZeroInitValueExpr by Chris Lattner · 14 years ago
  100. ddfe960 Doxygen-ify a comment and add an example of when this AST node is required. by Chandler Carruth · 14 years ago