1. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 12 years ago
  2. 20c6f2e Enable the global module index by default. Introduce the by Douglas Gregor · 12 years ago
  3. 894719b ASTReader and profiling statistics indicate that implementing a method by Douglas Gregor · 12 years ago
  4. 95fb36e Add some more ASTReader statistics for global method pool lookups. by Douglas Gregor · 12 years ago
  5. 8094bac PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing. by Jordan Rose · 12 years ago
  6. a522987 Fix comment. by Eric Christopher · 12 years ago
  7. 7522318 Fix a bug that would lead to bad line break decisions in for loops. by Daniel Jasper · 12 years ago
  8. d3cf5fb Eliminate memory allocation from most invocations of by Douglas Gregor · 12 years ago
  9. d75ff64 Don't put a function's return type on its own line in Google style. by Daniel Jasper · 12 years ago
  10. 83f25ba Let clang-format break after a function's return type. by Daniel Jasper · 12 years ago
  11. 02b771e Make continuations in constructor initializers consistent. by Daniel Jasper · 12 years ago
  12. 3b9a8fc Initial support for formatting range-based for-loops. by Daniel Jasper · 12 years ago
  13. bfe6fd4 Improve formatting of conditional expressions. by Daniel Jasper · 12 years ago
  14. ae8699b Several small changes in formatting decisions. by Daniel Jasper · 12 years ago
  15. 5f2173e Improve indentation after breaking at nested name specifiers. by Daniel Jasper · 12 years ago
  16. 986e17f Avoid confusing identations for multi-parameter functions. by Daniel Jasper · 12 years ago
  17. 3e335c1 Print warning instead of error if optional ASan features are enabled w/o specifying -fsanitize=address by Alexey Samsonov · 12 years ago
  18. 43bb45d Fix the indentation of the first line of preprocessor output by Hal Finkel · 12 years ago
  19. 23d5b09 Since ObjCARC has been refactored into its own library with its own declaration header, we need to include the declaration header alongside Scalar.h in BackendUtil. by Michael Gottesman · 12 years ago
  20. d98f708 Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] by Richard Smith · 12 years ago
  21. c5f7d6a Add a -pedantic warning: an anonymous union within an anonymous union is not by Richard Smith · 12 years ago
  22. 5250e2b Decl printer: fix CXXConstructExpr with implicit default argument by Dmitri Gribenko · 12 years ago
  23. d1e5c0d Comment parsing: attach any tag type's documentation to its typedef if latter by Dmitri Gribenko · 12 years ago
  24. bfec916 PR15067: Don't assert when a UCN appears in a C90 file. by Jordan Rose · 12 years ago
  25. 06b5ea6 Revert r173586 (and r173587) , "Attach any tag type's documentation to its typedef if" by NAKAMURA Takumi · 12 years ago
  26. b263bdf Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  27. a650485 PR14566: Debug Info: avoid top level lexical blocks in functions by David Blaikie · 12 years ago
  28. e3fac33 Fix comment. by Fariborz Jahanian · 12 years ago
  29. 87611cd Attach any tag type's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  30. 9677eb8 Added ASTContext methods getIntPtrType and getUIntPtrType. by Enea Zaffanella · 12 years ago
  31. adeb782 <limits.h> includes <linux/limits.h> on Linux, no need to special-case it by Dmitri Gribenko · 12 years ago
  32. d615f88 Constify some getters of DesignatedInitExpr by Dmitri Gribenko · 12 years ago
  33. 07c52d2 [analyzer] C++ initializers may require cleanups; look through these. by Jordan Rose · 12 years ago
  34. db55c04c Give a more informative error message when the dot or arrow operator is used by Richard Trieu · 12 years ago
  35. 98bfbf5 Fix mismatch between pointer and pointee type when diagnosing an incorrect by Richard Smith · 12 years ago
  36. 8782761 Remove function that is newly dead as of r173538. by Nick Lewycky · 12 years ago
  37. 7ba443a Highlight various parts of the AST dump with color. Colors are controlled by by Richard Trieu · 12 years ago
  38. 44ec3f0 [analyzer] Track null object lvalues back through C++ method calls. by Jordan Rose · 12 years ago
  39. dede2fd [analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode. by Jordan Rose · 12 years ago
  40. aeca2cc [analyzer] Add 'prune-paths' config option to disable path pruning. by Jordan Rose · 12 years ago
  41. 7ee8906 [analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths. by Jordan Rose · 12 years ago
  42. 713b7c0 Since we're stuck with realpath for the header <-> module mapping, by Douglas Gregor · 12 years ago
  43. 25cf8ab Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add a by Richard Smith · 12 years ago
  44. 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 12 years ago
  45. 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 12 years ago
  46. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
  47. f3bbb15 ARM says that the array cookie should always be eight bytes. by John McCall · 12 years ago
  48. 96fcde0 Move the decision about the kind of CGCXXABI to make inside by John McCall · 12 years ago
  49. 188bdcd Improve coordination between the module manager and the global module by Douglas Gregor · 12 years ago
  50. 23799e3 simplify code by removing excessive bracing. by Fariborz Jahanian · 12 years ago
  51. 41170b5 Attach enum's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  52. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
  53. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
  54. d07865b Optimize ModuleManager::visit() by precomputing the visitation order by Douglas Gregor · 12 years ago
  55. c6dcea9 Silence unintended fallthrough diagnostic on a case label preceded with a normal label. by Alexander Kornienko · 12 years ago
  56. e992ed1 Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for multiple case labels. by Alexander Kornienko · 12 years ago
  57. 3499dda Fix some alignment and line break decisions. by Daniel Jasper · 12 years ago
  58. b6c08a6 Lexer.cpp: Fix a warning with ptrdiff_t on i686. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  59. 63f0036 Allow breaking after "::" if absolutely necessary. by Daniel Jasper · 12 years ago
  60. b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
  61. eab6652 [Frontend] Remove another IsUserSpecified member variable that is now unused. by Daniel Dunbar · 12 years ago
  62. 5c4e34c [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. by Daniel Dunbar · 12 years ago
  63. f3fc21f [Frontend] The -iwithprefix option belongs in the After category, according to by Daniel Dunbar · 12 years ago
  64. 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 12 years ago
  65. 1d32133 Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio> by NAKAMURA Takumi · 12 years ago
  66. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 12 years ago
  67. f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 12 years ago
  68. e169807 Track the number of lookups and hits into the on-disk hash tables for by Douglas Gregor · 12 years ago
  69. ae82c2b Clarify comment: "diagnose" is better than "warn" when emitting an error. by Jordan Rose · 12 years ago
  70. d4497dd Clean up: since we have FunctionDecl::IsInline, make it store the right value by Richard Smith · 12 years ago
  71. d130140 [analyzer] Add "-analyzer-config mode=[deep|shallow] ". by Anna Zaks · 12 years ago
  72. bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 12 years ago
  73. 73f0563 [analyzer] refactor: access IPAMode through the accessor. by Anna Zaks · 12 years ago
  74. 8f62847 removed duplicated comment. by Fariborz Jahanian · 12 years ago
  75. ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 12 years ago
  76. 4055cfc [mips] Do not emit i32 padding if target ABI is O32. This was causing backend by Akira Hatanaka · 12 years ago
  77. b87672b Add a fixit for \U1234 -> \u1234. by Jordan Rose · 12 years ago
  78. fc12060 As an extension, treat Unicode whitespace characters as whitespace. by Jordan Rose · 12 years ago
  79. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
  80. 5209e2b Unify diagnostics for \x, \u, and \U without any following hex digits. by Jordan Rose · 12 years ago
  81. ae07378 [ms-inline asm] Add an error when trying to compile MS-style inline assembly by Chad Rosier · 12 years ago
  82. 9d71863 [driver] Associate a JobAction with each result file. This enables the driver by Chad Rosier · 12 years ago
  83. 51d8c52 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 12 years ago
  84. d2db16f clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 12 years ago
  85. 9b7ea0d Start checking nonnull (as well as format and argument_with_type_tag) on by Nick Lewycky · 12 years ago
  86. 5d9484d Fix some wonky formatting, remove spurious emacs major mode marker. No by Nick Lewycky · 12 years ago
  87. 4ea6a64 Micro cleanup: use an array of const char, rather than an array of char, as the by Richard Smith · 12 years ago
  88. 5100135 Fix for case-sensitive file systems. Ugh by Douglas Gregor · 12 years ago
  89. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 12 years ago
  90. b33349e Add missing null check. Not sure why my tests passed before. by Ted Kremenek · 12 years ago
  91. a5b6469 Honor attribute 'analyzer_noreturn' on Objective-C methods. by Ted Kremenek · 12 years ago
  92. e438bac Add extra indent for nested calls inside if's. by Daniel Jasper · 12 years ago
  93. 630f4bb Implement -Wvla correctly by Dmitri Gribenko · 12 years ago
  94. 479633c Factor the trait for lookup into the on-based hash table of by Douglas Gregor · 12 years ago
  95. 0c06cbc [PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH by Argyrios Kyrtzidis · 12 years ago
  96. 89cf425 Use 'const Decl *' throughout code completion in Sema by Dmitri Gribenko · 12 years ago
  97. 8441fff Add constness for NestedNameSpecifier::Create parameter by Dmitri Gribenko · 12 years ago
  98. f39c885 Don't try to align builder-type continuations on assignments. by Daniel Jasper · 12 years ago
  99. b76d971 Constify some getters in RedeclarableTemplateDecl by Dmitri Gribenko · 12 years ago
  100. 13cb7c2 Don't try to do a hanging ident after assignments. by Daniel Jasper · 12 years ago