1. c99a3ad Implement hasParent()-matcher. by Daniel Jasper · 12 years ago
  2. 03e6fda PR14141 (part of DR1351): An implicitly-deduced "any" exception specification by Richard Smith · 12 years ago
  3. 87234c8 Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko for by Lang Hames · 12 years ago
  4. efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
  5. 860022c When used in a compound expression FP_CONTRACT should proceed all explicit by Lang Hames · 12 years ago
  6. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  7. 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
  8. ed1d5d8 Accept -Wno-arc-abi without warning for a while. by Nico Weber · 12 years ago
  9. 0872a06 When associating file ranges of macro arguments with their by Argyrios Kyrtzidis · 12 years ago
  10. 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  11. e4151c5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  12. e62cec2 remove noreturn attribute from __builtin_debugtrap by Shuxin Yang · 12 years ago
  13. ef933ca add __builtin_debugtrap by Shuxin Yang · 12 years ago
  14. 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
  15. 8cfabf2 Remove const_casts by propagating constness down to called functions. by Dmitri Gribenko · 12 years ago
  16. 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
  17. 266dba3 Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. by Andy Gibbs · 12 years ago
  18. 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
  19. 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
  20. a1a4c03 Fix typo in comment. by Nick Lewycky · 12 years ago
  21. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  22. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
  23. da3301e Add a new option for and disable column number information as there by Eric Christopher · 12 years ago
  24. 5b341da Remove trailing comma. by Eric Christopher · 12 years ago
  25. 69e1608 Move OriginalDir from ASTReader to ModuleFile. by Douglas Gregor · 12 years ago
  26. 262e60c [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 12 years ago
  27. d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  28. caed060 Move the "RelocatablePCH" bit from the ASTReader to the module file. by Douglas Gregor · 12 years ago
  29. 11407b8 Move information about the "original file" from the ASTReader into the by Douglas Gregor · 12 years ago
  30. 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  31. c337d14 [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, by Chad Rosier · 12 years ago
  32. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
  33. b36ea37 Factor CollectClassPropertyImplementations out of Sema into AST by Anna Zaks · 12 years ago
  34. 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
  35. 39c497b Collapse the original file name and original file ID records into a by Douglas Gregor · 12 years ago
  36. 7ae467f Collapse the "version control revision/tag" AST file record into the by Douglas Gregor · 12 years ago
  37. 7ae5717 Fix more documentation comments in Comment.h by Dmitri Gribenko · 12 years ago
  38. 168425c Expand the comment for DeclInfo::CurrentDecl. by Dmitri Gribenko · 12 years ago
  39. ee097c1 Split the target options out into their own record within the AST by Douglas Gregor · 12 years ago
  40. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  41. 4a7c6eb Improve comment in couple of fields of DeclInfo. by Fariborz Jahanian · 12 years ago
  42. 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  43. 1d9d989 Start factoring the on-disk records for an AST file into a control by Douglas Gregor · 12 years ago
  44. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  45. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  46. bea52da Adds couple of missing warning flags so warnings can be turned by Fariborz Jahanian · 12 years ago
  47. 5ba49c0 Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 12 years ago
  48. 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 12 years ago
  49. d4ce811 [analyzer] When binding to a ParenExpr, bind to its inner expression instead. by Jordan Rose · 12 years ago
  50. 485841a Move -Wint-to-pointer-cast from -Wall to -Wmost to group it with more things. by David Blaikie · 12 years ago
  51. ce62007 First version of matchers for Types and TypeLocs. by Daniel Jasper · 12 years ago
  52. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  53. 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
  54. 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 12 years ago
  55. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  56. e54cba1 [ms-inline asm] Move some logic around to simplify the interface between the by Chad Rosier · 12 years ago
  57. 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
  58. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  59. 88d285c Fixes location of overriding declaration with no comment of their own. by Fariborz Jahanian · 12 years ago
  60. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  61. 6553c68 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 12 years ago
  62. 9a022bb Teach TargetInfo to hold on to the TargetOptions with which it was created. by Douglas Gregor · 12 years ago
  63. 2b49d1f Introduce the notion of excluded headers into the module map by Douglas Gregor · 12 years ago
  64. 10be5ba Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
  65. e5a934d [analyzer] Remove the "direct bindings only" Environment lookup. by Jordan Rose · 12 years ago
  66. 42e95ac [analyzer] Remove unneeded 'inlineCall' checker callback. by Jordan Rose · 12 years ago
  67. 5f608ae Make -mms-bitfields behave consistently. by Eli Friedman · 12 years ago
  68. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  69. 54c8a40 Track which particular submodule #undef's a macro, so that the actual by Douglas Gregor · 12 years ago
  70. 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 12 years ago
  71. b43d87b Remove pointless classof()'s. by Sean Silva · 12 years ago
  72. d680b98 Add missing classof(). by Sean Silva · 12 years ago
  73. e8219a6 Diagnose the expansion of ambiguous macro definitions. This can happen by Douglas Gregor · 12 years ago
  74. 3ab50fe Introduce a simple "hint" scheme to eliminate the quadratic behavior by Douglas Gregor · 12 years ago
  75. e9652bf Make the deserialization of PendingMacroIDs deterministic. by Douglas Gregor · 12 years ago
  76. 7fffce7 -Warc-repeated-use-of-weak: Check messages to property accessors as well. by Jordan Rose · 12 years ago
  77. 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 12 years ago
  78. c5f8046 Add codegen support for __uuidof(). by Nico Weber · 12 years ago
  79. 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
  80. 4145228 Remove the ASTDeserializationListener's MacroVisible() callback, which by Douglas Gregor · 12 years ago
  81. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  82. bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
  83. 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  84. 831339c Make -Wshift-op-parentheses a subgroup of -Wparentheses by David Blaikie · 12 years ago
  85. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
  86. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
  87. 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 12 years ago
  88. 1e4691b Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 12 years ago
  89. eae5a820 Fix PR 11709: Change the definition of va_list to meet AAPCS requirement by Logan Chien · 12 years ago
  90. 62288ed When indexing a module file, for the ppIncludedFile callback give by Argyrios Kyrtzidis · 12 years ago
  91. 2a85718 [modules] Consistently construct a buffer as input to build the module. by Argyrios Kyrtzidis · 12 years ago
  92. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  93. 6c2fd0d Initialize the end loc in ObjCInterfaceTypeLoc. by Benjamin Kramer · 12 years ago
  94. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  95. 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
  96. 26a9438 Create variable for warning group -Wshorten-64-to-32. by Ted Kremenek · 12 years ago
  97. 740ae67 Move the functionality that looks for ObjC overridden methods from by Argyrios Kyrtzidis · 12 years ago
  98. ce12d2f Make the order of visitation of the pending bodies in the AST reader by Douglas Gregor · 12 years ago
  99. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  100. 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago