Age | Commit message (Expand) | Author |
2009-10-30 | Re-arranged some internal functions for coming __has_include changes. | John Thompson |
2009-10-18 | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-13 | There is no need to value initialize this array. | Daniel Dunbar |
2009-05-25 | Fix a couple of bugs: | Chris Lattner |
2009-05-22 | In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to | Daniel Dunbar |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-04-21 | improve MacroInfo to track the source range of the macro definition, | Chris Lattner |
2009-04-21 | add a preprocessor callback function for #undef, patch by | Chris Lattner |
2009-04-19 | Fix PR4006, incorrect handling of __VA_ARGS__ when it was the first token | Chris Lattner |
2009-04-18 | more fun with line markers: the digit string is required to be interpreted | Chris Lattner |
2009-04-18 | second half of PR3940: #line requires simple digit sequence. | Chris Lattner |
2009-04-18 | enforce requirements imposed by C90 6.8 TC1, fixing PR3919. | Chris Lattner |
2009-04-18 | Fix PR3938 by taking into account C99 6.10p4. | Chris Lattner |
2009-04-17 | Fix two problems from PR3916, and one problem I noticed while hacking | Chris Lattner |
2009-04-17 | implement PR3940: #line numbers not fully checked | Chris Lattner |
2009-04-17 | #line is allowed to have macros that expand to nothing after them. | Chris Lattner |
2009-04-14 | Offer a fixit hint for our warning about tokens at the end of a directive: | Chris Lattner |
2009-04-14 | Fix the #import / #include_next "extra tokens at end of #foo directive" | Chris Lattner |
2009-04-13 | Fix assertion failure in PTH when tokens followed a closing #endif. | Daniel Dunbar |
2009-04-12 | add a ppcallback hook for macro definitions. | Chris Lattner |
2009-04-08 | finish the implementation of -imacros. The driver still needs to be hooked up. | Chris Lattner |
2009-04-08 | reject the #__include_macros directive unless it comes from the | Chris Lattner |
2009-04-08 | Add initial support for -imacros. Right now it has the same semantics as | Chris Lattner |
2009-03-27 | push line markers through -E mode. | Chris Lattner |
2009-03-18 | when preprocessing a .S file, unknown directives should just be passed through, | Chris Lattner |
2009-03-18 | This is not considered a preprocessor directive in .S files: | Chris Lattner |
2009-03-13 | use accessor instead of poking ivar directly | Chris Lattner |
2009-03-06 | #import is not considered an extension for ObjC. | Chris Lattner |
2009-02-20 | switch the macroinfo argument lists from being allocated off the heap | Chris Lattner |
2009-02-20 | detemplatify setArgumentList and some other cleanups. | Chris Lattner |
2009-02-20 | require the MAcroInfo objects are explcitly destroyed. | Chris Lattner |
2009-02-04 | Fix PR3464 by searching for headers from the predefines | Chris Lattner |
2009-02-04 | Implement handling of file entry/exit notifications from GNU | Chris Lattner |
2009-02-04 | propagate linemarker flags down into the the line table, currently | Chris Lattner |
2009-02-03 | stub out basic #line handling calls. | Chris Lattner |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-27 | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner |
2009-01-27 | Fix a bug that I noticed by inspection. | Chris Lattner |
2009-01-26 | remove my hacks that aggressively threw away multiple | Chris Lattner |
2009-01-26 | start plumbing together the line table information. So far we just | Chris Lattner |
2009-01-26 | add parsing and constraint enforcement for GNU line marker directives. | Chris Lattner |
2009-01-26 | a few minor cleanups | Chris Lattner |
2009-01-26 | parse and enforce required constraints on #line directives. Right now | Chris Lattner |
2009-01-26 | Eagerly resolve the spelling location of the tokens in a definition | Chris Lattner |
2009-01-19 | do not use SourceManager::getFileCharacteristic(FileID), it is not | Chris Lattner |
2009-01-17 | this massive patch introduces a simple new abstraction: it makes | Chris Lattner |
2009-01-16 | As a performance optimization, don't bother calling MacroInfo::isIdenticalTo | Chris Lattner |
2008-12-23 | PTH: | Ted Kremenek |
2008-12-15 | Preprocessor: Allocate MacroInfo objects using a BumpPtrAllocator instead usi... | Ted Kremenek |