Age | Commit message (Expand) | Author |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |
2009-06-30 | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner |
2009-06-25 | OpenCL 1.0 Support: support "bool, true, false" tokens when compiling for OpenCL | Nate Begeman |
2009-06-08 | Misc minor fixes for clang for the Windows target. | Eli Friedman |
2009-05-27 | restrict is not a keyword in gnu89 mode. Change TokenKinds.def to | Eli Friedman |
2009-04-28 | Simplify the scheme used for keywords, and change the classification | Eli Friedman |
2009-04-08 | Add initial support for -imacros. Right now it has the same semantics as | Chris Lattner |
2009-02-18 | rip out __builtin_overload | Chris Lattner |
2009-01-06 | rename tok::annot_qualtypename -> tok::annot_typename, which is both | Chris Lattner |
2009-01-05 | PODness and Type Traits | Sebastian Redl |
2008-12-25 | Add parser support for __forceinline, __w64, __ptr64. | Steve Naroff |
2008-12-25 | Add parser support for __cdecl, __stdcall, and __fastcall. | Steve Naroff |
2008-12-24 | Add explicit "fuzzy" parse support for Microsoft declspec. | Steve Naroff |
2008-12-18 | Ultrasimplistic sketch for the parsing of C++ template-ids. This won't | Douglas Gregor |
2008-11-08 | Introduce annotation tokens, a special kind of token, created and used only b... | Argyrios Kyrtzidis |
2008-11-06 | Add the remaining C++0x keywords | Douglas Gregor |
2008-03-05 | Remove the first layer of support for "portability" warnings. This is | Chris Lattner |
2008-02-15 | Fix PR2041: restrict is not a keyword in c90. | Chris Lattner |
2008-02-11 | Move Microsoft __declspec hack from the parser to the preprocessor. Since we ... | Steve Naroff |
2008-02-07 | - Add support for fuzzy parsing line-oriented __asm's (yuck). | Steve Naroff |
2008-02-07 | Minor cleanup from yesterday's -fms-extension commit. Move __int* MS keywords... | Steve Naroff |
2008-02-07 | these aren't tokens. | Chris Lattner |
2008-02-07 | Implement -fms-extensions. This allows us to fuzzy parse non-standard MS cons... | Steve Naroff |
2008-01-17 | Implement basic overload support via a new builtin, __builtin_overload. | Nate Begeman |
2008-01-14 | _asm is another valid alias for asm. | Anders Carlsson |
2007-12-29 | remove attributions from .def files. | Chris Lattner |
2007-12-18 | Add __private_extern__ keyword and recognize it. Added a FIXME to indicate th... | Steve Naroff |
2007-11-15 | Break out bool/true/false support into a LangOption | Nate Begeman |
2007-10-07 | Remove the PPID bitfield from IdentifierInfo, shrinking it by a word | Chris Lattner |
2007-09-01 | Patch to parse @implementation prologue, method definitions, | Fariborz Jahanian |
2007-08-22 | Fix a misleading comment... | Steve Naroff |
2007-08-22 | Add support for parsing method prototypes (and other stuff required by @inter... | Steve Naroff |
2007-08-21 | Implement parsing for objc instance variables. | Steve Naroff |
2007-07-16 | Doug Gregor pointed out that _Complex actually isn't C++ at all. | Chris Lattner |
2007-07-16 | Add support for C++'0x keywords, patch by Doug Gregor | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |