1. 4d9e497 [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. by Jordan Rose · 12 years ago
  2. dc7b641 Use a .def file for most of the diagnostic options. by Douglas Gregor · 12 years ago
  3. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  4. e4851f2 Add a new warning -Wmissing-variable-declarations, to warn about variables by Eli Friedman · 12 years ago
  5. 4cdad31 Switch CodeGenOptions over to a .def file, like we do with LangOptions. by Douglas Gregor · 12 years ago
  6. c711af2 Make hasDeclaration() matcher work inside the memberExpr() matcher. by Daniel Jasper · 12 years ago
  7. 70b9db9 Implements the thisExpr matcher. Patch by Gabor Horvath. by Manuel Klimek · 12 years ago
  8. 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
  9. 5f1385b [ms-inline-asm] Add handling for errors coming out of the backend. by Eli Friedman · 12 years ago
  10. bb53170 [Options] Fix two options I mistransformed. by Michael J. Spencer · 12 years ago
  11. 38295be Allow clients of the AST reader to specify what kinds of AST load by Douglas Gregor · 12 years ago
  12. 8b53d14 Collapse ASTReader::ReadSLocEntryRecord() into its only caller, by Douglas Gregor · 12 years ago
  13. 4825fd7 Distinguish the various kinds of AST file loading failures: by Douglas Gregor · 12 years ago
  14. c635710 [Options] Add prefixes to options. by Michael J. Spencer · 12 years ago
  15. a930dc9 Eliminate the redundancy between source-file information in the source by Douglas Gregor · 12 years ago
  16. c99a3ad Implement hasParent()-matcher. by Daniel Jasper · 12 years ago
  17. 03e6fda PR14141 (part of DR1351): An implicitly-deduced "any" exception specification by Richard Smith · 12 years ago
  18. 87234c8 Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko for by Lang Hames · 12 years ago
  19. efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
  20. 860022c When used in a compound expression FP_CONTRACT should proceed all explicit by Lang Hames · 12 years ago
  21. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  22. 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
  23. ed1d5d8 Accept -Wno-arc-abi without warning for a while. by Nico Weber · 12 years ago
  24. 0872a06 When associating file ranges of macro arguments with their by Argyrios Kyrtzidis · 12 years ago
  25. 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  26. e4151c5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  27. e62cec2 remove noreturn attribute from __builtin_debugtrap by Shuxin Yang · 12 years ago
  28. ef933ca add __builtin_debugtrap by Shuxin Yang · 12 years ago
  29. 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
  30. 8cfabf2 Remove const_casts by propagating constness down to called functions. by Dmitri Gribenko · 12 years ago
  31. 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
  32. 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
  33. 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
  34. 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
  35. a1a4c03 Fix typo in comment. by Nick Lewycky · 12 years ago
  36. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  37. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
  38. da3301e Add a new option for and disable column number information as there by Eric Christopher · 12 years ago
  39. 5b341da Remove trailing comma. by Eric Christopher · 12 years ago
  40. 69e1608 Move OriginalDir from ASTReader to ModuleFile. by Douglas Gregor · 12 years ago
  41. 262e60c [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 12 years ago
  42. d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  43. caed060 Move the "RelocatablePCH" bit from the ASTReader to the module file. by Douglas Gregor · 12 years ago
  44. 11407b8 Move information about the "original file" from the ASTReader into the by Douglas Gregor · 12 years ago
  45. 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  46. c337d14 [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, by Chad Rosier · 12 years ago
  47. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
  48. b36ea37 Factor CollectClassPropertyImplementations out of Sema into AST by Anna Zaks · 12 years ago
  49. 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
  50. 39c497b Collapse the original file name and original file ID records into a by Douglas Gregor · 12 years ago
  51. 7ae467f Collapse the "version control revision/tag" AST file record into the by Douglas Gregor · 12 years ago
  52. 7ae5717 Fix more documentation comments in Comment.h by Dmitri Gribenko · 12 years ago
  53. 168425c Expand the comment for DeclInfo::CurrentDecl. by Dmitri Gribenko · 12 years ago
  54. ee097c1 Split the target options out into their own record within the AST by Douglas Gregor · 12 years ago
  55. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  56. 4a7c6eb Improve comment in couple of fields of DeclInfo. by Fariborz Jahanian · 12 years ago
  57. 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  58. 1d9d989 Start factoring the on-disk records for an AST file into a control by Douglas Gregor · 12 years ago
  59. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  60. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  61. bea52da Adds couple of missing warning flags so warnings can be turned by Fariborz Jahanian · 12 years ago
  62. 5ba49c0 Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 12 years ago
  63. 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 12 years ago
  64. d4ce811 [analyzer] When binding to a ParenExpr, bind to its inner expression instead. by Jordan Rose · 12 years ago
  65. 485841a Move -Wint-to-pointer-cast from -Wall to -Wmost to group it with more things. by David Blaikie · 12 years ago
  66. ce62007 First version of matchers for Types and TypeLocs. by Daniel Jasper · 12 years ago
  67. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  68. 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
  69. 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 12 years ago
  70. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  71. e54cba1 [ms-inline asm] Move some logic around to simplify the interface between the by Chad Rosier · 12 years ago
  72. 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
  73. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  74. 88d285c Fixes location of overriding declaration with no comment of their own. by Fariborz Jahanian · 12 years ago
  75. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  76. 6553c68 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 12 years ago
  77. 9a022bb Teach TargetInfo to hold on to the TargetOptions with which it was created. by Douglas Gregor · 12 years ago
  78. 2b49d1f Introduce the notion of excluded headers into the module map by Douglas Gregor · 12 years ago
  79. 10be5ba Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
  80. e5a934d [analyzer] Remove the "direct bindings only" Environment lookup. by Jordan Rose · 12 years ago
  81. 42e95ac [analyzer] Remove unneeded 'inlineCall' checker callback. by Jordan Rose · 12 years ago
  82. 5f608ae Make -mms-bitfields behave consistently. by Eli Friedman · 12 years ago
  83. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  84. 54c8a40 Track which particular submodule #undef's a macro, so that the actual by Douglas Gregor · 12 years ago
  85. 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 12 years ago
  86. b43d87b Remove pointless classof()'s. by Sean Silva · 12 years ago
  87. d680b98 Add missing classof(). by Sean Silva · 12 years ago
  88. e8219a6 Diagnose the expansion of ambiguous macro definitions. This can happen by Douglas Gregor · 12 years ago
  89. 3ab50fe Introduce a simple "hint" scheme to eliminate the quadratic behavior by Douglas Gregor · 12 years ago
  90. e9652bf Make the deserialization of PendingMacroIDs deterministic. by Douglas Gregor · 12 years ago
  91. 7fffce7 -Warc-repeated-use-of-weak: Check messages to property accessors as well. by Jordan Rose · 12 years ago
  92. 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 12 years ago
  93. c5f8046 Add codegen support for __uuidof(). by Nico Weber · 12 years ago
  94. 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
  95. 4145228 Remove the ASTDeserializationListener's MacroVisible() callback, which by Douglas Gregor · 12 years ago
  96. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  97. bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
  98. 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  99. 831339c Make -Wshift-op-parentheses a subgroup of -Wparentheses by David Blaikie · 12 years ago
  100. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago