1. b28d6de De-unionize fields in Token class. by Daniel Dunbar · 16 years ago
  2. ac2dda6 Added virtual method 'IndirectLex' to PTHLexer. This will likely get removed in the future when we correctly handle #include processing. by Ted Kremenek · 16 years ago
  3. 7062d9e Preprocessor::isCurrentLexer() now takes a PreprocessorLexer* argument to match against CurPPLexer instead of CurLexer. by Ted Kremenek · 16 years ago
  4. 92e62b0 Rename IdentifierInfo::isName to ::isStr. Use a nifty trick by Chris Lattner · 16 years ago
  5. 68e48e4 Preprocessor::getCurrentFileLexer() now returns a PreprocessorLexer* instead of by Ted Kremenek · 16 years ago
  6. 452e378 - Default initialize ParsingPreprocessorDirective, ParsingFilename, and by Ted Kremenek · 16 years ago
  7. 2682d8b More objc gc stuff. Read/Write barriers for local static/extern, by Fariborz Jahanian · 16 years ago
  8. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  9. 9f1384f Fix comment. by Ted Kremenek · 16 years ago
  10. 2f1c024 Add stub for PTHLexer::isNextPPTokenLParen(). by Ted Kremenek · 16 years ago
  11. e55f4ee Add version of 'getFileCharacteristic()' for FileIDs. by Ted Kremenek · 16 years ago
  12. 17ff58a When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine(). by Ted Kremenek · 16 years ago
  13. 41938c8 - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h. by Ted Kremenek · 16 years ago
  14. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  15. 487a75a Some tweaks suggested by Argiris by Douglas Gregor · 16 years ago
  16. 77407b8 Take care another assert: by Argyrios Kyrtzidis · 16 years ago
  17. 20bc676 Make the non-const DeclContext::getParent call the const version, instead of the other way around. by Argyrios Kyrtzidis · 16 years ago
  18. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  19. 5cb93b8 Fix <rdar://problem/6150376> [sema] crash on invalid message send. by Steve Naroff · 16 years ago
  20. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  21. 08b2c37 Fix this: by Argyrios Kyrtzidis · 16 years ago
  22. fad03b2 Remove Preprocessor::CacheTokens boolean data member. The same functionality can be provided by using Preprocessor::isBacktrackEnabled(). by Argyrios Kyrtzidis · 16 years ago
  23. eabf776 Add SymbolData for array elements and struct fields. by Zhongxing Xu · 16 years ago
  24. 845222c add a new helper method. It is unclear to me why this doesn't work, but GCC by Chris Lattner · 16 years ago
  25. 43b628c Allow sending IdentifierInfo*'s into Diagnostics without turning them into strings by Chris Lattner · 16 years ago
  26. 30bc965 add direct support for signed and unsigned integer arguments to diagnostics. by Chris Lattner · 16 years ago
  27. a03a5b5 switch TextDiagnosticPrinter to raw_ostream. by Chris Lattner · 16 years ago
  28. f4c8396 rewrite FormatDiagnostic to be less gross and a lot more efficient. by Chris Lattner · 16 years ago
  29. 73d2a1b implement a transparent optimization with the diagnostics stuff: by Chris Lattner · 16 years ago
  30. cfa9632 Address Sebastian and Doug's objections with taking pointers to temporaries. by Chris Lattner · 16 years ago
  31. 2df37b8 Revert 59574 (caused tests to fail). by Ted Kremenek · 16 years ago
  32. 0a36264 - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h. by Ted Kremenek · 16 years ago
  33. 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
  34. 95d1ba4 Allow diagnostics to be used in bool context, like: by Chris Lattner · 16 years ago
  35. 204b2fe Remove the last of the old-style Preprocessor::Diag methods. by Chris Lattner · 16 years ago
  36. aabb54e don't dereference a null pointer by Chris Lattner · 16 years ago
  37. 10c4262 As threatened previously: consolidate name lookup and the creation of by Douglas Gregor · 16 years ago
  38. e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
  39. db0e15a Fix 80-col violation. by Zhongxing Xu · 16 years ago
  40. 56b05c8 remove one more Preprocessor::Diag method. by Chris Lattner · 16 years ago
  41. 3692b09 Convert the lexer and start converting the PP over to using canonical Diag methods. by Chris Lattner · 16 years ago
  42. ef708fd remove the last couple obsolete forms of Parser::Diag. by Chris Lattner · 16 years ago
  43. 1ab3b96 Change a couple of the Parser::Diag methods to return DiagnosticInfo by Chris Lattner · 16 years ago
  44. d3b6465 The 'return Diag(...)' idiom should be treated as returning an by Chris Lattner · 16 years ago
  45. 520987f Give DiagnosticInfo a real copy constructor, even though it is destructive. by Chris Lattner · 16 years ago
  46. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  47. f812a45 SourceManager::getLineNumber is logically const except for caching. by Chris Lattner · 16 years ago
  48. 5917fe1 remove a helper method with only one call site. by Chris Lattner · 16 years ago
  49. 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  50. c5c8d7d cleanups. by Chris Lattner · 16 years ago
  51. f89963b Preprocessor::PushIncludeMacroStack() should always zero out CurPPLexer. by Ted Kremenek · 16 years ago
  52. 4b39108 - Add Lexer::isPragma() accessor for clients of Lexer that aren't friends. by Ted Kremenek · 16 years ago
  53. 858bb6f implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better. by Chris Lattner · 16 years ago
  54. f6452c5 Add hooks to use PTHLexer::Lex instead of Lexer::Lex when CurLexer is null. by Ted Kremenek · 16 years ago
  55. 9c1b750 - Add 'CurPPLexer' to Preprocessor to keep track of the current by Ted Kremenek · 16 years ago
  56. a11f42f Implement effects of 'mutable', and a few comments from Chris on its parsing. by Sebastian Redl · 16 years ago
  57. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
  58. 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
  59. ca354fa Implement rdar://6319320: give a good diagnostic for cases where people by Chris Lattner · 16 years ago
  60. 43c7bad Some cleanups for C++ operator overloading by Douglas Gregor · 16 years ago
  61. 1adbab6 Simplify error messages for two-parameter overloaded increment/decrement operators by Douglas Gregor · 16 years ago
  62. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  63. b8abbdc pad header out to 80 cols by Chris Lattner · 16 years ago
  64. ee79ca9 line up some columns, no functionality change. by Chris Lattner · 16 years ago
  65. 6ee7aa1 rename Expr::tryEvaluate to Expr::Evaluate. by Chris Lattner · 16 years ago
  66. 58ace88 Fix PR3075, __builtin_stdarg_start being misprototyped. This affects netbsd headers. by Chris Lattner · 16 years ago
  67. 64c34f1 add dump and print methods, add operator<< for APValue. by Chris Lattner · 16 years ago
  68. a9ab5d6 move some APValue methods out of line. by Chris Lattner · 16 years ago
  69. cb529b5 Enhance modularization: return a <state,loc> pair to let GRExprEngine modify the by Zhongxing Xu · 16 years ago
  70. dc0a25d Enhances SCA to process untyped region to typed region conversion. by Zhongxing Xu · 16 years ago
  71. 8bb87e8 Add isUnsigned option. by Zhongxing Xu · 16 years ago
  72. e04a5cb Implement FIXME in GRExprEngine::VisitUnaryOperator() to handle implicit conversions caused by the '!' operator. This required adding some logic to GRSimpleVals to reason about nonloc::LocAsInteger SVals. This code appears to work fine, but it should eventually be cleaned up. by Ted Kremenek · 16 years ago
  73. 90e72e4 Add handy method. by Zhongxing Xu · 16 years ago
  74. 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  75. 981aeb6 Remove Parser::isTokenUnqualifiedId, it's not getting used anywhere. by Argyrios Kyrtzidis · 16 years ago
  76. 06fb99f Second attempt at implementation transfer function support for ObjCForCollectionStmt. We now assume that the 'element' expression can be any lvalue. by Ted Kremenek · 16 years ago
  77. b460980 Add a new expression node, CXXOperatorCallExpr, which expresses a by Douglas Gregor · 16 years ago
  78. f2cad86 Don't require us to manually number the statements and expressions in StmtNodes.def. We don't need stable numbers yet, renumbering is a pain, and LAST_STMT had the wrong value anyway. by Douglas Gregor · 16 years ago
  79. 8d798c7 Rename header file. Update include files. by Ted Kremenek · 16 years ago
  80. 366982a Rename ExprDeclBitVector to BlkExprDeclBitVector, and store mappings from Stmt* to bit indices instead using Expr*. by Ted Kremenek · 16 years ago
  81. bf3af05 Some cleanup for the implementation of built-in operator by Douglas Gregor · 16 years ago
  82. caaa7df Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ownership semantics of these objects explicit within the Preprocessor and also tightens up the code (explicit deletes not needed). by Ted Kremenek · 16 years ago
  83. 82bd99f - Revert r59229 and r59232: AllocRegion should be immutable. by Ted Kremenek · 16 years ago
  84. 56af977 Change AllocaRegion to subclass TypedRegion. We need to know ElementRegion's by Zhongxing Xu · 16 years ago
  85. 7d7e672 Don't build identifiers for C++ constructors, destructors, or by Douglas Gregor · 16 years ago
  86. b7c3ca8 Fix compilation on 64-bit targets by Douglas Gregor · 16 years ago
  87. d6a2e7d Move some diagnostic handling to PreprocessorLexer. by Ted Kremenek · 16 years ago
  88. 2c71d0f Add virtual dtor to PreprocessorLexer. by Ted Kremenek · 16 years ago
  89. eb41c28 Add LexIncludeFilename. by Ted Kremenek · 16 years ago
  90. ab91b70 Move LexIncludeFilename from Lexer to PreprocessorLexer. by Ted Kremenek · 16 years ago
  91. 0deae4b Unbreak last commit. by Ted Kremenek · 16 years ago
  92. d038def Add Preprocessor::PushIncludeMacroStack() and Preprocessor::PopIncludeMacroStack(), two utility methods for manipulating the Preprocessor stack. These will be used to remove manually manipulation of IncludeMacroStack from the rest of the Preprocessor implementation. by Ted Kremenek · 16 years ago
  93. bfcb712 Update CFGStmtVisitor to recognize that ObjCForCollectionStmts are special block-level "expressions". by Ted Kremenek · 16 years ago
  94. b995d79 Slightly improve type hash by Douglas Gregor · 16 years ago
  95. 274b208 Add skeleton for PTH lexer. by Ted Kremenek · 16 years ago
  96. 0e977de Move pieces of Lexer that the Preprocessor mutates to a new base class 'PreprocessorLexer'. This will also be the base class of the new Preprocessed-Token-Header (PTH) lexer. No functionality change. by Ted Kremenek · 16 years ago
  97. 67027a7 Fix a FIXME by improving a diagnostic, add a testcase for PR3048 by Chris Lattner · 16 years ago
  98. 390e48b ObjCForCollectionStmts are block-level expressions. by Ted Kremenek · 16 years ago
  99. af33741 Add (preliminary) transfer function support for ObjCForCollectionStmt. Still need to flesh out some logic. by Ted Kremenek · 16 years ago
  100. b5abb42 Conjured symbols now bind to Stmt* instead of Expr*. by Ted Kremenek · 16 years ago