1. 66373dd [libclang] Have c-index-test output more information about a cursor with -cursor-at: by Argyrios Kyrtzidis · 13 years ago
  2. 1ef28db Extend -Wc++11-narrowing to cover converted constant expressions as well as braced-initializers. <rdar://problem/11121178>. by Eli Friedman · 13 years ago
  3. 4b81e74 [analyzer] Add a malloc cpp test file. by Anna Zaks · 13 years ago
  4. 8322c23 Fix whitespace. by Bill Wendling · 13 years ago
  5. 6903313 ARM backend knows about cortex-m4. The front end should too. by Jim Grosbach · 13 years ago
  6. 868e985 modern objc translator: avoid some duplicate declarations. by Fariborz Jahanian · 13 years ago
  7. df8dc86 Refactor special member function deletion. No functionality change. by Richard Smith · 13 years ago
  8. 882784d Relax the test slightly so that it should pass on other people's computers. by David Chisnall · 13 years ago
  9. 17c8caf modern objc translator: additional test. by Fariborz Jahanian · 13 years ago
  10. 3a7d69b Call out to GCC-compatible runtime functions for atomic ops that we can't use by David Chisnall · 13 years ago
  11. 2ebb98a Pass parameters in the correct order when assembling an AtomicExpr. by David Chisnall · 13 years ago
  12. 297976d modern objective-c translator: fix up assortment of by Fariborz Jahanian · 13 years ago
  13. 649b4a1 Revert r153613 as it's causing large compile-time regressions on the nightly testers. by Chad Rosier · 13 years ago
  14. ecae596 Go back to using just the selector name for the getter and setter by Eric Christopher · 13 years ago
  15. 16098f3 Tidy. by Eric Christopher · 13 years ago
  16. c0b6dbe Make ModuleMapParser own its TargetInfo, so it doesn't get leaked. by Benjamin Kramer · 13 years ago
  17. 51c0371 Add support for objc property decls according to the page at: by Eric Christopher · 13 years ago
  18. be5ff2f unwind.h fix for -fvisibility=hidden users. This fixes firefox build in a system by Rafael Espindola · 13 years ago
  19. 52f10d5 Don't try to parse a malformed parameter list after a constructor or operator by Richard Smith · 13 years ago
  20. 9988f28 Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-case by Richard Smith · 13 years ago
  21. 0fd4a68 [arcmt] Fix a bug where a property in a class extension, that did not exist by Argyrios Kyrtzidis · 13 years ago
  22. dde3bdb Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian. by Jan Wen Voung · 13 years ago
  23. 57cd1b8 When we can't prove that the target of an aggregate copy is by John McCall · 13 years ago
  24. b684a42 Fix typo in my last patch. by Fariborz Jahanian · 13 years ago
  25. f962eb4 [libclang] Fix CIndexer::isOptEnabled(); not sure what I was thinking there. by Argyrios Kyrtzidis · 13 years ago
  26. b47dbcb [analyzer] Enable retry exhausted without inlining by default. by Anna Zaks · 13 years ago
  27. fb02784 Fix the type of wchar_t on Solaris. by David Chisnall · 13 years ago
  28. a78eca2 objective-c: Improve diagnostics and by Fariborz Jahanian · 13 years ago
  29. 253955c [analyser] Stats checker: do not mark a node as exhausted if we will by Anna Zaks · 13 years ago
  30. 64ee9d0 [analyzer] Refactor: Use Decl when determining if the Block belongs to by Anna Zaks · 13 years ago
  31. a0786c9 CodeGen/CGDeclCXX.cpp: Twine-ize CreateGlobalInitOrDestructFunction(). by NAKAMURA Takumi · 13 years ago
  32. 6960587 Unify and fix our checking of C++ [dcl.meaning]p1's requirements by Douglas Gregor · 13 years ago
  33. 1e1e972 When we form a new function/class template specialization, we first by Douglas Gregor · 13 years ago
  34. 6488dc3 Fix suspicious comparison reported by PVS-Studio! by Ted Kremenek · 13 years ago
  35. 81b5ac3 [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority. by Argyrios Kyrtzidis · 13 years ago
  36. 8e7c48a [libclang] Fix gcc error. by Argyrios Kyrtzidis · 13 years ago
  37. fdc1795 [libclang] Introduce options to control the priority for the threads by Argyrios Kyrtzidis · 13 years ago
  38. bbca564 [libclang] Put the CIndexer class in the clang namespace instead of having by Argyrios Kyrtzidis · 13 years ago
  39. 142bcb5 [libclang] For clang_saveTranslationUnit, if the AST to save has invalid nodes by Argyrios Kyrtzidis · 13 years ago
  40. 82fe6ae Move the emission of strict enum range metadata behind a flag (the same by Chandler Carruth · 13 years ago
  41. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 13 years ago
  42. 2259286 If we see '(...' where we're expecting an abstract-declarator, that doesn't by Richard Smith · 13 years ago
  43. b49a29f [libclang] Introduce indexing option CXIndexOpt_SuppressWarnings, which by Argyrios Kyrtzidis · 13 years ago
  44. 5594704 modern objective-c translator: writing objc boolean literals. // rdar://11124775 by Fariborz Jahanian · 13 years ago
  45. 5903a37 [analyzer] Add an option to re-analyze a dead-end path without inlining. by Anna Zaks · 13 years ago
  46. 14d8381 [analyzer] Fix a typo. by Anna Zaks · 13 years ago
  47. 65552ca [analyzer] Stats checker: minor interprocedural tweaks. by Anna Zaks · 13 years ago
  48. 1f5171e [analyzer] Stats: Only count the number of times we run path sensitive analyzes. by Anna Zaks · 13 years ago
  49. d1f853d Add better support for $fp and $sp for mips inline asm support. by Eric Christopher · 13 years ago
  50. db81d38 [preprocessor] Handle correctly inclusion directives that have macro expansions, e.g by Argyrios Kyrtzidis · 13 years ago
  51. e033578 objective-c modern translator: move all inithooks into a single array by Fariborz Jahanian · 13 years ago
  52. f78c0f9 Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241. by Sebastian Redl · 13 years ago
  53. 978fc9c Introduce a -cc1-level option -pubnames-dump, which simply dumps the by Douglas Gregor · 13 years ago
  54. 2610f90 Remove few if-then-else when both branches are the same. pr12357. by Fariborz Jahanian · 13 years ago
  55. 3f162c3 Commit patch reverted in r153454 with the modified test by Fariborz Jahanian · 13 years ago
  56. 9da31cb Update the ARC specification for several changes made in the by John McCall · 13 years ago
  57. 5d8388c Add cross-referencing comments to ParseDirectDeclarator to note that by Richard Smith · 13 years ago
  58. de5b4fb Change RetainCountChecker to eagerly "escape" retained objects when they are by Ted Kremenek · 13 years ago
  59. 412e0cc When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a by Richard Smith · 13 years ago
  60. 3f71860 [driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group. by Chad Rosier · 13 years ago
  61. d3d7d4d [driver] Testcase for r153469, r153470, and r153478. by Chad Rosier · 13 years ago
  62. afc4baa [driver] Fix unused argument warnings. by Chad Rosier · 13 years ago
  63. ec09b3e [driver] -mkernel implies -fno-common, so claim the arg to avoid an unused by Chad Rosier · 13 years ago
  64. 3d26550 [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unused by Chad Rosier · 13 years ago
  65. 1f4c54d Forward-declared enumerations are now complete, except for an interaction by Richard Smith · 13 years ago
  66. 0724b7c Add a special-case diagnostic for one of the more obnoxious special cases of by Richard Smith · 13 years ago
  67. 5432ff2 [tests] Fix test failure in release mode. by Daniel Dunbar · 13 years ago
  68. 165ce3c Simplify code, no functionality change. by Benjamin Kramer · 13 years ago
  69. ad11f1c Revert r153443 "objective-c modern translator: extern "C" exported", it fails in testing. by Daniel Dunbar · 13 years ago
  70. 4cd7edf [analyzer] Malloc: Allow a pointer to escape through OSAtomicEnqueue. by Anna Zaks · 13 years ago
  71. 54edd47 Test case for r153348. by Akira Hatanaka · 13 years ago
  72. 8cb4a07 add tbaa metadata to vtable pointer loads/stores by Kostya Serebryany · 13 years ago
  73. 1eb18af Move CodeCompletionBuilder's chunk adding methods out of line. by Benjamin Kramer · 13 years ago
  74. 0179868 When diagnosing an invalid out-of-line redeclaration, don't permit by Douglas Gregor · 13 years ago
  75. b12dc68 objective-c modern translator: extern "C" exported symbols. // rdar://11103982 by Fariborz Jahanian · 13 years ago
  76. a8e0b97 Canonicalize the declaration we write to a PCH file for an by Douglas Gregor · 13 years ago
  77. dccb9bb Driver: Factor string vector push_back into a helper class and optimize it. by Benjamin Kramer · 13 years ago
  78. ecafd30 ThreadSafetyReporter: Manage diagnostics in a std::list. by Benjamin Kramer · 13 years ago
  79. 38f0df3 Handle instantiations of redeclarations of forward-declared enumerations within by Richard Smith · 13 years ago
  80. 4ca93d9 Delay checking of dependent underlying types for redeclarations of member by Richard Smith · 13 years ago
  81. 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 · 13 years ago
  82. b3656d3 No longer hard coding paths to the MinGW include directories; using a regular expression instead. by Aaron Ballman · 13 years ago
  83. 6955da2 clang/lib/Analysis/CFG.cpp: Get rid of early insertion of placeholder to the map. by NAKAMURA Takumi · 13 years ago
  84. 9260f61 clang/lib/Analysis/CFG.cpp: Fix memory leak since r153297. by NAKAMURA Takumi · 13 years ago
  85. b293f52 test/Driver/cpath.c: Escape a few args that contain %{pathsep}. by NAKAMURA Takumi · 13 years ago
  86. 7e42392 Simplify some users of DenseMap::erase. by Benjamin Kramer · 13 years ago
  87. 790d295 remove declaration of _objc_empty_vtable no longer by Fariborz Jahanian · 13 years ago
  88. 74873c4 Fix copy and pasto. by Rafael Espindola · 13 years ago
  89. 249cd10 moderin objc translator: remove 'const' from remaining by Fariborz Jahanian · 13 years ago
  90. c3f8955 Add back r153360 with a fix for enums that cover all the 32 bit values. by Rafael Espindola · 13 years ago
  91. 88a569a Revert r153360 (and r153380), "Second part of PR12251. Produce the range metadata in clang for booleans and". by NAKAMURA Takumi · 13 years ago
  92. d961ea9 Don't cast away constness. by Benjamin Kramer · 13 years ago
  93. 539a230 On i386 the alignment of i64 is 4, not 8. by Benjamin Kramer · 13 years ago
  94. b000fb5 [analyzer] Tighten up the realloc() failure path note generation...make sure we get the right realloc()! by Jordy Rose · 13 years ago
  95. 3bc75ca [analyzer] Restart path diagnostic generation if any of the visitors change the report configuration while walking the path. by Jordy Rose · 13 years ago
  96. 0115349 [analyzer] Add a clone() method to BugReporterVisitor, so that we'll be able to reset diagnostic generation. by Jordy Rose · 13 years ago
  97. 5d5ed59 [parser] If there are unmatched braces in a function definition, try to by Argyrios Kyrtzidis · 13 years ago
  98. e27af29 Second part of PR12251. Produce the range metadata in clang for booleans and by Rafael Espindola · 13 years ago
  99. f602806 Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up by Richard Smith · 13 years ago
  100. e78ec3e use EP_OptimizerLast instead of EP_ScalarOptimizerLate for ThreadSanitizer by Kostya Serebryany · 13 years ago