Age | Commit message (Expand) | Author |
2008-11-12 | Add skeleton for PTH lexer. | Ted Kremenek |
2008-11-08 | Introduce annotation tokens, a special kind of token, created and used only b... | Argyrios Kyrtzidis |
2008-10-31 | Fixed build warning. No functionality change. | Sanjiv Gupta |
2008-10-31 | Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar | Sanjiv Gupta |
2008-10-28 | Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uniniti... | Ted Kremenek |
2008-10-27 | Rename Characteristic_t to CharacteristicKind | Chris Lattner |
2008-10-26 | CMake: Builds and installs clang binary and libs (no docs yet). It | Oscar Fuentes |
2008-10-16 | Speed up NumericLiteralParser::GetIntegerValue. | Daniel Dunbar |
2008-10-16 | Simplify overflow-on-add check in NumericLiteralParser::GetIntegerValue. | Daniel Dunbar |
2008-10-12 | Change FormTokenWithChars to take the token kind to form, since all clients | Chris Lattner |
2008-10-12 | When in keep whitespace mode, make sure to return block comments that are | Chris Lattner |
2008-10-12 | Change SkipBlockComment and SkipBCPLComment to return true when in | Chris Lattner |
2008-10-12 | Add a new mode to the lexer which enables it to return all characters, | Chris Lattner |
2008-10-12 | Stop the preprocessor from poking the lexer's private parts. | Chris Lattner |
2008-10-12 | Fix a couple more places that poke KeepCommentMode unnecesarily. | Chris Lattner |
2008-10-12 | add a new inKeepCommentMode() accessor to abstract the KeepCommentMode | Chris Lattner |
2008-10-12 | fix misleading comment. | Chris Lattner |
2008-10-12 | Simplify raw mode lexing by treating an unterminate /**/ comment the | Chris Lattner |
2008-10-12 | add a comment. | Chris Lattner |
2008-10-12 | Change how raw lexers are handled: instead of creating them and then | Chris Lattner |
2008-10-12 | silence some release-assert warnings. | Chris Lattner |
2008-10-12 | improve a comment. | Chris Lattner |
2008-10-06 | __CONSTANT_CFSTRINGS__ should be defined even in C mode, otherwise the CFSTR | Chris Lattner |
2008-10-05 | move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into | Chris Lattner |
2008-10-05 | suck the rest of the FP macros out of the targets into the PP | Chris Lattner |
2008-10-05 | start moving fp macros over | Chris Lattner |
2008-10-05 | move a bunch more integer sizing out of target-specific code into | Chris Lattner |
2008-10-05 | eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving | Chris Lattner |
2008-10-05 | gcc no longer defines __block to nothing when blocks aren't enabled. | Chris Lattner |
2008-10-05 | rearrange preprocessor macro definitions into language-specific | Chris Lattner |
2008-10-05 | Implement PR2773, support for __USER_LABEL_PREFIX__ | Chris Lattner |
2008-10-04 | Add Preprocessor::RemovePragmaHandler. | Daniel Dunbar |
2008-09-30 | Document assumptions that NumericLiteralParser makes with an assertion. | Chris Lattner |
2008-09-30 | define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. | Chris Lattner |
2008-09-30 | __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define | Chris Lattner |
2008-09-29 | Fix the root cause of PR2750 instead of the side effect. | Chris Lattner |
2008-09-29 | whitespace and comment changes, to fix grammar and 80 col violations | Nico Weber |
2008-09-26 | clean up a bunch of fixme's I added, by moving | Chris Lattner |
2008-09-26 | Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo | Chris Lattner |
2008-09-26 | Update clang to pretend to be gcc-4.2. | Daniel Dunbar |
2008-09-23 | Fix <rdar://problem/6240065> clang: __BLOCKS__ should be defined. | Steve Naroff |
2008-09-05 | Line endings: CRLF -> LF | Argyrios Kyrtzidis |
2008-09-02 | - Implement __block. | Steve Naroff |
2008-09-02 | Pull code from last commit. will put back soon. | Steve Naroff |
2008-09-02 | Implement block pseudo-storage class modifiers (__block, __byref). | Steve Naroff |
2008-09-02 | Fix for PR2750; don't check for an 'e' in the trash after the token. | Eli Friedman |
2008-08-24 | Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens. | Argyrios Kyrtzidis |
2008-08-23 | Add a safety check. | Argyrios Kyrtzidis |
2008-08-23 | Change line endings: CRLF -> LF | Argyrios Kyrtzidis |
2008-08-22 | Allow nested backtracks. | Argyrios Kyrtzidis |