1. cd7c920 scan-build/ccc-analyzer now also report clang parser failures. by Ted Kremenek · 16 years ago
  2. e224780 Make TargetInfo::DescriptionString const (avoid compiler warnings) by Daniel Dunbar · 16 years ago
  3. f77c51d Add svn:ignore on lib/Driver/Release-Asserts by Daniel Dunbar · 16 years ago
  4. 8e547ac Change test/Makefile to automatically test all subdirs. by Daniel Dunbar · 16 years ago
  5. b15efed Fix test case RUN: line (thanks Argiris) by Daniel Dunbar · 16 years ago
  6. ebd8f0f Allow targets to override description string. by Sanjiv Gupta · 16 years ago
  7. 85bd81e Type::isIntegerType() returns true for types between Bool and LongLong. by Argiris Kirtzidis · 16 years ago
  8. ead053a various updates to match r54873 on mainline. by Chris Lattner · 16 years ago
  9. 03074ed printing with an unspecified dest means to print to stdout. by Chris Lattner · 16 years ago
  10. cb7f180 don't delete a variable on the stack by Chris Lattner · 16 years ago
  11. 1be9690 simplify this code a bit more. by Chris Lattner · 16 years ago
  12. 9178120 Migrate the retain/release checker to not manage the RefBindings::Factory object by Ted Kremenek · 16 years ago
  13. 2149422 remove global variables for output stream. by Chris Lattner · 16 years ago
  14. 80fcbb9 Migrate GRState::ConstEqTy (map used from tracking constants for symbols) to use the generic data map instead. by Ted Kremenek · 16 years ago
  15. 67ff8b9 Added GRStateTrait.h, which includes boilerplate code for creating specializations of GRStateTrait<>. by Ted Kremenek · 16 years ago
  16. 93b4f30 by Chris Lattner · 16 years ago
  17. efd9994 honor EscapeSpaces in 2nd overload of EscapeText() by Nico Weber · 16 years ago
  18. 541f6bb Move the C++ Sema tests into a separate SemaCXX directory. by Argiris Kirtzidis · 16 years ago
  19. 95de23a Move the type checking that Sema::ActOnCastExpr does into a new Sema::CheckCastTypes function so that it can be reused. by Argiris Kirtzidis · 16 years ago
  20. 83dce11 Put (argument)-expression-list parsing in a separate function so that it can be re-used. by Argiris Kirtzidis · 16 years ago
  21. 4963ee4 C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces. by Argiris Kirtzidis · 16 years ago
  22. 8f8a52a Move handling of postfix-expression suffixes out of ParseCXXThis and into ParseCastExpression. by Argiris Kirtzidis · 16 years ago
  23. 5e94eea It's spelt "uninitialized". by Nick Lewycky · 16 years ago
  24. 43c6fdc add missing class declaration by Nico Weber · 16 years ago
  25. 4d92394 Set the SourceRange ending of DeclSpec, when Parser::ParseTypeofSpecifier finishes. by Argiris Kirtzidis · 16 years ago
  26. 9375504 Declarator class considers DeclSpec as immutable; Declarator::getMutableDeclSpec should be used rarely and with care. by Argiris Kirtzidis · 16 years ago
  27. ace3329 Add NeXT runtime support for generating methods. by Daniel Dunbar · 16 years ago
  28. b5fda0c Add CodeGen support for AddrLabelExpr in initializers. by Daniel Dunbar · 16 years ago
  29. 9503b78 Change WarnUnsupported to ErrorUnsupported (in name and in practice). by Daniel Dunbar · 16 years ago
  30. b0f2b9e GRState: by Ted Kremenek · 16 years ago
  31. f3d8263 Enhance null-dereference checker test. by Ted Kremenek · 16 years ago
  32. 434627a Change ObjCRuntime::LookupClass -> GetClass, and now takes the by Daniel Dunbar · 16 years ago
  33. fb8e934 Update Expr::{getIntegerConstantExprValue, isIntegerConstantExpr} to by Daniel Dunbar · 16 years ago
  34. 27250d3 Clean up CodeGenModule interface. by Daniel Dunbar · 16 years ago
  35. 2322008 Ident class tree in DeclBase properly. by Daniel Dunbar · 16 years ago
  36. ac93e47 Change CGObjCRuntime methods to take appropriate clang Decls. by Daniel Dunbar · 16 years ago
  37. b427822 Infinite loops considered harmful. - Thanks Thomas by Daniel Dunbar · 16 years ago
  38. 4914296 Updated latest checker build. by Ted Kremenek · 16 years ago
  39. 89c3498 Default initialize only pointers and integer types (for now). by Ted Kremenek · 16 years ago
  40. 4837ae7 Change Parser & Sema to use interned "super" for comparions. by Daniel Dunbar · 16 years ago
  41. 4ae925c Migrated retain/release checker to use the Generic Data Map in GRState (instead by Ted Kremenek · 16 years ago
  42. 0338529 Fix ASTContext::getObjCEncodingForType() to limit the type info for structure bodies (mimics gcc's adhoc rules). by Steve Naroff · 16 years ago
  43. 61000b1 Make diagnostics relating to the callee hilight just the callee by Chris Lattner · 16 years ago
  44. 8fb620a Fix typo. by Ted Kremenek · 16 years ago
  45. 7cbcbf4 Update some isIntegerConstantExpr uses to use by Daniel Dunbar · 16 years ago
  46. 917ed41 make sure the size of constant arrays is respected by Nuno Lopes · 16 years ago
  47. 31fe9c3 Add GetAddrOfConstantCString method by Daniel Dunbar · 16 years ago
  48. bccfbcc Renamed GRState::CheckerStatePrinter to GRState::Printer. by Ted Kremenek · 16 years ago
  49. 1f964f8 Update Xcode project. by Ted Kremenek · 16 years ago
  50. e5ed0be Update Xcode project. by Ted Kremenek · 16 years ago
  51. 9a9e521 Sema::ActOnStartProtocolInterface(): Make sure the protocol decl has a valid start location. by Steve Naroff · 16 years ago
  52. 0894a93 Update VS project file. by Ted Kremenek · 16 years ago
  53. a8942d2 Rename ValueState.h -> GRState.h Rename ValueState.cpp -> GRState.cpp by Ted Kremenek · 16 years ago
  54. abd89ac Rename ValueState -> GRState. Rename ValueStateManager -> GRStateManager. by Ted Kremenek · 16 years ago
  55. 40139c0 Updated latest checker build. by Ted Kremenek · 16 years ago
  56. 41508c1 Added test case. by Ted Kremenek · 16 years ago
  57. 6036de6 Initialize tracked local variables to undefined. by Ted Kremenek · 16 years ago
  58. cffcdac Implement Obj-C protocol metadata generation for NeXT. by Daniel Dunbar · 16 years ago
  59. 6f25b01 Fix memory leak found by Sam Bishop: delete WList in the dstor of GRCoreEngineImpl. by Ted Kremenek · 16 years ago
  60. 84bb85f Change ObjCRuntime GenerateProtocol[Ref] methods to take by Daniel Dunbar · 16 years ago
  61. c5bd49c Added GenericDataMap as a component of ValueState. by Ted Kremenek · 16 years ago
  62. 24ab963 Update VS project files. by Ted Kremenek · 16 years ago
  63. 9449ca9 More cleanups. Add missing #include. by Ted Kremenek · 16 years ago
  64. 45642a4 More summary generation refactoring. by Ted Kremenek · 16 years ago
  65. 3d6ddbb Add variadic addInstMethSummary() and refactored addPanicSummary() to use this method. (code reduction). by Ted Kremenek · 16 years ago
  66. b0e1438 Update Xcode project. by Ted Kremenek · 16 years ago
  67. b8fe21b Emit OBJC_MODULE_INFO and OBJC_SYMBOLS metadata by Daniel Dunbar · 16 years ago
  68. d7a2520 Drop Sender from GenerateMessageSend* by Daniel Dunbar · 16 years ago
  69. 6fa3daf Drop Sender from GenerateMessageSend* by Daniel Dunbar · 16 years ago
  70. fa45624 Protocol related tweaks by Daniel Dunbar · 16 years ago
  71. a5a0cdb Add @selector(...) codegen support. by Daniel Dunbar · 16 years ago
  72. 5eec614 Add NeXT support for (simple) message sends. by Daniel Dunbar · 16 years ago
  73. f870d8d Unbreak clang install. by Mike Stump · 16 years ago
  74. 428e676 Move some ObjC preprocessor definitions into by Daniel Dunbar · 16 years ago
  75. daf4ad4 Add ObjC constant string support for NeXT. by Daniel Dunbar · 16 years ago
  76. 5f98285 Fix compilation warning with help from David Chisnall. by Mike Stump · 16 years ago
  77. 529d5bf remove obsolete comment. by Chris Lattner · 16 years ago
  78. 1be1df3 Add LangOptions::NeXTRuntime. by Daniel Dunbar · 16 years ago
  79. e9bcc5c Add test case for -fexceptions by Daniel Dunbar · 16 years ago
  80. fc69bde Change CodeGenModule to only create ObjC runtime for ObjC files by Daniel Dunbar · 16 years ago
  81. 91692d9 Add -fexceptions to Driver by Daniel Dunbar · 16 years ago
  82. fd2ff6c Update for IRBuilder template change (update LLVM!) by Daniel Dunbar · 16 years ago
  83. e0ad215 More #include cleaning by Daniel Dunbar · 16 years ago
  84. 64789f8 More #include cleaning by Daniel Dunbar · 16 years ago
  85. eee5cd1 More #include cleaning - Remove internal uses of AST.h by Daniel Dunbar · 16 years ago
  86. de30073 More #include cleaning by Daniel Dunbar · 16 years ago
  87. cc7b160 More #include cleaning by Daniel Dunbar · 16 years ago
  88. 8d03cbe Minor #include cleaning by Daniel Dunbar · 16 years ago
  89. 8c85fac Add dummy Mac Objective-C runtime interface. by Daniel Dunbar · 16 years ago
  90. ddf07e5 fix linking with .so files specified in cmd line (this fixes some libtool usages) by Nuno Lopes · 16 years ago
  91. 708ada4 pass -R arg to linker by Nuno Lopes · 16 years ago
  92. 3c670e1 Back out r54608 (inline string literals were getting an extra '\0') by Daniel Dunbar · 16 years ago
  93. d2a6ac9 * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  94. 929832c Forgot to modify LAST_EXPR (thanks Nuno). by Steve Naroff · 16 years ago
  95. 93eea80 Do not crash with -serialize. by Nico Weber · 16 years ago
  96. 0ccfaa4 Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). by Steve Naroff · 16 years ago
  97. 298d622 Add svn:ignore properties for Release-Asserts dirs by Daniel Dunbar · 16 years ago
  98. 47968a9 Remove the old evaluator code. by Anders Carlsson · 16 years ago
  99. ff5b3a8 InitListChecker::CheckListElementTypes(): Check for function types and issue an appropriate diagnostic. by Steve Naroff · 16 years ago
  100. d580209 Cleanup from yesterday...make isTentativeDefinition() a static helper function (no need for it to be part of the Sema API). by Steve Naroff · 16 years ago