1. 4a04d44 Simplify logic for avoiding concatenation after numeric constants. by Jordan Rose · 12 years ago
  2. 6d4f734 StmtPrinter: Write large char values using \u or \U. by Jordan Rose · 12 years ago
  3. 9893902 Pull Lexer's CharInfo table out for general use throughout Clang. by Jordan Rose · 12 years ago
  4. 2d1ece8 Always keep highest identifier, selector, and macro IDs when we've by Douglas Gregor · 12 years ago
  5. ea14a87 Never cache the result of a module file lookup. by Douglas Gregor · 12 years ago
  6. 52635ff Fix indentation-detection at indent level 0. by Manuel Klimek · 12 years ago
  7. 8185674 Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop body is skipped. by Ted Kremenek · 12 years ago
  8. 19df705 Remove stale instance variable. by Ted Kremenek · 12 years ago
  9. 9ffd1ae objective-C modern translation: Fix another random translation bug by Fariborz Jahanian · 12 years ago
  10. 547d5db Takes the context into account when re-indenting regions. by Manuel Klimek · 12 years ago
  11. bfaa111 objective-C modern translator. Fixes a trivial by Fariborz Jahanian · 12 years ago
  12. 087387a Fix handling of fake parenthesis during formatting. by Daniel Jasper · 12 years ago
  13. 29f123b Implement a tiny expression parser to improve formatting decisions. by Daniel Jasper · 12 years ago
  14. ce3d1a6 Avoid unnecessary line breaks in nested ObjC calls. by Daniel Jasper · 12 years ago
  15. f21107b Use the target address space value when mangling names. by Tanya Lattner · 12 years ago
  16. 2bb07c1 Fix stack overflow and improve performance when a module contains many by Richard Smith · 12 years ago
  17. ada7191 objective-C modern translator. Generate #line by Fariborz Jahanian · 12 years ago
  18. 1b58c74 Teach subframework header lookup to suggest modules <rdar://problem/13176200>. by Douglas Gregor · 12 years ago
  19. 8135886 [analyzer] Remove redundant check as per Jordan's feedback. by Anna Zaks · 12 years ago
  20. 1c32b81 [analyzer] Fix typo. by Anna Zaks · 12 years ago
  21. 118aa75 [analyzer] Report bugs when freeing memory with offset pointer by Anna Zaks · 12 years ago
  22. 233e26a [analyzer] Add pointer escape type param to checkPointerEscape callback by Anna Zaks · 12 years ago
  23. 2b68761 [analyzer] Don't reinitialize static globals more than once along a path by Anna Zaks · 12 years ago
  24. 250172a Form the default -fmodules-cache-path= properly. by Douglas Gregor · 12 years ago
  25. 31c4a4b objective-C modern translator. More fixups for by Fariborz Jahanian · 12 years ago
  26. daf1a15 clang-format: Don't put useless space in f( ::g()). by Daniel Jasper · 12 years ago
  27. 7666b03 Retain all hidden methods in the global method pool, because they may become visible <rdar://problem/13172858>. by Douglas Gregor · 12 years ago
  28. 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 12 years ago
  29. ed4330b Thread safety analysis: make sure that expressions in attributes are parsed by DeLesley Hutchins · 12 years ago
  30. 6959acd Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions. by Guy Benyei · 12 years ago
  31. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 12 years ago
  32. f5a6aef Apply the pure-virtual odr rule to other constructs which can call overloaded by Nick Lewycky · 12 years ago
  33. bbcd0f3 Fix handling of module imports adding names to a DeclContext after qualified by Richard Smith · 12 years ago
  34. 3646c68 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating by Richard Smith · 12 years ago
  35. 878d0ad -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unreachable code" was issued incorrectly. by Alexander Kornienko · 12 years ago
  36. cd3b036 objective-C modern translator. Fix up the translated by Fariborz Jahanian · 12 years ago
  37. 4a19052 AST dumping: indicate the previous declaration for a redeclaration, and by Richard Smith · 12 years ago
  38. 005d51b Be a little more permissive with -fmodules-ignore-macro= by removing everything after the second '=' if it is there. by Douglas Gregor · 12 years ago
  39. d46b7ec Add a *San + modules FIXME. by Richard Smith · 12 years ago
  40. 2a06085 Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules. by Douglas Gregor · 12 years ago
  41. 8bf778e Detect when we end up trying to load conflicting module files. by Douglas Gregor · 12 years ago
  42. 474e462 Fix bug in the alignment of comments. by Daniel Jasper · 12 years ago
  43. 4e8a7b4 Become a little smarter with formatting long chains of pipes. by Daniel Jasper · 12 years ago
  44. 15417ef Align trailing block comments like trailing line comments. by Daniel Jasper · 12 years ago
  45. 8e31d06 Eliminate a race condition with the global module index. by Douglas Gregor · 12 years ago
  46. 4ed7f3e Formatter: Correctly detect ObjC message expressions preceded by a comment. by Nico Weber · 12 years ago
  47. b3507cd Fix handling of comments in macros. by Manuel Klimek · 12 years ago
  48. 7fc2db0 Much semicolon after namespaces. by Manuel Klimek · 12 years ago
  49. 9e9e6e0 Fix formatting of ObjC method calls. by Daniel Jasper · 12 years ago
  50. b8b1ce1 Parse record declarations with token pasted identifiers. by Manuel Klimek · 12 years ago
  51. 36ba0ff Fix a formatting bug caused by comments in expressions. by Daniel Jasper · 12 years ago
  52. 8ff690a Optionally derive formatting information from the input file. by Daniel Jasper · 12 years ago
  53. 6b5ba8b Fix an issue with the formatting of stars in default values. by Daniel Jasper · 12 years ago
  54. 4e77809 Handle nested ObjC calls. by Daniel Jasper · 12 years ago
  55. e8a9798 Formatter: No space after & and * in front of ObjC message expressions. by Nico Weber · 12 years ago
  56. ce6a10e Don't check whether a friend declaration is correctly formed when instantiating, by Nick Lewycky · 12 years ago
  57. 5e25301 Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc. by Chad Rosier · 12 years ago
  58. 1fc271c [Headers] Use standard builtin defines instead of typeof trickery. by Daniel Dunbar · 12 years ago
  59. b98c6fe [analyzer]Revert part of r161511; suppresses leak false positives in C++ by Anna Zaks · 12 years ago
  60. 40a94e2 Adding armv7l default to cortex-a8 by Renato Golin · 12 years ago
  61. 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
  62. b1855de Add note why we used a switch. by Ted Kremenek · 12 years ago
  63. 5846720 Change subexpressions to be visited in the CFG from left-to-right. by Ted Kremenek · 12 years ago
  64. beca02f [analyzer] Teach the analyzer to use a symbol for p when evaluating (void*)p. by Anna Zaks · 12 years ago
  65. ef95aea [analyzer] add comment by Anna Zaks · 12 years ago
  66. ed351e6 [arcmt] Make sure the objc migrators work fine when used with a PCH. by Argyrios Kyrtzidis · 12 years ago
  67. 3ad86fd [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 12 years ago
  68. ee0feec Formatter: Detect ObjC method expressions after unary operators. by Nico Weber · 12 years ago
  69. 63d7ced Initial support for formatting ObjC method declarations/calls. by Daniel Jasper · 12 years ago
  70. d399bff Fix some linebreak decisions in Google format. by Daniel Jasper · 12 years ago
  71. 5b7e7b0 Fix formatting regression introduced by r174307. by Daniel Jasper · 12 years ago
  72. 8fcbb8d Fix typo in comment by Arnaud A. de Grandmaison · 12 years ago
  73. 77163bc TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  74. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  75. 4f4e2af Spaces instead of tabs. by Eric Christopher · 12 years ago
  76. 4fd83a3 Remove dead code related to the now defunct PCH stat cache. by Ted Kremenek · 12 years ago
  77. 7cea148 Test for virtual instead of pure here. It has the exact same effect, and John by Nick Lewycky · 12 years ago
  78. afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 12 years ago
  79. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  80. cda1650 Improve handling of trailing block comments by Daniel Jasper · 12 years ago
  81. fa543ac Improve formatting of stream operators. by Daniel Jasper · 12 years ago
  82. 2752ff3 Improve handling of trailing block comments. by Daniel Jasper · 12 years ago
  83. 8159d2f Fix an error in formatting of for-loops. by Daniel Jasper · 12 years ago
  84. 0178673 Restructuring of token annotation for formatting. by Daniel Jasper · 12 years ago
  85. 22c0cbe clang/Analysis: Fix r174245, a valgrind error in AnalysisDeclContext::getBody(bool &IsAutosynthesized), to initialize IsAutosynthesized explicitly. by NAKAMURA Takumi · 12 years ago
  86. 93aa2db DeclPrinter: fix CXXConstructExpr printing with implicit default argument by Dmitri Gribenko · 12 years ago
  87. ae3f760 CodeGen: Implement hint values for dynamic_cast as described in the Itanium C++ ABI. by Benjamin Kramer · 12 years ago
  88. 922cec2 CodeGen: Remove unnecessary const_casts. No functionality change. by Benjamin Kramer · 12 years ago
  89. 6bd0232 Fix bug in formatting of nested initializers. by Daniel Jasper · 12 years ago
  90. 21f6b39 CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. by Benjamin Kramer · 12 years ago
  91. f8c1214 Remove unneeded const_casts by Dmitri Gribenko · 12 years ago
  92. b35cc2d Constify ASTContext::getObjContainingInterface by Dmitri Gribenko · 12 years ago
  93. 2a3fe34 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  94. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  95. 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
  96. 802e226 Don't forget to run destructors when we create an array temporary of class type. by Richard Smith · 12 years ago
  97. cfe18a1 Fixed another whitespace issue... *sigh*. by Michael Gottesman · 12 years ago
  98. db99e8b Fixed whitespace. by Michael Gottesman · 12 years ago
  99. 554b07d On platforms which do not support ARC natively, do not mark objc_retain/objc_release as "nonlazybind". by Michael Gottesman · 12 years ago
  100. c8c2427 Revert r174246, accidentally committed. by David Blaikie · 12 years ago