1. 67ff8b9 Added GRStateTrait.h, which includes boilerplate code for creating specializations of GRStateTrait<>. by Ted Kremenek · 16 years ago
  2. 93b4f30 by Chris Lattner · 16 years ago
  3. efd9994 honor EscapeSpaces in 2nd overload of EscapeText() by Nico Weber · 16 years ago
  4. 541f6bb Move the C++ Sema tests into a separate SemaCXX directory. by Argiris Kirtzidis · 16 years ago
  5. 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
  6. 83dce11 Put (argument)-expression-list parsing in a separate function so that it can be re-used. by Argiris Kirtzidis · 16 years ago
  7. 4963ee4 C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces. by Argiris Kirtzidis · 16 years ago
  8. 8f8a52a Move handling of postfix-expression suffixes out of ParseCXXThis and into ParseCastExpression. by Argiris Kirtzidis · 16 years ago
  9. 5e94eea It's spelt "uninitialized". by Nick Lewycky · 16 years ago
  10. 43c6fdc add missing class declaration by Nico Weber · 16 years ago
  11. 4d92394 Set the SourceRange ending of DeclSpec, when Parser::ParseTypeofSpecifier finishes. by Argiris Kirtzidis · 16 years ago
  12. 9375504 Declarator class considers DeclSpec as immutable; Declarator::getMutableDeclSpec should be used rarely and with care. by Argiris Kirtzidis · 16 years ago
  13. ace3329 Add NeXT runtime support for generating methods. by Daniel Dunbar · 16 years ago
  14. b5fda0c Add CodeGen support for AddrLabelExpr in initializers. by Daniel Dunbar · 16 years ago
  15. 9503b78 Change WarnUnsupported to ErrorUnsupported (in name and in practice). by Daniel Dunbar · 16 years ago
  16. b0f2b9e GRState: by Ted Kremenek · 16 years ago
  17. f3d8263 Enhance null-dereference checker test. by Ted Kremenek · 16 years ago
  18. 434627a Change ObjCRuntime::LookupClass -> GetClass, and now takes the by Daniel Dunbar · 16 years ago
  19. fb8e934 Update Expr::{getIntegerConstantExprValue, isIntegerConstantExpr} to by Daniel Dunbar · 16 years ago
  20. 27250d3 Clean up CodeGenModule interface. by Daniel Dunbar · 16 years ago
  21. 2322008 Ident class tree in DeclBase properly. by Daniel Dunbar · 16 years ago
  22. ac93e47 Change CGObjCRuntime methods to take appropriate clang Decls. by Daniel Dunbar · 16 years ago
  23. b427822 Infinite loops considered harmful. - Thanks Thomas by Daniel Dunbar · 16 years ago
  24. 4914296 Updated latest checker build. by Ted Kremenek · 16 years ago
  25. 89c3498 Default initialize only pointers and integer types (for now). by Ted Kremenek · 16 years ago
  26. 4837ae7 Change Parser & Sema to use interned "super" for comparions. by Daniel Dunbar · 16 years ago
  27. 4ae925c Migrated retain/release checker to use the Generic Data Map in GRState (instead by Ted Kremenek · 16 years ago
  28. 0338529 Fix ASTContext::getObjCEncodingForType() to limit the type info for structure bodies (mimics gcc's adhoc rules). by Steve Naroff · 16 years ago
  29. 61000b1 Make diagnostics relating to the callee hilight just the callee by Chris Lattner · 16 years ago
  30. 8fb620a Fix typo. by Ted Kremenek · 16 years ago
  31. 7cbcbf4 Update some isIntegerConstantExpr uses to use by Daniel Dunbar · 16 years ago
  32. 917ed41 make sure the size of constant arrays is respected by Nuno Lopes · 16 years ago
  33. 31fe9c3 Add GetAddrOfConstantCString method by Daniel Dunbar · 16 years ago
  34. bccfbcc Renamed GRState::CheckerStatePrinter to GRState::Printer. by Ted Kremenek · 16 years ago
  35. 1f964f8 Update Xcode project. by Ted Kremenek · 16 years ago
  36. e5ed0be Update Xcode project. by Ted Kremenek · 16 years ago
  37. 9a9e521 Sema::ActOnStartProtocolInterface(): Make sure the protocol decl has a valid start location. by Steve Naroff · 16 years ago
  38. 0894a93 Update VS project file. by Ted Kremenek · 16 years ago
  39. a8942d2 Rename ValueState.h -> GRState.h Rename ValueState.cpp -> GRState.cpp by Ted Kremenek · 16 years ago
  40. abd89ac Rename ValueState -> GRState. Rename ValueStateManager -> GRStateManager. by Ted Kremenek · 16 years ago
  41. 40139c0 Updated latest checker build. by Ted Kremenek · 16 years ago
  42. 41508c1 Added test case. by Ted Kremenek · 16 years ago
  43. 6036de6 Initialize tracked local variables to undefined. by Ted Kremenek · 16 years ago
  44. cffcdac Implement Obj-C protocol metadata generation for NeXT. by Daniel Dunbar · 16 years ago
  45. 6f25b01 Fix memory leak found by Sam Bishop: delete WList in the dstor of GRCoreEngineImpl. by Ted Kremenek · 16 years ago
  46. 84bb85f Change ObjCRuntime GenerateProtocol[Ref] methods to take by Daniel Dunbar · 16 years ago
  47. c5bd49c Added GenericDataMap as a component of ValueState. by Ted Kremenek · 16 years ago
  48. 24ab963 Update VS project files. by Ted Kremenek · 16 years ago
  49. 9449ca9 More cleanups. Add missing #include. by Ted Kremenek · 16 years ago
  50. 45642a4 More summary generation refactoring. by Ted Kremenek · 16 years ago
  51. 3d6ddbb Add variadic addInstMethSummary() and refactored addPanicSummary() to use this method. (code reduction). by Ted Kremenek · 16 years ago
  52. b0e1438 Update Xcode project. by Ted Kremenek · 16 years ago
  53. b8fe21b Emit OBJC_MODULE_INFO and OBJC_SYMBOLS metadata by Daniel Dunbar · 16 years ago
  54. d7a2520 Drop Sender from GenerateMessageSend* by Daniel Dunbar · 16 years ago
  55. 6fa3daf Drop Sender from GenerateMessageSend* by Daniel Dunbar · 16 years ago
  56. fa45624 Protocol related tweaks by Daniel Dunbar · 16 years ago
  57. a5a0cdb Add @selector(...) codegen support. by Daniel Dunbar · 16 years ago
  58. 5eec614 Add NeXT support for (simple) message sends. by Daniel Dunbar · 16 years ago
  59. f870d8d Unbreak clang install. by Mike Stump · 16 years ago
  60. 428e676 Move some ObjC preprocessor definitions into by Daniel Dunbar · 16 years ago
  61. daf4ad4 Add ObjC constant string support for NeXT. by Daniel Dunbar · 16 years ago
  62. 5f98285 Fix compilation warning with help from David Chisnall. by Mike Stump · 16 years ago
  63. 529d5bf remove obsolete comment. by Chris Lattner · 16 years ago
  64. 1be1df3 Add LangOptions::NeXTRuntime. by Daniel Dunbar · 16 years ago
  65. e9bcc5c Add test case for -fexceptions by Daniel Dunbar · 16 years ago
  66. fc69bde Change CodeGenModule to only create ObjC runtime for ObjC files by Daniel Dunbar · 16 years ago
  67. 91692d9 Add -fexceptions to Driver by Daniel Dunbar · 16 years ago
  68. fd2ff6c Update for IRBuilder template change (update LLVM!) by Daniel Dunbar · 16 years ago
  69. e0ad215 More #include cleaning by Daniel Dunbar · 16 years ago
  70. 64789f8 More #include cleaning by Daniel Dunbar · 16 years ago
  71. eee5cd1 More #include cleaning - Remove internal uses of AST.h by Daniel Dunbar · 16 years ago
  72. de30073 More #include cleaning by Daniel Dunbar · 16 years ago
  73. cc7b160 More #include cleaning by Daniel Dunbar · 16 years ago
  74. 8d03cbe Minor #include cleaning by Daniel Dunbar · 16 years ago
  75. 8c85fac Add dummy Mac Objective-C runtime interface. by Daniel Dunbar · 16 years ago
  76. ddf07e5 fix linking with .so files specified in cmd line (this fixes some libtool usages) by Nuno Lopes · 16 years ago
  77. 708ada4 pass -R arg to linker by Nuno Lopes · 16 years ago
  78. 3c670e1 Back out r54608 (inline string literals were getting an extra '\0') by Daniel Dunbar · 16 years ago
  79. d2a6ac9 * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  80. 929832c Forgot to modify LAST_EXPR (thanks Nuno). by Steve Naroff · 16 years ago
  81. 93eea80 Do not crash with -serialize. by Nico Weber · 16 years ago
  82. 0ccfaa4 Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). by Steve Naroff · 16 years ago
  83. 298d622 Add svn:ignore properties for Release-Asserts dirs by Daniel Dunbar · 16 years ago
  84. 47968a9 Remove the old evaluator code. by Anders Carlsson · 16 years ago
  85. ff5b3a8 InitListChecker::CheckListElementTypes(): Check for function types and issue an appropriate diagnostic. by Steve Naroff · 16 years ago
  86. 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
  87. 4b6bd3c Sema::CheckForFileScopedRedefinitions(): Make sure tentative decls of incomplete array types are completed (and diagnosed properly). by Steve Naroff · 16 years ago
  88. f55b110 Allow the preprocessor to cache the lexed tokens, so that we can do efficient lookahead and backtracking. by Argiris Kirtzidis · 16 years ago
  89. 8324cb6 Fix crash during initialization of a bitfield which followed a zero by Daniel Dunbar · 16 years ago
  90. 4e596cf Update ShuffeVectorExpr::getShuffleMaskIdx to use getIntegerConstantExprValue. by Daniel Dunbar · 16 years ago
  91. 84985f8 Bug fix, inline string literals were getting an extra '\0'. by Daniel Dunbar · 16 years ago
  92. 941c010 tighten up some code and some wording on diagnostics. by Chris Lattner · 16 years ago
  93. 1543ae9 wrap some long diagnostics, make 'initializer is not a constant' diagnostic by Chris Lattner · 16 years ago
  94. 6990929 rename PreDefinedExpr -> PredefinedExpr by Chris Lattner · 16 years ago
  95. aefcabd Add some C++ Decl statistics. by Argiris Kirtzidis · 16 years ago
  96. 171a463 Make sure to count the struct elements correctly; here, we want the by Eli Friedman · 16 years ago
  97. dd2b9af Fix for PR2631; make va_arg work correctly on x86-64. by Eli Friedman · 16 years ago
  98. 91e5f89 80 cols by Nico Weber · 16 years ago
  99. 3d3b18f Remove the ICE pointer cast hack; the issue this was working around is by Eli Friedman · 16 years ago
  100. b198791 Turn on the new constant expression evaluator; it isn't by Eli Friedman · 16 years ago