1. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 13 years ago
  2. 2259286 If we see '(...' where we're expecting an abstract-declarator, that doesn't by Richard Smith · 13 years ago
  3. 5594704 modern objective-c translator: writing objc boolean literals. // rdar://11124775 by Fariborz Jahanian · 13 years ago
  4. 5903a37 [analyzer] Add an option to re-analyze a dead-end path without inlining. by Anna Zaks · 13 years ago
  5. d1f853d Add better support for $fp and $sp for mips inline asm support. by Eric Christopher · 13 years ago
  6. db81d38 [preprocessor] Handle correctly inclusion directives that have macro expansions, e.g by Argyrios Kyrtzidis · 13 years ago
  7. e033578 objective-c modern translator: move all inithooks into a single array by Fariborz Jahanian · 13 years ago
  8. f78c0f9 Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241. by Sebastian Redl · 13 years ago
  9. 978fc9c Introduce a -cc1-level option -pubnames-dump, which simply dumps the by Douglas Gregor · 13 years ago
  10. 3f162c3 Commit patch reverted in r153454 with the modified test by Fariborz Jahanian · 13 years ago
  11. de5b4fb Change RetainCountChecker to eagerly "escape" retained objects when they are by Ted Kremenek · 13 years ago
  12. 412e0cc When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a by Richard Smith · 13 years ago
  13. 3f71860 [driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group. by Chad Rosier · 13 years ago
  14. d3d7d4d [driver] Testcase for r153469, r153470, and r153478. by Chad Rosier · 13 years ago
  15. 0724b7c Add a special-case diagnostic for one of the more obnoxious special cases of by Richard Smith · 13 years ago
  16. 5432ff2 [tests] Fix test failure in release mode. by Daniel Dunbar · 13 years ago
  17. 4cd7edf [analyzer] Malloc: Allow a pointer to escape through OSAtomicEnqueue. by Anna Zaks · 13 years ago
  18. 54edd47 Test case for r153348. by Akira Hatanaka · 13 years ago
  19. 8cb4a07 add tbaa metadata to vtable pointer loads/stores by Kostya Serebryany · 13 years ago
  20. 0179868 When diagnosing an invalid out-of-line redeclaration, don't permit by Douglas Gregor · 13 years ago
  21. a8e0b97 Canonicalize the declaration we write to a PCH file for an by Douglas Gregor · 13 years ago
  22. 38f0df3 Handle instantiations of redeclarations of forward-declared enumerations within by Richard Smith · 13 years ago
  23. 4ca93d9 Delay checking of dependent underlying types for redeclarations of member by Richard Smith · 13 years ago
  24. b293f52 test/Driver/cpath.c: Escape a few args that contain %{pathsep}. by NAKAMURA Takumi · 13 years ago
  25. 74873c4 Fix copy and pasto. by Rafael Espindola · 13 years ago
  26. c3f8955 Add back r153360 with a fix for enums that cover all the 32 bit values. by Rafael Espindola · 13 years ago
  27. 88a569a Revert r153360 (and r153380), "Second part of PR12251. Produce the range metadata in clang for booleans and". by NAKAMURA Takumi · 13 years ago
  28. 539a230 On i386 the alignment of i64 is 4, not 8. by Benjamin Kramer · 13 years ago
  29. 5d5ed59 [parser] If there are unmatched braces in a function definition, try to by Argyrios Kyrtzidis · 13 years ago
  30. e27af29 Second part of PR12251. Produce the range metadata in clang for booleans and by Rafael Espindola · 13 years ago
  31. f602806 Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up by Richard Smith · 13 years ago
  32. fce79eb Make sure we don't accept an @interface inside another objc container by Argyrios Kyrtzidis · 13 years ago
  33. 30a2805 [libclang] Make sure we don't crash when trying to index code that by Argyrios Kyrtzidis · 13 years ago
  34. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 13 years ago
  35. 514f2c9 Avoid applying retain/release effects twice in RetainCountChecker when a function call was inlined (i.e., we do not need to apply summaries in such cases). by Ted Kremenek · 13 years ago
  36. 1af83c4 Support for definitions of member enumerations of class templates outside the by Richard Smith · 13 years ago
  37. ccc6f36 [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl cursor, by Argyrios Kyrtzidis · 13 years ago
  38. df474ec modern objc translation of block literal expressions by Fariborz Jahanian · 13 years ago
  39. 263e0a6 Small cleanup. by Bill Wendling · 13 years ago
  40. 8ff6059 Use correct FileCheck regexp. by Bill Wendling · 13 years ago
  41. acb5310 When an MMX output variable is tied to the input variable, we have to implicitly by Bill Wendling · 13 years ago
  42. bce35a2 line endings by Matt Beaumont-Gay · 13 years ago
  43. e5a8aeb Make sure we correctly set the alignment for vector loads and stores associated with vector element lvalues. Patch by Kevin Schoedel (with some minor modifications by me). by Eli Friedman · 13 years ago
  44. 5aac0b6 Fix static analyzer crash on code taking the address of a field. Fixes PR 11146. by Ted Kremenek · 13 years ago
  45. d13c2c2 modern objc rewriter: until we can translate block literals by Fariborz Jahanian · 13 years ago
  46. 2df089d modern objective-c rewriter: Fix up translation of by Fariborz Jahanian · 13 years ago
  47. 643586f [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, by Argyrios Kyrtzidis · 13 years ago
  48. 06911d4 "Teach" RetainCountChecker about dispatch_set_context, which can indirectly free its argument later. Fixes <rdar://problem/11059275>. by Ted Kremenek · 13 years ago
  49. 8bd37f1 Relax the FileCheck assertions in this test a touch. Previously the test by Chandler Carruth · 13 years ago
  50. 550f223 Fix broken CFG when an initializer is a statement expression that starts with a while loop (PR 12325). by Ted Kremenek · 13 years ago
  51. 564f4c5 During the instantiation of a class template specialization, that by Richard Smith · 13 years ago
  52. f5aa3f5 [analyzer] Malloc: drop symbols captured by blocks. by Anna Zaks · 13 years ago
  53. b778305 Change the binary operator data recursive evaluator to not stop at the first by Richard Trieu · 13 years ago
  54. 54faba4 For enums with no tag name, display its location in by Fariborz Jahanian · 13 years ago
  55. 9354f6a fixes the diagnostic issued in // rdar://11069896 by Fariborz Jahanian · 13 years ago
  56. cde7a1d Report the natural alignment of unsigned long long, not the preferred alignment. by Chad Rosier · 13 years ago
  57. 1e0c952 Try to get cpath.c passing on windows, using lit's new ${pathsep} variable. by Nico Weber · 13 years ago
  58. 3d7c44e [analyzer] Malloc: Utter the name of the leaked variable. by Anna Zaks · 13 years ago
  59. 046c9e6 [analyzer] Re-enable the test disabled by r152969. by Anna Zaks · 13 years ago
  60. 4e648e4 Allow void blocks to return witn a void expression in by Fariborz Jahanian · 13 years ago
  61. 260a3e4 For the annals of subtle but terrible bugs: fix a longstanding bug by John McCall · 13 years ago
  62. 4c7a6c6 Test case for rdar://problem/11055105, a bug with the instantiation by John McCall · 13 years ago
  63. 4b2fe6e modern objective-c translator: add static function to initialize by Fariborz Jahanian · 13 years ago
  64. 1cd89c4 More careful consideration of C++11 13.3.3.1p4. Fixes PR12257. by Sebastian Redl · 13 years ago
  65. ca89371 Fix the other place where C++98 work for initializer lists was necessary. by Sebastian Redl · 13 years ago
  66. 3739b32 Don't include FixIts with a null replacement range. Fixes <rdar://problem/11040133>. by Ted Kremenek · 13 years ago
  67. fce8009 Fix a use-after-free in thunk emission. EmitThunk may call RAUW on Init, invalidating the pointer. by Benjamin Kramer · 13 years ago
  68. a03e40c modern objective-c translator: provide meta-data initialization by Fariborz Jahanian · 13 years ago
  69. 6181e56 Debug info: Tighten up uses of plain MDNode pointers which don't survive replaceOperandWith. by Benjamin Kramer · 13 years ago
  70. fd4ce2c modern objective-c translator: couple of minor by Fariborz Jahanian · 13 years ago
  71. 7cb2a1b objective-c modern translator: Refactor intername ivar names to by Fariborz Jahanian · 13 years ago
  72. d967c6a Add test case for <rdar://problem/10553686>, which illustrates RetainCount checker working with inlined C++ template functions. by Ted Kremenek · 13 years ago
  73. 4cf2253 Fix crash when querying the CFG reported when using the thread safety analysis by Ted Kremenek · 13 years ago
  74. a7d66b5 line endings by Matt Beaumont-Gay · 13 years ago
  75. 55261af modern objective-c translator: fix type of objc_exception_throw by Fariborz Jahanian · 13 years ago
  76. 6d2b131 test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now. by NAKAMURA Takumi · 13 years ago
  77. 09c5c39 Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate paths. by Nico Weber · 13 years ago
  78. 3e280b5 Add the missing compatibility warning for braced initializers as default arguments. by Sebastian Redl · 13 years ago
  79. 393f98b [analyzer] Mark a failed-realloc's result as an interesting symbol between the realloc call and the null check, so we get nicer path notes. Fixes a regression introduced by the diagnostic pruning added in r152361. by Jordy Rose · 13 years ago
  80. 4207eda Turns #import in MS Mode into an error. by Aaron Ballman · 13 years ago
  81. 07b49a8 Use character literals for vexing initialization fixit hints. by David Blaikie · 13 years ago
  82. 957ff27 Replace a FIXME with a diagnostic when we can't resolve the by Douglas Gregor · 13 years ago
  83. 42acead Diagnose tag and class template declarations with qualified by Douglas Gregor · 13 years ago
  84. 22e2f85 modern objective-c rewriter: further improvement in by Fariborz Jahanian · 13 years ago
  85. 8e42f27 When determining the availability of an enum constant, also consider by Douglas Gregor · 13 years ago
  86. 74b7b2b [analyzer] Don't claim an object was returned with +1 retain count before counting autoreleases. Fixes PR10376. by Jordy Rose · 13 years ago
  87. 7a4a9cd [analyzer] Add test case from PR10794 for using 'new' with Obj-C objects. by Jordy Rose · 13 years ago
  88. 9c20b75 [analyzer] This test is breaking windows bots, make it darwin-specific. by Anna Zaks · 13 years ago
  89. fbd5874 [analyzer] Shorten the stack hint diagnostic. by Anna Zaks · 13 years ago
  90. 2eb2729 Make the storing variable's name generic. by Bill Wendling · 13 years ago
  91. 56a938f [analyzer] Create symbol-aware stack hints (building upon r152837). by Anna Zaks · 13 years ago
  92. c9b47f9 Escape % in diagnostic message when compiling LLVM IR. by Benjamin Kramer · 13 years ago
  93. 0821263 When "low alignment" is specified, then set the alignment of the aggregate's by Bill Wendling · 13 years ago
  94. 542125f modern objective-c translator: write @synchronized. // rdar://11063663 by Fariborz Jahanian · 13 years ago
  95. b136049 Suppress macro expansion of NULL in NULL warnings. by David Blaikie · 13 years ago
  96. 9c6fde5 Skip through transparent contexts when deciding where to add a friend function. by Nick Lewycky · 13 years ago
  97. 4053946 modern objective-c translator: writing @throw statement. by Fariborz Jahanian · 13 years ago
  98. 0961a01 Warn on flexible array members when in C89 mode, with -pedantic. by David Chisnall · 13 years ago
  99. ce612f5 Fix analyzer crash on analyzing 'catch' with no condition variable. by Ted Kremenek · 13 years ago
  100. 5214c7a test/Driver/linker-opts.c: Mark as XFAIL:cygming, using gcc linker driver. It should be aware of LIBRARY_PATH. by NAKAMURA Takumi · 13 years ago