1. b0850b3 [ms-inline asm] Test case for r166349 and r166352. by Chad Rosier · 12 years ago
  2. 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  3. e4151c5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  4. e62cec2 remove noreturn attribute from __builtin_debugtrap by Shuxin Yang · 12 years ago
  5. 362b18c [ms-inline asm] Update testcase for r166316. by Chad Rosier · 12 years ago
  6. 25bc47e [ms-inline asm] Revert accidental commit. Sorry for the churn. by Chad Rosier · 12 years ago
  7. e1aebe1 Pretty-print a ParenListExpr in a variable initializer correctly. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  8. 793c405 [ms-inline asm] Set the SemaCallback in the TargetAsmParser. by Chad Rosier · 12 years ago
  9. 1f432ee tests: Fix two tests to just use -triple instead of XFAIL+XTARGET. by Daniel Dunbar · 12 years ago
  10. ca082d0 tests: Stop mangling '-vg' into the triple, we don't use this currently. by Daniel Dunbar · 12 years ago
  11. cbbe2c0 IRgen: Initialize TargetLoweringInfo with a triple. by Daniel Dunbar · 12 years ago
  12. ef933ca add __builtin_debugtrap by Shuxin Yang · 12 years ago
  13. 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
  14. cf81cd2 [ms-inline asm] Set the MCTargetAsmParser as paring MS-style inline asm. by Chad Rosier · 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. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  19. 4a529d2 Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. by Andy Gibbs · 12 years ago
  20. 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
  21. 460e7a2 [asan] update asan docs to explain more about linking and to mention full support for i386 Linux by Kostya Serebryany · 12 years ago
  22. 820e9a7 DR1511: A const volatile global does not implicitly get internal linkage like a by Richard Smith · 12 years ago
  23. 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
  24. 0b4cc95 Fix handling of the regparm attribute in the presence of classes with copy by Rafael Espindola · 12 years ago
  25. d9cad40 Teach getColumnNumber to use the line cache to get the start of the line if its on the same line as the last call to getLineNumber. Prevents needing to scan backwards for the new line. Fixes PR14106. by Craig Topper · 12 years ago
  26. 25030c4 Reintroduce the TargetTransformInfo to the clang pass manager. by Nadav Rotem · 12 years ago
  27. 71197a3 clang/test/Index/annotate-comments.cpp: Relax the expression to be matched to -fms-compatibility. Then XFAIL can be removed. by NAKAMURA Takumi · 12 years ago
  28. bacc2c5 ASTWriter.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  29. 5f75068 Handle diamond inheritance in -Woverloaded-virtual. by David Blaikie · 12 years ago
  30. a1a4c03 Fix typo in comment. by Nick Lewycky · 12 years ago
  31. c337fef Describe the new input-files block and its record, for llvm-bcanalyzer. by Douglas Gregor · 12 years ago
  32. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  33. ae8273a clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investigating. by NAKAMURA Takumi · 12 years ago
  34. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
  35. 25dfaac Fix up comment and invert order. Most simple check first. by Eric Christopher · 12 years ago
  36. 25c9bc1 Use the type as written when pretty-printing C-style casts. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  37. da3301e Add a new option for and disable column number information as there by Eric Christopher · 12 years ago
  38. 5b341da Remove trailing comma. by Eric Christopher · 12 years ago
  39. 69e1608 Move OriginalDir from ASTReader to ModuleFile. by Douglas Gregor · 12 years ago
  40. 262e60c [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 12 years ago
  41. d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  42. caed060 Move the "RelocatablePCH" bit from the ASTReader to the module file. by Douglas Gregor · 12 years ago
  43. 11407b8 Move information about the "original file" from the ASTReader into the by Douglas Gregor · 12 years ago
  44. eafa9d4 Remove check which incorrectly suppressed printing an identifier in type printing. Patch by Benoit Perrot. by Eli Friedman · 12 years ago
  45. d03ef04 Fix AST pretty-printing for C++ new expressions with placement arguments with default values. by Eli Friedman · 12 years ago
  46. 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  47. c337d14 [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, by Chad Rosier · 12 years ago
  48. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
  49. 4ca3abd Emit diagnostics in chunks even when we're trying to print colored template diffs. by Benjamin Kramer · 12 years ago
  50. d052ebf [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a by Chad Rosier · 12 years ago
  51. c3c26b7 [analyzer] Ivar invalidation: identify properties declared in protocols. by Anna Zaks · 12 years ago
  52. b36ea37 Factor CollectClassPropertyImplementations out of Sema into AST by Anna Zaks · 12 years ago
  53. a7a68b6 Patch for decl printer test of objective-c methods. Patch by Dmitri Gribenko. by Fariborz Jahanian · 12 years ago
  54. 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
  55. 39c497b Collapse the original file name and original file ID records into a by Douglas Gregor · 12 years ago
  56. 7ae467f Collapse the "version control revision/tag" AST file record into the by Douglas Gregor · 12 years ago
  57. 7ae5717 Fix more documentation comments in Comment.h by Dmitri Gribenko · 12 years ago
  58. 168425c Expand the comment for DeclInfo::CurrentDecl. by Dmitri Gribenko · 12 years ago
  59. ee097c1 Split the target options out into their own record within the AST by Douglas Gregor · 12 years ago
  60. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  61. a9b1aa5 [ms-inline asm] Remove accidental commit. by Chad Rosier · 12 years ago
  62. 4a7c6eb Improve comment in couple of fields of DeclInfo. by Fariborz Jahanian · 12 years ago
  63. 7ba2b45 Fix this test to match recent addition of declaration tag. by Fariborz Jahanian · 12 years ago
  64. 3d5cf5e PR14021: Copy lookup results to ensure safe iteration. by David Blaikie · 12 years ago
  65. 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  66. d77a051 Fix typo (test commit) by Andy Gibbs · 12 years ago
  67. 6b2d7c7 Un-XFAIL some tests for comment to XML conversion. This reverts r166151 and by Dmitri Gribenko · 12 years ago
  68. 278eafa Fixed some corner cases due to implicit int TypeLoc and simplified the logic. by Abramo Bagnara · 12 years ago
  69. 49c67c4 Put used="1" on all used declarations in the XML dumper. This allows us to by Nick Lewycky · 12 years ago
  70. 1d9d989 Start factoring the on-disk records for an AST file into a control by Douglas Gregor · 12 years ago
  71. 7c00881 Revert svn r165741 "Add TargetTransformInfo to the clang driver." by Bob Wilson · 12 years ago
  72. 922fbc4 libclang/CXComment.cpp: Fix abuse of StringRef. by NAKAMURA Takumi · 12 years ago
  73. 6678a05 Tests for DR1507. by Richard Smith · 12 years ago
  74. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  75. ff9c9e1 [libclang] Add a test for annotation of module headers by Argyrios Kyrtzidis · 12 years ago
  76. bd2f1f0 Update comment to match DR1502. by Richard Smith · 12 years ago
  77. 9be36ab DR1535: only potentially-evaluated typeid expressions are disallowed in constant by Richard Smith · 12 years ago
  78. 76398e5 Fix -Woverloaded-virtual when the using statement refers to a base declaration of a virtual function. by David Blaikie · 12 years ago
  79. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  80. 07c90ed XFAIL these tests until I can figure out what is going on on other platforms. by Fariborz Jahanian · 12 years ago
  81. bea52da Adds couple of missing warning flags so warnings can be turned by Fariborz Jahanian · 12 years ago
  82. 5ba49c0 Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 12 years ago
  83. 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 12 years ago
  84. 20d9281 [analyzer] CmpRuns: cleanup APIs, allow processing of plists with no by Anna Zaks · 12 years ago
  85. d4ce811 [analyzer] When binding to a ParenExpr, bind to its inner expression instead. by Jordan Rose · 12 years ago
  86. f1e67d7 [analyzer] Create a temporary region when accessing a struct rvalue. by Jordan Rose · 12 years ago
  87. 485841a Move -Wint-to-pointer-cast from -Wall to -Wmost to group it with more things. by David Blaikie · 12 years ago
  88. 9556b39 Revert r158009 since there are some uses of artificial functions in debug info. by Eric Christopher · 12 years ago
  89. 1802daf Fix tests, which accidentally matched implicit code on specific by Daniel Jasper · 12 years ago
  90. 86ce8f5 Remove an unneeded flag from the bitrig driver tests. by Chandler Carruth · 12 years ago
  91. ce62007 First version of matchers for Types and TypeLocs. by Daniel Jasper · 12 years ago
  92. 64fe36e Update test FIXME: The '[]' in 'delete []' is never part of a lambda. by Richard Smith · 12 years ago
  93. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  94. 621915c Organize and rename the magic constants for class flags. by John McCall · 12 years ago
  95. 015f33b At -O0, prefer objc_storeStrong with a null new value to the by John McCall · 12 years ago
  96. 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
  97. 193646f "'Might as well make it static const.' -- John McCall" -- Michael Scott by Nico Weber · 12 years ago
  98. 07f8cf4 Fix the handling of target options in our unit tests. by Douglas Gregor · 12 years ago
  99. 16de3db Move test to a more appropriate place. by Eli Friedman · 12 years ago
  100. 915c07d Fix pretty-printing for variables declared in a condition. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago