1. 3881c69 [analyzer] Add more simple taint tests. by Anna Zaks · 13 years ago
  2. f485388 When synthesizing an implicitly-defined copy or move constructor, or by Douglas Gregor · 13 years ago
  3. 39b4fc8 pinpoint name/location of deprecated/unavailable enumerator by Fariborz Jahanian · 13 years ago
  4. d3c147f objc: turn warning for property type mismatch in by Fariborz Jahanian · 13 years ago
  5. a976641 When checking a call to a builtin atomic operation, be sure to by Douglas Gregor · 13 years ago
  6. 56f5d36 Removed useless ImplicitCast nodes in explicit cstyle and static casts by Nicola Gigante · 13 years ago
  7. 6079676 test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts. by NAKAMURA Takumi · 13 years ago
  8. 6da4274 [arcmt] Integrate GC __weak into property attributes even when we don't have by Argyrios Kyrtzidis · 13 years ago
  9. 6d7d16d [arcmt] Don't add __weak if there is already a GC __weak and make sure to clear by Argyrios Kyrtzidis · 13 years ago
  10. bceb755 In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an by Peter Collingbourne · 13 years ago
  11. 53ac3d8 Make our handling of MMX x SSE closer to what gcc does: by Rafael Espindola · 13 years ago
  12. 2871020 Add inreg attributes to reference arguments. by Rafael Espindola · 13 years ago
  13. 13dc8f9 Reference initialization with initializer lists. by Sebastian Redl · 13 years ago
  14. 4c7ce36 Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS X by Rafael Espindola · 13 years ago
  15. c8ff915 In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside a friend function definition at class scope. by Francois Pichet · 13 years ago
  16. a5aa96d Wordsmith the -Warray-bounds diagnostic text a bit by Matt Beaumont-Gay · 13 years ago
  17. 6efd4c5 Add feature to diagnostics that will provide more information on function by Richard Trieu · 13 years ago
  18. bcf8df8 [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. by Argyrios Kyrtzidis · 13 years ago
  19. c14a03d [libclang] Fix operations (token annotation, getting cursor, etc.) with a file region by Argyrios Kyrtzidis · 13 years ago
  20. a6d81f9 AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs-linux. by James Molloy · 13 years ago
  21. 1a3246a Don't check alignment, it's irrelevant to this test. by Richard Smith · 13 years ago
  22. 7401cf5 Use static storage duration for file-scope compound literals, even when they by Richard Smith · 13 years ago
  23. b619688 implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer by Kostya Serebryany · 13 years ago
  24. 3fa45bb Un-XFAIL this test on Darwin, it reportedly passes now. by Peter Collingbourne · 13 years ago
  25. c18c423 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same by Richard Smith · 13 years ago
  26. 1b91ab4 Delete the depfile if we could not open a header file. We cannot by Peter Collingbourne · 13 years ago
  27. 5d4d980 Teach the driver about failure result files, which are compilation by Peter Collingbourne · 13 years ago
  28. 5c247db CodeGen: allow __asm renaming on static local variables. by Benjamin Kramer · 13 years ago
  29. 9d38dbc Enable delayed template parsing for friend functions declared at template class scope. by Francois Pichet · 13 years ago
  30. 5a1ac89 Finish r144971, which was an incomplete commit. by Eli Friedman · 13 years ago
  31. 7e7ad3f Fix the meaning of an "empty" record for the case of a zero-length array. Use isEmptyRecord for arguments on x86-32; there are structs of size 0 which don't count as empty. by Eli Friedman · 13 years ago
  32. 8d2fe42 Make va_arg on x86-64 compute alignment the same way as argument passing. by Eli Friedman · 13 years ago
  33. 8f4caf5 [analyzer] Warn when non pointer arguments are passed to scanf (only when running taint checker). by Anna Zaks · 13 years ago
  34. 7b1fb81 A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structures containing an SSE vector. by Eli Friedman · 13 years ago
  35. 506d4e3 Don't try to expand struct arguments containing holes on x86-32. From gcc struct layout tests. by Eli Friedman · 13 years ago
  36. bd4d3bc Simplify code for returning a struct for Darwin x86-32 ABI. Use a better type for a function returning a struct containing only a pointer. Handle the edge case of a struct containing only a float or double plus some dead padding instead of asserting. by Eli Friedman · 13 years ago
  37. 01f2a1e [analyzer] The compiler warning was disabling the analyzer in this test. by Anna Zaks · 13 years ago
  38. 5a4d352 Ignore empty unions in argument lowering on x86-32. From gcc struct layout tests. by Eli Friedman · 13 years ago
  39. 0d339d0 [analyzer] Do not conjure a symbol when we need to propagate taint. by Anna Zaks · 13 years ago
  40. e24f5fc Constant expression evaluation: add support for evaluation of member pointers by Richard Smith · 13 years ago
  41. a865405 Add the notion of "framework" modules to module maps. Framework by Douglas Gregor · 13 years ago
  42. 117bc17 test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). by NAKAMURA Takumi · 13 years ago
  43. 6fe2965 Include named unions in union member init checking by David Blaikie · 13 years ago
  44. e6226ae In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside default argument instantiation. by Francois Pichet · 13 years ago
  45. 2821c7f When we're loading a framework header, first try to turn the framework by Douglas Gregor · 13 years ago
  46. 643ffaa tests/Driver/darwin-ld.c: Get rid of the "splatter" test case. We have enough by Daniel Dunbar · 13 years ago
  47. 24d1c96 Add missing header for modules test. by Douglas Gregor · 13 years ago
  48. adb9799 A module with an umbrella header assumes that all of the headers in by Douglas Gregor · 13 years ago
  49. 960809e Added missing ImplicitCastExpr around conversion operator call. by Abramo Bagnara · 13 years ago
  50. e42a0ab Fixed crash with initializer lists and unnamed bitfields in the RegionStore by Jim Goodnow II · 13 years ago
  51. a081da5 Implement (de-)serialization of the buffer contents for an overridden by Douglas Gregor · 13 years ago
  52. 9b0970f [analyzer] Catch the first taint propagation implied buffer overflow. by Anna Zaks · 13 years ago
  53. 2ad226b PR11391: Don't try to evaluate the LHS of a _Complex assignment as an rvalue. by Richard Smith · 13 years ago
  54. 261e75b When building a module from a module map that isn't simply an umbrella by Douglas Gregor · 13 years ago
  55. f8b42d1 Switch the remaining modules tests over to -emit-module-from-map. by Douglas Gregor · 13 years ago
  56. 03ee2dd [libclang] Make clang_annotateTokens use "file-targeted" deserialization and avoid by Argyrios Kyrtzidis · 13 years ago
  57. e2079cf [libclang] Make clang_findReferencesInFile use "file-targeted" deserialization and avoid by Argyrios Kyrtzidis · 13 years ago
  58. b755a9d Fix PR11385: A pointer constant expression which has been cast via an integer is by Richard Smith · 13 years ago
  59. 4258332 Migrate a few more modules tests over to -emit-module-from-map. by Douglas Gregor · 13 years ago
  60. 35593a9 [libclang] Fix crash on invalid code. Fixes rdar://10451854 by Argyrios Kyrtzidis · 13 years ago
  61. 220b45c [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of diagnostics by Argyrios Kyrtzidis · 13 years ago
  62. 3238059 Fix test on Release builds. by Eli Friedman · 13 years ago
  63. 2f77b3d Fix a bunch of really nasty bugs in how we compute alignment for reference lvalues. PR11376. by Eli Friedman · 13 years ago
  64. 1432569 Switch some more of the modules tests over to "-emit-module-from-map", by Douglas Gregor · 13 years ago
  65. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  66. e614d6c In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside static functions. by Francois Pichet · 13 years ago
  67. 3bc4515 Compute whether a class is trivial correctly for template classes with an explicitly deleted or defaulted special member. PR11387. by Eli Friedman · 13 years ago
  68. 9c0e1ec Fixed plausible overloads location. by Abramo Bagnara · 13 years ago
  69. 0b69d13 Remove one group'ed warning. by Fariborz Jahanian · 13 years ago
  70. 2d9eb21 Teach the CFG builder how to properly destroy temporaries who by Douglas Gregor · 13 years ago
  71. 64482c6 [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization code must be set by Argyrios Kyrtzidis · 13 years ago
  72. ca3d3fc Fix crash in calling convention code expanding an struct with a complex member. by Eli Friedman · 13 years ago
  73. 32509f1 Resolve placeholder expressions before trying to deduce by John McCall · 13 years ago
  74. 155fa39 The optimizers figured out how to make this store 6. by Nick Lewycky · 13 years ago
  75. a70cb9d Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 13 years ago
  76. e1ba5be Don't track depfiles as result files which need to be cleaned up on failure. by Matt Beaumont-Gay · 13 years ago
  77. 7432b90 When we're checking access in a dependent context, don't try to look by Douglas Gregor · 13 years ago
  78. b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
  79. 4c42bb7 [static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicate if a message was due to a property access. This can by Ted Kremenek · 13 years ago
  80. 729aa06 [analyzer;Regionstore] handle loads from StringLiteral elements for StringLiterals representing wide strings. Fixes PR 11294. by Ted Kremenek · 13 years ago
  81. 567c586 In ARC, don't reclaim objects of Class type. by John McCall · 13 years ago
  82. ecb912e Change the checks in the type aka printing. A confusing case where the string by Richard Trieu · 13 years ago
  83. ccf1bfd [analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture the 'self' variable of the enclosing ObjC method decl. Fixes <rdar://problem/10380300>. by Ted Kremenek · 13 years ago
  84. 9b483df Fix a regression in wide character codegen. See PR11369. by Nico Weber · 13 years ago
  85. c80553e [PCH] Do not crash if a class extension in a chained PCH introduces/redeclares a property. by Argyrios Kyrtzidis · 13 years ago
  86. 590ad93 [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos by Argyrios Kyrtzidis · 13 years ago
  87. 4fc04da Don't crash when a duplicate interface/protocol is inside an extern "C" context. by Argyrios Kyrtzidis · 13 years ago
  88. e2d4f4e Fix the signature of the getcontext builtin. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  89. 65bfd68 When reference binding array rvalues, such as those created by compound by Peter Collingbourne · 13 years ago
  90. 1bf9a9e Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr by Richard Smith · 13 years ago
  91. 8213eca [PCH] Fix the test. by Argyrios Kyrtzidis · 13 years ago
  92. ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
  93. ddadaa4 Add missing casts to AST. by Eli Friedman · 13 years ago
  94. 23d29c8 Tweak the module map file test slightly, by putting one of the headers by Douglas Gregor · 13 years ago
  95. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  96. 194428c Make test compatible with ARM hosts. by Eli Friedman · 13 years ago
  97. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  98. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  99. 39d3196 Extend -Wno-bind-to-temporary-copy and -Wno-{unnamed,local}-type-template-args by Richard Smith · 13 years ago
  100. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago