1. c337fef Describe the new input-files block and its record, for llvm-bcanalyzer. by Douglas Gregor · 12 years ago
  2. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  3. ae8273a clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investigating. by NAKAMURA Takumi · 12 years ago
  4. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
  5. 25dfaac Fix up comment and invert order. Most simple check first. by Eric Christopher · 12 years ago
  6. 25c9bc1 Use the type as written when pretty-printing C-style casts. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  7. da3301e Add a new option for and disable column number information as there by Eric Christopher · 12 years ago
  8. 5b341da Remove trailing comma. by Eric Christopher · 12 years ago
  9. 69e1608 Move OriginalDir from ASTReader to ModuleFile. by Douglas Gregor · 12 years ago
  10. 262e60c [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 12 years ago
  11. d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  12. caed060 Move the "RelocatablePCH" bit from the ASTReader to the module file. by Douglas Gregor · 12 years ago
  13. 11407b8 Move information about the "original file" from the ASTReader into the by Douglas Gregor · 12 years ago
  14. eafa9d4 Remove check which incorrectly suppressed printing an identifier in type printing. Patch by Benoit Perrot. by Eli Friedman · 12 years ago
  15. d03ef04 Fix AST pretty-printing for C++ new expressions with placement arguments with default values. by Eli Friedman · 12 years ago
  16. 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  17. c337d14 [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, by Chad Rosier · 12 years ago
  18. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
  19. 4ca3abd Emit diagnostics in chunks even when we're trying to print colored template diffs. by Benjamin Kramer · 12 years ago
  20. d052ebf [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a by Chad Rosier · 12 years ago
  21. c3c26b7 [analyzer] Ivar invalidation: identify properties declared in protocols. by Anna Zaks · 12 years ago
  22. b36ea37 Factor CollectClassPropertyImplementations out of Sema into AST by Anna Zaks · 12 years ago
  23. a7a68b6 Patch for decl printer test of objective-c methods. Patch by Dmitri Gribenko. by Fariborz Jahanian · 12 years ago
  24. 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
  25. 39c497b Collapse the original file name and original file ID records into a by Douglas Gregor · 12 years ago
  26. 7ae467f Collapse the "version control revision/tag" AST file record into the by Douglas Gregor · 12 years ago
  27. 7ae5717 Fix more documentation comments in Comment.h by Dmitri Gribenko · 12 years ago
  28. 168425c Expand the comment for DeclInfo::CurrentDecl. by Dmitri Gribenko · 12 years ago
  29. ee097c1 Split the target options out into their own record within the AST by Douglas Gregor · 12 years ago
  30. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  31. a9b1aa5 [ms-inline asm] Remove accidental commit. by Chad Rosier · 12 years ago
  32. 4a7c6eb Improve comment in couple of fields of DeclInfo. by Fariborz Jahanian · 12 years ago
  33. 7ba2b45 Fix this test to match recent addition of declaration tag. by Fariborz Jahanian · 12 years ago
  34. 3d5cf5e PR14021: Copy lookup results to ensure safe iteration. by David Blaikie · 12 years ago
  35. 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  36. d77a051 Fix typo (test commit) by Andy Gibbs · 12 years ago
  37. 6b2d7c7 Un-XFAIL some tests for comment to XML conversion. This reverts r166151 and by Dmitri Gribenko · 12 years ago
  38. 278eafa Fixed some corner cases due to implicit int TypeLoc and simplified the logic. by Abramo Bagnara · 12 years ago
  39. 49c67c4 Put used="1" on all used declarations in the XML dumper. This allows us to by Nick Lewycky · 12 years ago
  40. 1d9d989 Start factoring the on-disk records for an AST file into a control by Douglas Gregor · 12 years ago
  41. 7c00881 Revert svn r165741 "Add TargetTransformInfo to the clang driver." by Bob Wilson · 12 years ago
  42. 922fbc4 libclang/CXComment.cpp: Fix abuse of StringRef. by NAKAMURA Takumi · 12 years ago
  43. 6678a05 Tests for DR1507. by Richard Smith · 12 years ago
  44. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  45. ff9c9e1 [libclang] Add a test for annotation of module headers by Argyrios Kyrtzidis · 12 years ago
  46. bd2f1f0 Update comment to match DR1502. by Richard Smith · 12 years ago
  47. 9be36ab DR1535: only potentially-evaluated typeid expressions are disallowed in constant by Richard Smith · 12 years ago
  48. 76398e5 Fix -Woverloaded-virtual when the using statement refers to a base declaration of a virtual function. by David Blaikie · 12 years ago
  49. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  50. 07c90ed XFAIL these tests until I can figure out what is going on on other platforms. by Fariborz Jahanian · 12 years ago
  51. bea52da Adds couple of missing warning flags so warnings can be turned by Fariborz Jahanian · 12 years ago
  52. 5ba49c0 Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 12 years ago
  53. 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 12 years ago
  54. 20d9281 [analyzer] CmpRuns: cleanup APIs, allow processing of plists with no by Anna Zaks · 12 years ago
  55. d4ce811 [analyzer] When binding to a ParenExpr, bind to its inner expression instead. by Jordan Rose · 12 years ago
  56. f1e67d7 [analyzer] Create a temporary region when accessing a struct rvalue. by Jordan Rose · 12 years ago
  57. 485841a Move -Wint-to-pointer-cast from -Wall to -Wmost to group it with more things. by David Blaikie · 12 years ago
  58. 9556b39 Revert r158009 since there are some uses of artificial functions in debug info. by Eric Christopher · 12 years ago
  59. 1802daf Fix tests, which accidentally matched implicit code on specific by Daniel Jasper · 12 years ago
  60. 86ce8f5 Remove an unneeded flag from the bitrig driver tests. by Chandler Carruth · 12 years ago
  61. ce62007 First version of matchers for Types and TypeLocs. by Daniel Jasper · 12 years ago
  62. 64fe36e Update test FIXME: The '[]' in 'delete []' is never part of a lambda. by Richard Smith · 12 years ago
  63. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  64. 621915c Organize and rename the magic constants for class flags. by John McCall · 12 years ago
  65. 015f33b At -O0, prefer objc_storeStrong with a null new value to the by John McCall · 12 years ago
  66. 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
  67. 193646f "'Might as well make it static const.' -- John McCall" -- Michael Scott by Nico Weber · 12 years ago
  68. 07f8cf4 Fix the handling of target options in our unit tests. by Douglas Gregor · 12 years ago
  69. 16de3db Move test to a more appropriate place. by Eli Friedman · 12 years ago
  70. 915c07d Fix pretty-printing for variables declared in a condition. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  71. 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 12 years ago
  72. 708f69b DR1492: In a definition of a destructor, the exception specification must be by Richard Smith · 12 years ago
  73. 2eb9a95 PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function. by David Blaikie · 12 years ago
  74. 2e2f9dc ARM ABI: fix testing case arm-abi-vector.c by using [[VAR]] by Manman Ren · 12 years ago
  75. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  76. 3f784bf XFAIL this testing case to recover buildbot by Manman Ren · 12 years ago
  77. e54cba1 [ms-inline asm] Move some logic around to simplify the interface between the by Chad Rosier · 12 years ago
  78. 4d283e1 Test pure virtual vtable entries in the Itanium ABI. by David Blaikie · 12 years ago
  79. d954ab4 Note deleted functions when dumping vtables. by David Blaikie · 12 years ago
  80. 9337102 ARM ABI: fix ABI alignment issues in varargs. by Manman Ren · 12 years ago
  81. 68aa3a9 [analyzer] Expose clang_version in CmpRuns by Anna Zaks · 12 years ago
  82. e0c50fa [analyzer] Ivar Invalidation: track ivars in continuations and @implementation. by Anna Zaks · 12 years ago
  83. 97f8157 ARM ABI: passing illegal vector types as varargs. by Manman Ren · 12 years ago
  84. d105e73 ARM ABI: fix ABI alignment issues when passing legal vector types as varargs. by Manman Ren · 12 years ago
  85. 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
  86. 4695f91 When using a symbol with attribute weakref, search for it first and by Joerg Sonnenberger · 12 years ago
  87. 1c9a2da Minor tweak to last patch along with a test case. // rdar://12491143 by Fariborz Jahanian · 12 years ago
  88. 9f5933a fixes an objc crash involving objc bool literal on by Fariborz Jahanian · 12 years ago
  89. 891dac7 GNUstep runtime version default to 1.6, generate correct property attribute by David Chisnall · 12 years ago
  90. a240df2 Transform pattern: by Alexey Samsonov · 12 years ago
  91. a637556 Use the Attributes::get method which takes an AttrVal value directly to simplify the code a bit. No functionality change. by Bill Wendling · 12 years ago
  92. bc9e5ff [analyzer] ObjCContainersASTChecker: minor cleanup and an extra test case. by Jordan Rose · 12 years ago
  93. 8176557 [analyzer] CmpRuns - cleaned up the API, added relative path getter by Anna Zaks · 12 years ago
  94. f238aa4 [analyzer] Embed the analyzer version into the plist output. by Anna Zaks · 12 years ago
  95. 51431dc [analyzer] Enhance the error message. by Anna Zaks · 12 years ago
  96. 625ce08 [analyzer] Do not warn on direct ivar assignments within copy methods. by Anna Zaks · 12 years ago
  97. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  98. 6cf7d7d Fixed CXXNamedCast right paren location propagation to instantiations. by Abramo Bagnara · 12 years ago
  99. ac70278 Fixed LabelDecl source range. by Abramo Bagnara · 12 years ago
  100. b2e8001 Fixed ClassTemplateSpecializationDecl source range. by Abramo Bagnara · 12 years ago