1. 4a9e60f Store this Decl* as a Decl* instead of a uintptr_t. No functionality change. by Nick Lewycky · 12 years ago
  2. 3a4c8cf clang/unittests: Fixup corresponding to Doug's r168136. by NAKAMURA Takumi · 12 years ago
  3. 49a8754 Since CreateTargetInfo is taking ownership of the target options, pass by Douglas Gregor · 12 years ago
  4. 8149a98 Remove unused diagnostics by Douglas Gregor · 12 years ago
  5. 10310e2 Revert r168132, "clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now." I missed Daniel's r168095 by my accident. by NAKAMURA Takumi · 12 years ago
  6. 7fdc8fd [libclang] When caching code-completion results, pass the CachedCompletionAllocator by Argyrios Kyrtzidis · 12 years ago
  7. 03e1f76 clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now. by NAKAMURA Takumi · 12 years ago
  8. 2a9be3e CPP Output: Do not emit an enter file marker for the main file. by Daniel Dunbar · 12 years ago
  9. 8f50b24 Take into account the zero sign bit for positive numbers when computing the bit by Richard Trieu · 12 years ago
  10. 0bbf1c6 Fix PR14321, a crash when Clang is built with GCC 4.7 at -O1 or greater. by Matt Beaumont-Gay · 12 years ago
  11. 426391c A step towards sorting out handling of triviality of special members in C++11. by Richard Smith · 12 years ago
  12. 40b48a1 Mention the lldb formatters in the clang wiki under debugging. by Argyrios Kyrtzidis · 12 years ago
  13. fc0eb2a [ClangDataFormat.py] Add summary for QualType. by Argyrios Kyrtzidis · 12 years ago
  14. 84fd6df Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a crash in IR generation. by Eli Friedman · 12 years ago
  15. 6f9a445 PR9903: Recover from a member functon declared with the 'typedef' specifier by by Richard Smith · 12 years ago
  16. f002496 [analyzer] CmpRuns: move the clang_version info into the run (out of report) by Anna Zaks · 12 years ago
  17. e8b5db4 Comment to XML conversion test: correct filename. by Dmitri Gribenko · 12 years ago
  18. f55a9e5 [analyzer] SATestBuild.py: correctly add -j option for projects using make. by Jordan Rose · 12 years ago
  19. 61322bc Split annotate-comments.cpp into a fragile (that uses hardcoded line numbers) by Dmitri Gribenko · 12 years ago
  20. 0278f1b tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes. by Daniel Dunbar · 12 years ago
  21. 596be93 [utils/ClangDataFormat.py] For invalid source locations just return by Argyrios Kyrtzidis · 12 years ago
  22. 5564e6c tests: Check that we can output to /dev/fd filesystem. by Daniel Dunbar · 12 years ago
  23. 84e1513 [analyzer] Fix a use-after-free introduced in r168019. by Jordan Rose · 12 years ago
  24. 0b95bd0 tests: Add a test for reading from named pipes. by Daniel Dunbar · 12 years ago
  25. 71f49f5 If an excluded header does not exist, just ignore it by Douglas Gregor · 12 years ago
  26. 63bc186 [analyzer] Report leaks at the closing brace of a function body. by Jordan Rose · 12 years ago
  27. f34a579 [analyzer] StreamChecker: Remove now-unnecessary check::EndPath callback. by Jordan Rose · 12 years ago
  28. 7f82bc8 [analyzer] MacOSKeychainAPIChecker: Remove now-unnecessary check::EndPath. by Jordan Rose · 12 years ago
  29. 65d4bd6 [analyzer] MallocChecker: Remove now-unnecessary check::EndPath callback. by Jordan Rose · 12 years ago
  30. 84c4845 [analyzer] Mark symbol values as dead in the environment. by Jordan Rose · 12 years ago
  31. 3d145f6 block extended signatur option. Change previous option by Fariborz Jahanian · 12 years ago
  32. 992d917 [modules] Use a memory buffer directly as input for the module includes, by Argyrios Kyrtzidis · 12 years ago
  33. 958bcaf [modules] Setup the import location of a module file and use it by Argyrios Kyrtzidis · 12 years ago
  34. b164af6 Comment to XML conversion: convert some tests to use the new [[@LINE]] by Dmitri Gribenko · 12 years ago
  35. 2a68314 Remove unused diagnostics from TableGen files. by Dmitri Gribenko · 12 years ago
  36. 8fd8ee9 Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
  37. 1b48633 Do not cache a pointer to ExprEvalContexts.back(). by Benjamin Kramer · 12 years ago
  38. c4a7790 Use empty parens for empty function parameter list instead of '(void)'. by Dmitri Gribenko · 12 years ago
  39. e0d80f1 [UBSan] Add support for building ubsan runtime library on Linux with 'make'. Clang part. by Alexey Samsonov · 12 years ago
  40. 621ba4f Teach the uninitialized field warning about anonymous structs and union members. by Nick Lewycky · 12 years ago
  41. 931c083 Make -ffp-contract a codegen option, rather than a laguage option. This makes by Lang Hames · 12 years ago
  42. 5bab9ae Revert r167567, restoring the ability of clang to run gcc in cases where it by Nick Lewycky · 12 years ago
  43. 5d1cf4f Fix an off-by-one error by switching < to <= in -Wtautological-constant-out-of-range-compare and added test case. by Richard Trieu · 12 years ago
  44. 278057f Do not use data recursion in ASTMatchFinder. by Daniel Jasper · 12 years ago
  45. 5d23eea [analyzer] Fix test case broken by previous commit. by Jordan Rose · 12 years ago
  46. 368f3b0 [analyzer] Make sure calls in synthesized functions have valid path locations. by Jordan Rose · 12 years ago
  47. 350aea7 [PCH] Reading expressions from attributes should be done using ReadExpr(), by Argyrios Kyrtzidis · 12 years ago
  48. 5b64e77 Fix a trivial bool-related bug I spotted while skimming David Fang's by Eli Friedman · 12 years ago
  49. 8a3e578 Add link to cfe-users mailing list. by Tanya Lattner · 12 years ago
  50. d653701 Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the by Richard Smith · 12 years ago
  51. ebbcd1d Fix DiagnoseBitwisePrecedence so it doesn't cast "-1" to the type by Eli Friedman · 12 years ago
  52. 3dfb3fa objective-C blocks: make cc1 flag -encode-extended-block-signature by Fariborz Jahanian · 12 years ago
  53. 924d5c9 Make template diffing handle integral expressions of various widths correctly. by Eli Friedman · 12 years ago
  54. 62221b1 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for by Richard Smith · 12 years ago
  55. 1a03b26 [utils/ClangDataFormat.py] Add data formatter for StringRef. by Argyrios Kyrtzidis · 12 years ago
  56. 29a67e8 [utils/ClangDataFormat.py] In the summary of SourceLocation, include whether it is by Argyrios Kyrtzidis · 12 years ago
  57. 06cffc0 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 12 years ago
  58. 1fc9a64 [analyzer] Fix test in previous commit. by Jordan Rose · 12 years ago
  59. 318fd66 [analyzer] Add a test case for printing a path note at a PreStmt point. by Jordan Rose · 12 years ago
  60. 526e627 Improve -Wtautological-constant-out-of-range-compare by taking into account by Richard Trieu · 12 years ago
  61. 1cef459 Teach the AST importer to merge enumerator constants. Fixes by Douglas Gregor · 12 years ago
  62. f5bf912 When evaluating variably modified types for function parameters, dig out the by Eli Friedman · 12 years ago
  63. 825d386 Remove the cellspu port. by Eric Christopher · 12 years ago
  64. 5a95d46 ParseTemplate.cpp: Prune obsolete descriptions in ParseSingleDeclarationAfterTemplate(), for now. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  65. 25691f6 [analyzer] Ensure that CmpRuns recursively walks the output directory. by Anna Zaks · 12 years ago
  66. b6ad9b1 In ExpressionEvaluationContextRecord manage LambdaMangle with a shared by Argyrios Kyrtzidis · 12 years ago
  67. 70cd619 The ObjC++-to-C++ personality trick is only necessary on NeXT runtimes, by John McCall · 12 years ago
  68. 7d4b9fa fixes a buildbot failure. by Fariborz Jahanian · 12 years ago
  69. ccf57ea Fix 80-column violation. by Fariborz Jahanian · 12 years ago
  70. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  71. accaf19 s/tranform/transform/ by Benjamin Kramer · 12 years ago
  72. 2b07dd3 Move some GNUStep-specific code out of CGObjCGNU. by John McCall · 12 years ago
  73. 93af2b8 PR14279: Work around this major miscompilation by treating move operations as by Richard Smith · 12 years ago
  74. 4a03022 When we have a MemberExpr referring to an overloaded static member function, by Richard Smith · 12 years ago
  75. 38c5d0a Code cleanup: Remove trailing whitespace in unwind.h. by Logan Chien · 12 years ago
  76. 08db94f Remove debugging assert. by David Blaikie · 12 years ago
  77. 49193c7 SemaTemplateDeduction.cpp: Prune two obsolete descriptions. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  78. 384d3fc ParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdToken(). [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  79. 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
  80. 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
  81. 0aabf93 Use consistent spelling of 'behavior' in a C++ warning. by Anders Carlsson · 12 years ago
  82. ad8070b This function isn't called SaveFiles any more. by Nick Lewycky · 12 years ago
  83. 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
  84. 8c88953 Remove another questionable use of hasTrivial*. The relevant thing for this by Richard Smith · 12 years ago
  85. b8a8de3 Accept and pass arguments to __unknown_anytype in argument by John McCall · 12 years ago
  86. 6f0b00a Fix typo by Matt Beaumont-Gay · 12 years ago
  87. 0c949ef Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." by Eric Christopher · 12 years ago
  88. 25f071e Don't try to save the assigned value in a Objective-C property assignment by Eli Friedman · 12 years ago
  89. 0a26d76 [ms] Make mangleIntegerLiteral less aware of exact type of the literal. by Nico Weber · 12 years ago
  90. 97c81bf For classes that have the warn_unused_result attribute, don't apply the by Kaelyn Uhrain · 12 years ago
  91. 2ccecfa [analyzer] Address Jordan's code review for r167813. by Anna Zaks · 12 years ago
  92. 6e64973 Revert r167801, "[preprocessor] When #including something that contributes no by Daniel Dunbar · 12 years ago
  93. e5afdcf Simplify function try/catch scope handling. by David Blaikie · 12 years ago
  94. b55c67d Fix AST-matcher descendant visiting for Types, TypeLocs and NestedNamespecifierLocs. by Daniel Jasper · 12 years ago
  95. 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
  96. dd81731 UCNs in char literals are done (in LiteralSupport), remove FIXME. Expand UCN FIXME in LexNumericConstant. by Nico Weber · 12 years ago
  97. 8682b93 Copy the decls returned by DeclContext::lookup_result to a by Argyrios Kyrtzidis · 12 years ago
  98. cbf5f60 Add a test that shows that reporting a leak after failure to free is tricky. by Anna Zaks · 12 years ago
  99. 4141e4d Fix a Malloc Checker FP by tracking return values from initWithCharacter by Anna Zaks · 12 years ago
  100. 30305be Use the 'count' attribute instead of the 'upper_bound' attribute. by Bill Wendling · 12 years ago