1. 4d5dd7c [ms-inline asm] Update for r166433. by Chad Rosier · 12 years ago
  2. 3667bbe Handle -pthread, -pg and -shared correctly on bitrig. Patch by David Hill. by Rafael Espindola · 12 years ago
  3. ab48268 Fix some mdoc nits by Sean Silva · 12 years ago
  4. c711af2 Make hasDeclaration() matcher work inside the memberExpr() matcher. by Daniel Jasper · 12 years ago
  5. ac2153e clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -std=c++11. by NAKAMURA Takumi · 12 years ago
  6. 70b9db9 Implements the thisExpr matcher. Patch by Gabor Horvath. by Manuel Klimek · 12 years ago
  7. 129dd54 clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually xpass) on msvc. by NAKAMURA Takumi · 12 years ago
  8. 674b227 clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32. by NAKAMURA Takumi · 12 years ago
  9. 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
  10. 84c3b97 Fix -Wunused-value to not warn on expressions that have unresolved lookups due by Matt Beaumont-Gay · 12 years ago
  11. 28f3a0e [libclang] Add an environment variable to disable thread background priotity, for testing by Argyrios Kyrtzidis · 12 years ago
  12. 5f1385b [ms-inline-asm] Add handling for errors coming out of the backend. by Eli Friedman · 12 years ago
  13. 5f14fcb Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the by Rafael Espindola · 12 years ago
  14. bb53170 [Options] Fix two options I mistransformed. by Michael J. Spencer · 12 years ago
  15. b5b37d1 Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These by Richard Smith · 12 years ago
  16. 4ec429d Handle implicitly-included PCH files the same way as by Douglas Gregor · 12 years ago
  17. 38295be Allow clients of the AST reader to specify what kinds of AST load by Douglas Gregor · 12 years ago
  18. 8b53d14 Collapse ASTReader::ReadSLocEntryRecord() into its only caller, by Douglas Gregor · 12 years ago
  19. 4825fd7 Distinguish the various kinds of AST file loading failures: by Douglas Gregor · 12 years ago
  20. c635710 [Options] Add prefixes to options. by Michael J. Spencer · 12 years ago
  21. 6b8194e ASTReader.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  22. 293e2eb Testcase change for r166440. by Eli Friedman · 12 years ago
  23. 97bc3d5 Fix for PR13334. This prevents crashes that result from badly formed by Richard Trieu · 12 years ago
  24. 5a12aca [ms-inline asm] Test case for r166433. by Chad Rosier · 12 years ago
  25. 4d3ee9b Fix pre-commit refacto failure. by Daniel Dunbar · 12 years ago
  26. 849289e driver/Darwin: Follow up to last patch, M-class CPUs are AAPCS but not EABI. by Daniel Dunbar · 12 years ago
  27. a930dc9 Eliminate the redundancy between source-file information in the source by Douglas Gregor · 12 years ago
  28. 2e4e110 driver/Darwin: Default to AAPCS for M-class CPUs. by Daniel Dunbar · 12 years ago
  29. c99a3ad Implement hasParent()-matcher. by Daniel Jasper · 12 years ago
  30. 03e6fda PR14141 (part of DR1351): An implicitly-deduced "any" exception specification by Richard Smith · 12 years ago
  31. 87234c8 Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko for by Lang Hames · 12 years ago
  32. 6592c77 Silence warning about && in ||. by Benjamin Kramer · 12 years ago
  33. f4bd329 Add support of MIPS n32 ABI to the Clang driver. The fix builds correct library/object files paths and passes appropriate command line options to the linker if user provides -mabi=n32 option. by Simon Atanasyan · 12 years ago
  34. efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
  35. 860022c When used in a compound expression FP_CONTRACT should proceed all explicit by Lang Hames · 12 years ago
  36. c6f84cf Move private classes into anonymous namespaces. by Benjamin Kramer · 12 years ago
  37. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  38. 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
  39. ed1d5d8 Accept -Wno-arc-abi without warning for a while. by Nico Weber · 12 years ago
  40. b687f3b Fix __builtin_va_arg assertion failure in ARM AAPCS. by Logan Chien · 12 years ago
  41. b59b580 [analyzer] Assume 'new' never returns NULL if it could throw an exception. by Jordan Rose · 12 years ago
  42. 5016a70 DR1472: A reference isn't odr-used if it has preceding initialization, by Richard Smith · 12 years ago
  43. 0872a06 When associating file ranges of macro arguments with their by Argyrios Kyrtzidis · 12 years ago
  44. 9fe4856 [ms-inline asm] Update test case for r166357. by Chad Rosier · 12 years ago
  45. b0850b3 [ms-inline asm] Test case for r166349 and r166352. by Chad Rosier · 12 years ago
  46. 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  47. e4151c5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  48. e62cec2 remove noreturn attribute from __builtin_debugtrap by Shuxin Yang · 12 years ago
  49. 362b18c [ms-inline asm] Update testcase for r166316. by Chad Rosier · 12 years ago
  50. 25bc47e [ms-inline asm] Revert accidental commit. Sorry for the churn. by Chad Rosier · 12 years ago
  51. e1aebe1 Pretty-print a ParenListExpr in a variable initializer correctly. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  52. 793c405 [ms-inline asm] Set the SemaCallback in the TargetAsmParser. by Chad Rosier · 12 years ago
  53. 1f432ee tests: Fix two tests to just use -triple instead of XFAIL+XTARGET. by Daniel Dunbar · 12 years ago
  54. ca082d0 tests: Stop mangling '-vg' into the triple, we don't use this currently. by Daniel Dunbar · 12 years ago
  55. cbbe2c0 IRgen: Initialize TargetLoweringInfo with a triple. by Daniel Dunbar · 12 years ago
  56. ef933ca add __builtin_debugtrap by Shuxin Yang · 12 years ago
  57. 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
  58. cf81cd2 [ms-inline asm] Set the MCTargetAsmParser as paring MS-style inline asm. by Chad Rosier · 12 years ago
  59. 8cfabf2 Remove const_casts by propagating constness down to called functions. by Dmitri Gribenko · 12 years ago
  60. 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
  61. 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
  62. 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
  63. 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
  64. 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
  65. 460e7a2 [asan] update asan docs to explain more about linking and to mention full support for i386 Linux by Kostya Serebryany · 12 years ago
  66. 820e9a7 DR1511: A const volatile global does not implicitly get internal linkage like a by Richard Smith · 12 years ago
  67. 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
  68. 0b4cc95 Fix handling of the regparm attribute in the presence of classes with copy by Rafael Espindola · 12 years ago
  69. 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
  70. 25030c4 Reintroduce the TargetTransformInfo to the clang pass manager. by Nadav Rotem · 12 years ago
  71. 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
  72. bacc2c5 ASTWriter.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  73. 5f75068 Handle diamond inheritance in -Woverloaded-virtual. by David Blaikie · 12 years ago
  74. a1a4c03 Fix typo in comment. by Nick Lewycky · 12 years ago
  75. c337fef Describe the new input-files block and its record, for llvm-bcanalyzer. by Douglas Gregor · 12 years ago
  76. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  77. ae8273a clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investigating. by NAKAMURA Takumi · 12 years ago
  78. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
  79. 25dfaac Fix up comment and invert order. Most simple check first. by Eric Christopher · 12 years ago
  80. 25c9bc1 Use the type as written when pretty-printing C-style casts. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  81. da3301e Add a new option for and disable column number information as there by Eric Christopher · 12 years ago
  82. 5b341da Remove trailing comma. by Eric Christopher · 12 years ago
  83. 69e1608 Move OriginalDir from ASTReader to ModuleFile. by Douglas Gregor · 12 years ago
  84. 262e60c [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 12 years ago
  85. d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  86. caed060 Move the "RelocatablePCH" bit from the ASTReader to the module file. by Douglas Gregor · 12 years ago
  87. 11407b8 Move information about the "original file" from the ASTReader into the by Douglas Gregor · 12 years ago
  88. eafa9d4 Remove check which incorrectly suppressed printing an identifier in type printing. Patch by Benoit Perrot. by Eli Friedman · 12 years ago
  89. d03ef04 Fix AST pretty-printing for C++ new expressions with placement arguments with default values. by Eli Friedman · 12 years ago
  90. 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  91. c337d14 [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, by Chad Rosier · 12 years ago
  92. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
  93. 4ca3abd Emit diagnostics in chunks even when we're trying to print colored template diffs. by Benjamin Kramer · 12 years ago
  94. d052ebf [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a by Chad Rosier · 12 years ago
  95. c3c26b7 [analyzer] Ivar invalidation: identify properties declared in protocols. by Anna Zaks · 12 years ago
  96. b36ea37 Factor CollectClassPropertyImplementations out of Sema into AST by Anna Zaks · 12 years ago
  97. a7a68b6 Patch for decl printer test of objective-c methods. Patch by Dmitri Gribenko. by Fariborz Jahanian · 12 years ago
  98. 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
  99. 39c497b Collapse the original file name and original file ID records into a by Douglas Gregor · 12 years ago
  100. 7ae467f Collapse the "version control revision/tag" AST file record into the by Douglas Gregor · 12 years ago