1. e5fa3c2 Revert most of the functionality in r165001. Instead, make sure that by Douglas Gregor · 12 years ago
  2. 3f001ff objective-C arc: Warn under arc about a use of an ivar inside a block by Fariborz Jahanian · 12 years ago
  3. f8d9bd5 Implement Adnroid MIPS toolchain support: by Simon Atanasyan · 12 years ago
  4. f2a2dae Fix failure of newly added test, by using %clang instead of %clang_cc1 by Preston Gurd · 12 years ago
  5. d73ea0b Adds a test to verify that Clang does the optimization to use a by Preston Gurd · 12 years ago
  6. ff63227 Revert "InlineObjCInstanceMethod.m: Remove lines introduced in r165079." by Jordan Rose · 12 years ago
  7. 1215057 clang-check: Add clangRewriteCore.a to the Makefile build to make it link again. by Benjamin Kramer · 12 years ago
  8. 72a91dd Matching block names with FileCheck requires asserts. by Benjamin Kramer · 12 years ago
  9. 7b2f93c CodeGen: Fix a silly typo when emitting subs of block addresses. by Benjamin Kramer · 12 years ago
  10. 385b91f When mangling an APSInt with the ms abi, make sure to look at all nibbles. by Nico Weber · 12 years ago
  11. 5e5f726 As opposed to the clang-fixit tool described on by Daniel Jasper · 12 years ago
  12. bd59a01 Fix typo in comments. by Logan Chien · 12 years ago
  13. 7d9c975 Comment to XML conversion: escape XML special chars correctly; use correct by Dmitri Gribenko · 12 years ago
  14. 2bf8980 The top-level clang Makefile is #included into other Makefiles. (sigh) So we by Bill Wendling · 12 years ago
  15. 4f0b2d1 Add the missing backslash-newline which was causing make errors. by Bill Wendling · 12 years ago
  16. 2985cbc Make sure 32-bit ASan runtime is available on 64-bit Linux platforms by Alexey Samsonov · 12 years ago
  17. c950bc9 While I'm here, resync a %select with the enum definition it selects on. by Nico Weber · 12 years ago
  18. 2225556 Move expression mangling in the microsoft mangler to its own function. by Nico Weber · 12 years ago
  19. 88a374a Replace a default: with an explicit list of cases. No functionality change. by Nico Weber · 12 years ago
  20. 4b70070 Update the block specification for some long-settled subleties. by John McCall · 12 years ago
  21. d09074f InlineObjCInstanceMethod.m: Remove lines introduced in r165079. It broke some builds, on FreeBSD, Linux and Windows. by NAKAMURA Takumi · 12 years ago
  22. bebae7c [PCH] Fix serialization of an ImportDecl. by Argyrios Kyrtzidis · 12 years ago
  23. d64c26f Set the file entry for a Module* that was created during deserialization by Argyrios Kyrtzidis · 12 years ago
  24. 50e71f1 Add a FIXME. by Argyrios Kyrtzidis · 12 years ago
  25. d3d9816 Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked by Argyrios Kyrtzidis · 12 years ago
  26. 95c579c Some renames to use the 'visitor' nomenclature, no functionality change. by Argyrios Kyrtzidis · 12 years ago
  27. 6880f49 Improve C++11 attribute parsing. by Michael Han · 12 years ago
  28. 48314cf [analyzer] Adjust the return type of an inlined devirtualized method call. by Jordan Rose · 12 years ago
  29. aa66b08 [analyzer] Push evalDynamicCast and evalDerivedToBase up to Store. by Jordan Rose · 12 years ago
  30. 041ce8e Teach getCXXRecordDeclForPointerType about references. by Jordan Rose · 12 years ago
  31. 6b2cc42 Change how the SelfReferenceChecker handles MemberExpr. Instead of treating by Richard Trieu · 12 years ago
  32. 3d3f1f7 Revert 165058, per Jim request. This requires further discussion. by Chad Rosier · 12 years ago
  33. 7c83896 Added a test for C++11 statement attributes serialization. by Alexander Kornienko · 12 years ago
  34. 8da68b8 [Doc parse]: SUpport for message in deprecated/unavailable by Fariborz Jahanian · 12 years ago
  35. 86e7b7e Silence -Wunused-value warning. by Ted Kremenek · 12 years ago
  36. 3329ad1 [ms-inline asm] Rewrite the symbol references as wildcard MCParsedAsmOperands. by Chad Rosier · 12 years ago
  37. a2ea4d9 [PCH/Module] Change the map of file-level DeclIDs to use a FileID by Argyrios Kyrtzidis · 12 years ago
  38. 2093e0b [libclang] When indexing an AST file, only deserialize the file level by Argyrios Kyrtzidis · 12 years ago
  39. ac9289d [ms-inline asm] Fixup test case to be valid ms-style asm. Fix whitespace. by Chad Rosier · 12 years ago
  40. 48d05e6 Refactor clients of AnalyzerOptions::getBooleanOption() to have by Ted Kremenek · 12 years ago
  41. 94bb74c Tweak AnalyzerOptions::getOptionAsInteger() to populate the string by Ted Kremenek · 12 years ago
  42. 9e28fe6 Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate by Ted Kremenek · 12 years ago
  43. 2a46533 [Doc parsing]: Add available and deprecated attribute info by Fariborz Jahanian · 12 years ago
  44. 180d9d9 [ms-inline asm] Enhance the isSimpleMSAsm() function to handle operands with pointer size by Chad Rosier · 12 years ago
  45. ad90d10 Fix test for r165028. It only generates that flag for source files now. by Bill Wendling · 12 years ago
  46. 6acf8b4 During LTO, we call 'dsymutil' when we compile source files. This necessitates by Bill Wendling · 12 years ago
  47. 865cc14 Convert to FileCheck. by Rafael Espindola · 12 years ago
  48. ef3f6ff No need to call the InitializeAll* functions. by Chad Rosier · 12 years ago
  49. 438daee FP_CONTRACT: Fix two tests for -Asserts. by NAKAMURA Takumi · 12 years ago
  50. 632dcc9 [libclang] When indexing an AST file, only deserialize the preprocessing record by Argyrios Kyrtzidis · 12 years ago
  51. 8dd927c Add info in the preprocessing record whether an inclusion directive by Argyrios Kyrtzidis · 12 years ago
  52. 3fe9778 [libclang] Even though we disable the preprocessing record during indexing, by Argyrios Kyrtzidis · 12 years ago
  53. 2c3e05c [libclang] Implement the importedASTFile indexing callback to provide by Argyrios Kyrtzidis · 12 years ago
  54. d44e43e Splitting this test case into two because the behavior for the calling convention code is target-specific. by Aaron Ballman · 12 years ago
  55. 82bfa19 Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs. by Aaron Ballman · 12 years ago
  56. 2ec1d13 Silencing an MSVC warning about */ being found outside of a comment. by Aaron Ballman · 12 years ago
  57. bb2011d Add redecls into their lexical DeclContext: this is what they assert on, and the merging should have set it correctly. by Axel Naumann · 12 years ago
  58. 1ecf0e6 Enable programmatic provisioning of virtual module.map files (instead of writing out actual module.map files). by Axel Naumann · 12 years ago
  59. 38c3bb4 Only those InterestingDecls that got added to the AST should be passed to the ASTConsumer. by Axel Naumann · 12 years ago
  60. f88cd53 -arch is a darwin-specific driver feature, use a triple instead in rewriter test. by Benjamin Kramer · 12 years ago
  61. e50d4f6 Force triple in test to unbreak it on non-darwin platforms. by Benjamin Kramer · 12 years ago
  62. 39d26c3 Merge pending instantiations instead of overwriting existing ones. by Axel Naumann · 12 years ago
  63. b7bafa9 Use an environment variable instead of what's in the make cmd goals. by Bill Wendling · 12 years ago
  64. 3ba17ee Tweak diagnostic text to indicate that __weak on a local variable is only allowed by Ted Kremenek · 12 years ago
  65. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  66. d13eff6 Check if an IdentifierInfo* is null when the FunctionDecl isn't a simple C function. by Ted Kremenek · 12 years ago
  67. 0fabc18 Re-enable this test to reflect re-enabling the new SROA pass. by Chandler Carruth · 12 years ago
  68. 66360e2 -Wformat: Don't check format strings in uninstantiated templates. by Jordan Rose · 12 years ago
  69. d625056 clang/test/Index: Fix two tests. Both %S and %t are expanded to absolute paths. by NAKAMURA Takumi · 12 years ago
  70. 3034d88 [ms-inline asm] Use the convertToMapAndConstraints() function in the front-end. by Chad Rosier · 12 years ago
  71. 7cf0cd3 [clang-tests] Changed relative paths to absolute paths in run command for annotate-macro-args.m, get-cursor-macro-args.m, import_self.c. by Michael Gottesman · 12 years ago
  72. ec0df93 Modern translator test. Breakup test into two and by Fariborz Jahanian · 12 years ago
  73. fdcc289 Rename a test I just added. by Fariborz Jahanian · 12 years ago
  74. 88b6c4b objective-C modern translator. Test for producing both by Fariborz Jahanian · 12 years ago
  75. 01cad02 Fix treatment of case which came up on std-proposals@: 'void' is permitted in core constant expressions, despite not being a literal type. by Richard Smith · 12 years ago
  76. c4a8391 PR13978: A 'decltype' DeclSpec has an expression representation, not a type by Richard Smith · 12 years ago
  77. bbff82f Move isObjCSelf into Expr. by Anna Zaks · 12 years ago
  78. b9733ac [analyzer] Address Jordan's review for r164868. by Anna Zaks · 12 years ago
  79. 0209abf Add xml test for availability to comment-xml-schema.c by Fariborz Jahanian · 12 years ago
  80. e606e3d [analyzer] Allow ObjC ivar lvalues where the base is nil. by Jordan Rose · 12 years ago
  81. 75c5e6d [analyzer] Add a test for PR13927 "offsetof replacement flagged as null deref" by Jordan Rose · 12 years ago
  82. d27a368 Revert "[analyzer] Check that a member expr is valid even when the result is an lvalue." by Jordan Rose · 12 years ago
  83. faab561 availability in structured documents. Takes by Fariborz Jahanian · 12 years ago
  84. 622b6fb Have AnalyzerOptions::getBooleanOption() stick the matching config by Ted Kremenek · 12 years ago
  85. 43e8ef0 Add checker debug.ConfigDumper to dump the contents of the configuration table. by Ted Kremenek · 12 years ago
  86. 0504a59 Reapply "[analyzer] Handle inlined constructors for rvalue temporaries correctly." by Jordan Rose · 12 years ago
  87. 568f785 Cleaning up the self initialization checker. by Richard Trieu · 12 years ago
  88. ca5d78d [analyzer] Make ProgramStateManager's SubEngine parameter optional. by Jordan Rose · 12 years ago
  89. 1a00fee Fix ASTMatchersTests in configurations where by Daniel Jasper · 12 years ago
  90. 31f7c08 Add matchers for selected C++11 features. by Daniel Jasper · 12 years ago
  91. 3dd82f7 The Redeclarable part of named decls is read before their name. by Axel Naumann · 12 years ago
  92. b0e33d4 Also merge template redeclarations. by Axel Naumann · 12 years ago
  93. 6e208db Mark two Clang tests as passing on ARM by Nico Weber · 12 years ago
  94. 5819750 fix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode the index of metadata by Kostya Serebryany · 12 years ago
  95. 7b3b95a Bring ASTReader and Writer into sync for the case where a canonical template specialization was written, which is non-canonical at the time of reading: force the reading of the ClassTemplateDecl if it was written. by Axel Naumann · 12 years ago
  96. 6cacae8 CodeGen: Copy tail padding when we're not dealing with a trivial copy assign or move assign operator. by Benjamin Kramer · 12 years ago
  97. 615c3dd Filter out tools and unittests which we don't want to build when we're building clang only. by Bill Wendling · 12 years ago
  98. a2cccd0 Remove this hack in favor of another, better way of performing the same thing. by Bill Wendling · 12 years ago
  99. 33e3911 Specify a full target in an attempt to appease buildbots. by Bob Wilson · 12 years ago
  100. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago