1. f0508a6 Try to appease the Windows builders by Douglas Gregor · 13 years ago
  2. cda80f8 Pull out conversion on LHS of -> and . into its own function. This happens by Richard Smith · 13 years ago
  3. 0a76324 Eliminate a hang while loading a sequence of redeclarable entities. In by Douglas Gregor · 13 years ago
  4. 996f5d5 Disable on Windows, for real. by Douglas Gregor · 13 years ago
  5. 194af98 Compute the promoted integer type of fixed-width enums correctly. Found by inspection. by Eli Friedman · 13 years ago
  6. d978c92 Correctly perform integral promotions on wchar_t/char16_t/char32_t in C++. <rdar://problem/10309088>. by Eli Friedman · 13 years ago
  7. 31161c7 Fix crash due to missing array-to-pointer decay when instantiating an unresolved by Richard Smith · 13 years ago
  8. 7ab7528 UnresolvedMemberExprs need lvalue-to-rvalue conversions during template by Richard Smith · 13 years ago
  9. 85a3736 Turn off delayed template parsing for this test by Douglas Gregor · 13 years ago
  10. c23482b [analyzer] Remove getEngine() form CheckerContext by Anna Zaks · 13 years ago
  11. f5d6176 [analyzer] Simplify CheckerContext by Anna Zaks · 13 years ago
  12. 643f4d3 [analyzer] Remove unused headers. by Anna Zaks · 13 years ago
  13. a284a7a [analyzer] Make branch for condition callback use CheckerContext by Anna Zaks · 13 years ago
  14. 1f7571b [analyze] Convert EndOfPath callback to use CheckerContext by Anna Zaks · 13 years ago
  15. f299b1b Handle redundant 'typename' on base class specifications. by David Blaikie · 13 years ago
  16. fafbc37c Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug's feedback. by David Blaikie · 13 years ago
  17. e859fbf Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  18. 4e6e0e4 Initialize the BaseLoc for decltype base type specifications. by David Blaikie · 13 years ago
  19. 3e1bffd Fix cases where the optional nested-name-specifier erroneously preceeded a decltype-specification when specifying a base type. by David Blaikie · 13 years ago
  20. 20afb0c Support the use of decltype for specifying base types. Fixes PR11216. by David Blaikie · 13 years ago
  21. 50e13c5 Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  22. 4827cf6 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
  23. 0cb6837 Pull the pseudo-object stuff into its own file. by John McCall · 13 years ago
  24. 1374a27 Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  25. 01a666e Allow the -fno-operator-names option to be passed down to the rest by Eric Christopher · 13 years ago
  26. 53c8b9e Don't forget the lvalue-to-rvalue conversion on the LHS when instantiating a by Richard Smith · 13 years ago
  27. 2922f41 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
  28. 811cba7 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
  29. d62f4a5 Undo unnecessary change by Douglas Gregor · 13 years ago
  30. 6f03371 Check for unexpanded parameter packs in the name that guards a by Douglas Gregor · 13 years ago
  31. 71811eb 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
  32. b80b6a9 Make the -Wc++11-compat warnings ignored by default, so we don't break by Douglas Gregor · 13 years ago
  33. 1db0028 Implement support for dependent Microsoft __if_exists/__if_not_exists by Douglas Gregor · 13 years ago
  34. 2715deb Tidy up testcase from r142890, spotted by Chandler. by Richard Smith · 13 years ago
  35. e125274 Remove another Blackfin test. by Dan Gohman · 13 years ago
  36. 2b99fac Don't forget the lvalue-to-rvalue conversion on the LHS of an -> when rebuilding by Richard Smith · 13 years ago
  37. a34fc03 [PCH] When visiting preprocessed entities, make it possible to avoid deserializing by Argyrios Kyrtzidis · 13 years ago
  38. 527de44 Use assert(0) instead of duplicating the check, suggestion by Anna. by Argyrios Kyrtzidis · 13 years ago
  39. 7c4629c Add source-level dominators analysis. Patch by Guoping Long! by Ted Kremenek · 13 years ago
  40. 290c296 Clean up, as suggested by John. by Richard Smith · 13 years ago
  41. bc8f376 Remove more SystemZ (s390) tests. by Dan Gohman · 13 years ago
  42. 8b82b68 Remove the Blackfin backend. by Dan Gohman · 13 years ago
  43. 4dc0396 Remove the SystemZ backend. by Dan Gohman · 13 years ago
  44. b7b4fa3 Do not drop type qualifiers in -flimit-debug-info mode. by Devang Patel · 13 years ago
  45. 53a12a2 Revert r142844, it broke selfhost. The problem appears to be a missing by Richard Smith · 13 years ago
  46. bdd9d74 Add explanatory comments for ICE checking in C99 mode. by Richard Smith · 13 years ago
  47. f438794 Rework Microsoft __if_exists/__if_not_exists parsing and semantic by Douglas Gregor · 13 years ago
  48. 4592bf7 Don't try to emit CK_LValueBitCast casts as constants. PR9558. by Eli Friedman · 13 years ago
  49. 9b2bb42 When we perform a lookup for a dependent name that is a member of an by Douglas Gregor · 13 years ago
  50. 0962ee5 [analyzer] Node builders cleanup + comments by Anna Zaks · 13 years ago
  51. 36075b9 [analyzer] Remove the old StmtNodeBuilder. by Anna Zaks · 13 years ago
  52. 300f753 [analyzer] Completely remove the global Builder object. by Anna Zaks · 13 years ago
  53. 479f24e [analyzer] Remove more dependencies from global Builder by Anna Zaks · 13 years ago
  54. 892cc7f Constant expression evaluation: evaluate lvalues as lvalues, and rvalues as by Richard Smith · 13 years ago
  55. fd40ad4 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 13 years ago
  56. 38b4ed4 Constant expression evaluation: factor out handling of ignored values. by Richard Smith · 13 years ago
  57. 2aa40ed In accordance with the C89, C99 and C++98 standards, ICEs can only contain by Richard Smith · 13 years ago
  58. 2ecce33 [analyzer] Convert ExprEngine::visit() to use short lived builders. by Anna Zaks · 13 years ago
  59. e6c41f4 [analyzer] Convert VisitDeclStmt to use local node builder. by Anna Zaks · 13 years ago
  60. 05b1c89 [analyzer] Convert more functions (ex:evalBind()) to iterative builders by Anna Zaks · 13 years ago
  61. 93cda48 [analyzer] Convert VisitUnaryOperator to use short lived Node builders by Anna Zaks · 13 years ago
  62. 1d2c12e [analyzer] Use a temporary builder in CheckerContext. by Anna Zaks · 13 years ago
  63. 8689a00 [analyzer] Pass external Dst set to NodeBuilder by Anna Zaks · 13 years ago
  64. 5c75259 Simplify parsing ellipsis in Parser::ParseAlignArgument, spotted by Doug. by Peter Collingbourne · 13 years ago
  65. 3b60ca1 Constant expression evaluation: factor out VarDecl initializer evaluation and by Richard Smith · 13 years ago
  66. 417a3ec Minor refactoring of my last patch. Per Doug's suggestion. by Fariborz Jahanian · 13 years ago
  67. 60a4a25 [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. by Argyrios Kyrtzidis · 13 years ago
  68. b8217de Fix mismatched new[]/delete[]. by Benjamin Kramer · 13 years ago
  69. 1138bb9 Have -fms-no-extensions turn off -fms-compatibility by Douglas Gregor · 13 years ago
  70. 3ead475 Make -fms-compatibility imply -fms-extensions. Fixes PR11204. by Douglas Gregor · 13 years ago
  71. 320fa62 Remove debugging printfs that some idiot left in. by David Chisnall · 13 years ago
  72. 7ad3a4c Enable experimental support for objc_msgSend with GNUstep ObjC runtime. by David Chisnall · 13 years ago
  73. 2be1379 Revert "Test commit" by NAKAMURA Takumi · 13 years ago
  74. c586188 Test commit by NAKAMURA Takumi · 13 years ago
  75. 7c237a8 Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cpp by Chandler Carruth · 13 years ago
  76. 579ee4f 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
  77. dcc71da Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. by Peter Collingbourne · 13 years ago
  78. 4bcccba Fix typo (C++1 -> C++11). by Peter Collingbourne · 13 years ago
  79. 197cd9e Diagnose unexpanded parameter packs in member initialisers (including by Peter Collingbourne · 13 years ago
  80. 5d398f5 Clean up duplicated code in Sema::BuildMemInitializer. by Peter Collingbourne · 13 years ago
  81. 9234b8b Improve unexpanded parameter pack diagnostics by using UPPC_Initializer here. by Peter Collingbourne · 13 years ago
  82. 5e07ce3 Attach class template attributes to the templated CXXRecordDecl, by Peter Collingbourne · 13 years ago
  83. 063f52b Reduce dependencies. by Benjamin Kramer · 13 years ago
  84. 3bd5a81 [analyzer] Remove LocationContext creation methods from AnalysisManager, and change clients to use AnalysisContext instead. by Ted Kremenek · 13 years ago
  85. f5aca73 Fix a typo that completely broke the expansion of complex arguments. by Bob Wilson · 13 years ago
  86. 248b14a Refactor vector constant expression evaluation to return bool like all the other by Richard Smith · 13 years ago
  87. b773239 Remove obsolete debugging macro, make helper static. by Benjamin Kramer · 13 years ago
  88. 6eafffd Pack struct better. by Benjamin Kramer · 13 years ago
  89. 18075cc test/Driver/debug.c: Mark this as "REQUIRES: shell". by NAKAMURA Takumi · 13 years ago
  90. 6db0281 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
  91. 1100563 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
  92. 506d525 Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of TopologicallySortedCFG). by Ted Kremenek · 13 years ago
  93. 970c23b Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostOrderCFGView. by Ted Kremenek · 13 years ago
  94. 0a08ae6 Fixes a minor hick up to my last patch. by Fariborz Jahanian · 13 years ago
  95. e24086e objc: private methods can have their attributes, no diagnostic is required. by Fariborz Jahanian · 13 years ago
  96. 1250759 Make changes necessary for N32/64 ABI conformance. by Akira Hatanaka · 13 years ago
  97. da75375 XFAIL test on Windows by Douglas Gregor · 13 years ago
  98. aa0d541 More speculative test tweaking by Douglas Gregor · 13 years ago
  99. 5cf5545 Fix PR11073 by adding the argument type information to the decl we construct by Eric Christopher · 13 years ago
  100. 97dcdae Switch tests from grep to FileCheck by Douglas Gregor · 13 years ago