1. 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
  2. 162884d [libclang] Do a AST concurrency check in clang_indexTranslationUnit_Impl. by Argyrios Kyrtzidis · 12 years ago
  3. d498f38 Improve upon r164450 and localize the logic of updating the type of by Argyrios Kyrtzidis · 12 years ago
  4. 191046d Optimize NumericLiteralParser::GetIntegerValue(). by Dmitri Gribenko · 12 years ago
  5. bf7f77a [analyzer] Add tests for symbolic expression liveness. by Jordan Rose · 12 years ago
  6. 0073a5c Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
  7. 6e3bf21 [analyzer] Calculate liveness for symbolic exprs as well as atomic symbols. by Jordan Rose · 12 years ago
  8. 156f0f0 Under certain terrible circumstances (<rdar://problem/10805775>), by Douglas Gregor · 12 years ago
  9. 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
  10. 317d8f3 Examine the last, not the first, instruction from the MC matcher. by Bob Wilson · 12 years ago
  11. 1370d37 -iframework should allow separate arguments. by Douglas Gregor · 12 years ago
  12. b09de51 Introduce builtin macros to determine whether we're building a by Douglas Gregor · 12 years ago
  13. 9158a56 A minor doc fix. by Alexander Kornienko · 12 years ago
  14. 4c6d6dc Fix failing test/Sema/wchar.c on ARM. by Hans Wennborg · 12 years ago
  15. ecd03b4 When performing a ::delete of an object with a virtual destructor, by John McCall · 12 years ago
  16. 0e33dcd clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  17. 9653ab5 Implement Mike Herrick's proposed noexcept mangling. by John McCall · 12 years ago
  18. bd31574 In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov. by John McCall · 12 years ago
  19. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  20. e402e72 Fix for r163013 regression and further __interface enhancement. by John McCall · 12 years ago
  21. 9f357de During jump-scope checking, build an ExprWithCleanups immediately by John McCall · 12 years ago
  22. e49ff3e Fix crash when a decltype expression in a trailing return type refers to the by Richard Smith · 12 years ago
  23. 511e3ae Delete some code which is, as far as I can tell, dead. by Eli Friedman · 12 years ago
  24. c693339 [analyzer] Fix a buildbot crash triggered by turning on dynamic dispatch. by Anna Zaks · 12 years ago
  25. 54b3ba8 Don't produce diagnostics for missing ctor-initializers during template by Richard Smith · 12 years ago
  26. 6319917 Handle C++ functional casts in a similar way to C-style casts in by Eli Friedman · 12 years ago
  27. 7935dde Update for r164567. by Chad Rosier · 12 years ago
  28. 9b760e8 objective-C: use 'instance variables' as plural when referring to the feature. by Fariborz Jahanian · 12 years ago
  29. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  30. 81d18bf Add clarifying comment. by Ted Kremenek · 12 years ago
  31. dd15261 More tests for r164545 (change extension warning about 'long long'). by Dmitri Gribenko · 12 years ago
  32. 374b383 StringRef'ize Preprocessor::CreateString(). by Dmitri Gribenko · 12 years ago
  33. 33d054b Replace raw call to snprintf() by llvm streams. by Dmitri Gribenko · 12 years ago
  34. b0f6b9c Replace an assertion with an error for empty __asm statements. by Bob Wilson · 12 years ago
  35. 40d39e3 Fix a comment typo and clean up formatting. by Bob Wilson · 12 years ago
  36. c12906e Make sure that we don't end up making an #undef'd macro visible after by Douglas Gregor · 12 years ago
  37. 5e02f65 [libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt. by Argyrios Kyrtzidis · 12 years ago
  38. 7145589 Include 'long long' extension warning in the LongLong group so that it can be by Dmitri Gribenko · 12 years ago
  39. e3b136b Change the wording of the extension warning from by Dmitri Gribenko · 12 years ago
  40. 70e5b57 [analyzer] Really turn on dynamic-bifurcation on by default. by Anna Zaks · 12 years ago
  41. 8cd3f15 [analyzer] Remove unused. by Anna Zaks · 12 years ago
  42. 05c3b9a [analyzer]Prevent infinite recursion(assume->checker:evalAssume->assume) by Anna Zaks · 12 years ago
  43. 68bf16f Use an explicit target to test that source fortification is off when building for Darwin with -faddress-sanitizer. by Alexander Potapenko · 12 years ago
  44. fc97ea2 Small cleanup of literal semantic analysis: hiding 'char *' pointers behind by Dmitri Gribenko · 12 years ago
  45. c07a9cb Update the Clang tests which run with a full optimization pipeline for by Chandler Carruth · 12 years ago
  46. 11e141d unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000i128 => 4294967296L", for now. by NAKAMURA Takumi · 12 years ago
  47. 525394e As a followup for r164303, add some tests for printing literals that test by Dmitri Gribenko · 12 years ago
  48. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
  49. 76f74ad On Hexagon getArchName() never returns x86_64, simplify the function. by Rafael Espindola · 12 years ago
  50. 7707262 Use pipes. by Rafael Espindola · 12 years ago
  51. d0364fb Use FileCheck. by Rafael Espindola · 12 years ago
  52. 0bd9838 Comment sema: warn when comment has \deprecated but declaration does not have a by Dmitri Gribenko · 12 years ago
  53. 4bc38d6 Remove superfluous \namespace command. by Dmitri Gribenko · 12 years ago
  54. c12d6a0 Fix cindex.py compatibility with older libclang.so by Dmitri Gribenko · 12 years ago
  55. 0d8ecf3 Use FileCheck. by Rafael Espindola · 12 years ago
  56. 6f009b6 Fix pr13749. There is still a lot of code using getArchName that should be by Rafael Espindola · 12 years ago
  57. 2ad11cd Avoid multiple atomic builtin declaration. by Abramo Bagnara · 12 years ago
  58. f0fdefc When importing a FunctionProtoType::ExtProtoInfo, its ExceptionSpecDecl can point to the by Argyrios Kyrtzidis · 12 years ago
  59. b9d4e5e [analyzer] Suppress bugs whose paths go through the return of a null pointer. by Jordan Rose · 12 years ago
  60. 53221da [analyzer] Track a null value back through FindLastStoreBRVisitor. by Jordan Rose · 12 years ago
  61. d632d6f [analyzer] Always allow BugReporterVisitors to see the bug path. by Jordan Rose · 12 years ago
  62. 8347d3d [analyzer] Allow a BugReport to be marked "invalid" during path generation. by Jordan Rose · 12 years ago
  63. 6686b66 [analyzer] Look through OpaqueValueExprs when tracking a nil value. by Jordan Rose · 12 years ago
  64. 85e9937 [analyzer] Better path notes for null pointers passed as arguments. by Jordan Rose · 12 years ago
  65. 615a092 Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics. by Jordan Rose · 12 years ago
  66. 991bcb4 [analyzer] Check that an ObjCIvarRefExpr's base is non-null even as an lvalue. by Jordan Rose · 12 years ago
  67. dd1d7d8 [analyzer] Check that a member expr is valid even when the result is an lvalue. by Jordan Rose · 12 years ago
  68. 5d99a25 Fix bug which sometimes resulted in further diagnostics being produced after a by Richard Smith · 12 years ago
  69. 3d44219 [ms-inline asm] Use mnemonicIsValid() in a helpful assert. by Chad Rosier · 12 years ago
  70. 245d5a3 Mark the passed in "self" for a block as an object pointer so by Eric Christopher · 12 years ago
  71. 6ddca84 Fix build errors. by Argyrios Kyrtzidis · 12 years ago
  72. ac70c1a [AST importer] Do a correct import of a FunctionProtoType::ExtProtoInfo, don't pass by Argyrios Kyrtzidis · 12 years ago
  73. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 12 years ago
  74. 022301b Call CGM.SetLLVMFunctionAttributesForDefinition on thunks so that they get by Rafael Espindola · 12 years ago
  75. 8e1c598 Add four new command line options for MIPS CPU selection: by Simon Atanasyan · 12 years ago
  76. 0e6b155 Fix a typo in the PCH internals documentation by Douglas Gregor · 12 years ago
  77. fcf8eba Experiment in BodyFarm of structuring AST creation calls in a hierarchy, by Ted Kremenek · 12 years ago
  78. b80e5bb Create helper method in BodyFarm for creating simple assignments. by Ted Kremenek · 12 years ago
  79. 0b5c5e4 Add helper method in BodyFarm to create unary dereferences. by Ted Kremenek · 12 years ago
  80. 9ba05cd Add helper method to BodyFarm for creating lvalue-to-rvalue conversions. by Ted Kremenek · 12 years ago
  81. a6d62a1 Add helper method to BodyFarm for creatinging integral casts. by Ted Kremenek · 12 years ago
  82. d2f3882 Thread-safety analysis: better handling of unreachable blocks. Fixes a bug by DeLesley Hutchins · 12 years ago
  83. 9388699 Re-enable faux-bodies by default. by Ted Kremenek · 12 years ago
  84. 016c33d Use helper method to create DeclRefExprs in BodyFarm, hopefully allevating by Ted Kremenek · 12 years ago
  85. 0a4c098 Add some structuring comments. No functionality change. by Ted Kremenek · 12 years ago
  86. 72d54e1 Update comment. by Chad Rosier · 12 years ago
  87. 490dd9c Use MapVectors to make the order we mark virtual functions used by a vtable by Rafael Espindola · 12 years ago
  88. db9eeb8 Update for encapsulating the "construct*AlignmentFromInt" methods. by Bill Wendling · 12 years ago
  89. 1cc9a80 Revert r164364, "Flip "faux-bodies" in the analyzer on by default to flush out bugs." by NAKAMURA Takumi · 12 years ago
  90. 7821e07 Make warnings about uninitialized fields include the field name. by Hans Wennborg · 12 years ago
  91. 85cb7a5 Flip "faux-bodies" in the analyzer on by default to flush out bugs. by Ted Kremenek · 12 years ago
  92. ddc0c48 Simplify getRuntimeDefinition() back to taking no arguments. by Ted Kremenek · 12 years ago
  93. 1a6eac8 Doxygen-ify a comment. by Craig Topper · 12 years ago
  94. b6b5b97 PR13890: Warn on abstract final classes. by David Blaikie · 12 years ago
  95. 1f94124 [PCH] After deserializing a DeclContext, if it has external lexical decls but not by Argyrios Kyrtzidis · 12 years ago
  96. cc85d21 Add faux-body support for dispatch_once(). by Ted Kremenek · 12 years ago
  97. 4c919eb ARM: Use a dedicated intrinsic for vector bitwise select. by Jim Grosbach · 12 years ago
  98. 258f930 Tidy up. Trailing whitespace and 80 columns. by Jim Grosbach · 12 years ago
  99. a43df95 Implement faux-body-synthesis of well-known functions in the static analyzer when by Ted Kremenek · 12 years ago
  100. 445895a Constify method. by Ted Kremenek · 12 years ago