1. 39ac187 [analyzer] Add getLocationContext to CheckerContext by Anna Zaks · 13 years ago
  2. 48468df [analyzer] Remove EmitBasicReport form CheckerContext. by Anna Zaks · 13 years ago
  3. 0bd6b11 [analyzer] Rename generateNode -> addTransition in CheckerContext by Anna Zaks · 13 years ago
  4. 1d08123 [analyzer] Remove forward declarations of GenericNodeBuilder by Anna Zaks · 13 years ago
  5. c03a39e [analyzer] GenericNodeBuilder -> NodeBuilder. by Anna Zaks · 13 years ago
  6. 6c29eda Objective-c: fix an ir-gen crash where objc messag returns a _Complex by Fariborz Jahanian · 13 years ago
  7. e8f4eed Fix this tests on the bots. by Rafael Espindola · 13 years ago
  8. a411d2f Fix pr9614 by not emitting an available_externally function when it calls by Rafael Espindola · 13 years ago
  9. 29e627a Try to appease the Windows builders by Douglas Gregor · 13 years ago
  10. 9138b4e Pull out conversion on LHS of -> and . into its own function. This happens by Richard Smith · 13 years ago
  11. d488b3a Eliminate a hang while loading a sequence of redeclarable entities. In by Douglas Gregor · 13 years ago
  12. 3ab057f Disable on Windows, for real. by Douglas Gregor · 13 years ago
  13. 3bfb571 Compute the promoted integer type of fixed-width enums correctly. Found by inspection. by Eli Friedman · 13 years ago
  14. 68a2dc4 Correctly perform integral promotions on wchar_t/char16_t/char32_t in C++. <rdar://problem/10309088>. by Eli Friedman · 13 years ago
  15. f1f6d85 Fix crash due to missing array-to-pointer decay when instantiating an unresolved by Richard Smith · 13 years ago
  16. 601d2ee UnresolvedMemberExprs need lvalue-to-rvalue conversions during template by Richard Smith · 13 years ago
  17. fd08009 Turn off delayed template parsing for this test by Douglas Gregor · 13 years ago
  18. 6a93bd5 [analyzer] Remove getEngine() form CheckerContext by Anna Zaks · 13 years ago
  19. 063e088 [analyzer] Simplify CheckerContext by Anna Zaks · 13 years ago
  20. 2e9264a [analyzer] Remove unused headers. by Anna Zaks · 13 years ago
  21. f236b65 [analyzer] Make branch for condition callback use CheckerContext by Anna Zaks · 13 years ago
  22. af498a2 [analyze] Convert EndOfPath callback to use CheckerContext by Anna Zaks · 13 years ago
  23. 7fe3878 Handle redundant 'typename' on base class specifications. by David Blaikie · 13 years ago
  24. 152aa4b Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug's feedback. by David Blaikie · 13 years ago
  25. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  26. edae1a2 Initialize the BaseLoc for decltype base type specifications. by David Blaikie · 13 years ago
  27. 22216eb Fix cases where the optional nested-name-specifier erroneously preceeded a decltype-specification when specifying a base type. by David Blaikie · 13 years ago
  28. 09048df Support the use of decltype for specifying base types. Fixes PR11216. by David Blaikie · 13 years ago
  29. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  30. 9d06ba8 Change an int64_t to an intptr_t so that we don't end up with crashes in the back end on large classes on 32-bit. by David Chisnall · 13 years ago
  31. 8628862 Pull the pseudo-object stuff into its own file. by John McCall · 13 years ago
  32. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  33. e88c451 Allow the -fno-operator-names option to be passed down to the rest by Eric Christopher · 13 years ago
  34. a01c711 Don't forget the lvalue-to-rvalue conversion on the LHS when instantiating a by Richard Smith · 13 years ago
  35. 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
  36. 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
  37. 5c27ee0 Undo unnecessary change by Douglas Gregor · 13 years ago
  38. 65019ac Check for unexpanded parameter packs in the name that guards a by Douglas Gregor · 13 years ago
  39. 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
  40. c2c1144 Make the -Wc++11-compat warnings ignored by default, so we don't break by Douglas Gregor · 13 years ago
  41. ba0513d Implement support for dependent Microsoft __if_exists/__if_not_exists by Douglas Gregor · 13 years ago
  42. f11e923 Tidy up testcase from r142890, spotted by Chandler. by Richard Smith · 13 years ago
  43. 94d881f Remove another Blackfin test. by Dan Gohman · 13 years ago
  44. 97f9fe0 Don't forget the lvalue-to-rvalue conversion on the LHS of an -> when rebuilding by Richard Smith · 13 years ago
  45. f226ff9 [PCH] When visiting preprocessed entities, make it possible to avoid deserializing by Argyrios Kyrtzidis · 13 years ago
  46. 82ccbe7 Use assert(0) instead of duplicating the check, suggestion by Anna. by Argyrios Kyrtzidis · 13 years ago
  47. 58f6f1e Add source-level dominators analysis. Patch by Guoping Long! by Ted Kremenek · 13 years ago
  48. 98326ed Clean up, as suggested by John. by Richard Smith · 13 years ago
  49. 1592c6c Remove more SystemZ (s390) tests. by Dan Gohman · 13 years ago
  50. 78cf13d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  51. 0986eb5 Remove the SystemZ backend. by Dan Gohman · 13 years ago
  52. 4142251 Do not drop type qualifiers in -flimit-debug-info mode. by Devang Patel · 13 years ago
  53. 436c889 Revert r142844, it broke selfhost. The problem appears to be a missing by Richard Smith · 13 years ago
  54. 0583014 Add explanatory comments for ICE checking in C99 mode. by Richard Smith · 13 years ago
  55. 3896fc5 Rework Microsoft __if_exists/__if_not_exists parsing and semantic by Douglas Gregor · 13 years ago
  56. b000459 Don't try to emit CK_LValueBitCast casts as constants. PR9558. by Eli Friedman · 13 years ago
  57. 3eafbb8 When we perform a lookup for a dependent name that is a member of an by Douglas Gregor · 13 years ago
  58. aa0aeb1 [analyzer] Node builders cleanup + comments by Anna Zaks · 13 years ago
  59. cca79db [analyzer] Remove the old StmtNodeBuilder. by Anna Zaks · 13 years ago
  60. 056c4b4 [analyzer] Completely remove the global Builder object. by Anna Zaks · 13 years ago
  61. f185cc1 [analyzer] Remove more dependencies from global Builder by Anna Zaks · 13 years ago
  62. 41bf4f3 Constant expression evaluation: evaluate lvalues as lvalues, and rvalues as by Richard Smith · 13 years ago
  63. 9875c60 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 13 years ago
  64. 8327fad Constant expression evaluation: factor out handling of ignored values. by Richard Smith · 13 years ago
  65. 32cb471 In accordance with the C89, C99 and C++98 standards, ICEs can only contain by Richard Smith · 13 years ago
  66. ebae6d0 [analyzer] Convert ExprEngine::visit() to use short lived builders. by Anna Zaks · 13 years ago
  67. d231d01 [analyzer] Convert VisitDeclStmt to use local node builder. by Anna Zaks · 13 years ago
  68. 6b6152b [analyzer] Convert more functions (ex:evalBind()) to iterative builders by Anna Zaks · 13 years ago
  69. 8ad8c54 [analyzer] Convert VisitUnaryOperator to use short lived Node builders by Anna Zaks · 13 years ago
  70. 8ff5c41 [analyzer] Use a temporary builder in CheckerContext. by Anna Zaks · 13 years ago
  71. 1aae01a [analyzer] Pass external Dst set to NodeBuilder by Anna Zaks · 13 years ago
  72. fe9b2a8 Simplify parsing ellipsis in Parser::ParseAlignArgument, spotted by Doug. by Peter Collingbourne · 13 years ago
  73. 03f9611 Constant expression evaluation: factor out VarDecl initializer evaluation and by Richard Smith · 13 years ago
  74. 9158902 Minor refactoring of my last patch. Per Doug's suggestion. by Fariborz Jahanian · 13 years ago
  75. 3e9d326 [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. by Argyrios Kyrtzidis · 13 years ago
  76. 2a04f1c Fix mismatched new[]/delete[]. by Benjamin Kramer · 13 years ago
  77. ba97b6e Have -fms-no-extensions turn off -fms-compatibility by Douglas Gregor · 13 years ago
  78. 0bb935c Make -fms-compatibility imply -fms-extensions. Fixes PR11204. by Douglas Gregor · 13 years ago
  79. dfa4ab9 Remove debugging printfs that some idiot left in. by David Chisnall · 13 years ago
  80. 89c3004 Enable experimental support for objc_msgSend with GNUstep ObjC runtime. by David Chisnall · 13 years ago
  81. ea62379 Revert "Test commit" by NAKAMURA Takumi · 13 years ago
  82. 2ab3b90 Test commit by NAKAMURA Takumi · 13 years ago
  83. 8e02604 Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cpp by Chandler Carruth · 13 years ago
  84. 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
  85. 0b64ba9 Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. by Peter Collingbourne · 13 years ago
  86. 678b89e Fix typo (C++1 -> C++11). by Peter Collingbourne · 13 years ago
  87. fef2189 Diagnose unexpanded parameter packs in member initialisers (including by Peter Collingbourne · 13 years ago
  88. dc69be2 Clean up duplicated code in Sema::BuildMemInitializer. by Peter Collingbourne · 13 years ago
  89. 05b2127 Improve unexpanded parameter pack diagnostics by using UPPC_Initializer here. by Peter Collingbourne · 13 years ago
  90. 0661bd0c Attach class template attributes to the templated CXXRecordDecl, by Peter Collingbourne · 13 years ago
  91. 59283a0 Reduce dependencies. by Benjamin Kramer · 13 years ago
  92. b1b5daf [analyzer] Remove LocationContext creation methods from AnalysisManager, and change clients to use AnalysisContext instead. by Ted Kremenek · 13 years ago
  93. bfcacd9 Fix a typo that completely broke the expansion of complex arguments. by Bob Wilson · 13 years ago
  94. 07fc657 Refactor vector constant expression evaluation to return bool like all the other by Richard Smith · 13 years ago
  95. f5c7504 Remove obsolete debugging macro, make helper static. by Benjamin Kramer · 13 years ago
  96. f634bce Pack struct better. by Benjamin Kramer · 13 years ago
  97. ba81d96 test/Driver/debug.c: Mark this as "REQUIRES: shell". by NAKAMURA Takumi · 13 years ago
  98. 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
  99. 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
  100. 439ed16 Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of TopologicallySortedCFG). by Ted Kremenek · 13 years ago