1. 749e95e Fix crash on an @interface nested inside @implementation, rdar://10336158 by Argyrios Kyrtzidis · 13 years ago
  2. cab62f8 [analyzer] Add getLocationContext to CheckerContext by Anna Zaks · 13 years ago
  3. a21ca0e [analyzer] Remove EmitBasicReport form CheckerContext. by Anna Zaks · 13 years ago
  4. 23c5497 [analyzer] Rename generateNode -> addTransition in CheckerContext by Anna Zaks · 13 years ago
  5. 8bb2881 [analyzer] Remove forward declarations of GenericNodeBuilder by Anna Zaks · 13 years ago
  6. 2ce6450 [analyzer] GenericNodeBuilder -> NodeBuilder. by Anna Zaks · 13 years ago
  7. cda80f8 Pull out conversion on LHS of -> and . into its own function. This happens by Richard Smith · 13 years ago
  8. c23482b [analyzer] Remove getEngine() form CheckerContext by Anna Zaks · 13 years ago
  9. f5d6176 [analyzer] Simplify CheckerContext by Anna Zaks · 13 years ago
  10. 643f4d3 [analyzer] Remove unused headers. by Anna Zaks · 13 years ago
  11. a284a7a [analyzer] Make branch for condition callback use CheckerContext by Anna Zaks · 13 years ago
  12. 1f7571b [analyze] Convert EndOfPath callback to use CheckerContext by Anna Zaks · 13 years ago
  13. f299b1b Handle redundant 'typename' on base class specifications. by David Blaikie · 13 years ago
  14. fafbc37c Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug's feedback. by David Blaikie · 13 years ago
  15. e859fbf Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  16. 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
  17. 20afb0c Support the use of decltype for specifying base types. Fixes PR11216. by David Blaikie · 13 years ago
  18. 50e13c5 Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  19. 1374a27 Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  20. 01a666e Allow the -fno-operator-names option to be passed down to the rest by Eric Christopher · 13 years ago
  21. 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
  22. 6f03371 Check for unexpanded parameter packs in the name that guards a by Douglas Gregor · 13 years ago
  23. 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
  24. b80b6a9 Make the -Wc++11-compat warnings ignored by default, so we don't break by Douglas Gregor · 13 years ago
  25. 1db0028 Implement support for dependent Microsoft __if_exists/__if_not_exists by Douglas Gregor · 13 years ago
  26. a34fc03 [PCH] When visiting preprocessed entities, make it possible to avoid deserializing by Argyrios Kyrtzidis · 13 years ago
  27. 7c4629c Add source-level dominators analysis. Patch by Guoping Long! by Ted Kremenek · 13 years ago
  28. 53a12a2 Revert r142844, it broke selfhost. The problem appears to be a missing by Richard Smith · 13 years ago
  29. f438794 Rework Microsoft __if_exists/__if_not_exists parsing and semantic by Douglas Gregor · 13 years ago
  30. 0962ee5 [analyzer] Node builders cleanup + comments by Anna Zaks · 13 years ago
  31. 36075b9 [analyzer] Remove the old StmtNodeBuilder. by Anna Zaks · 13 years ago
  32. 300f753 [analyzer] Completely remove the global Builder object. by Anna Zaks · 13 years ago
  33. 892cc7f Constant expression evaluation: evaluate lvalues as lvalues, and rvalues as by Richard Smith · 13 years ago
  34. 2ecce33 [analyzer] Convert ExprEngine::visit() to use short lived builders. by Anna Zaks · 13 years ago
  35. e6c41f4 [analyzer] Convert VisitDeclStmt to use local node builder. by Anna Zaks · 13 years ago
  36. 05b1c89 [analyzer] Convert more functions (ex:evalBind()) to iterative builders by Anna Zaks · 13 years ago
  37. 93cda48 [analyzer] Convert VisitUnaryOperator to use short lived Node builders by Anna Zaks · 13 years ago
  38. 1d2c12e [analyzer] Use a temporary builder in CheckerContext. by Anna Zaks · 13 years ago
  39. 8689a00 [analyzer] Pass external Dst set to NodeBuilder by Anna Zaks · 13 years ago
  40. 60a4a25 [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. by Argyrios Kyrtzidis · 13 years ago
  41. 7ad3a4c Enable experimental support for objc_msgSend with GNUstep ObjC runtime. by David Chisnall · 13 years ago
  42. 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
  43. dcc71da Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. by Peter Collingbourne · 13 years ago
  44. 4bcccba Fix typo (C++1 -> C++11). by Peter Collingbourne · 13 years ago
  45. 3bd5a81 [analyzer] Remove LocationContext creation methods from AnalysisManager, and change clients to use AnalysisContext instead. by Ted Kremenek · 13 years ago
  46. 6eafffd Pack struct better. by Benjamin Kramer · 13 years ago
  47. 506d525 Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of TopologicallySortedCFG). by Ted Kremenek · 13 years ago
  48. 970c23b Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostOrderCFGView. by Ted Kremenek · 13 years ago
  49. 3c5cf58 [PCH] When serializing Stmts, keep track of when sub statements are referenced again and by Argyrios Kyrtzidis · 13 years ago
  50. 28bc9b0 Don't try to set the "array filler" in a InitListExpr twice. by Argyrios Kyrtzidis · 13 years ago
  51. cc82772 More ASTRecordLayout changes for MS ABI; based on patch by r4start. by Eli Friedman · 13 years ago
  52. 57d2b8a Thread safety analysis refactoring: invalid lock expressions. by DeLesley Hutchins · 13 years ago
  53. 371a4d9 Added documentation for the recently-added by Sean Callanan · 13 years ago
  54. 1aaa249 Treat the Microsoft/Borland keyword "__except" as a context-sensitive by Douglas Gregor · 13 years ago
  55. d20f023 I added a new function to DeclContext called by Sean Callanan · 13 years ago
  56. c8f2c40 Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is by Nick Lewycky · 13 years ago
  57. 1447542 Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD by Richard Smith · 13 years ago
  58. f777d4b 'extern template' is a C++11 feature. Add an Extension for C++98 (this matches by Richard Smith · 13 years ago
  59. f9c0daf There's no point in marking a declaration invalid just because it by Douglas Gregor · 13 years ago
  60. 6406f91 Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. by Ted Kremenek · 13 years ago
  61. 52441ce Add -Wc++98-compat warning for enumerations in nested name specifiers. by Richard Smith · 13 years ago
  62. 6d4eb70 Add a fixit to remove storage specifiers on anonymous enums. by David Blaikie · 13 years ago
  63. 365508c Fix all 80 col violations in include/clang/Basic, plus any trailing whitespace in the files I'm touching anyway. by David Blaikie · 13 years ago
  64. 4c4c2bb Improve the diagnostic when a comma ends up at the end of a declarator group by Richard Smith · 13 years ago
  65. 3da576c -Wc++98-compat: warn on nontrivial types used in unions and anonymous structs. by Richard Smith · 13 years ago
  66. 763ab67 -Wc++98-compat: diagnose if a reference is bound to a prvalue which does not by Richard Smith · 13 years ago
  67. f950134 Revert "Hard-code 2 constants to tolerate GCC 4.0.1 used by Xcode 3.0." by Shih-wei Liao · 13 years ago
  68. e21f6df Hard-code 2 constants to tolerate GCC 4.0.1 used by Xcode 3.0. by Shih-wei Liao · 13 years ago
  69. 8d91857 Revert "Revert "Don't crash when trying to emit too many fixits. Also, keep some constants in"" by Shih-wei Liao · 13 years ago
  70. e499e7f Revert "Don't crash when trying to emit too many fixits. Also, keep some constants in" by Shih-wei Liao · 13 years ago
  71. 00a92ab Merge with clang upstream Oct 20th 2011 (r142531) by Logan Chien · 13 years ago
  72. 18c9bd3 Fix the signatures of vfork, __sigsetjmp and sigsetjmp. by Rafael Espindola · 13 years ago
  73. 43f5103 Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! by Douglas Gregor · 13 years ago
  74. 53e5351 Add a -Wc++98-compat warning for friend functions of class templates which would by Richard Smith · 13 years ago
  75. 013e5ce Move static array parameter checks to SemaExpr, per Doug's request by Peter Collingbourne · 13 years ago
  76. 77faa36 -Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an access by Richard Smith · 13 years ago
  77. c9003c8 [analyzer] Move predecessor into the NodeBuilder context. by Anna Zaks · 13 years ago
  78. 4e82d3c [analyzer] Make NodeBuilder and Pred node loosely coupled by Anna Zaks · 13 years ago
  79. 3152b3c [analyzer] Remove StmtNodeBuilder from CheckerContext by Anna Zaks · 13 years ago
  80. 319a918 [analyzer] Subclassing StmtBuilder from the NodeBuilder by Anna Zaks · 13 years ago
  81. 67d9fba [analyzer] Remove dead code. ExprEngineBuilders is not used. by Anna Zaks · 13 years ago
  82. 9a1e3ab [analyzer] Remove redundant method + whitespace. by Anna Zaks · 13 years ago
  83. cd656ca [analyzer] Modularize builder use in processBranch. by Anna Zaks · 13 years ago
  84. ad62dee [analyzer] Pull Pred out of NodeBuilderContext. by Anna Zaks · 13 years ago
  85. 8c90aad [analyzer] Rely only on NodeBuilder inside CheckerContext. by Anna Zaks · 13 years ago
  86. d0b0806 [analyzer] Remove redundant assignment operator. by Anna Zaks · 13 years ago
  87. a19f4af [analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder. by Anna Zaks · 13 years ago
  88. f05aac8 [analyzer] Node Builder refactoring: Introduce a simple Node Builder responsible for generating the node frontier. by Anna Zaks · 13 years ago
  89. c705d25 [libclang] Make sure we do a correct invalid check in clang_getExpansionLocation. by Argyrios Kyrtzidis · 13 years ago
  90. 6b13022 -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2. by Richard Smith · 13 years ago
  91. 097f6b0 Remove unused data member by Douglas Gregor · 13 years ago
  92. e0a22d0 Macro metaprogramming for builtin types. by John McCall · 13 years ago
  93. ebaf0e6 -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1. by Richard Smith · 13 years ago
  94. 024f4be Frontend: Support -iframework. by Daniel Dunbar · 13 years ago
  95. 7a81e41 objc: diagnose invalid argument to an by Fariborz Jahanian · 13 years ago
  96. 341350e Make it possible to compute the type of 'this' without capturing by Douglas Gregor · 13 years ago
  97. aca19be [libclang] Index implicit property references. by Argyrios Kyrtzidis · 13 years ago
  98. a7da215 Suggest %zu for size_t args to printf. by Hans Wennborg · 13 years ago
  99. 2dc7ece Add -Wc++11-compat warning for an inline specifier on an explicit instantiation. by Richard Smith · 13 years ago
  100. 3e2e91e Refactor the checking for explicit template instantiations being performed in by Richard Smith · 13 years ago