| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support decltype in nested-name-specifiers. | David Blaikie | 2011-12-04 | 1 | -0/+1 |
* | Implement support for the __is_final type trait, to determine whether | Douglas Gregor | 2011-12-03 | 1 | -0/+2 |
* | Tighten up the conditions under which we consider ourselves to be | Douglas Gregor | 2011-11-07 | 1 | -2/+4 |
* | Correct the grammar for __builtin_astype. | Peter Collingbourne | 2011-11-05 | 1 | -1/+1 |
* | Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! | Douglas Gregor | 2011-10-19 | 1 | -0/+2 |
* | Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t', | Richard Smith | 2011-10-17 | 1 | -1/+6 |
* | Implement -Wc++98-compat warnings for the parser. | Richard Smith | 2011-10-15 | 1 | -4/+9 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+1 |
* | Introduce BalancedDelimiterTracker, to better track open/close | Douglas Gregor | 2011-10-12 | 1 | -48/+65 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
* | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -3/+3 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -1/+1 |
* | Support code-completion for C++ inline methods and ObjC buffering methods. | Argyrios Kyrtzidis | 2011-09-04 | 1 | -13/+15 |
* | Parsing of C++0x lambda expressions, from John Freeman with help from | Douglas Gregor | 2011-08-04 | 1 | -0/+10 |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -0/+6 |
* | Fix a stray instantiation comment in Parse. | Chandler Carruth | 2011-07-26 | 1 | -3/+3 |
* | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth | 2011-07-25 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -4/+4 |
* | Convert terminology in the Lexer from 'instantiate' and variants to | Chandler Carruth | 2011-07-14 | 1 | -1/+1 |
* | Add 'mutable' to the function declarator chunk, to be used when | Douglas Gregor | 2011-07-13 | 1 | -0/+1 |
* | Remove a no-op break after a return, and correct one of the most | Chandler Carruth | 2011-07-08 | 1 | -2/+2 |
* | Minor style cleanup. | Chandler Carruth | 2011-07-08 | 1 | -6/+9 |
* | Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexe... | Argyrios Kyrtzidis | 2011-07-07 | 1 | -2/+1 |
* | Make the Preprocessor more memory efficient and improve macro instantiation d... | Argyrios Kyrtzidis | 2011-07-07 | 1 | -1/+2 |
* | [ARC] When casting from a pointer to an objective-c object with known ownersh... | Argyrios Kyrtzidis | 2011-07-01 | 1 | -30/+47 |
* | -Remove Sema::ActOnCastOfParenListExpr and move most of its functionality to | Argyrios Kyrtzidis | 2011-07-01 | 1 | -1/+1 |
* | For code such as: | Richard Trieu | 2011-07-01 | 1 | -1/+0 |
* | Allow the fixit for missing ':' in the ?: ternary operator if it is pointing | Argyrios Kyrtzidis | 2011-06-24 | 1 | -2/+3 |
* | Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou... | Argyrios Kyrtzidis | 2011-06-22 | 1 | -4/+2 |
* | Only accept __bridge_retain in system headers, as Doug suggested. | John McCall | 2011-06-17 | 1 | -5/+17 |
* | As a hopefully temporary workaround for a header mistake, treat | John McCall | 2011-06-17 | 1 | -1/+2 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -2/+30 |
* | Correct the spelling of instantiation | David Majnemer | 2011-06-13 | 1 | -1/+1 |
* | Parse C++0x generalized initializers. | Sebastian Redl | 2011-06-05 | 1 | -6/+32 |
* | Add support for builtin astype: | Tanya Lattner | 2011-06-04 | 1 | -0/+30 |
* | Implement the __is_trivially_copyable type trait | Alexis Hunt | 2011-05-13 | 1 | -0/+4 |
* | Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d... | Francois Pichet | 2011-04-28 | 1 | -0/+1 |
* | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 1 | -0/+9 |
* | t/clang/type-traits | John Wiegley | 2011-04-27 | 1 | -0/+55 |
* | Introduce a new parser annotation token for primary expressions. When | Douglas Gregor | 2011-04-27 | 1 | -20/+12 |
* | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+8 |
* | Implement a new identifier-classification scheme where Sema | Douglas Gregor | 2011-04-24 | 1 | -8/+20 |
* | Add support for '__is_literal_type' spelling of the existing | Chandler Carruth | 2011-04-24 | 1 | -0/+1 |
* | Implement basic __is_trivial type-trait support, enough to close PR9472. | Chandler Carruth | 2011-04-23 | 1 | -0/+2 |
* | Sort the type traits in a few places where they weren't previously | Chandler Carruth | 2011-04-23 | 1 | -5/+5 |
* | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+98 |
* | Diagnose a missing ')' on what looks like a statement expression. | John McCall | 2011-04-06 | 1 | -1/+6 |
* | Insomniac refactoring: change how the parser allocates attributes so that | John McCall | 2011-03-24 | 1 | -10/+10 |
* | Make sure that we always pop a function's scope *before* we call | Douglas Gregor | 2011-03-16 | 1 | -0/+1 |
* | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -28/+41 |