| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re-uglify #public and #private to #__public_macro and #__private_macro. | Douglas Gregor | 2012-01-03 | 1 | -2/+4 |
* | Eliminate the uglified keyword __import_module__ for importing | Douglas Gregor | 2012-01-03 | 1 | -0/+1 |
* | Under -fmodules, accept #public <macroname> and #private <macroname> | Douglas Gregor | 2012-01-03 | 1 | -4/+3 |
* | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 2011-12-23 | 1 | -2/+2 |
* | objc-arc: bridge casts in non-objc-arc mode are ignord. | Fariborz Jahanian | 2011-12-19 | 1 | -1/+3 |
* | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor | 2011-10-27 | 1 | -0/+2 |
* | For modules, all macros that aren't include guards are implicitly | Douglas Gregor | 2011-10-17 | 1 | -0/+2 |
* | Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in | Richard Smith | 2011-10-11 | 1 | -7/+10 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -1/+1 |
* | Modules hide macro definitions by default, so that silly things like | Douglas Gregor | 2011-09-01 | 1 | -0/+1 |
* | Warn on missing [super finalize] calls. | Nico Weber | 2011-08-28 | 1 | -0/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -13/+13 |
* | objc-arc: enforce performSelector rules in rejecting retaining selectors | Fariborz Jahanian | 2011-07-05 | 1 | -0/+2 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -2/+5 |
* | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -0/+1 |
* | Add SelectorTable::getTotalMemory() to allow clients to query how much memory... | Ted Kremenek | 2011-04-18 | 1 | -0/+4 |
* | C1X: add a language standard | Peter Collingbourne | 2011-04-15 | 1 | -1/+3 |
* | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall | 2011-04-09 | 1 | -0/+5 |
* | refactor flags for TokenKinds.def | Dylan Noblesmith | 2011-04-09 | 1 | -12/+12 |
* | Move some of the logic about classifying Objective-C methods into | John McCall | 2011-03-02 | 1 | -0/+50 |
* | Selector::getIdentifierInfoForSlot() can return NULL values, a fact | Douglas Gregor | 2011-02-18 | 1 | -0/+5 |
* | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne | 2011-02-14 | 1 | -1/+3 |
* | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner | 2010-10-30 | 1 | -1/+1 |
* | When performing typo correction, look through the set of known | Douglas Gregor | 2010-10-14 | 1 | -0/+16 |
* | _Bool is not a keyword in C++. Fixes PR7388 and PR8349. | Douglas Gregor | 2010-10-13 | 1 | -2/+2 |
* | Add symantic support for the Pascal calling convention via | Dawn Perchik | 2010-09-03 | 1 | -1/+3 |
* | More PCH -> AST renaming. | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |
* | -Make TokenID of IdentifierInfo read-only, remove setTokenID(). | Argyrios Kyrtzidis | 2010-08-11 | 1 | -4/+3 |
* | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl | 2010-07-30 | 1 | -0/+1 |
* | don't make _Bool be a keyword in -fms-extensions mode, patch by | Chris Lattner | 2010-05-21 | 1 | -1/+3 |
* | Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not | Chandler Carruth | 2010-04-17 | 1 | -3/+3 |
* | Reintroduce r98340 and r98341 now without copy/paste errors. | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -14/+15 |
* | Back out r98340 abd r98341 | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -15/+14 |
* | Switch parameter order for consistency (no functionality change) | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -4/+4 |
* | Add keywords using StringRef | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -13/+14 |
* | First stage of adding AltiVec support | John Thompson | 2010-02-05 | 1 | -1/+3 |
* | Implement support for parsing dependent template-ids that refer to | Douglas Gregor | 2009-11-04 | 1 | -0/+14 |
* | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -3/+3 |
* | Avoid std::string thrashing in MultiKeywordSelector::getName(), and simplify. | Daniel Dunbar | 2009-10-17 | 1 | -19/+12 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -29/+29 |
* | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner | 2009-06-30 | 1 | -1/+1 |
* | OpenCL 1.0 Support: support "bool, true, false" tokens when compiling for OpenCL | Nate Begeman | 2009-06-25 | 1 | -1/+3 |
* | Simplify the scheme used for keywords, and change the classification | Eli Friedman | 2009-04-28 | 1 | -55/+29 |
* | Some fixes for PCH (de-)serialization of Objective-C AST nodes: | Douglas Gregor | 2009-04-26 | 1 | -2/+5 |
* | Lazily load the controlling macros for all of the headers known in the | Douglas Gregor | 2009-04-25 | 1 | -0/+2 |
* | Remove the serialization code that predates precompiled | Douglas Gregor | 2009-04-22 | 1 | -159/+0 |
* | Add initial support for -imacros. Right now it has the same semantics as | Chris Lattner | 2009-04-08 | 1 | -0/+2 |
* | Fix a little typo that was killing de-serialization | Douglas Gregor | 2009-04-03 | 1 | -1/+1 |
* | Selector: (changes made after discussing this more with Steve Naroff) | Ted Kremenek | 2009-03-07 | 1 | -1/+2 |
* | Handle null IdentifierInfo* in Selector::getAsString(). | Ted Kremenek | 2009-03-06 | 1 | -4/+6 |