1. db81d38 [preprocessor] Handle correctly inclusion directives that have macro expansions, e.g by Argyrios Kyrtzidis · 12 years ago
  2. e033578 objective-c modern translator: move all inithooks into a single array by Fariborz Jahanian · 12 years ago
  3. f78c0f9 Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241. by Sebastian Redl · 12 years ago
  4. 978fc9c Introduce a -cc1-level option -pubnames-dump, which simply dumps the by Douglas Gregor · 12 years ago
  5. 2610f90 Remove few if-then-else when both branches are the same. pr12357. by Fariborz Jahanian · 12 years ago
  6. 3f162c3 Commit patch reverted in r153454 with the modified test by Fariborz Jahanian · 12 years ago
  7. 9da31cb Update the ARC specification for several changes made in the by John McCall · 12 years ago
  8. 5d8388c Add cross-referencing comments to ParseDirectDeclarator to note that by Richard Smith · 12 years ago
  9. de5b4fb Change RetainCountChecker to eagerly "escape" retained objects when they are by Ted Kremenek · 12 years ago
  10. 412e0cc When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a by Richard Smith · 12 years ago
  11. 3f71860 [driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group. by Chad Rosier · 12 years ago
  12. d3d7d4d [driver] Testcase for r153469, r153470, and r153478. by Chad Rosier · 12 years ago
  13. afc4baa [driver] Fix unused argument warnings. by Chad Rosier · 12 years ago
  14. ec09b3e [driver] -mkernel implies -fno-common, so claim the arg to avoid an unused by Chad Rosier · 12 years ago
  15. 3d26550 [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unused by Chad Rosier · 12 years ago
  16. 1f4c54d Forward-declared enumerations are now complete, except for an interaction by Richard Smith · 12 years ago
  17. 0724b7c Add a special-case diagnostic for one of the more obnoxious special cases of by Richard Smith · 12 years ago
  18. 5432ff2 [tests] Fix test failure in release mode. by Daniel Dunbar · 12 years ago
  19. 165ce3c Simplify code, no functionality change. by Benjamin Kramer · 12 years ago
  20. ad11f1c Revert r153443 "objective-c modern translator: extern "C" exported", it fails in testing. by Daniel Dunbar · 12 years ago
  21. 4cd7edf [analyzer] Malloc: Allow a pointer to escape through OSAtomicEnqueue. by Anna Zaks · 12 years ago
  22. 54edd47 Test case for r153348. by Akira Hatanaka · 12 years ago
  23. 8cb4a07 add tbaa metadata to vtable pointer loads/stores by Kostya Serebryany · 12 years ago
  24. 1eb18af Move CodeCompletionBuilder's chunk adding methods out of line. by Benjamin Kramer · 12 years ago
  25. 0179868 When diagnosing an invalid out-of-line redeclaration, don't permit by Douglas Gregor · 12 years ago
  26. b12dc68 objective-c modern translator: extern "C" exported symbols. // rdar://11103982 by Fariborz Jahanian · 12 years ago
  27. a8e0b97 Canonicalize the declaration we write to a PCH file for an by Douglas Gregor · 12 years ago
  28. dccb9bb Driver: Factor string vector push_back into a helper class and optimize it. by Benjamin Kramer · 12 years ago
  29. ecafd30 ThreadSafetyReporter: Manage diagnostics in a std::list. by Benjamin Kramer · 12 years ago
  30. 38f0df3 Handle instantiations of redeclarations of forward-declared enumerations within by Richard Smith · 12 years ago
  31. 4ca93d9 Delay checking of dependent underlying types for redeclarations of member by Richard Smith · 12 years ago
  32. b3dcbbd Since this change is generating a considerable amount of discussion (and possibly even a regression for known bad versions), I'm reverting it. by Aaron Ballman · 12 years ago
  33. b3656d3 No longer hard coding paths to the MinGW include directories; using a regular expression instead. by Aaron Ballman · 12 years ago
  34. 6955da2 clang/lib/Analysis/CFG.cpp: Get rid of early insertion of placeholder to the map. by NAKAMURA Takumi · 12 years ago
  35. 9260f61 clang/lib/Analysis/CFG.cpp: Fix memory leak since r153297. by NAKAMURA Takumi · 12 years ago
  36. b293f52 test/Driver/cpath.c: Escape a few args that contain %{pathsep}. by NAKAMURA Takumi · 12 years ago
  37. 7e42392 Simplify some users of DenseMap::erase. by Benjamin Kramer · 12 years ago
  38. 790d295 remove declaration of _objc_empty_vtable no longer by Fariborz Jahanian · 12 years ago
  39. 74873c4 Fix copy and pasto. by Rafael Espindola · 12 years ago
  40. 249cd10 moderin objc translator: remove 'const' from remaining by Fariborz Jahanian · 12 years ago
  41. c3f8955 Add back r153360 with a fix for enums that cover all the 32 bit values. by Rafael Espindola · 12 years ago
  42. 88a569a Revert r153360 (and r153380), "Second part of PR12251. Produce the range metadata in clang for booleans and". by NAKAMURA Takumi · 12 years ago
  43. d961ea9 Don't cast away constness. by Benjamin Kramer · 12 years ago
  44. 539a230 On i386 the alignment of i64 is 4, not 8. by Benjamin Kramer · 12 years ago
  45. b000fb5 [analyzer] Tighten up the realloc() failure path note generation...make sure we get the right realloc()! by Jordy Rose · 12 years ago
  46. 3bc75ca [analyzer] Restart path diagnostic generation if any of the visitors change the report configuration while walking the path. by Jordy Rose · 12 years ago
  47. 0115349 [analyzer] Add a clone() method to BugReporterVisitor, so that we'll be able to reset diagnostic generation. by Jordy Rose · 12 years ago
  48. 5d5ed59 [parser] If there are unmatched braces in a function definition, try to by Argyrios Kyrtzidis · 12 years ago
  49. e27af29 Second part of PR12251. Produce the range metadata in clang for booleans and by Rafael Espindola · 12 years ago
  50. f602806 Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up by Richard Smith · 12 years ago
  51. e78ec3e use EP_OptimizerLast instead of EP_ScalarOptimizerLate for ThreadSanitizer by Kostya Serebryany · 12 years ago
  52. fce79eb Make sure we don't accept an @interface inside another objc container by Argyrios Kyrtzidis · 12 years ago
  53. 30a2805 [libclang] Make sure we don't crash when trying to index code that by Argyrios Kyrtzidis · 12 years ago
  54. ec5a306 Revert accidentally-committed www changes (and an unused diagnostic); by Richard Smith · 12 years ago
  55. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 12 years ago
  56. ad8d8a3 Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. by Akira Hatanaka · 12 years ago
  57. 2098c1c Update checker build. by Ted Kremenek · 12 years ago
  58. 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 · 12 years ago
  59. f102c45 Remove the vestiges of the C backend. by Eric Christopher · 12 years ago
  60. 1af83c4 Support for definitions of member enumerations of class templates outside the by Richard Smith · 12 years ago
  61. ccc6f36 [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl cursor, by Argyrios Kyrtzidis · 12 years ago
  62. e8018f2 corrected check::EndOfTranslationUnit checker name and added 'const' to declaration by Anton Yartsev · 12 years ago
  63. 8c6d360 [CFG] Cache boolean evaluations of expressions to avoid multiple re-evaluations by Argyrios Kyrtzidis · 12 years ago
  64. 7608a80 Remove unused bits. by Rafael Espindola · 12 years ago
  65. df474ec modern objc translation of block literal expressions by Fariborz Jahanian · 12 years ago
  66. 263e0a6 Small cleanup. by Bill Wendling · 12 years ago
  67. 8ff6059 Use correct FileCheck regexp. by Bill Wendling · 12 years ago
  68. acb5310 When an MMX output variable is tied to the input variable, we have to implicitly by Bill Wendling · 12 years ago
  69. bce35a2 line endings by Matt Beaumont-Gay · 12 years ago
  70. 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 · 12 years ago
  71. 5aac0b6 Fix static analyzer crash on code taking the address of a field. Fixes PR 11146. by Ted Kremenek · 12 years ago
  72. 638e2d3 [analyzer] Add the stat for the number of successfully explored paths. by Anna Zaks · 12 years ago
  73. 749bbe6 [analyzer] Add stats useful for coverage investigations. by Anna Zaks · 12 years ago
  74. 64394e2 [analyzer] Add inlining awareness to the block coverage computation by Anna Zaks · 12 years ago
  75. d13c2c2 modern objc rewriter: until we can translate block literals by Fariborz Jahanian · 12 years ago
  76. 0d4cb85 Fix a comment: kPropertyType = 'T' not 't'. <rdar://problem/11095729> by Bob Wilson · 12 years ago
  77. 2df089d modern objective-c rewriter: Fix up translation of by Fariborz Jahanian · 12 years ago
  78. 643586f [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, by Argyrios Kyrtzidis · 12 years ago
  79. 86029ea Update front page to indicate that we do, in fact, support some of C++11. by Richard Smith · 12 years ago
  80. 06911d4 "Teach" RetainCountChecker about dispatch_set_context, which can indirectly free its argument later. Fixes <rdar://problem/11059275>. by Ted Kremenek · 12 years ago
  81. 8bd37f1 Relax the FileCheck assertions in this test a touch. Previously the test by Chandler Carruth · 12 years ago
  82. 550f223 Fix broken CFG when an initializer is a statement expression that starts with a while loop (PR 12325). by Ted Kremenek · 12 years ago
  83. 564f4c5 During the instantiation of a class template specialization, that by Richard Smith · 12 years ago
  84. 9293fff Simplify DataRecursiveIntBinOpEvaluator::VisitBinOp() a bit and make sure we don't by Argyrios Kyrtzidis · 12 years ago
  85. f5aa3f5 [analyzer] Malloc: drop symbols captured by blocks. by Anna Zaks · 12 years ago
  86. 5cf6b6c modern objective-c translator: Change declaration of by Fariborz Jahanian · 12 years ago
  87. b778305 Change the binary operator data recursive evaluator to not stop at the first by Richard Trieu · 12 years ago
  88. 850f1b1 Remove unused variable, fix indentation. by Benjamin Kramer · 12 years ago
  89. 54faba4 For enums with no tag name, display its location in by Fariborz Jahanian · 12 years ago
  90. 9354f6a fixes the diagnostic issued in // rdar://11069896 by Fariborz Jahanian · 12 years ago
  91. cde7a1d Report the natural alignment of unsigned long long, not the preferred alignment. by Chad Rosier · 12 years ago
  92. 1e0c952 Try to get cpath.c passing on windows, using lit's new ${pathsep} variable. by Nico Weber · 12 years ago
  93. 3d7c44e [analyzer] Malloc: Utter the name of the leaked variable. by Anna Zaks · 12 years ago
  94. 27b867e [analyser] Factor out FindUniqueBinding from RetainCount checker. by Anna Zaks · 12 years ago
  95. 046c9e6 [analyzer] Re-enable the test disabled by r152969. by Anna Zaks · 12 years ago
  96. 57f6d19 Duplicated code is bad. At least make it consistent. by Bob Wilson · 12 years ago
  97. 4e648e4 Allow void blocks to return witn a void expression in by Fariborz Jahanian · 12 years ago
  98. 677a35b For Darwin, do not let -mcpu override the -arch option. <rdar://11059238> by Bob Wilson · 12 years ago
  99. 4e825df modern objective-c rewriter: remove 'const' from by Fariborz Jahanian · 12 years ago
  100. 1526f54 Removed repeated word (of of). by Patrick Beard · 12 years ago