1. 368f3b0 [analyzer] Make sure calls in synthesized functions have valid path locations. by Jordan Rose · 12 years ago
  2. 350aea7 [PCH] Reading expressions from attributes should be done using ReadExpr(), by Argyrios Kyrtzidis · 12 years ago
  3. 5b64e77 Fix a trivial bool-related bug I spotted while skimming David Fang's by Eli Friedman · 12 years ago
  4. 8a3e578 Add link to cfe-users mailing list. by Tanya Lattner · 12 years ago
  5. d653701 Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the by Richard Smith · 12 years ago
  6. ebbcd1d Fix DiagnoseBitwisePrecedence so it doesn't cast "-1" to the type by Eli Friedman · 12 years ago
  7. 3dfb3fa objective-C blocks: make cc1 flag -encode-extended-block-signature by Fariborz Jahanian · 12 years ago
  8. 924d5c9 Make template diffing handle integral expressions of various widths correctly. by Eli Friedman · 12 years ago
  9. 62221b1 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for by Richard Smith · 12 years ago
  10. 1a03b26 [utils/ClangDataFormat.py] Add data formatter for StringRef. by Argyrios Kyrtzidis · 12 years ago
  11. 29a67e8 [utils/ClangDataFormat.py] In the summary of SourceLocation, include whether it is by Argyrios Kyrtzidis · 12 years ago
  12. 06cffc0 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 12 years ago
  13. 1fc9a64 [analyzer] Fix test in previous commit. by Jordan Rose · 12 years ago
  14. 318fd66 [analyzer] Add a test case for printing a path note at a PreStmt point. by Jordan Rose · 12 years ago
  15. 526e627 Improve -Wtautological-constant-out-of-range-compare by taking into account by Richard Trieu · 12 years ago
  16. 1cef459 Teach the AST importer to merge enumerator constants. Fixes by Douglas Gregor · 12 years ago
  17. f5bf912 When evaluating variably modified types for function parameters, dig out the by Eli Friedman · 12 years ago
  18. 825d386 Remove the cellspu port. by Eric Christopher · 12 years ago
  19. 5a95d46 ParseTemplate.cpp: Prune obsolete descriptions in ParseSingleDeclarationAfterTemplate(), for now. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  20. 25691f6 [analyzer] Ensure that CmpRuns recursively walks the output directory. by Anna Zaks · 12 years ago
  21. b6ad9b1 In ExpressionEvaluationContextRecord manage LambdaMangle with a shared by Argyrios Kyrtzidis · 12 years ago
  22. 70cd619 The ObjC++-to-C++ personality trick is only necessary on NeXT runtimes, by John McCall · 12 years ago
  23. 7d4b9fa fixes a buildbot failure. by Fariborz Jahanian · 12 years ago
  24. ccf57ea Fix 80-column violation. by Fariborz Jahanian · 12 years ago
  25. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  26. accaf19 s/tranform/transform/ by Benjamin Kramer · 12 years ago
  27. 2b07dd3 Move some GNUStep-specific code out of CGObjCGNU. by John McCall · 12 years ago
  28. 93af2b8 PR14279: Work around this major miscompilation by treating move operations as by Richard Smith · 12 years ago
  29. 4a03022 When we have a MemberExpr referring to an overloaded static member function, by Richard Smith · 12 years ago
  30. 38c5d0a Code cleanup: Remove trailing whitespace in unwind.h. by Logan Chien · 12 years ago
  31. 08db94f Remove debugging assert. by David Blaikie · 12 years ago
  32. 49193c7 SemaTemplateDeduction.cpp: Prune two obsolete descriptions. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  33. 384d3fc ParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdToken(). [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  34. 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
  35. 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
  36. 0aabf93 Use consistent spelling of 'behavior' in a C++ warning. by Anders Carlsson · 12 years ago
  37. ad8070b This function isn't called SaveFiles any more. by Nick Lewycky · 12 years ago
  38. 35a2b79 Fix an assertion failure printing the unused-label fixit in files using CRLF line endings. <rdar://problem/12639047>. by Eli Friedman · 12 years ago
  39. 8c88953 Remove another questionable use of hasTrivial*. The relevant thing for this by Richard Smith · 12 years ago
  40. b8a8de3 Accept and pass arguments to __unknown_anytype in argument by John McCall · 12 years ago
  41. 6f0b00a Fix typo by Matt Beaumont-Gay · 12 years ago
  42. 0c949ef Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." by Eric Christopher · 12 years ago
  43. 25f071e Don't try to save the assigned value in a Objective-C property assignment by Eli Friedman · 12 years ago
  44. 0a26d76 [ms] Make mangleIntegerLiteral less aware of exact type of the literal. by Nico Weber · 12 years ago
  45. 97c81bf For classes that have the warn_unused_result attribute, don't apply the by Kaelyn Uhrain · 12 years ago
  46. 2ccecfa [analyzer] Address Jordan's code review for r167813. by Anna Zaks · 12 years ago
  47. 6e64973 Revert r167801, "[preprocessor] When #including something that contributes no by Daniel Dunbar · 12 years ago
  48. e5afdcf Simplify function try/catch scope handling. by David Blaikie · 12 years ago
  49. b55c67d Fix AST-matcher descendant visiting for Types, TypeLocs and NestedNamespecifierLocs. by Daniel Jasper · 12 years ago
  50. b12ecd3 This patch makes the behavior of clang consistent with the behavior of gcc 4.6 in cases where both -fPIC and -fPIE is used. by Benjamin Kramer · 12 years ago
  51. dd81731 UCNs in char literals are done (in LiteralSupport), remove FIXME. Expand UCN FIXME in LexNumericConstant. by Nico Weber · 12 years ago
  52. 8682b93 Copy the decls returned by DeclContext::lookup_result to a by Argyrios Kyrtzidis · 12 years ago
  53. cbf5f60 Add a test that shows that reporting a leak after failure to free is tricky. by Anna Zaks · 12 years ago
  54. 4141e4d Fix a Malloc Checker FP by tracking return values from initWithCharacter by Anna Zaks · 12 years ago
  55. 30305be Use the 'count' attribute instead of the 'upper_bound' attribute. by Bill Wendling · 12 years ago
  56. 8187c7e Fix IR generation for bool on PPC (and any other target where bool is not 8 bits in memory). by Eli Friedman · 12 years ago
  57. 4d10b40 [preprocessor] When #including something that contributes no tokens at all, by Argyrios Kyrtzidis · 12 years ago
  58. 3185d4a In Lexer::LexTokenInternal, avoid code duplication; no functionality change. by Argyrios Kyrtzidis · 12 years ago
  59. a50059e Disable accelerator tables when compiling with LTO. by Bill Wendling · 12 years ago
  60. 044c8aa Fix some wrong-code bugs in implicitly-defined assignment operators: by Richard Smith · 12 years ago
  61. d449c79 A couple of small fixes to r167783 by Kaelyn Uhrain · 12 years ago
  62. bae930d [analyzer] Address Jordan's feedback for r167780. by Anna Zaks · 12 years ago
  63. 8f81acf Fix bad CFG construction bug when handling C++ 'try' statements. by Ted Kremenek · 12 years ago
  64. d05df51 When filtering the list of associated namespaces so that we don't suggest people by Nick Lewycky · 12 years ago
  65. 51ceb7b Enable C++11 attribute syntax for warn_unused_result and allow it to be by Kaelyn Uhrain · 12 years ago
  66. d51db49 [analyzer] Follow up to r167762 - precisely determine the adjustment conditions. by Anna Zaks · 12 years ago
  67. e7ce709 Factor duplicated implicit memcpy call generation code out of copy/move by Richard Smith · 12 years ago
  68. 6ceb377 Finish reverting r167761, it's causing test failures. by Eric Christopher · 12 years ago
  69. 882995b Remove duplicated line. by Rafael Espindola · 12 years ago
  70. 3a9fefe Fix more try scoping bugs introduced by r167650. by David Blaikie · 12 years ago
  71. 41296e8 That's causing an error. by Bill Wendling · 12 years ago
  72. e7ad14e [analyzer] Fix a regression (from r 165079): compare canonical types. by Anna Zaks · 12 years ago
  73. 5ece32e Don't test for incomplete types. by Bill Wendling · 12 years ago
  74. 5f9a7e3 Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with by Richard Smith · 12 years ago
  75. 5af8de8 If we encounter a fatal error, exit with status 70. For BSD systems this is by Chad Rosier · 12 years ago
  76. 3078353 Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on C, but also include dialects of C++ earlier than C++11. by Ted Kremenek · 12 years ago
  77. ba541d3 Update testcase to show that we don't emit an error for sizes <= 32-bits. by Bill Wendling · 12 years ago
  78. b0afe83 If we encounter a fatal error, call the interrupt handler to ensure any by Chad Rosier · 12 years ago
  79. 731de31 80 cols & unnecessary braces from r167736. by David Blaikie · 12 years ago
  80. 383ec17 Correct printing of nested anonymous type member accesses. by David Blaikie · 12 years ago
  81. f634bdf The register constraint could mean a 16- or 8-bit register. by Bill Wendling · 12 years ago
  82. 68fd608 Check that the input size is correct for the given constraint. by Bill Wendling · 12 years ago
  83. c6b82c3 Remove calls to getMostRecentDecl. The case they were added for in r117526 are by Rafael Espindola · 12 years ago
  84. 538fb98 In Sema::MergeVarDecl we handle merging of storage classes and visibility by Rafael Espindola · 12 years ago
  85. 778dd4a [NVPTX] Fix const modifier on builtins by Justin Holewinski · 12 years ago
  86. 11c9877 Fix binding of nodes in case of forEach..() matchers. by Daniel Jasper · 12 years ago
  87. 18f2368 Remove unneeded includes from IdentifierTable by Nico Weber · 12 years ago
  88. 03e67fb Delete comment reference to non-existent method by Nico Weber · 12 years ago
  89. bb23628 s/BCPLComment/LineComment/ by Nico Weber · 12 years ago
  90. a6600a3 FileCheckize test by Nico Weber · 12 years ago
  91. 879c92c Fix a typo which Matt pointed out. by Richard Smith · 12 years ago
  92. a97d2ec objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31. by Fariborz Jahanian · 12 years ago
  93. 229d47a Rework my implementation of circular-reference finding to not use by Douglas Gregor · 12 years ago
  94. 463eb89 Add clang support of RTM from TSX by Michael Liao · 12 years ago
  95. e59188b -momit-leaf-frame-pointer is a -m option, not a -f option. by Richard Smith · 12 years ago
  96. 3e77351 Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further discussion on cfe-dev. by Ted Kremenek · 12 years ago
  97. 6c801b6 Add a few more test cases for verifying -fno-builtin. by Meador Inge · 12 years ago
  98. 6e3ceb5 Disable -Wimplicit-fallthrough when not using C++. by Ted Kremenek · 12 years ago
  99. 4e674f7 [analyzer] When invalidating symbolic offset regions, take fields into account. by Jordan Rose · 12 years ago
  100. 3d512d8 Handle redeclarations of catch variables in catch blocks. by David Blaikie · 12 years ago