1. 474e462 Fix bug in the alignment of comments. by Daniel Jasper · 12 years ago
  2. 4e8a7b4 Become a little smarter with formatting long chains of pipes. by Daniel Jasper · 12 years ago
  3. 415514d Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 12 years ago
  4. 15417ef Align trailing block comments like trailing line comments. by Daniel Jasper · 12 years ago
  5. eb54aa5 Remove unneeded test. We have plenty of subgroup relations between warnings, by Ted Kremenek · 12 years ago
  6. 1975c17 Accept and ignore the -fextended-identifiers option. by Jordan Rose · 12 years ago
  7. 8e31d06 Eliminate a race condition with the global module index. by Douglas Gregor · 12 years ago
  8. 4ed7f3e Formatter: Correctly detect ObjC message expressions preceded by a comment. by Nico Weber · 12 years ago
  9. b3507cd Fix handling of comments in macros. by Manuel Klimek · 12 years ago
  10. 7fc2db0 Much semicolon after namespaces. by Manuel Klimek · 12 years ago
  11. 9e9e6e0 Fix formatting of ObjC method calls. by Daniel Jasper · 12 years ago
  12. b8b1ce1 Parse record declarations with token pasted identifiers. by Manuel Klimek · 12 years ago
  13. 36ba0ff Fix a formatting bug caused by comments in expressions. by Daniel Jasper · 12 years ago
  14. 8ff690a Optionally derive formatting information from the input file. by Daniel Jasper · 12 years ago
  15. 6b5ba8b Fix an issue with the formatting of stars in default values. by Daniel Jasper · 12 years ago
  16. cf87bff Adds a convenience function selectFirst to simplify matching. by Manuel Klimek · 12 years ago
  17. 4e77809 Handle nested ObjC calls. by Daniel Jasper · 12 years ago
  18. e8a9798 Formatter: No space after & and * in front of ObjC message expressions. by Nico Weber · 12 years ago
  19. ce6a10e Don't check whether a friend declaration is correctly formed when instantiating, by Nick Lewycky · 12 years ago
  20. 5e25301 Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc. by Chad Rosier · 12 years ago
  21. 1fc271c [Headers] Use standard builtin defines instead of typeof trickery. by Daniel Dunbar · 12 years ago
  22. 30c07af Added test for r174461 that checks that the desired behavior also occurs in ObjC++ alongside ObjC. by Michael Gottesman · 12 years ago
  23. b98c6fe [analyzer]Revert part of r161511; suppresses leak false positives in C++ by Anna Zaks · 12 years ago
  24. 40a94e2 Adding armv7l default to cortex-a8 by Renato Golin · 12 years ago
  25. 8f98bf9 Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_REFERENCES in both the fragile and non-fragile API. by Michael Gottesman · 12 years ago
  26. b1855de Add note why we used a switch. by Ted Kremenek · 12 years ago
  27. ed03c9f Minor tweak to install docs by Douglas Gregor · 12 years ago
  28. 5846720 Change subexpressions to be visited in the CFG from left-to-right. by Ted Kremenek · 12 years ago
  29. 9b0e9ed Remove an uninteresting note by Douglas Gregor · 12 years ago
  30. beca02f [analyzer] Teach the analyzer to use a symbol for p when evaluating (void*)p. by Anna Zaks · 12 years ago
  31. ef95aea [analyzer] add comment by Anna Zaks · 12 years ago
  32. 087f407 [analyzer] Fix typo, better doxygen as per Jordan's feedback. by Anna Zaks · 12 years ago
  33. eaf9c74 [analyzer] Add a doc describing the internals of RegionStore. by Jordan Rose · 12 years ago
  34. ed351e6 [arcmt] Make sure the objc migrators work fine when used with a PCH. by Argyrios Kyrtzidis · 12 years ago
  35. 3ad86fd [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 12 years ago
  36. ee0feec Formatter: Detect ObjC method expressions after unary operators. by Nico Weber · 12 years ago
  37. 63d7ced Initial support for formatting ObjC method declarations/calls. by Daniel Jasper · 12 years ago
  38. d399bff Fix some linebreak decisions in Google format. by Daniel Jasper · 12 years ago
  39. 5b7e7b0 Fix formatting regression introduced by r174307. by Daniel Jasper · 12 years ago
  40. 8fcbb8d Fix typo in comment by Arnaud A. de Grandmaison · 12 years ago
  41. 77163bc TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  42. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  43. 4f4e2af Spaces instead of tabs. by Eric Christopher · 12 years ago
  44. cc972ed Revert "Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users." by Ted Kremenek · 12 years ago
  45. 4fd83a3 Remove dead code related to the now defunct PCH stat cache. by Ted Kremenek · 12 years ago
  46. 7cea148 Test for virtual instead of pure here. It has the exact same effect, and John by Nick Lewycky · 12 years ago
  47. afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 12 years ago
  48. 7305e8c Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users. by Ted Kremenek · 12 years ago
  49. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  50. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 12 years ago
  51. 7387673 Add an eachOf matcher. by Manuel Klimek · 12 years ago
  52. cda1650 Improve handling of trailing block comments by Daniel Jasper · 12 years ago
  53. fa543ac Improve formatting of stream operators. by Daniel Jasper · 12 years ago
  54. 2752ff3 Improve handling of trailing block comments. by Daniel Jasper · 12 years ago
  55. 8159d2f Fix an error in formatting of for-loops. by Daniel Jasper · 12 years ago
  56. 0178673 Restructuring of token annotation for formatting. by Daniel Jasper · 12 years ago
  57. 22c0cbe clang/Analysis: Fix r174245, a valgrind error in AnalysisDeclContext::getBody(bool &IsAutosynthesized), to initialize IsAutosynthesized explicitly. by NAKAMURA Takumi · 12 years ago
  58. 93aa2db DeclPrinter: fix CXXConstructExpr printing with implicit default argument by Dmitri Gribenko · 12 years ago
  59. f408d1d Drop value names from test to get -Asserts builds back to green. by Benjamin Kramer · 12 years ago
  60. ae3f760 CodeGen: Implement hint values for dynamic_cast as described in the Itanium C++ ABI. by Benjamin Kramer · 12 years ago
  61. 922cec2 CodeGen: Remove unnecessary const_casts. No functionality change. by Benjamin Kramer · 12 years ago
  62. 6bd0232 Fix bug in formatting of nested initializers. by Daniel Jasper · 12 years ago
  63. 4c494f4 Comment to XML conversion: replace string comparison with command ID comparison by Dmitri Gribenko · 12 years ago
  64. 21f6b39 CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. by Benjamin Kramer · 12 years ago
  65. f8c1214 Remove unneeded const_casts by Dmitri Gribenko · 12 years ago
  66. f06faad libclang: wrap CXString implementation into 'namespace cxstring' by Dmitri Gribenko · 12 years ago
  67. aca3e56 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 12 years ago
  68. 361d79c libclang: migrate IndexingDeclVisitor to ConstDeclVisitor by Dmitri Gribenko · 12 years ago
  69. 8d0eb2f libclang: remove unneeded const_cast by Dmitri Gribenko · 12 years ago
  70. b35cc2d Constify ASTContext::getObjContainingInterface by Dmitri Gribenko · 12 years ago
  71. e414cc1 libclang: migrate USRGenerator to ConstDeclVisitor by Dmitri Gribenko · 12 years ago
  72. a376f87 libclang: remove unneeded const_casts by Dmitri Gribenko · 12 years ago
  73. 95f3636 clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few targets. by NAKAMURA Takumi · 12 years ago
  74. 2a3fe34 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  75. 5595ded libclang: introduce cxstring::{createRef,createDup} for StringRefs by Dmitri Gribenko · 12 years ago
  76. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  77. 821b93e Correctly classify T{} as an array temporary if T is an array of class type with nontrivial destructor. by Richard Smith · 12 years ago
  78. 9d9f254 Add some horrible Perl code to teach scan-build to recursively walk a directory for HTML files. by Ted Kremenek · 12 years ago
  79. 802e226 Don't forget to run destructors when we create an array temporary of class type. by Richard Smith · 12 years ago
  80. 975f253 Revert "Update checker build to checker-271." by Ted Kremenek · 12 years ago
  81. cfe18a1 Fixed another whitespace issue... *sigh*. by Michael Gottesman · 12 years ago
  82. db99e8b Fixed whitespace. by Michael Gottesman · 12 years ago
  83. 554b07d On platforms which do not support ARC natively, do not mark objc_retain/objc_release as "nonlazybind". by Michael Gottesman · 12 years ago
  84. a7f8da1 Update checker build to checker-271. by Ted Kremenek · 12 years ago
  85. c8c2427 Revert r174246, accidentally committed. by David Blaikie · 12 years ago
  86. 9ceca75 Sentenc-ify comment added in r174206. by David Blaikie · 12 years ago
  87. 083b90d Generalize DebugInfo tests by avoiding explicit metadata numbers by David Blaikie · 12 years ago
  88. 1513eb9 Basics by David Blaikie · 12 years ago
  89. 453cb85 [analyzer] Always inline functions with bodies generated by BodyFarm. by Anna Zaks · 12 years ago
  90. a5245a5 [analyzer] Print Inline mode with -analyzer-display-progress. by Anna Zaks · 12 years ago
  91. 135d0fe [analyzer] Fix typo. by Anna Zaks · 12 years ago
  92. b7e5eec This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
  93. 0c4394c libclang: introduce cxstring::{createRef,createDup} for C strings by Dmitri Gribenko · 12 years ago
  94. f5cfc89 Merge "special" types from different modules in the AST reader. by Douglas Gregor · 12 years ago
  95. 288c755 clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts. by NAKAMURA Takumi · 12 years ago
  96. 9484c1d Const'ify Preprocessor::getPredefinesFileID. by Argyrios Kyrtzidis · 12 years ago
  97. 54596b9 Unbreak Makefile build after r174216 by Dmitri Gribenko · 12 years ago
  98. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 12 years ago
  99. 2821e18 Add some missing PPC cpus by Bill Schmidt · 12 years ago
  100. 41f7b1a objc: Provide correct fixit instruction when two mismatched by Fariborz Jahanian · 12 years ago