1. c12906e Make sure that we don't end up making an #undef'd macro visible after by Douglas Gregor · 12 years ago
  2. 5e02f65 [libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt. by Argyrios Kyrtzidis · 12 years ago
  3. 7145589 Include 'long long' extension warning in the LongLong group so that it can be by Dmitri Gribenko · 12 years ago
  4. e3b136b Change the wording of the extension warning from by Dmitri Gribenko · 12 years ago
  5. 70e5b57 [analyzer] Really turn on dynamic-bifurcation on by default. by Anna Zaks · 12 years ago
  6. 8cd3f15 [analyzer] Remove unused. by Anna Zaks · 12 years ago
  7. 05c3b9a [analyzer]Prevent infinite recursion(assume->checker:evalAssume->assume) by Anna Zaks · 12 years ago
  8. 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
  9. fc97ea2 Small cleanup of literal semantic analysis: hiding 'char *' pointers behind by Dmitri Gribenko · 12 years ago
  10. c07a9cb Update the Clang tests which run with a full optimization pipeline for by Chandler Carruth · 12 years ago
  11. 11e141d unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000i128 => 4294967296L", for now. by NAKAMURA Takumi · 12 years ago
  12. 525394e As a followup for r164303, add some tests for printing literals that test by Dmitri Gribenko · 12 years ago
  13. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
  14. 76f74ad On Hexagon getArchName() never returns x86_64, simplify the function. by Rafael Espindola · 12 years ago
  15. 7707262 Use pipes. by Rafael Espindola · 12 years ago
  16. d0364fb Use FileCheck. by Rafael Espindola · 12 years ago
  17. 0bd9838 Comment sema: warn when comment has \deprecated but declaration does not have a by Dmitri Gribenko · 12 years ago
  18. 4bc38d6 Remove superfluous \namespace command. by Dmitri Gribenko · 12 years ago
  19. c12d6a0 Fix cindex.py compatibility with older libclang.so by Dmitri Gribenko · 12 years ago
  20. 0d8ecf3 Use FileCheck. by Rafael Espindola · 12 years ago
  21. 6f009b6 Fix pr13749. There is still a lot of code using getArchName that should be by Rafael Espindola · 12 years ago
  22. 2ad11cd Avoid multiple atomic builtin declaration. by Abramo Bagnara · 12 years ago
  23. f0fdefc When importing a FunctionProtoType::ExtProtoInfo, its ExceptionSpecDecl can point to the by Argyrios Kyrtzidis · 12 years ago
  24. b9d4e5e [analyzer] Suppress bugs whose paths go through the return of a null pointer. by Jordan Rose · 12 years ago
  25. 53221da [analyzer] Track a null value back through FindLastStoreBRVisitor. by Jordan Rose · 12 years ago
  26. d632d6f [analyzer] Always allow BugReporterVisitors to see the bug path. by Jordan Rose · 12 years ago
  27. 8347d3d [analyzer] Allow a BugReport to be marked "invalid" during path generation. by Jordan Rose · 12 years ago
  28. 6686b66 [analyzer] Look through OpaqueValueExprs when tracking a nil value. by Jordan Rose · 12 years ago
  29. 85e9937 [analyzer] Better path notes for null pointers passed as arguments. by Jordan Rose · 12 years ago
  30. 615a092 Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics. by Jordan Rose · 12 years ago
  31. 991bcb4 [analyzer] Check that an ObjCIvarRefExpr's base is non-null even as an lvalue. by Jordan Rose · 12 years ago
  32. dd1d7d8 [analyzer] Check that a member expr is valid even when the result is an lvalue. by Jordan Rose · 12 years ago
  33. 5d99a25 Fix bug which sometimes resulted in further diagnostics being produced after a by Richard Smith · 12 years ago
  34. 3d44219 [ms-inline asm] Use mnemonicIsValid() in a helpful assert. by Chad Rosier · 12 years ago
  35. 245d5a3 Mark the passed in "self" for a block as an object pointer so by Eric Christopher · 12 years ago
  36. 6ddca84 Fix build errors. by Argyrios Kyrtzidis · 12 years ago
  37. ac70c1a [AST importer] Do a correct import of a FunctionProtoType::ExtProtoInfo, don't pass by Argyrios Kyrtzidis · 12 years ago
  38. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 12 years ago
  39. 022301b Call CGM.SetLLVMFunctionAttributesForDefinition on thunks so that they get by Rafael Espindola · 12 years ago
  40. 8e1c598 Add four new command line options for MIPS CPU selection: by Simon Atanasyan · 12 years ago
  41. 0e6b155 Fix a typo in the PCH internals documentation by Douglas Gregor · 12 years ago
  42. fcf8eba Experiment in BodyFarm of structuring AST creation calls in a hierarchy, by Ted Kremenek · 12 years ago
  43. b80e5bb Create helper method in BodyFarm for creating simple assignments. by Ted Kremenek · 12 years ago
  44. 0b5c5e4 Add helper method in BodyFarm to create unary dereferences. by Ted Kremenek · 12 years ago
  45. 9ba05cd Add helper method to BodyFarm for creating lvalue-to-rvalue conversions. by Ted Kremenek · 12 years ago
  46. a6d62a1 Add helper method to BodyFarm for creatinging integral casts. by Ted Kremenek · 12 years ago
  47. d2f3882 Thread-safety analysis: better handling of unreachable blocks. Fixes a bug by DeLesley Hutchins · 12 years ago
  48. 9388699 Re-enable faux-bodies by default. by Ted Kremenek · 12 years ago
  49. 016c33d Use helper method to create DeclRefExprs in BodyFarm, hopefully allevating by Ted Kremenek · 12 years ago
  50. 0a4c098 Add some structuring comments. No functionality change. by Ted Kremenek · 12 years ago
  51. 72d54e1 Update comment. by Chad Rosier · 12 years ago
  52. 490dd9c Use MapVectors to make the order we mark virtual functions used by a vtable by Rafael Espindola · 12 years ago
  53. db9eeb8 Update for encapsulating the "construct*AlignmentFromInt" methods. by Bill Wendling · 12 years ago
  54. 1cc9a80 Revert r164364, "Flip "faux-bodies" in the analyzer on by default to flush out bugs." by NAKAMURA Takumi · 12 years ago
  55. 7821e07 Make warnings about uninitialized fields include the field name. by Hans Wennborg · 12 years ago
  56. 85cb7a5 Flip "faux-bodies" in the analyzer on by default to flush out bugs. by Ted Kremenek · 12 years ago
  57. ddc0c48 Simplify getRuntimeDefinition() back to taking no arguments. by Ted Kremenek · 12 years ago
  58. 1a6eac8 Doxygen-ify a comment. by Craig Topper · 12 years ago
  59. b6b5b97 PR13890: Warn on abstract final classes. by David Blaikie · 12 years ago
  60. 1f94124 [PCH] After deserializing a DeclContext, if it has external lexical decls but not by Argyrios Kyrtzidis · 12 years ago
  61. cc85d21 Add faux-body support for dispatch_once(). by Ted Kremenek · 12 years ago
  62. 4c919eb ARM: Use a dedicated intrinsic for vector bitwise select. by Jim Grosbach · 12 years ago
  63. 258f930 Tidy up. Trailing whitespace and 80 columns. by Jim Grosbach · 12 years ago
  64. a43df95 Implement faux-body-synthesis of well-known functions in the static analyzer when by Ted Kremenek · 12 years ago
  65. 445895a Constify method. by Ted Kremenek · 12 years ago
  66. cca300a Ensure that the Decl* wrapped by an AnalysisDeclContext cannot be changed after by Ted Kremenek · 12 years ago
  67. 2025503 Remove unused fields. by Ted Kremenek · 12 years ago
  68. 67d45ec Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. by Douglas Gregor · 12 years ago
  69. 60ff198 Thread-safety analysis: fix bug where shared trylock was treated as exclusive. by DeLesley Hutchins · 12 years ago
  70. 186af2d Thread safety analysis: properly canonicalize calls to virtual methods within by DeLesley Hutchins · 12 years ago
  71. 8b533d9 If the range in a for range statement doesn't have a viable begin/end function, by Richard Smith · 12 years ago
  72. cb5336f Fix typo. (s/Explided/Exploded/) by David Blaikie · 12 years ago
  73. a193f20 Improvements to my patch in r164143 per Richard's comments. // rdar://12202422 by Fariborz Jahanian · 12 years ago
  74. d4a282b Make the wchar_t promotion test consistent across different hosts by specifying a target triple. by David Blaikie · 12 years ago
  75. 0008c0c Remove a test that is non-portable (cannot be execute on cross builds, for example) by David Blaikie · 12 years ago
  76. a405b25 Include types when a definition's type differs from a prior declaration. by David Blaikie · 12 years ago
  77. b54b764 Add some matchers for basic AST nodes. by Daniel Jasper · 12 years ago
  78. a0a3c90 StmtPrinter: Print floating point literals with the right suffix to disambiguate them from integers. by Benjamin Kramer · 12 years ago
  79. 34af5a2 Be more consistent about ending suggestions with a '?' by Nico Weber · 12 years ago
  80. 9620aa8 clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets. by NAKAMURA Takumi · 12 years ago
  81. 087c65f Disable source fortification on Darwin with AddressSanitizer. by Alexander Potapenko · 12 years ago
  82. b327816 Provide better error messages for incorrect matchers. by Daniel Jasper · 12 years ago
  83. 2d9cc13 test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc for now. Investigating. by NAKAMURA Takumi · 12 years ago
  84. 9c61137 The keywords "true" and "false" shouldn't warn under -Wundef. by Eli Friedman · 12 years ago
  85. c20c727 [analyzer] MallocChecker should not do post-call checks on inlined functions. by Jordan Rose · 12 years ago
  86. 8e289bb Revert "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
  87. 7c3c6bc Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. by Eli Friedman · 12 years ago
  88. d6f80da Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a by Richard Smith · 12 years ago
  89. 561e3c6 PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. by Richard Smith · 12 years ago
  90. 407c847 Fix a small FIXME involving template partial ordering and by Eli Friedman · 12 years ago
  91. 9cef006 Fix function template partial ordering rules for static vs. non-static by Eli Friedman · 12 years ago
  92. 90b0bc6 ccc-analyzer: pass -stdlib=libc++ through to the analyzer. by Benjamin Kramer · 12 years ago
  93. 847665d Grammar. by Eric Christopher · 12 years ago
  94. 20ec2c4 Update and expand comment. by Eric Christopher · 12 years ago
  95. 28e3c99 Handle a captured this for the debug information as well. by Eric Christopher · 12 years ago
  96. 195ff58 Fix awkward comment. by Eric Christopher · 12 years ago
  97. 2a237e0 Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED by DeLesley Hutchins · 12 years ago
  98. 5b280f2 Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or by DeLesley Hutchins · 12 years ago
  99. 1deeedb Fix ABI dependent tests by providing an explicit target triple. by David Blaikie · 12 years ago
  100. 4d09f59 Fix test better way. by Fariborz Jahanian · 12 years ago