Age | Commit message (Expand) | Author |
2013-04-17 | [Modules] Use global index to improve typo correction performance | Argyrios Kyrtzidis |
2013-02-09 | Remove some stray uses of <ctype.h> functions. | Jordan Rose |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
2013-01-02 | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-11 | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-11 | Remove unneeded includes from IdentifierTable | Nico Weber |
2012-09-25 | Macro history (de-)serialization. Deserialization currently reads only the la... | Alexander Kornienko |
2012-09-05 | Allow disabling of wchar_t type. | Abramo Bagnara |
2012-08-10 | Add missing cctype includes. | Joerg Sonnenberger |
2012-07-24 | Change the way KEYNOMS is defined to be more comprehensible. | Francois Pichet |
2012-07-22 | char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a w... | Francois Pichet |
2012-06-15 | Documentation cleanup: escape @ in a Doxygen comment. | James Dennett |
2012-05-04 | Synchronize the representations of DeclarationName and Selector so | Douglas Gregor |
2012-03-11 | Fix typo in comment, 'langauge' -> 'language'. | Nick Lewycky |
2012-03-01 | Moving tagging of '__experimental_modules_import' IdentifierInfo out of | Ted Kremenek |
2012-03-01 | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
2012-01-03 | Re-uglify #public and #private to #__public_macro and #__private_macro. | Douglas Gregor |
2012-01-03 | Eliminate the uglified keyword __import_module__ for importing | Douglas Gregor |
2012-01-03 | Under -fmodules, accept #public <macroname> and #private <macroname> | Douglas Gregor |
2011-12-23 | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer |
2011-12-19 | objc-arc: bridge casts in non-objc-arc mode are ignord. | Fariborz Jahanian |
2011-10-27 | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor |
2011-10-17 | For modules, all macros that aren't include guards are implicitly | Douglas Gregor |
2011-10-11 | Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in | Richard Smith |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |
2011-09-01 | Modules hide macro definitions by default, so that silly things like | Douglas Gregor |
2011-08-28 | Warn on missing [super finalize] calls. | Nico Weber |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-05 | objc-arc: enforce performSelector rules in rejecting retaining selectors | Fariborz Jahanian |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-11 | Implement Objective-C Related Result Type semantics. | Douglas Gregor |
2011-04-18 | Add SelectorTable::getTotalMemory() to allow clients to query how much memory... | Ted Kremenek |
2011-04-15 | C1X: add a language standard | Peter Collingbourne |
2011-04-09 | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall |
2011-04-09 | refactor flags for TokenKinds.def | Dylan Noblesmith |
2011-03-02 | Move some of the logic about classifying Objective-C methods into | John McCall |
2011-02-18 | Selector::getIdentifierInfoForSlot() can return NULL values, a fact | Douglas Gregor |
2011-02-14 | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne |
2010-10-30 | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner |
2010-10-14 | When performing typo correction, look through the set of known | Douglas Gregor |
2010-10-13 | _Bool is not a keyword in C++. Fixes PR7388 and PR8349. | Douglas Gregor |
2010-09-03 | Add symantic support for the Pascal calling convention via | Dawn Perchik |
2010-08-18 | More PCH -> AST renaming. | Sebastian Redl |
2010-08-11 | -Make TokenID of IdentifierInfo read-only, remove setTokenID(). | Argyrios Kyrtzidis |
2010-07-30 | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl |