1. a411d2f Fix pr9614 by not emitting an available_externally function when it calls by Rafael Espindola · 14 years ago
  2. 9138b4e Pull out conversion on LHS of -> and . into its own function. This happens by Richard Smith · 14 years ago
  3. d488b3a Eliminate a hang while loading a sequence of redeclarable entities. In by Douglas Gregor · 14 years ago
  4. 3bfb571 Compute the promoted integer type of fixed-width enums correctly. Found by inspection. by Eli Friedman · 14 years ago
  5. 68a2dc4 Correctly perform integral promotions on wchar_t/char16_t/char32_t in C++. <rdar://problem/10309088>. by Eli Friedman · 14 years ago
  6. f1f6d85 Fix crash due to missing array-to-pointer decay when instantiating an unresolved by Richard Smith · 14 years ago
  7. 601d2ee UnresolvedMemberExprs need lvalue-to-rvalue conversions during template by Richard Smith · 14 years ago
  8. 6a93bd5 [analyzer] Remove getEngine() form CheckerContext by Anna Zaks · 14 years ago
  9. 063e088 [analyzer] Simplify CheckerContext by Anna Zaks · 14 years ago
  10. 2e9264a [analyzer] Remove unused headers. by Anna Zaks · 14 years ago
  11. f236b65 [analyzer] Make branch for condition callback use CheckerContext by Anna Zaks · 14 years ago
  12. af498a2 [analyze] Convert EndOfPath callback to use CheckerContext by Anna Zaks · 14 years ago
  13. 7fe3878 Handle redundant 'typename' on base class specifications. by David Blaikie · 14 years ago
  14. 152aa4b Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug's feedback. by David Blaikie · 14 years ago
  15. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 14 years ago
  16. edae1a2 Initialize the BaseLoc for decltype base type specifications. by David Blaikie · 14 years ago
  17. 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
  18. 09048df Support the use of decltype for specifying base types. Fixes PR11216. by David Blaikie · 14 years ago
  19. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 14 years ago
  20. 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
  21. 8628862 Pull the pseudo-object stuff into its own file. by John McCall · 14 years ago
  22. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 14 years ago
  23. e88c451 Allow the -fno-operator-names option to be passed down to the rest by Eric Christopher · 14 years ago
  24. a01c711 Don't forget the lvalue-to-rvalue conversion on the LHS when instantiating a by Richard Smith · 14 years ago
  25. 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
  26. 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
  27. 65019ac Check for unexpanded parameter packs in the name that guards a by Douglas Gregor · 14 years ago
  28. ba0513d Implement support for dependent Microsoft __if_exists/__if_not_exists by Douglas Gregor · 14 years ago
  29. 97f9fe0 Don't forget the lvalue-to-rvalue conversion on the LHS of an -> when rebuilding by Richard Smith · 14 years ago
  30. f226ff9 [PCH] When visiting preprocessed entities, make it possible to avoid deserializing by Argyrios Kyrtzidis · 14 years ago
  31. 82ccbe7 Use assert(0) instead of duplicating the check, suggestion by Anna. by Argyrios Kyrtzidis · 14 years ago
  32. 58f6f1e Add source-level dominators analysis. Patch by Guoping Long! by Ted Kremenek · 14 years ago
  33. 98326ed Clean up, as suggested by John. by Richard Smith · 14 years ago
  34. 78cf13d Remove the Blackfin backend. by Dan Gohman · 14 years ago
  35. 0986eb5 Remove the SystemZ backend. by Dan Gohman · 14 years ago
  36. 4142251 Do not drop type qualifiers in -flimit-debug-info mode. by Devang Patel · 14 years ago
  37. 436c889 Revert r142844, it broke selfhost. The problem appears to be a missing by Richard Smith · 14 years ago
  38. 0583014 Add explanatory comments for ICE checking in C99 mode. by Richard Smith · 14 years ago
  39. 3896fc5 Rework Microsoft __if_exists/__if_not_exists parsing and semantic by Douglas Gregor · 14 years ago
  40. b000459 Don't try to emit CK_LValueBitCast casts as constants. PR9558. by Eli Friedman · 14 years ago
  41. 3eafbb8 When we perform a lookup for a dependent name that is a member of an by Douglas Gregor · 14 years ago
  42. aa0aeb1 [analyzer] Node builders cleanup + comments by Anna Zaks · 14 years ago
  43. cca79db [analyzer] Remove the old StmtNodeBuilder. by Anna Zaks · 14 years ago
  44. 056c4b4 [analyzer] Completely remove the global Builder object. by Anna Zaks · 14 years ago
  45. f185cc1 [analyzer] Remove more dependencies from global Builder by Anna Zaks · 14 years ago
  46. 41bf4f3 Constant expression evaluation: evaluate lvalues as lvalues, and rvalues as by Richard Smith · 14 years ago
  47. 9875c60 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 14 years ago
  48. 8327fad Constant expression evaluation: factor out handling of ignored values. by Richard Smith · 14 years ago
  49. 32cb471 In accordance with the C89, C99 and C++98 standards, ICEs can only contain by Richard Smith · 14 years ago
  50. ebae6d0 [analyzer] Convert ExprEngine::visit() to use short lived builders. by Anna Zaks · 14 years ago
  51. d231d01 [analyzer] Convert VisitDeclStmt to use local node builder. by Anna Zaks · 14 years ago
  52. 6b6152b [analyzer] Convert more functions (ex:evalBind()) to iterative builders by Anna Zaks · 14 years ago
  53. 8ad8c54 [analyzer] Convert VisitUnaryOperator to use short lived Node builders by Anna Zaks · 14 years ago
  54. 8ff5c41 [analyzer] Use a temporary builder in CheckerContext. by Anna Zaks · 14 years ago
  55. 1aae01a [analyzer] Pass external Dst set to NodeBuilder by Anna Zaks · 14 years ago
  56. fe9b2a8 Simplify parsing ellipsis in Parser::ParseAlignArgument, spotted by Doug. by Peter Collingbourne · 14 years ago
  57. 03f9611 Constant expression evaluation: factor out VarDecl initializer evaluation and by Richard Smith · 14 years ago
  58. 9158902 Minor refactoring of my last patch. Per Doug's suggestion. by Fariborz Jahanian · 14 years ago
  59. 3e9d326 [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. by Argyrios Kyrtzidis · 14 years ago
  60. 2a04f1c Fix mismatched new[]/delete[]. by Benjamin Kramer · 14 years ago
  61. ba97b6e Have -fms-no-extensions turn off -fms-compatibility by Douglas Gregor · 14 years ago
  62. 0bb935c Make -fms-compatibility imply -fms-extensions. Fixes PR11204. by Douglas Gregor · 14 years ago
  63. dfa4ab9 Remove debugging printfs that some idiot left in. by David Chisnall · 14 years ago
  64. 89c3004 Enable experimental support for objc_msgSend with GNUstep ObjC runtime. by David Chisnall · 14 years ago
  65. 8e02604 Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cpp by Chandler Carruth · 14 years ago
  66. 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
  67. 0b64ba9 Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. by Peter Collingbourne · 14 years ago
  68. fef2189 Diagnose unexpanded parameter packs in member initialisers (including by Peter Collingbourne · 14 years ago
  69. dc69be2 Clean up duplicated code in Sema::BuildMemInitializer. by Peter Collingbourne · 14 years ago
  70. 05b2127 Improve unexpanded parameter pack diagnostics by using UPPC_Initializer here. by Peter Collingbourne · 14 years ago
  71. 0661bd0c Attach class template attributes to the templated CXXRecordDecl, by Peter Collingbourne · 14 years ago
  72. b1b5daf [analyzer] Remove LocationContext creation methods from AnalysisManager, and change clients to use AnalysisContext instead. by Ted Kremenek · 14 years ago
  73. bfcacd9 Fix a typo that completely broke the expansion of complex arguments. by Bob Wilson · 14 years ago
  74. 07fc657 Refactor vector constant expression evaluation to return bool like all the other by Richard Smith · 14 years ago
  75. f5c7504 Remove obsolete debugging macro, make helper static. by Benjamin Kramer · 14 years ago
  76. f634bce Pack struct better. by Benjamin Kramer · 14 years ago
  77. 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 · 14 years ago
  78. 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 · 14 years ago
  79. 439ed16 Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of TopologicallySortedCFG). by Ted Kremenek · 14 years ago
  80. edb1863 Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostOrderCFGView. by Ted Kremenek · 14 years ago
  81. ee28a4b Fixes a minor hick up to my last patch. by Fariborz Jahanian · 14 years ago
  82. 7fda400 objc: private methods can have their attributes, no diagnostic is required. by Fariborz Jahanian · 14 years ago
  83. c7d0ab1 Make changes necessary for N32/64 ABI conformance. by Akira Hatanaka · 14 years ago
  84. 0625366 Fix PR11073 by adding the argument type information to the decl we construct by Eric Christopher · 14 years ago
  85. e6f0868 [PCH] When serializing Stmts, keep track of when sub statements are referenced again and by Argyrios Kyrtzidis · 14 years ago
  86. 21f77cd Don't try to set the "array filler" in a InitListExpr twice. by Argyrios Kyrtzidis · 14 years ago
  87. 227e483 More ASTRecordLayout changes for MS ABI; based on patch by r4start. by Eli Friedman · 14 years ago
  88. 13c7fcc c++: support gcc's application of weak attribute on by Fariborz Jahanian · 14 years ago
  89. 6db51f7 Added support for thread safety attributes on destructors. by DeLesley Hutchins · 14 years ago
  90. f1ac637 Thread safety analysis refactoring: invalid lock expressions. by DeLesley Hutchins · 14 years ago
  91. e0eaa85 Thread safety analysis: add support for attributes on constructors. by DeLesley Hutchins · 14 years ago
  92. 3ff86f7 objective-c: Diagnose redeclaration of private by Fariborz Jahanian · 14 years ago
  93. a60448d Refactoring and code cleanup. by DeLesley Hutchins · 14 years ago
  94. 95e5510 When performing name lookup for the previous declaration of a field, by Douglas Gregor · 14 years ago
  95. 7a8a2e3 Permit auto SCS on parameter declarations, C++03 [dcl.stc]p2 by Peter Collingbourne · 14 years ago
  96. b57791e Treat the Microsoft/Borland keyword "__except" as a context-sensitive by Douglas Gregor · 14 years ago
  97. 9faf810 I added a new function to DeclContext called by Sean Callanan · 14 years ago
  98. 7c4fd91 Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is by Nick Lewycky · 14 years ago
  99. 0e9e981 Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD by Richard Smith · 14 years ago
  100. ef47d27 When fixing up the storage class for an anonymous union, don't mark by Douglas Gregor · 14 years ago