1. dd38485 Remove Preprocessor::CacheTokens boolean data member. The same functionality can be provided by using Preprocessor::isBacktrackEnabled(). by Argiris Kirtzidis · 16 years ago
  2. 9cbfc1f Use PushIncludeMacroStack() instead of manually manipulating the include stack. by Ted Kremenek · 16 years ago
  3. 0c93252 Introduce annotation tokens, a special kind of token, created and used only by the parser to replace a group of tokens with a single token encoding semantic information. by Argiris Kirtzidis · 16 years ago
  4. 1ad8ffb Line endings: CRLF -> LF by Argiris Kirtzidis · 16 years ago
  5. a586ce1 Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens. by Argiris Kirtzidis · 16 years ago
  6. ee66a27 Change line endings: CRLF -> LF by Argiris Kirtzidis · 16 years ago
  7. a9a0f4b Allow nested backtracks. by Argiris Kirtzidis · 16 years ago
  8. f55b110 Allow the preprocessor to cache the lexed tokens, so that we can do efficient lookahead and backtracking. by Argiris Kirtzidis · 16 years ago