1. e089088 Hoist the other messy part out of an inner loop and into a helper by Chandler Carruth · 13 years ago
  2. 50f3cad [analyzer] Refactor node generation to use less code. by Anna Zaks · 13 years ago
  3. 4c9403c Hoist the first chunk of this into a helper function. No functionality change. by Chandler Carruth · 13 years ago
  4. 43f7e62 [driver] Improve r141053 by only emitting the warning if the original input by Chad Rosier · 13 years ago
  5. 7441068 Fix Windows+MinGW which introduces noise into path separators. by Chandler Carruth · 13 years ago
  6. 6ab8e62 Now that multiple prefixes are much cheaper to search for GCC by Chandler Carruth · 13 years ago
  7. 6d9694c Rework the search for a GCC installation still further. This combines by Chandler Carruth · 13 years ago
  8. 53201a8 Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override by Daniel Dunbar · 13 years ago
  9. 5d0ea6d [analyzer] Removing references to CheckerContext::getNodeBuilder(): checkers can obtain block count directly from the Context. by Anna Zaks · 13 years ago
  10. 118c6c0 Remove a nonsensical bit of code from InitListChecker::getStructuredSubobjectInit which was increasing the reserved size for an init list past its maximum possible size. Fixes PR11056, a case where we were reserving a bunch of memory for arrays that was never actually used. by Eli Friedman · 13 years ago
  11. 68af536 objc: Turn diagnostic on property type mismatch in by Fariborz Jahanian · 13 years ago
  12. 8ba7214 [analyzer] Remove unused methods, add comments to others. by Anna Zaks · 13 years ago
  13. 06d92bf Place diagnostic warn_atomic_property_rule under a -W flag. Fixes <rdar://problem/10230631>. by Ted Kremenek · 13 years ago
  14. d649c57 Place diagnostic warn_ownin_getter_rule under a -W flag. Fixes <rdar://problem/10230626>. by Ted Kremenek · 13 years ago
  15. 3b8b00b Place diagnostic ext_predef_outside_function under a -W flag. Fixes <rdar://problem/10226192>. by Ted Kremenek · 13 years ago
  16. ef48e05 Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas. by Justin Holewinski · 13 years ago
  17. 917b28b Add bitmaps for strong / weak ivar layout (GNUstep runtime). by David Chisnall · 13 years ago
  18. f347667 Place warning warn_drv_no_debug_w_integrated_as under a -W flag. by Ted Kremenek · 13 years ago
  19. 2a1a89e Revert r141060. We should NEVER add new warnings that aren't guarded by flag. by Ted Kremenek · 13 years ago
  20. c916377 Add a comment explaining that I have a better plan for implementing the by Chandler Carruth · 13 years ago
  21. a24b980 Invert the loop for detecting installed GCC trees. This make the loop by Chandler Carruth · 13 years ago
  22. 810e081 Fuse the two halves of the GCC installation detection. This is by Chandler Carruth · 13 years ago
  23. 348f16f Mark calls to objc_retainBlock that don't result from casts by John McCall · 13 years ago
  24. 10a82cd Rip out flags for controlling C++ "production mode" separately. by Bob Wilson · 13 years ago
  25. f4e541c Specify -ccc-clang-archs for le32 targets which may not be supported by default. by Bob Wilson · 13 years ago
  26. 1711fc9 Improve location fidelity of objc decls. by Argyrios Kyrtzidis · 13 years ago
  27. 55d78d2 Update testcase for r141053+r141055. by Chad Rosier · 13 years ago
  28. adc4afb Factor the data apart from the logic of locating various GCC by Chandler Carruth · 13 years ago
  29. d0790b8 [driver] Improve r141053 by only emitting the warning if the original input by Chad Rosier · 13 years ago
  30. 968b7a7 [driver] Emit a warning if the user has requested debug information and we're by Chad Rosier · 13 years ago
  31. 0ced799 When build a module on demand, run the module-building job on a by Douglas Gregor · 13 years ago
  32. c3b4575 Make sure SourceManager::getFileIDLoaded doesn't hang in release build because of invalid passed parameter. by Argyrios Kyrtzidis · 13 years ago
  33. 3381a73 [analyzer] Remove redundant state (AnalysisContext pointer for every BinaryOperator tracked) from IdempotentOperationChecker. by Anna Zaks · 13 years ago
  34. 175fb10 objc arc: Suppress certain arc diagnostics on unavailable by Fariborz Jahanian · 13 years ago
  35. 1e9775d [analyzer] In UndefBranchChecker, use a node generator which does not create an edge/branching. (ExprEngine should be in charge of generating edges. The checkers should examine the condition and generate PostCondition node if needed.) by Anna Zaks · 13 years ago
  36. 9c81bc2 [analyzer] Cleanup in UndefBranchChecker: by Anna Zaks · 13 years ago
  37. 09d8212 Fixed source range for template implicit instantiations. by Abramo Bagnara · 13 years ago
  38. a08529c Fixed exapnsion range for # and ##. by Abramo Bagnara · 13 years ago
  39. 048e649 Refactor the detection of a GCC installation into a helper class. This by Chandler Carruth · 13 years ago
  40. c6ac322 objc++: Accessing explicit property of reference type need by Fariborz Jahanian · 13 years ago
  41. 25bedca PTX: Add some basic support for OpenCL address spaces by Justin Holewinski · 13 years ago
  42. 7035f31 Don't crash when trying to emit too many fixits. Also, keep some constants in by Matt Beaumont-Gay · 13 years ago
  43. f87cced Propagate __attribute__((returns_twice)) from C to IL. by Rafael Espindola · 13 years ago
  44. c5306b0 Test a multilib setup on a 64-bit host. This is the far more common by Chandler Carruth · 13 years ago
  45. 38ec546 Enable generic multilib support on 32bit hosts. Previously this was only by Chandler Carruth · 13 years ago
  46. b6fdf8f Relax an assertion here a bit. This doesn't really matter, as we won't by Chandler Carruth · 13 years ago
  47. 621e6a6 Test that we include a GCC-triple-prefixed tree. While I don't know of by Chandler Carruth · 13 years ago
  48. 663abc9 Teach the logic for locating an installed GCC about the system root. by Chandler Carruth · 13 years ago
  49. fde8d14 Add initial support for applying the sysroot to library search paths. by Chandler Carruth · 13 years ago
  50. 491306a Allow getting all source locations of selector identifiers in a ObjCMethodDecl. by Argyrios Kyrtzidis · 13 years ago
  51. b994e6c Move field in ObjCMessageExpr to avoid padding. by Argyrios Kyrtzidis · 13 years ago
  52. 2071808 Allow getting all source locations of selector identifiers in a ObjCMessageExpr. by Argyrios Kyrtzidis · 13 years ago
  53. 8d9ed79 ArrayRef'ize ObjCMessageExpr by Argyrios Kyrtzidis · 13 years ago
  54. 04fb8ef Add an assertion that we don't overflow the bitfield ObjCMessageExpr::NumArgs. by Argyrios Kyrtzidis · 13 years ago
  55. 11d7716 Pass from the parser the locations of selector identifiers when creating by Argyrios Kyrtzidis · 13 years ago
  56. da92a7f Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived from the selector. by Argyrios Kyrtzidis · 13 years ago
  57. 9513762 Pass all the locations of the selector identifiers for a message expression from the parser. by Argyrios Kyrtzidis · 13 years ago
  58. d2deee1 Rework the selection of builtin library search paths on Linux to by Chandler Carruth · 13 years ago
  59. 78dd67e CUDA: diagnose invalid calls across targets by Peter Collingbourne · 13 years ago
  60. 1f24076 CUDA: add separate diagnostics for too few/many exec config args by Peter Collingbourne · 13 years ago
  61. af15b4d Add ConvertArgumentsForCall diagnostics for at least/at most n args by Peter Collingbourne · 13 years ago
  62. 8591a7f CUDA: diagnose unconfigured calls to global functions by Peter Collingbourne · 13 years ago
  63. 80d2355 Sorry, I misunderstood the interaction here; the GNU runtime does by John McCall · 13 years ago
  64. 591dbc7 Use -fgnu-runtime to force the use of the non-fragile ABI; by John McCall · 13 years ago
  65. 4768b9c Temporarily XFAIL this test until John or someone else who works on ObjC by Chandler Carruth · 13 years ago
  66. a9402e4 Simplify this through the power of the ternary operator. by Chandler Carruth · 13 years ago
  67. bc0df72 Consolidate the currently bizarre 32/64 multilib selection logic a bit. by Chandler Carruth · 13 years ago
  68. 3c2b5f7 Fix another major performance regression in LiveVariables by not canonicalizing the underlying ImmutableSets on every analyzed statement (just at merges). Fixes <rdar://problem/10087538>. by Ted Kremenek · 13 years ago
  69. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  70. 6a835dd Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling in ExprEngine. Fixes <rdar://problem/10201666>. by Ted Kremenek · 13 years ago
  71. 2b014d6 When performing an @throw in ARC, retain + autorelease by John McCall · 13 years ago
  72. cdda47f Parse attributes written in an ObjC method parameter type as by John McCall · 13 years ago
  73. b459cf3 Address PR10616. The crash has already been fixed by Ted in r140725, so just refactor to use existing API + test case. by Anna Zaks · 13 years ago
  74. e82247a Hey, maybe we shouldn't silently ignore decl attributes by John McCall · 13 years ago
  75. 130e5ef As I suspected, completely non-multilib machines just get no suffix. by Chandler Carruth · 13 years ago
  76. 9f569cc constexpr: semantic checking for constexpr functions and constructors. Based in by Richard Smith · 13 years ago
  77. 00ca848 Teach this test to cope with Windows suffixes so that msys builds can run it. by Chandler Carruth · 13 years ago
  78. 37cbb0b Correct my failure at writing proper regex's for FileCheck. Thanks Nick. by Chandler Carruth · 13 years ago
  79. f3a852a Allow for both 'lib' and 'lib32', as both seem to be in evidence. I've by Chandler Carruth · 13 years ago
  80. 29bbe2b There might be an 'ld' without any path prefix. by Chandler Carruth · 13 years ago
  81. 2cf031d Allow the results of cf_returns_not_retained function by John McCall · 13 years ago
  82. 7df2ff4 Tweak the interface for analyzing the CF conventions for a name by John McCall · 13 years ago
  83. c4cc403 Add a test that ensures we get the basic multilib '-L' flags to 'ld' by Chandler Carruth · 13 years ago
  84. eb86b5b Revert r140604: "Let -B work for ld paths on Linux." by Chandler Carruth · 13 years ago
  85. 5202a4d Enable -Wstrlcpy-strlcat-size by default. by Ted Kremenek · 13 years ago
  86. 717a20b Mark a TagDecl when it is free standing (e.g. "struct foo;") by Argyrios Kyrtzidis · 13 years ago
  87. 26e0b30 Revert my --working-directory option, which wasn't well thought through. by Daniel Dunbar · 13 years ago
  88. 1f634c6 Add a section detailing the steps required to add an expression or by Douglas Gregor · 13 years ago
  89. f2e5945 objc arc: allow objc_returns_inner_pointer on methods that return by Fariborz Jahanian · 13 years ago
  90. f2cee5c Fix compiler warning about && in ||. by Benjamin Kramer · 13 years ago
  91. da79da2 Install a copy of the libc++ headers with clang. <rdar://problem/10096516> by Bob Wilson · 13 years ago
  92. 9afbfbe Support dllimport and dllexport on x86-64 Windows. PR10978. Patch by Ruben Van Boxem. by Eli Friedman · 13 years ago
  93. ccae76c objc gc: assigning to an objc object struct member through an ivar by Fariborz Jahanian · 13 years ago
  94. 225bf77 Minor cleanup. by Eli Friedman · 13 years ago
  95. 2dfdb94 [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/protected: specifiers. by Argyrios Kyrtzidis · 13 years ago
  96. 3c3ccd2 Remove the conditional that avoided passing the Objective-C runtime specification flags to cc1. This fixes PR10369 (__builtin_NSStringMakeConstantString() selecting the wrong runtime in C / C++ code and crashing, although it doesn't fix the problem that instantiating the Mac runtime for non-Darwin targets was crashing.) by David Chisnall · 13 years ago
  97. a891a32 Fix a bug in the token caching for inline constructors in C++11, and improve error recovery in both dialects. This should fix the GCC test suite failures as well. by Sebastian Redl · 13 years ago
  98. 8dfac0b Add explicit attributes to mark functions as having had their by John McCall · 13 years ago
  99. e4c6675 Fix crash when analyzing C++ code involving constant enums and switch statements (<rdar://problem/10202899>). by Ted Kremenek · 13 years ago
  100. 0658879 [analyzer] Fix a bug in RetainReleaseChecker diagnostics. It gives more precise error message on the modified test case (and prevents duplicate diagnostics when we purge at block granularity). by Anna Zaks · 13 years ago