1. 0fb474a c-index-test.c: Fix missing semicolon(s). by NAKAMURA Takumi · 12 years ago
  2. 910ff3f [cindex.py] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  3. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  4. 82a53bd Switch Clang to use the new common LLVM CMake infrastructure for adding by Chandler Carruth · 12 years ago
  5. b6bc31e Add a missing argument index, wordsmith a little, and 80(ish) columns by Matt Beaumont-Gay · 12 years ago
  6. 075a543 blocks: fixes a crash when encoding block type by Fariborz Jahanian · 12 years ago
  7. 1ba4723 test/Driver/crash-report.c: Mark it as XFAIL on win32 hosts, for now. Investigating. by NAKAMURA Takumi · 12 years ago
  8. ccda680 Remove dependency on string.h by Fariborz Jahanian · 12 years ago
  9. a275229 Unbreak the test from r159469. by David Blaikie · 12 years ago
  10. 648e763 Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion by Richard Trieu · 12 years ago
  11. 7e68ba5 objective-c IRGen: fixes a crash when method type is being mangled by Fariborz Jahanian · 12 years ago
  12. e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
  13. 4ac5751 In Sema::ClassifyName, try to avoid nonsensical corrections to by Kaelyn Uhrain · 12 years ago
  14. 529cdf4 Update the %diff modifer to have an alternate string print when a template tree by Richard Trieu · 12 years ago
  15. b075417 Revert "Tweak insecureAPI analyzer checks to have the ability to be individually disabled." by Ted Kremenek · 12 years ago
  16. 4f50875 Tweak insecureAPI analyzer checks to have the ability to be individually disabled. by Ted Kremenek · 12 years ago
  17. 04ca19b Add a fix-it hint note to -Wunique-enum to suggest that the last element gets by Richard Trieu · 12 years ago
  18. 6734ec4 objective-c modern translator: synthesize argument type by Fariborz Jahanian · 12 years ago
  19. 49f6dac modern objc translator: string.h is unavailable on some non-OSX by Fariborz Jahanian · 12 years ago
  20. 2578532 fix a typo in my last commit. I thought I recompiled, but apparently I did not. by Fariborz Jahanian · 12 years ago
  21. 20e7d99 objc diagnostic: pass IdentifierInfo* to the diagnostic system by Fariborz Jahanian · 12 years ago
  22. e25d3df std::nullptr_t support in MS headers, from João Matos. by Douglas Gregor · 12 years ago
  23. 193f91b Patch for handling C99 veriadic macros when using precompiled headers, by Douglas Gregor · 12 years ago
  24. be8d55c objective-c modern translator: Translation into objc_msgSend_stret by Fariborz Jahanian · 12 years ago
  25. 55e1808 Factor out a check for block commands (that implicitly start a new paragraph) into a separate function. by Dmitri Gribenko · 12 years ago
  26. 619ee6a Avoid redundant error when redefining a function as deleted. by David Blaikie · 12 years ago
  27. d68615f Change condition to be the same as in SemaTemplateInstantiate. by Nico Weber · 12 years ago
  28. 0851e3b clang/test/Misc/diag-template-diffing-color.cpp: Remove XFAIL:cygwin. Cygwin has some terminal emulation of escape sequences. by NAKAMURA Takumi · 12 years ago
  29. 83122da Update Clang to reflect the new home of IRBuilder.h as of r159421. by Chandler Carruth · 12 years ago
  30. 7b7c973 Update based on move of DIBuilder.h to include/llvm. by Bill Wendling · 12 years ago
  31. 16d0078 From Philippe Canal: by Axel Naumann · 12 years ago
  32. 56c045e X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  33. c56b552 Fix PR13234 - crash when trying to report an unsupported ABI feature by Timur Iskhodzhanov · 12 years ago
  34. 592a423 When a builtin that requires a constant is given a type- or by Douglas Gregor · 12 years ago
  35. c84804a X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  36. 14b2327 Teach the __is_trivially_assignable and __is_trivially_constructible by Douglas Gregor · 12 years ago
  37. 65cf624 Switch Clang's CMake lit.site.cfg generation over to use the common by Chandler Carruth · 12 years ago
  38. 8d0f528 [analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph. by Jordan Rose · 12 years ago
  39. 43bb179 Warn on self-assignment to member variables. PR13104. by Nico Weber · 12 years ago
  40. c99a5d8 Thread safety analysis: support release() function on scoped lockable objects. by DeLesley Hutchins · 12 years ago
  41. b956e5a When applying a template diff highlighting to a diagnostic message, remember by Richard Trieu · 12 years ago
  42. db2a685 Factor CXString out of Index.h by Arnaud A. de Grandmaison · 12 years ago
  43. 50badd5 Fix template type diffing coloring (r159216) when forcing color output to a file (not a terminal) by David Blaikie · 12 years ago
  44. 0963017 Support the use of "=delete" and "=default" with delayed template by Douglas Gregor · 12 years ago
  45. 9fc5b00 objective-c rewriter: refactoring of rewriting of by Fariborz Jahanian · 12 years ago
  46. 3791814 [libclang] Don't bind a StringRef to a temporary std::string object. by Argyrios Kyrtzidis · 12 years ago
  47. 1d2b2ca Dead code eliminate the massive hexagon builtin intrinsic supporting code. by Benjamin Kramer · 12 years ago
  48. 712692e Only print a semicolon after "no known conversion for Nth argument" if there by Matt Beaumont-Gay · 12 years ago
  49. e327aa8 Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the handwritten emitter. by Benjamin Kramer · 12 years ago
  50. fbf7005 Support MIPS DSP Rev1 intrinsics. by Simon Atanasyan · 12 years ago
  51. 80bc96e Compare the canonical types and document why we give up on the covariant case. by Rafael Espindola · 12 years ago
  52. 0239df8 Warn on weak properties declared in protocols as well. by Jordan Rose · 12 years ago
  53. 8376f59 Remove redundant check. by Dmitri Gribenko · 12 years ago
  54. c3fee35 Attaching comments to declarations: don't attach comments to implicit declarations. by Dmitri Gribenko · 12 years ago
  55. 4a889e4 Disable devirtualization when we have covariant returns. I will open a bug by Rafael Espindola · 12 years ago
  56. ea01d76 Don't devirtualize calls when we don't have the correct type of the this pointer by Rafael Espindola · 12 years ago
  57. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  58. b6ebd44 Add warning flag -Winvalid-pp-token for preprocessing-tokens which have by Richard Smith · 12 years ago
  59. 632fbaa Fix another issue with devirtualizing calls to final methods by passing them by Rafael Espindola · 12 years ago
  60. d558b52 Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there. by Dmitri Gribenko · 12 years ago
  61. da970d2 Fix grammar. by Eric Christopher · 12 years ago
  62. 2a5d644 Update the #include to find the DebugInfo.h in the correct place by Bill Wendling · 12 years ago
  63. f199b9c Teach \brief parser about commands that start a new paragraph implicitly by Dmitri Gribenko · 12 years ago
  64. af505c5 Fix uninitialized variable use bug found by the clairvoyant static analyzer. by Argyrios Kyrtzidis · 12 years ago
  65. 8bdb58a Attaching documentation comments to declarations: don't attach a comment to a declaration if there is a preprocessor directive between them. by Dmitri Gribenko · 12 years ago
  66. 5676d32 Fix an infinite loop in comment lexer: we were not advancing in the input character stream when we saw a '<' that is not a start of an HTML tag. by Dmitri Gribenko · 12 years ago
  67. 8771872 Two more tests for PR13207 - wrong mangling of templates with back references [-cxx-abi microsoft] by Timur Iskhodzhanov · 12 years ago
  68. f4bcfa1 Propagate lvalue alignment into bitfields. Per report on cfe-dev. by Eli Friedman · 12 years ago
  69. 7c16d58 objective-c mrc: Issue warning for mrc, as is done for arc, when by Fariborz Jahanian · 12 years ago
  70. e1971a1 Refactoring after r159290: don't hold onto and check a misleading QualType. by Richard Smith · 12 years ago
  71. 83ea530 Check for non-POD vararg argument type after default argument promotion, not by Richard Smith · 12 years ago
  72. 12d2cc7 patch to suggest 'static' function should be 'static inline' by Fariborz Jahanian · 12 years ago
  73. 8d852e3 Implement John McCall's review of r159212 other than the this pointer not by Rafael Espindola · 12 years ago
  74. 0713d99 Fix a crash I introduced in r159212. by Rafael Espindola · 12 years ago
  75. 962668d Remove unsigned and a pointer from a comment token (so that each token can have only one semantic string value attached to it), at a cost of adding an additional token. by Dmitri Gribenko · 12 years ago
  76. f5e0aea Comment lexer: counting backwards from token end is thought to be confusing. We already have a pointer to the beginning of the token, so use it to extract the text instead. by Dmitri Gribenko · 12 years ago
  77. 1255e1b Add a test for unterminated /* comments. by Dmitri Gribenko · 12 years ago
  78. 446ba14 Fix for r159256 on Windows. by Axel Naumann · 12 years ago
  79. 4421e55 Remove a completely unused and remarkably inaccurate list of test by Chandler Carruth · 12 years ago
  80. 073b98e Update the Clang CMake build to reflect the name change in LLVM r159258. by Chandler Carruth · 12 years ago
  81. 3ce42c3 From Vassil Vassilev: by Axel Naumann · 12 years ago
  82. 1e15e3b Initialize RawComment::BriefTextValid in other constructor, too. by Dmitri Gribenko · 12 years ago
  83. 2dc509d Introduce __has_feature(attribute_unused_on_fields) to determine whether by Daniel Jasper · 12 years ago
  84. 4375b08 Add missing words to manual. by Richard Trieu · 12 years ago
  85. 7249eb0 Add a few (currently failing) tests for the PR13207 (template mangling in the presence of back references). by Timur Iskhodzhanov · 12 years ago
  86. e59331a Update documentation with regards to template type diffing. by Richard Trieu · 12 years ago
  87. df43804 Add a few more test cases for the -cxx-abi microsoft mangler. Some of them were broken recently by Timur Iskhodzhanov · 12 years ago
  88. c0b8324 Simplify logic in BriefParser::Parse(), per Jordan's comment. by Dmitri Gribenko · 12 years ago
  89. c2cda02 Initialize RawCommentList::BriefTextValid when deserializing AST. by Dmitri Gribenko · 12 years ago
  90. 29299c6 [analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind. by Jordan Rose · 12 years ago
  91. 4715ed9 [analyzer] Remove unneeded helper function (it's in ASTContext.h) by Jordan Rose · 12 years ago
  92. 8decdee Whitespace. by Chad Rosier · 12 years ago
  93. 4285f84 [Windows] Improve mangling of templates when back references are present by Timur Iskhodzhanov · 12 years ago
  94. 92c4fd5 Enable -mcpu=native and -march=native for arm targets. by Benjamin Kramer · 12 years ago
  95. 7349cce Always use getDerived().shouldVisitImplicitCode() so it can be altered by Daniel Jasper · 12 years ago
  96. 91cbbbf Whitespace. by Chad Rosier · 12 years ago
  97. 540f9ae preprocessing: gcc supports #line 0. So, treat this by Fariborz Jahanian · 12 years ago
  98. 7bbf9d1 unit test tweak by Andrew Trick · 12 years ago
  99. 4622fe8 Remove typedef which is unused after r159189. by Richard Smith · 12 years ago
  100. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago