1. 26bae20 Deleted functions were in Clang 2.9, defaulted functions in 3.0. Fixses PR11252. by Douglas Gregor · 13 years ago
  2. 4a037c7 [analyzer] ObjC message sends to nil receivers that return structs are now okay (compiler zeroes out the data). Fixes <rdar://problem/9151319>. by Ted Kremenek · 13 years ago
  3. 6f3887e It turns out that the Objective-C message lookup functions can throw exceptions after all... by David Chisnall · 13 years ago
  4. c49bd11 Reinstate r142844 (reverted in r142872) now that lvalue-to-rvalue conversions by Richard Smith · 13 years ago
  5. 854625f Use const_cast to make it obvious that it's just removing constness (and silence warnings). by Benjamin Kramer · 13 years ago
  6. aa9807a Reflow code. No intended functionality change. by Benjamin Kramer · 13 years ago
  7. 9c273ff Fix test for LLVM change r143186. by Nick Lewycky · 13 years ago
  8. 9c129f8 Add (hopefully) the last missing lvalue-to-rvalue conversion. Add an assertion by Richard Smith · 13 years ago
  9. ac51650 Be sure to build a dependent expression when we see by John McCall · 13 years ago
  10. 55733de Fix for PR9751 to change the behavior of -Wformat warnings. If the format by Richard Trieu · 13 years ago
  11. 61ffd09 Add missing lvalue-to-rvalue conversion to vector splat casts. by Richard Smith · 13 years ago
  12. e3271d4 Remove the Alpha backend. by Dan Gohman · 13 years ago
  13. 4f87062 Fix some cases where a CK_IntegralCast was being used to convert an lvalue to an by Richard Smith · 13 years ago
  14. 2ce634d Mark these tests as requiring use of the shell. by Ted Kremenek · 13 years ago
  15. 9c1ba40 objc: fix an ir-gen crash caused by recent by Fariborz Jahanian · 13 years ago
  16. e055f8a Add mutex for accessing ASTUnit's global OnDisk data. This may be an issue as libclang could be processing multiple ASTUnit's at once. by Ted Kremenek · 13 years ago
  17. c5096cb Annotate imprecise FP division with fpaccuracy metadata by Peter Collingbourne · 13 years ago
  18. 9d31fa7 [PCH] Pull the location out of the serialized declarations and put it in the array by Argyrios Kyrtzidis · 13 years ago
  19. 1872b31 Move ASTUnit's handling of temporary files and the preamble file into a lazily-created static DenseMap. This DenseMap is cleared (and the files erased) via an atexit routine in the case an ASTUnit is not destroyed. Fixes <rdar://problem/10293367>. by Ted Kremenek · 13 years ago
  20. bd0ddf8 [libclang] Add comments. by Argyrios Kyrtzidis · 13 years ago
  21. eee242f Make the loading of information attached to an IdentifierInfo from an by Douglas Gregor · 13 years ago
  22. 29e97cb Teach format string analysis that "%zu" means size_t. by Hans Wennborg · 13 years ago
  23. 98a9203 Move these test from checking assembly to checking LLVM IR. Should fix fallout by Nick Lewycky · 13 years ago
  24. df95d14 [analyzer] Optimize by not generating empty transitions in CheckerContext by Anna Zaks · 13 years ago
  25. 4d2ae4a [analyzer] Move enqueueEndOfFunction into CoreEngine. by Anna Zaks · 13 years ago
  26. dd7ddf2 [analyzer] Make CoreEngine responsible for enqueueing Stmt Nodes. by Anna Zaks · 13 years ago
  27. 4a7dc8a Make use of the parameter in Sema::ActOnObjCTemporaryExitContainerContext. by Argyrios Kyrtzidis · 13 years ago
  28. 458bacf Fix crash on an @interface nested inside @implementation, rdar://10336158 by Argyrios Kyrtzidis · 13 years ago
  29. 1104d9b For the "'@end' is missing in implementation context" point at the location of '@'. by Argyrios Kyrtzidis · 13 years ago
  30. 90eed21 Do not warn when weak-import attribute is applied to enum by Fariborz Jahanian · 13 years ago
  31. 1b8fc01 Disalbe more Microsoft-specific stuff. by Douglas Gregor · 13 years ago
  32. 39ac187 [analyzer] Add getLocationContext to CheckerContext by Anna Zaks · 13 years ago
  33. 48468df [analyzer] Remove EmitBasicReport form CheckerContext. by Anna Zaks · 13 years ago
  34. 0bd6b11 [analyzer] Rename generateNode -> addTransition in CheckerContext by Anna Zaks · 13 years ago
  35. 1d08123 [analyzer] Remove forward declarations of GenericNodeBuilder by Anna Zaks · 13 years ago
  36. c03a39e [analyzer] GenericNodeBuilder -> NodeBuilder. by Anna Zaks · 13 years ago
  37. 6c29eda Objective-c: fix an ir-gen crash where objc messag returns a _Complex by Fariborz Jahanian · 13 years ago
  38. e8f4eed Fix this tests on the bots. by Rafael Espindola · 13 years ago
  39. a411d2f Fix pr9614 by not emitting an available_externally function when it calls by Rafael Espindola · 13 years ago
  40. 29e627a Try to appease the Windows builders by Douglas Gregor · 13 years ago
  41. 9138b4e Pull out conversion on LHS of -> and . into its own function. This happens by Richard Smith · 13 years ago
  42. d488b3a Eliminate a hang while loading a sequence of redeclarable entities. In by Douglas Gregor · 13 years ago
  43. 3ab057f Disable on Windows, for real. by Douglas Gregor · 13 years ago
  44. 3bfb571 Compute the promoted integer type of fixed-width enums correctly. Found by inspection. by Eli Friedman · 13 years ago
  45. 68a2dc4 Correctly perform integral promotions on wchar_t/char16_t/char32_t in C++. <rdar://problem/10309088>. by Eli Friedman · 13 years ago
  46. f1f6d85 Fix crash due to missing array-to-pointer decay when instantiating an unresolved by Richard Smith · 13 years ago
  47. 601d2ee UnresolvedMemberExprs need lvalue-to-rvalue conversions during template by Richard Smith · 13 years ago
  48. fd08009 Turn off delayed template parsing for this test by Douglas Gregor · 13 years ago
  49. 6a93bd5 [analyzer] Remove getEngine() form CheckerContext by Anna Zaks · 13 years ago
  50. 063e088 [analyzer] Simplify CheckerContext by Anna Zaks · 13 years ago
  51. 2e9264a [analyzer] Remove unused headers. by Anna Zaks · 13 years ago
  52. f236b65 [analyzer] Make branch for condition callback use CheckerContext by Anna Zaks · 13 years ago
  53. af498a2 [analyze] Convert EndOfPath callback to use CheckerContext by Anna Zaks · 13 years ago
  54. 7fe3878 Handle redundant 'typename' on base class specifications. by David Blaikie · 13 years ago
  55. 152aa4b Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug's feedback. by David Blaikie · 13 years ago
  56. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  57. edae1a2 Initialize the BaseLoc for decltype base type specifications. by David Blaikie · 13 years ago
  58. 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
  59. 09048df Support the use of decltype for specifying base types. Fixes PR11216. by David Blaikie · 13 years ago
  60. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  61. 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
  62. 8628862 Pull the pseudo-object stuff into its own file. by John McCall · 13 years ago
  63. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  64. e88c451 Allow the -fno-operator-names option to be passed down to the rest by Eric Christopher · 13 years ago
  65. a01c711 Don't forget the lvalue-to-rvalue conversion on the LHS when instantiating a by Richard Smith · 13 years ago
  66. 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
  67. 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
  68. 5c27ee0 Undo unnecessary change by Douglas Gregor · 13 years ago
  69. 65019ac Check for unexpanded parameter packs in the name that guards a by Douglas Gregor · 13 years ago
  70. 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
  71. c2c1144 Make the -Wc++11-compat warnings ignored by default, so we don't break by Douglas Gregor · 13 years ago
  72. ba0513d Implement support for dependent Microsoft __if_exists/__if_not_exists by Douglas Gregor · 13 years ago
  73. f11e923 Tidy up testcase from r142890, spotted by Chandler. by Richard Smith · 13 years ago
  74. 94d881f Remove another Blackfin test. by Dan Gohman · 13 years ago
  75. 97f9fe0 Don't forget the lvalue-to-rvalue conversion on the LHS of an -> when rebuilding by Richard Smith · 13 years ago
  76. f226ff9 [PCH] When visiting preprocessed entities, make it possible to avoid deserializing by Argyrios Kyrtzidis · 13 years ago
  77. 82ccbe7 Use assert(0) instead of duplicating the check, suggestion by Anna. by Argyrios Kyrtzidis · 13 years ago
  78. 58f6f1e Add source-level dominators analysis. Patch by Guoping Long! by Ted Kremenek · 13 years ago
  79. 98326ed Clean up, as suggested by John. by Richard Smith · 13 years ago
  80. 1592c6c Remove more SystemZ (s390) tests. by Dan Gohman · 13 years ago
  81. 78cf13d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  82. 0986eb5 Remove the SystemZ backend. by Dan Gohman · 13 years ago
  83. 4142251 Do not drop type qualifiers in -flimit-debug-info mode. by Devang Patel · 13 years ago
  84. 436c889 Revert r142844, it broke selfhost. The problem appears to be a missing by Richard Smith · 13 years ago
  85. 0583014 Add explanatory comments for ICE checking in C99 mode. by Richard Smith · 13 years ago
  86. 3896fc5 Rework Microsoft __if_exists/__if_not_exists parsing and semantic by Douglas Gregor · 13 years ago
  87. b000459 Don't try to emit CK_LValueBitCast casts as constants. PR9558. by Eli Friedman · 13 years ago
  88. 3eafbb8 When we perform a lookup for a dependent name that is a member of an by Douglas Gregor · 13 years ago
  89. aa0aeb1 [analyzer] Node builders cleanup + comments by Anna Zaks · 13 years ago
  90. cca79db [analyzer] Remove the old StmtNodeBuilder. by Anna Zaks · 13 years ago
  91. 056c4b4 [analyzer] Completely remove the global Builder object. by Anna Zaks · 13 years ago
  92. f185cc1 [analyzer] Remove more dependencies from global Builder by Anna Zaks · 13 years ago
  93. 41bf4f3 Constant expression evaluation: evaluate lvalues as lvalues, and rvalues as by Richard Smith · 13 years ago
  94. 9875c60 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 13 years ago
  95. 8327fad Constant expression evaluation: factor out handling of ignored values. by Richard Smith · 13 years ago
  96. 32cb471 In accordance with the C89, C99 and C++98 standards, ICEs can only contain by Richard Smith · 13 years ago
  97. ebae6d0 [analyzer] Convert ExprEngine::visit() to use short lived builders. by Anna Zaks · 13 years ago
  98. d231d01 [analyzer] Convert VisitDeclStmt to use local node builder. by Anna Zaks · 13 years ago
  99. 6b6152b [analyzer] Convert more functions (ex:evalBind()) to iterative builders by Anna Zaks · 13 years ago
  100. 8ad8c54 [analyzer] Convert VisitUnaryOperator to use short lived Node builders by Anna Zaks · 13 years ago