1. 3a46f5f [analyzer] Ensure that PathDiagnostics profile the same regardless of path. by Jordan Rose · 12 years ago
  2. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  3. 918546c objective-C ARC: under -Wexplicit-ownership-type diagnose those by Fariborz Jahanian · 12 years ago
  4. 3f2a55d [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 12 years ago
  5. dc601f4 [analyzer] Fixup for r162935 as per Jordan's review. by Anna Zaks · 12 years ago
  6. ccc4f28 The presence of a user-*declared* constructor makes the default by Douglas Gregor · 12 years ago
  7. 9f6419f Add -Wduplicate-enum warning. Clang will emit this warning when an implicitly by Richard Trieu · 12 years ago
  8. d295970 Extend the "__is_pod" hack, which demotes various type trait keywords by Douglas Gregor · 12 years ago
  9. 05fcbd3 [analyzer] Do not propagate the [super init] could be nil assumption by Anna Zaks · 12 years ago
  10. e788365 Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'. by Ted Kremenek · 12 years ago
  11. c30981a Make preprocessor act in a GCC-compatible fashion when a macro is redefined by Richard Smith · 12 years ago
  12. 3bc2226 PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will by Richard Smith · 12 years ago
  13. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  14. c586d5d Fix a crash in type merging with enum types. by Eli Friedman · 12 years ago
  15. 9757377 Make this test portable. by Ted Kremenek · 12 years ago
  16. 554067f [analyzer] Stop tracking symbols based on a retain count summary of by Anna Zaks · 12 years ago
  17. 28694c1 [analyzer] Fixup 162863. by Anna Zaks · 12 years ago
  18. 9af9122 Fix serious regression introduced in r157780 where __attribute__((NSObject)) by Ted Kremenek · 12 years ago
  19. 97d3f3b Fix PR reference in test. by Eli Friedman · 12 years ago
  20. 45dae62 Fix run-line for test. by Eli Friedman · 12 years ago
  21. 80de487 [analyzer] Improved diagnostic pruning for calls initializing values. by Anna Zaks · 12 years ago
  22. a484fc7 Make alignment computation for pointer values for builtins handle by Eli Friedman · 12 years ago
  23. 600a513 Define __mips64 / __mips64__ macros for MIPS 64-bit targets. by Simon Atanasyan · 12 years ago
  24. 48def65 Move TLS check from LValueExprEvaluator::VisitVarDecl to by Hans Wennborg · 12 years ago
  25. a414a2f objective-C: make -Widiomatic-parentheses work by Fariborz Jahanian · 12 years ago
  26. e40c423 Fixed a problem with #pragma push_macro/pop_macro implementation. by Alexander Kornienko · 12 years ago
  27. 260e506 Define _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros for MIPS targets. by Simon Atanasyan · 12 years ago
  28. 29f431b Fix r162835 as per Richard's comments. by Hans Wennborg · 12 years ago
  29. 0f87dd7 Move the test for PR13720 from Sema/init.c to Sema/thread-specifier.c. by Hans Wennborg · 12 years ago
  30. ae7a66f The address of a TLS var is not compile-time constant (PR13720) by Hans Wennborg · 12 years ago
  31. 73212df [analyzer] C++ objects returned on the stack may be wrapped in ExprWithCleanups. by Jordan Rose · 12 years ago
  32. a23bd4c objective-C arc: ns_returns_retained is a type attribute in ARC, by Fariborz Jahanian · 12 years ago
  33. 1588cb8 Fix test case for Release builds. by Chad Rosier · 12 years ago
  34. d1a8d2e [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function. by Chad Rosier · 12 years ago
  35. c828620 Splitting the duplicated decl spec extension warning into two: one is an ExtWarn and the other a vanilla warning. This addresses PR13705, where const char const * wouldn't warn unless -pedantic was specified under the right conditions. by Aaron Ballman · 12 years ago
  36. 827eeb6 [analyzer] Teach CallEventManager that CXXTemporaryObjectExpr is also a ctor. by Jordan Rose · 12 years ago
  37. 632e502 [analyzer] When we look for the last stmt in a function, skip implicit dtors. by Jordan Rose · 12 years ago
  38. c0c0066 CUDA: give static storage class to __shared__ and __constant__ by Peter Collingbourne · 12 years ago
  39. 1aba778 CUDA: give correct address space to globals declared in functions by Peter Collingbourne · 12 years ago
  40. 47f5a06 Make test pass in Release builds, which use a different naming scheme for llvm values. by Benjamin Kramer · 12 years ago
  41. 212f80d Merge test case for PR13704 into exprs.c to reduce test cases by Michael Liao · 12 years ago
  42. 36d5cea Fix PR13704 by Michael Liao · 12 years ago
  43. 88617a2 Warn about suspicious implicit conversions from floating point to bool by Hans Wennborg · 12 years ago
  44. 9438016 Cleanup FreeBSD linking and add support for -pie. by Roman Divacky · 12 years ago
  45. 7ff32c6 Check for MIPS target availability for Driver/mips-as.c test. by Simon Atanasyan · 12 years ago
  46. 02e221b Fix for assertion when solving unresolved templates. Patch by Magee, Josh. by Rafael Espindola · 12 years ago
  47. c88c6a4 Merging consecutive comments: be more conservative. by Dmitri Gribenko · 12 years ago
  48. 7aba117 [analyzer] If the last store into a region came from a function, step into it. by Jordan Rose · 12 years ago
  49. c178d76 [libclang] When determining the cursor via a location, ignore synthesized ivars otherwise by Argyrios Kyrtzidis · 12 years ago
  50. cfa07e3 CodeGen: When emitting stores for an initializer, only emit a GEP if we really need the store. by Benjamin Kramer · 12 years ago
  51. 9804b76 MIPS: Use -G option to specify MIPS section threshold. Translate it by Simon Atanasyan · 12 years ago
  52. 364b9f9 [analyzer] Look through casts when trying to track a null pointer dereference. by Jordan Rose · 12 years ago
  53. 9a209f1 Restore a -cc1 invariant that was causing problems on PPC64. by John McCall · 12 years ago
  54. 6fe4dfb [analyzer] Don't inline constructors for objects allocated with operator new. by Jordan Rose · 12 years ago
  55. c210cb7 [analyzer] Inline constructors for any object with a trivial destructor. by Jordan Rose · 12 years ago
  56. be22cb8 Support MIPS DSP Rev2 intrinsics. The patch reviewed by Akira Hatanaka. by Simon Atanasyan · 12 years ago
  57. 80fd37a Tweak the ARC-requires-10.6 diagnostic according to Jordan's review. by John McCall · 12 years ago
  58. b41ba1a Fix a CodeGen bug where we would skip zero-initialization for by Eli Friedman · 12 years ago
  59. fb60914 Fix the CC-matching logic for instance methods in the MS ABI. by John McCall · 12 years ago
  60. 2612e9f Fix the mangling of function pointers in the MS ABI. by John McCall · 12 years ago
  61. 3682f1e [analyzer] Use the common evalBind infrastructure for initializers. by Jordan Rose · 12 years ago
  62. 9d3e226 -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught by Richard Smith · 12 years ago
  63. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
  64. 129a60b objective-C: Do not warn if align attribute on method by Fariborz Jahanian · 12 years ago
  65. 8bddeb5 When computing the effective context for access control, by John McCall · 12 years ago
  66. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  67. cdc3a89 Fix analyzer tests. by Ted Kremenek · 12 years ago
  68. 42f48fb Instantiate class template specializations during ADL. by John McCall · 12 years ago
  69. a6e28f2 objective-C: When checking for valid overriden property by Fariborz Jahanian · 12 years ago
  70. 9edd2c8 Comment diagnostics: for unresolved parameters, do not suggest parameter fixit by Dmitri Gribenko · 12 years ago
  71. 23df243 [analyzer] If we dereference a NULL that came from a function, show the return. by Jordan Rose · 12 years ago
  72. 3d1125b Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch. by Ted Kremenek · 12 years ago
  73. 55dd956 [analyzer] Fix realloc related bug in the malloc checker. by Anna Zaks · 12 years ago
  74. 2c9f87c New -fcatch-undefined-behavior features: by Richard Smith · 12 years ago
  75. 5a90193 [analyzer] Make analyzer less aggressive when dealing with [self init]. by Anna Zaks · 12 years ago
  76. 70ff109 Comment semantic analysis: treat function typedefs as functions so that one can by Dmitri Gribenko · 12 years ago
  77. 0156439 [analyzer] For now, treat pointers-to-members as non-null void * symbols. by Jordan Rose · 12 years ago
  78. c386d8f [analyzer] Handle UserDefinedConversion casts in C++. by Jordan Rose · 12 years ago
  79. 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
  80. b66529d [analyzer] Support C++ default arguments if they are literal values. by Jordan Rose · 12 years ago
  81. ea93e40 Use the alignment from lvalue emission to more accurately compute the alignment by Eli Friedman · 12 years ago
  82. b3dd988 [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 12 years ago
  83. 834a5bd Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag by Dmitri Gribenko · 12 years ago
  84. 2666361 [analyzer] Add osx.cocoa.NonNilReturnValue checker. by Anna Zaks · 12 years ago
  85. efb3d56 Despite me asking Jordan to do r162313, revert it. We can provide by Ted Kremenek · 12 years ago
  86. e3f3825 Remove BasicConstraintManager. It hasn't been in active service for a while. by Ted Kremenek · 12 years ago
  87. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 12 years ago
  88. a148fbc Make ceil/floor/nearbyint/rint/round const even with -fmath-errno. by Benjamin Kramer · 12 years ago
  89. 5c1dcc5 Math builtin definition tweaks. by Benjamin Kramer · 12 years ago
  90. 2125c90 Attaching comments to declarations: when documentation is requested for an by Dmitri Gribenko · 12 years ago
  91. 4bda1d8 Merge existing attributes before processing pragmas in friend template by Rafael Espindola · 12 years ago
  92. 21db199 make test pass on linux platforms. by Fariborz Jahanian · 12 years ago
  93. dad633b objective-C: Change rules for overriding properties in by Fariborz Jahanian · 12 years ago
  94. ee04959 [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests. by Jordan Rose · 12 years ago
  95. 0ac4ec7 CommentBriefParser: allow paragraphs to be separated by line of whitespace. by Dmitri Gribenko · 12 years ago
  96. 58fc86d [analyzer] Push "references are non-null" knowledge up to the common parent. by Jordan Rose · 12 years ago
  97. a6e5a6e Modern objc translator: Fixes a crash in rewriter when rewriting the API by Fariborz Jahanian · 12 years ago
  98. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 12 years ago
  99. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  100. 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago