| Commit message (Expand) | Author | Age | Files | Lines |
| * | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl | 2012-02-11 | 1 | -2/+2 |
| * | Make parsing of objc @implementations more robust. | Argyrios Kyrtzidis | 2012-02-07 | 1 | -1/+2 |
| * | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -7/+8 |
| * | Avoid correcting unknown identifiers to types where types aren't allowed. | Kaelyn Uhrain | 2012-01-25 | 1 | -10/+39 |
| * | Support decltype as a simple-type-specifier. | David Blaikie | 2012-01-24 | 1 | -0/+1 |
| * | Make clang's AST model sizeof and typeof with potentially-evaluated operands ... | Eli Friedman | 2012-01-21 | 1 | -16/+2 |
| * | For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro | Argyrios Kyrtzidis | 2012-01-19 | 1 | -2/+2 |
| * | Stub out the Sema interface for lambda expressions, and change the parser to ... | Eli Friedman | 2012-01-04 | 1 | -1/+6 |
| * | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 2011-12-23 | 1 | -8/+8 |
| * | Fix a parser bug that prevented it from correctly parsing explicit construct ... | Sebastian Redl | 2011-12-22 | 1 | -1/+2 |
| * | Unlike in C++03, a constant-expression is not an unevaluated operand in C++11. | Richard Smith | 2011-12-20 | 1 | -7/+8 |
| * | Refine error diagnostic for using bridged casts when not using ARC. | Ted Kremenek | 2011-12-20 | 1 | -3/+4 |
| * | objc-arc: bridge casts in non-arc mode are now | Fariborz Jahanian | 2011-12-19 | 1 | -1/+1 |
| * | objc-arc: bridge casts in non-objc-arc mode are ignord. | Fariborz Jahanian | 2011-12-19 | 1 | -6/+16 |
| * | 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 |