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