1. f925e04 Add a new flag, -fms-inline-asm, that enables the output of MS-style inline by Chad Rosier · 12 years ago
  2. 4914c28 No longer assuming the number of prototype arguments is always less than the number of formal parameters for a variadic function call. by Aaron Ballman · 12 years ago
  3. 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
  4. bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 12 years ago
  5. fd8b435 Add a reverse iterator to DeclStmt, and use it when building a CFG. by Jordan Rose · 12 years ago
  6. b379718 Don't need to specify the abi as it's the default. by Eric Christopher · 12 years ago
  7. 090d1bd Fixes an ObjC++ parse crash caused by delayed parsing by Fariborz Jahanian · 12 years ago
  8. 4423f81 CommentBriefParser: coding style fix by Dmitri Gribenko · 12 years ago
  9. 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
  10. 675a4e1 CMake: clang should depend on clang-headers, or bin/clang would not work better. by NAKAMURA Takumi · 12 years ago
  11. 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 12 years ago
  12. 381767f Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. by Nico Weber · 12 years ago
  13. 4a410dd Rename warn-unused-member.cpp to warn-unused-private-field.cpp to by Nico Weber · 12 years ago
  14. daa177d Switch to the canonical pipe-based testing of clang output using FileCheck. by Chandler Carruth · 12 years ago
  15. 0ccd98d Remove dos line endings. Please remember to configure your windows SVN by Chandler Carruth · 12 years ago
  16. e81ce25 [analyzer] Refactor VisitObjCMessage and VisitCallExpr to rely on the by Anna Zaks · 12 years ago
  17. d23ec89 FileCheck-ize. by Eric Christopher · 12 years ago
  18. ffb0c3a Remove HasSynthBitfield and all callers/writers/etc. Also remove by Eric Christopher · 12 years ago
  19. 6dba4a1 Reset the layout of an ObjC class if we see an ivar in a category by Eric Christopher · 12 years ago
  20. 9d9cf50 Removing a spurious comment, no functionality changes. by Aaron Ballman · 12 years ago
  21. ad29b2b CommentDumper: print word-like arguments for block commands. by Dmitri Gribenko · 12 years ago
  22. ddcfbc9 For varargs, diagnose passing ObjC objects by value like other non-POD types. by Jordan Rose · 12 years ago
  23. b13291a Capitalize "Objective-C" and "C++" in user-facing contexts. by Jordan Rose · 12 years ago
  24. 4871666 Don't crash checking a format string if one of the arguments is invalid. by Jordan Rose · 12 years ago
  25. ee7af50 Add a test case for rdar://11806334. by Argyrios Kyrtzidis · 12 years ago
  26. eee18c3 Simplify UninitializedValues.cpp by removing logic to handle the previous (imprecise) representation by Ted Kremenek · 12 years ago
  27. cc4748a Remove an unused header by Michael Han · 12 years ago
  28. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
  29. f816787 Relaxed enumeration constant naming rules for scoped enumerators so they no longer emit a diagnostic when the enumeration's name matches that of the class. Fixes PR13128. by Aaron Ballman · 12 years ago
  30. 7c30427 Silence another GCC warning. by Richard Smith · 12 years ago
  31. ce40e6f Revert r160404, "Eliminating the GCC_CAST hack, take two.", for now. by NAKAMURA Takumi · 12 years ago
  32. 7dfbfb1 Silence GCC warnings. by Richard Smith · 12 years ago
  33. a1ec3db Force the OS X version to 10.6 for old-style simulator builds. by Bob Wilson · 12 years ago
  34. c48dd8e CommentSema: add more inline commands to tables by Dmitri Gribenko · 12 years ago
  35. 858e69f Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace by Dmitri Gribenko · 12 years ago
  36. e3898ac Fix OverloadCandidateSet::clear to not leak PartialDiagnostics, found by Samuel by Richard Smith · 12 years ago
  37. cdd1b37 Comment::dump(): show name of inline command by Dmitri Gribenko · 12 years ago
  38. 64da4e5 Comment parsing: don't parse whitespace before \endverbatim as a separate line of whitespace. by Dmitri Gribenko · 12 years ago
  39. c0e8ad5 Rolling this change back because the fix doesn't fit the symptoms (even if it solves them). by Aaron Ballman · 12 years ago
  40. 8919e68 [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. by Jordan Rose · 12 years ago
  41. 4b3918e [analyzer] Rename addExtraInvalidatedRegions to get...Regions by Jordan Rose · 12 years ago
  42. b7a23e0 [analyzer] Make CallEvent a value object. by Jordan Rose · 12 years ago
  43. 4ccc4cc [analyzer] Remove obsolete ObjCPropRef SVal kind. by Jordan Rose · 12 years ago
  44. 7ff8f5e [analyzer] Remove unused ExprEngine::VisitCXXTemporaryObjectExpr. by Jordan Rose · 12 years ago
  45. 4b4327f Fixing up a test case that was failing due to the lack of -std=c++11 by Aaron Ballman · 12 years ago
  46. 94572c3 This fits into 80 columns without wrapping. by Dmitri Gribenko · 12 years ago
  47. 0f7f10b Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace(). by Dmitri Gribenko · 12 years ago
  48. 7373ead Remove trivial destructor from SVal. by Benjamin Kramer · 12 years ago
  49. fb3643a On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) by Dmitri Gribenko · 12 years ago
  50. 572eec1 Reverted custom init hook from r160369. by Alexander Kornienko · 12 years ago
  51. 21625c6 Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling references by Ted Kremenek · 12 years ago
  52. 88237bf Teach CFG construction about destructors resulting from references to array types. Fixes crash in <rdar://problem/11671507>. by Ted Kremenek · 12 years ago
  53. 517bb84 PR13381, part 2: when determining if a defaulted special member function should by Richard Smith · 12 years ago
  54. 6a06e5f PR13381: consider cv-qualifiers on a class member's type when determining which by Richard Smith · 12 years ago
  55. 500d729 PR13386: When matching up parameters between a function template declaration by Richard Smith · 12 years ago
  56. 5912597 Fix test so it works the same way on 32-bit and 64-bit. by Eli Friedman · 12 years ago
  57. 3d3d22c CommentSema: \short is the same as \brief. by Dmitri Gribenko · 12 years ago
  58. b251302 When performing the deduced/actual argument type check for C++ by Douglas Gregor · 12 years ago
  59. 1638f2e More replacing of target-dependent intrinsics with target-indepdent by Joel Jones · 12 years ago
  60. 7961589 Remove unnecessary spacing around Objective-C object literal code by Douglas Gregor · 12 years ago
  61. a52f5a3 Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. by Aaron Ballman · 12 years ago
  62. 8c77758 Improve comment for TypeDecl::getTypeForDecl(), from Sean Silva! by Douglas Gregor · 12 years ago
  63. d47bc51 Eliminating the GCC_CAST hack, take two. by Douglas Gregor · 12 years ago
  64. befceba Comment AST nodes: rename Num*Bitfields to Num*Bits to be consistent with Stmt AST nodes. by Dmitri Gribenko · 12 years ago
  65. 8de0956 Reinstate the GCC_CAST hack; I apparently did not appease GCC with r160397. by Douglas Gregor · 12 years ago
  66. a444f18 Implement an optimization for finding the comment that occurs just after a by Dmitri Gribenko · 12 years ago
  67. 75d4b1e Robustify test in the face of no assertions. by Eric Christopher · 12 years ago
  68. 75c5754 Try to eliminate GCC_CAST hack in a manner that should work for both by Douglas Gregor · 12 years ago
  69. 76e7edd CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan! by Dmitri Gribenko · 12 years ago
  70. 93ed7cf Teach the ASTImporter how to handle anonymous structs/unions by Douglas Gregor · 12 years ago
  71. 26dc97c Don't treat overflow in floating-point conversions as a hard error in constant evaluation. <rdar://problem/11874571>. by Eli Friedman · 12 years ago
  72. 251c449 Handle the case where the base type is not dependent, but the derived one is. by Rafael Espindola · 12 years ago
  73. e9af3e6 Fixed whitespace issue introduced in r160373. by Joao Matos · 12 years ago
  74. 1dfb72f Minor cleanups and additions to the users manual. UsersManual.html now validates as HTML 4.01 Strict. by Dmitri Gribenko · 12 years ago
  75. 74976f2 Fix regexp for this test to properly check. by Eric Christopher · 12 years ago
  76. 659a712 CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. by Dmitri Gribenko · 12 years ago
  77. 379b281 Issue warning when assigning out-of-range integer values to enums. by Fariborz Jahanian · 12 years ago
  78. d5209ae -Wobjc-literal-compare: don't warn when comparing against nil. by Jordan Rose · 12 years ago
  79. eec207f Add -Wobjc-string-compare under -Wobjc-literal-compare. by Jordan Rose · 12 years ago
  80. 8d872ca Now that -Wobjc-literal-compare is a warning, put the fixit on a note. by Jordan Rose · 12 years ago
  81. a6a1aba [analyzer] Remove stale result type lvalue code. by Jordan Rose · 12 years ago
  82. 285baac [Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI to forward to the correct function. by Joao Matos · 12 years ago
  83. e1da330 Add a custom initialize hook for clang tools + minor fixes in CustomCompilationDatabase.h by Alexander Kornienko · 12 years ago
  84. 71adc5b Merge visibility from previous decls before looking at visibility pragma. This by Rafael Espindola · 12 years ago
  85. a555f2b test/Driver/crash-report.c: Remove "REQUIRES: shell". env(1) can be used also with gnuwin32. by NAKAMURA Takumi · 12 years ago
  86. 7c07702 Fix unit test dependency in Makefile and remove unneccessary dependency again. by Daniel Jasper · 12 years ago
  87. 62fb1e3 Add missing dependency for unit test. by Daniel Jasper · 12 years ago
  88. 8ee0448 Finishing the move of RefactoringCallbacks and fixing the corresponding by Daniel Jasper · 12 years ago
  89. e87f3f6 Revert commit r160308. We decide to move builtins selection to the backend. by Simon Atanasyan · 12 years ago
  90. d5c66dd Move RefactoringCallbacks to Tooling to avoid dependency from by Daniel Jasper · 12 years ago
  91. 19e88c0 Fixup for r160345 - uintptr_t is not always unsigned by Alexey Samsonov · 12 years ago
  92. 20b802d Make the isDerivedFrom matcher more generic. by Daniel Jasper · 12 years ago
  93. e4ed215 Fixed few warnings. by Galina Kistanova · 12 years ago
  94. df9b933 [Win32] Rework crash-report since r145389. by NAKAMURA Takumi · 12 years ago
  95. e575679 test/Driver/crash-report.c: Small tweaks. 1) Use %t instead %T for TMP. 2) Set all of $TMPDIR, $TEMP and $TMP, or a certain host might set $TEMP. by NAKAMURA Takumi · 12 years ago
  96. becfc23 Record visibility pragmas when we see a tag declaration. We might use it by Rafael Espindola · 12 years ago
  97. 6cfa78f Uninitialized variables: two little changes: by Richard Smith · 12 years ago
  98. 3df9a75 clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now. by NAKAMURA Takumi · 12 years ago
  99. b619e78 Move clang_Cursor_getBriefCommentText implementation under `extern "C"'. by Dmitri Gribenko · 12 years ago
  100. 9532e0d -Wuninitialized: Split the classification of DeclRefExprs as initialization or by Richard Smith · 12 years ago