1. 3045ce7 Relax restriction of assigning to 'self' in ARC when a method is attributed with ns_consumes_self. Fixes <rdar://problem/10274056>. by Ted Kremenek · 13 years ago
  2. 6ca4a9a Tweak printf format string parsing to accept 'hh' conversion specifier to accept any char, not just signed char. Fixes <rdar://problem/10303638>. by Ted Kremenek · 13 years ago
  3. 5c27ee0 Undo unnecessary change by Douglas Gregor · 13 years ago
  4. 65019ac Check for unexpanded parameter packs in the name that guards a by Douglas Gregor · 13 years ago
  5. 42edac0 Remove extra copy of contents of header file resulting in a patch being applied twice. Aren't include guards great? by Ted Kremenek · 13 years ago
  6. c2c1144 Make the -Wc++11-compat warnings ignored by default, so we don't break by Douglas Gregor · 13 years ago
  7. ba0513d Implement support for dependent Microsoft __if_exists/__if_not_exists by Douglas Gregor · 13 years ago
  8. f11e923 Tidy up testcase from r142890, spotted by Chandler. by Richard Smith · 13 years ago
  9. 94d881f Remove another Blackfin test. by Dan Gohman · 13 years ago
  10. 97f9fe0 Don't forget the lvalue-to-rvalue conversion on the LHS of an -> when rebuilding by Richard Smith · 13 years ago
  11. f226ff9 [PCH] When visiting preprocessed entities, make it possible to avoid deserializing by Argyrios Kyrtzidis · 13 years ago
  12. 82ccbe7 Use assert(0) instead of duplicating the check, suggestion by Anna. by Argyrios Kyrtzidis · 13 years ago
  13. 58f6f1e Add source-level dominators analysis. Patch by Guoping Long! by Ted Kremenek · 13 years ago
  14. 98326ed Clean up, as suggested by John. by Richard Smith · 13 years ago
  15. 1592c6c Remove more SystemZ (s390) tests. by Dan Gohman · 13 years ago
  16. 78cf13d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  17. 0986eb5 Remove the SystemZ backend. by Dan Gohman · 13 years ago
  18. 4142251 Do not drop type qualifiers in -flimit-debug-info mode. by Devang Patel · 13 years ago
  19. 436c889 Revert r142844, it broke selfhost. The problem appears to be a missing by Richard Smith · 13 years ago
  20. 0583014 Add explanatory comments for ICE checking in C99 mode. by Richard Smith · 13 years ago
  21. 3896fc5 Rework Microsoft __if_exists/__if_not_exists parsing and semantic by Douglas Gregor · 13 years ago
  22. b000459 Don't try to emit CK_LValueBitCast casts as constants. PR9558. by Eli Friedman · 13 years ago
  23. 3eafbb8 When we perform a lookup for a dependent name that is a member of an by Douglas Gregor · 13 years ago
  24. aa0aeb1 [analyzer] Node builders cleanup + comments by Anna Zaks · 13 years ago
  25. cca79db [analyzer] Remove the old StmtNodeBuilder. by Anna Zaks · 13 years ago
  26. 056c4b4 [analyzer] Completely remove the global Builder object. by Anna Zaks · 13 years ago
  27. f185cc1 [analyzer] Remove more dependencies from global Builder by Anna Zaks · 13 years ago
  28. 41bf4f3 Constant expression evaluation: evaluate lvalues as lvalues, and rvalues as by Richard Smith · 13 years ago
  29. 9875c60 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 13 years ago
  30. 8327fad Constant expression evaluation: factor out handling of ignored values. by Richard Smith · 13 years ago
  31. 32cb471 In accordance with the C89, C99 and C++98 standards, ICEs can only contain by Richard Smith · 13 years ago
  32. ebae6d0 [analyzer] Convert ExprEngine::visit() to use short lived builders. by Anna Zaks · 13 years ago
  33. d231d01 [analyzer] Convert VisitDeclStmt to use local node builder. by Anna Zaks · 13 years ago
  34. 6b6152b [analyzer] Convert more functions (ex:evalBind()) to iterative builders by Anna Zaks · 13 years ago
  35. 8ad8c54 [analyzer] Convert VisitUnaryOperator to use short lived Node builders by Anna Zaks · 13 years ago
  36. 8ff5c41 [analyzer] Use a temporary builder in CheckerContext. by Anna Zaks · 13 years ago
  37. 1aae01a [analyzer] Pass external Dst set to NodeBuilder by Anna Zaks · 13 years ago
  38. fe9b2a8 Simplify parsing ellipsis in Parser::ParseAlignArgument, spotted by Doug. by Peter Collingbourne · 13 years ago
  39. 03f9611 Constant expression evaluation: factor out VarDecl initializer evaluation and by Richard Smith · 13 years ago
  40. 9158902 Minor refactoring of my last patch. Per Doug's suggestion. by Fariborz Jahanian · 13 years ago
  41. 3e9d326 [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. by Argyrios Kyrtzidis · 13 years ago
  42. 2a04f1c Fix mismatched new[]/delete[]. by Benjamin Kramer · 13 years ago
  43. ba97b6e Have -fms-no-extensions turn off -fms-compatibility by Douglas Gregor · 13 years ago
  44. 0bb935c Make -fms-compatibility imply -fms-extensions. Fixes PR11204. by Douglas Gregor · 13 years ago
  45. dfa4ab9 Remove debugging printfs that some idiot left in. by David Chisnall · 13 years ago
  46. 89c3004 Enable experimental support for objc_msgSend with GNUstep ObjC runtime. by David Chisnall · 13 years ago
  47. ea62379 Revert "Test commit" by NAKAMURA Takumi · 13 years ago
  48. 2ab3b90 Test commit by NAKAMURA Takumi · 13 years ago
  49. 8e02604 Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cpp by Chandler Carruth · 13 years ago
  50. 1d26f48 Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. by Ted Kremenek · 13 years ago
  51. 0b64ba9 Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. by Peter Collingbourne · 13 years ago
  52. 678b89e Fix typo (C++1 -> C++11). by Peter Collingbourne · 13 years ago
  53. fef2189 Diagnose unexpanded parameter packs in member initialisers (including by Peter Collingbourne · 13 years ago
  54. dc69be2 Clean up duplicated code in Sema::BuildMemInitializer. by Peter Collingbourne · 13 years ago
  55. 05b2127 Improve unexpanded parameter pack diagnostics by using UPPC_Initializer here. by Peter Collingbourne · 13 years ago
  56. 0661bd0c Attach class template attributes to the templated CXXRecordDecl, by Peter Collingbourne · 13 years ago
  57. 59283a0 Reduce dependencies. by Benjamin Kramer · 13 years ago
  58. b1b5daf [analyzer] Remove LocationContext creation methods from AnalysisManager, and change clients to use AnalysisContext instead. by Ted Kremenek · 13 years ago
  59. bfcacd9 Fix a typo that completely broke the expansion of complex arguments. by Bob Wilson · 13 years ago
  60. 07fc657 Refactor vector constant expression evaluation to return bool like all the other by Richard Smith · 13 years ago
  61. f5c7504 Remove obsolete debugging macro, make helper static. by Benjamin Kramer · 13 years ago
  62. f634bce Pack struct better. by Benjamin Kramer · 13 years ago
  63. ba81d96 test/Driver/debug.c: Mark this as "REQUIRES: shell". by NAKAMURA Takumi · 13 years ago
  64. 813a407 lib/Driver/Tools.cpp: Use PathV2::is_absolute() to add -fdebug-compilation-dir. pwd[0] might not be '/' on Win32 hosts. by NAKAMURA Takumi · 13 years ago
  65. 5e745da Only emit implicit constant conversion truncation warnings in reachable code. Apparently this is what GCC does, and some code depends on this. Fixes <rdar://problem/10321089>. by Ted Kremenek · 13 years ago
  66. 439ed16 Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of TopologicallySortedCFG). by Ted Kremenek · 13 years ago
  67. edb1863 Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostOrderCFGView. by Ted Kremenek · 13 years ago
  68. ee28a4b Fixes a minor hick up to my last patch. by Fariborz Jahanian · 13 years ago
  69. 7fda400 objc: private methods can have their attributes, no diagnostic is required. by Fariborz Jahanian · 13 years ago
  70. c7d0ab1 Make changes necessary for N32/64 ABI conformance. by Akira Hatanaka · 13 years ago
  71. 4a8eff0 XFAIL test on Windows by Douglas Gregor · 13 years ago
  72. 60419fa More speculative test tweaking by Douglas Gregor · 13 years ago
  73. 0625366 Fix PR11073 by adding the argument type information to the decl we construct by Eric Christopher · 13 years ago
  74. 33b3d2a Switch tests from grep to FileCheck by Douglas Gregor · 13 years ago
  75. 9bc2c6e Add tests for CodeGen types in MS ABI. Based on patch by r4start. by Eli Friedman · 13 years ago
  76. e6f0868 [PCH] When serializing Stmts, keep track of when sub statements are referenced again and by Argyrios Kyrtzidis · 13 years ago
  77. 21f77cd Don't try to set the "array filler" in a InitListExpr twice. by Argyrios Kyrtzidis · 13 years ago
  78. 227e483 More ASTRecordLayout changes for MS ABI; based on patch by r4start. by Eli Friedman · 13 years ago
  79. 13c7fcc c++: support gcc's application of weak attribute on by Fariborz Jahanian · 13 years ago
  80. 9c0778b Doug reports that this test is still failing. Try applying Benjamin Kramer's by Nick Lewycky · 13 years ago
  81. 6db51f7 Added support for thread safety attributes on destructors. by DeLesley Hutchins · 13 years ago
  82. f1ac637 Thread safety analysis refactoring: invalid lock expressions. by DeLesley Hutchins · 13 years ago
  83. e0eaa85 Thread safety analysis: add support for attributes on constructors. by DeLesley Hutchins · 13 years ago
  84. 3ff86f7 objective-c: Diagnose redeclaration of private by Fariborz Jahanian · 13 years ago
  85. 381509e Added documentation for the recently-added by Sean Callanan · 13 years ago
  86. a60448d Refactoring and code cleanup. by DeLesley Hutchins · 13 years ago
  87. 95e5510 When performing name lookup for the previous declaration of a field, by Douglas Gregor · 13 years ago
  88. 7a8a2e3 Permit auto SCS on parameter declarations, C++03 [dcl.stc]p2 by Peter Collingbourne · 13 years ago
  89. cb125dd Try to be exceedingly clever and make this test work properly whether it's run by Nick Lewycky · 13 years ago
  90. b57791e Treat the Microsoft/Borland keyword "__except" as a context-sensitive by Douglas Gregor · 13 years ago
  91. 258f9a2 Massage this test a little so it works when run inside the Google environment. by Nick Lewycky · 13 years ago
  92. 9faf810 I added a new function to DeclContext called by Sean Callanan · 13 years ago
  93. 7c4fd91 Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is by Nick Lewycky · 13 years ago
  94. 0e9e981 Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD by Richard Smith · 13 years ago
  95. ef47d27 When fixing up the storage class for an anonymous union, don't mark by Douglas Gregor · 13 years ago
  96. beedc5f Add test case for analyzer crash reported in <rdar://problem/10308201> (which is already fixed in mainline). by Ted Kremenek · 13 years ago
  97. 9324583 'extern template' is a C++11 feature. Add an Extension for C++98 (this matches by Richard Smith · 13 years ago
  98. cb8f951 There's no point in marking a declaration invalid just because it by Douglas Gregor · 13 years ago
  99. f89bc05 [libclang] Don't use C++-style comments in c-index-test.c. by Argyrios Kyrtzidis · 13 years ago
  100. 8e0c118 Diagnose class template (partial) specializations that occur in the by Douglas Gregor · 13 years ago