1. 9ed63f8 Use custom ABIInfo for le32/PNaCl argument codegen by Derek Schuff · 12 years ago
  2. 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
  3. 2d40d9e c: make __attribute__((unused)) transitive. by Fariborz Jahanian · 12 years ago
  4. 8e5264f Tighten up regexps some more. by Jakob Stoklund Olesen · 12 years ago
  5. 69e4826 PR13775: When checking for a tag type being shadowed by some other declaration, by Richard Smith · 12 years ago
  6. 9b925ac [analyzer] Enhance the member expr tracking to account for references. by Anna Zaks · 12 years ago
  7. ec08735 Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin. by Jordan Rose · 12 years ago
  8. 5a1ffe9 [analyzer] Always include destructors in the analysis CFG. by Jordan Rose · 12 years ago
  9. 352c657 [analyzer] Fix a crash PR13762. by Anna Zaks · 12 years ago
  10. d91696e [analyzer] NullOrUndef diagnostics: track symbols binded to regions. by Anna Zaks · 12 years ago
  11. 758c30c Add test missed in previous commit. by Eric Christopher · 12 years ago
  12. b60afba Try to fix the windows bots. by Eric Christopher · 12 years ago
  13. c55da4b Apply some driver improvements for freebsd-*-mips*. by Eric Christopher · 12 years ago
  14. fd0f11c Thread-safety analysis: bugfix for case where a trylock occurs in an by DeLesley Hutchins · 12 years ago
  15. 255793d objective-c++11: c++11 does not change pod-ness when by Fariborz Jahanian · 12 years ago
  16. fcf75a3 Update for r163231. by Chad Rosier · 12 years ago
  17. b197b78 Added missing test. by Abramo Bagnara · 12 years ago
  18. 37c765a c error recovery. treat an invalid redeclaration by Fariborz Jahanian · 12 years ago
  19. e885dd6 [analyzer] Fix bad test from r163220. by Jordan Rose · 12 years ago
  20. 6ebea89 [analyzer] Be more forgiving about calling methods on struct rvalues. by Jordan Rose · 12 years ago
  21. fd11957 Revert "[analyzer] Treat all struct values as regions (even rvalues)." by Jordan Rose · 12 years ago
  22. 1524de1 [ms-inline asm] Update test case for r163181. by Chad Rosier · 12 years ago
  23. ef5c554 [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This by Chad Rosier · 12 years ago
  24. 791dd0a [analyzer] Don't use makeIntVal to create a floating-point value. by Jordan Rose · 12 years ago
  25. 568ba87 Revert r163083 per chandlerc's request. by Joao Matos · 12 years ago
  26. 679fc93 Revert r163078 per chandlerc's request. by Joao Matos · 12 years ago
  27. 21a3704 [ms-inline asm] The MCInstrDesc only tracks register definitions. For now, by Chad Rosier · 12 years ago
  28. ccbbac8 test/Driver/android-standalone.cpp: Fix test failure on Windowns, again. by NAKAMURA Takumi · 12 years ago
  29. 6de9ede Fix test failure on Windowns. by Evgeniy Stepanov · 12 years ago
  30. e972cb4 Follow-up on r163110 - forgot to commit some new tests... by Timur Iskhodzhanov · 12 years ago
  31. a04ca5c Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx-abi microsoft" by Timur Iskhodzhanov · 12 years ago
  32. 1d01afe Android standalone toolchain support. by Evgeniy Stepanov · 12 years ago
  33. 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 12 years ago
  34. 5be92de Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. by Joao Matos · 12 years ago
  35. f712c48 Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI. by Joao Matos · 12 years ago
  36. 754a5d1 [libclang] Fix indexing type alias declarations. rdar://11878406 by Argyrios Kyrtzidis · 12 years ago
  37. d579dd5 [libclang] The annotation of tokens operation visits statement nodes code-recursively. by Argyrios Kyrtzidis · 12 years ago
  38. 02df4f0 [analyzer] Treat all struct values as regions (even rvalues). by Jordan Rose · 12 years ago
  39. 5699f62 [analyzer] Always derive a CallEvent's return type from its origin expr. by Jordan Rose · 12 years ago
  40. 06b3a06 don't warn about unused values when the unused value is a statement expression expanded from a macro. This is of dubious utility in general, but is specifically a major issue for the linux kernel. This resolves PR13747. by Chris Lattner · 12 years ago
  41. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  42. 5408153 Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the by DeLesley Hutchins · 12 years ago
  43. 4e4c157 Thread-safety analysis: fix handling of string constants in mutex by DeLesley Hutchins · 12 years ago
  44. 3e1ec72 Normalize line endings of r163022. by Joao Matos · 12 years ago
  45. 181cd5b Emulate MSVC's preprocessor macro argument separator behavior by not considering commas from nested macro expansions as argument separators. Fixes parsing of VS 2012 headers. by Joao Matos · 12 years ago
  46. 7e2e4c3 objective-C ARC; detect and warn on retain cycle when by Fariborz Jahanian · 12 years ago
  47. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  48. a89f719 [analyzer] RetainCountChecker: don't assume all functions have names. by Jordan Rose · 12 years ago
  49. de5277f [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors. by Jordan Rose · 12 years ago
  50. 3a46f5f [analyzer] Ensure that PathDiagnostics profile the same regardless of path. by Jordan Rose · 12 years ago
  51. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  52. 918546c objective-C ARC: under -Wexplicit-ownership-type diagnose those by Fariborz Jahanian · 12 years ago
  53. 3f2a55d [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 12 years ago
  54. dc601f4 [analyzer] Fixup for r162935 as per Jordan's review. by Anna Zaks · 12 years ago
  55. ccc4f28 The presence of a user-*declared* constructor makes the default by Douglas Gregor · 12 years ago
  56. 9f6419f Add -Wduplicate-enum warning. Clang will emit this warning when an implicitly by Richard Trieu · 12 years ago
  57. d295970 Extend the "__is_pod" hack, which demotes various type trait keywords by Douglas Gregor · 12 years ago
  58. 05fcbd3 [analyzer] Do not propagate the [super init] could be nil assumption by Anna Zaks · 12 years ago
  59. e788365 Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'. by Ted Kremenek · 12 years ago
  60. c30981a Make preprocessor act in a GCC-compatible fashion when a macro is redefined by Richard Smith · 12 years ago
  61. 3bc2226 PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will by Richard Smith · 12 years ago
  62. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  63. c586d5d Fix a crash in type merging with enum types. by Eli Friedman · 12 years ago
  64. 9757377 Make this test portable. by Ted Kremenek · 12 years ago
  65. 554067f [analyzer] Stop tracking symbols based on a retain count summary of by Anna Zaks · 12 years ago
  66. 28694c1 [analyzer] Fixup 162863. by Anna Zaks · 12 years ago
  67. 9af9122 Fix serious regression introduced in r157780 where __attribute__((NSObject)) by Ted Kremenek · 12 years ago
  68. 97d3f3b Fix PR reference in test. by Eli Friedman · 12 years ago
  69. 45dae62 Fix run-line for test. by Eli Friedman · 12 years ago
  70. 80de487 [analyzer] Improved diagnostic pruning for calls initializing values. by Anna Zaks · 12 years ago
  71. a484fc7 Make alignment computation for pointer values for builtins handle by Eli Friedman · 12 years ago
  72. 600a513 Define __mips64 / __mips64__ macros for MIPS 64-bit targets. by Simon Atanasyan · 12 years ago
  73. 48def65 Move TLS check from LValueExprEvaluator::VisitVarDecl to by Hans Wennborg · 12 years ago
  74. a414a2f objective-C: make -Widiomatic-parentheses work by Fariborz Jahanian · 12 years ago
  75. e40c423 Fixed a problem with #pragma push_macro/pop_macro implementation. by Alexander Kornienko · 12 years ago
  76. 260e506 Define _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros for MIPS targets. by Simon Atanasyan · 12 years ago
  77. 29f431b Fix r162835 as per Richard's comments. by Hans Wennborg · 12 years ago
  78. 0f87dd7 Move the test for PR13720 from Sema/init.c to Sema/thread-specifier.c. by Hans Wennborg · 12 years ago
  79. ae7a66f The address of a TLS var is not compile-time constant (PR13720) by Hans Wennborg · 12 years ago
  80. 73212df [analyzer] C++ objects returned on the stack may be wrapped in ExprWithCleanups. by Jordan Rose · 12 years ago
  81. a23bd4c objective-C arc: ns_returns_retained is a type attribute in ARC, by Fariborz Jahanian · 12 years ago
  82. 1588cb8 Fix test case for Release builds. by Chad Rosier · 12 years ago
  83. d1a8d2e [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function. by Chad Rosier · 12 years ago
  84. 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
  85. 827eeb6 [analyzer] Teach CallEventManager that CXXTemporaryObjectExpr is also a ctor. by Jordan Rose · 12 years ago
  86. 632e502 [analyzer] When we look for the last stmt in a function, skip implicit dtors. by Jordan Rose · 12 years ago
  87. c0c0066 CUDA: give static storage class to __shared__ and __constant__ by Peter Collingbourne · 12 years ago
  88. 1aba778 CUDA: give correct address space to globals declared in functions by Peter Collingbourne · 12 years ago
  89. 47f5a06 Make test pass in Release builds, which use a different naming scheme for llvm values. by Benjamin Kramer · 12 years ago
  90. 212f80d Merge test case for PR13704 into exprs.c to reduce test cases by Michael Liao · 12 years ago
  91. 36d5cea Fix PR13704 by Michael Liao · 12 years ago
  92. 88617a2 Warn about suspicious implicit conversions from floating point to bool by Hans Wennborg · 12 years ago
  93. 9438016 Cleanup FreeBSD linking and add support for -pie. by Roman Divacky · 12 years ago
  94. 7ff32c6 Check for MIPS target availability for Driver/mips-as.c test. by Simon Atanasyan · 12 years ago
  95. 02e221b Fix for assertion when solving unresolved templates. Patch by Magee, Josh. by Rafael Espindola · 12 years ago
  96. c88c6a4 Merging consecutive comments: be more conservative. by Dmitri Gribenko · 12 years ago
  97. 7aba117 [analyzer] If the last store into a region came from a function, step into it. by Jordan Rose · 12 years ago
  98. c178d76 [libclang] When determining the cursor via a location, ignore synthesized ivars otherwise by Argyrios Kyrtzidis · 12 years ago
  99. cfa07e3 CodeGen: When emitting stores for an initializer, only emit a GEP if we really need the store. by Benjamin Kramer · 12 years ago
  100. 9804b76 MIPS: Use -G option to specify MIPS section threshold. Translate it by Simon Atanasyan · 12 years ago