Age | Commit message (Expand) | Author |
2013-04-12 | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith |
2013-03-22 | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev |
2013-02-22 | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han |
2013-02-22 | Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, | Richard Smith |
2013-02-20 | Process and handle attributes on conditions and for loop variables. Process and | Richard Smith |
2013-01-28 | Finish semantic analysis for [[carries_dependency]] attribute. | Richard Smith |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-09 | Remove the unused Parser::ParseTranslationUnit function | Hal Finkel |
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-29 | Minor cleanup. | Rafael Espindola |
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-27 | Move PrettyStackTraceParserEntry to ParseAST.cpp | Nico Weber |
2012-11-17 | Made the "expected string literal" diagnostic more expressive | Andy Gibbs |
2012-11-07 | PR12713 - crash on invalid due to unmatched parens in decltype | David Blaikie |
2012-11-05 | Have the parser initialize Sema before it consumes the first | Douglas Gregor |
2012-10-31 | Decouple code-completion for the SkipFunctionBodies frontend option and | Argyrios Kyrtzidis |
2012-10-27 | Currently the initial value of Tok is dependent an the stack contents | Chris Lattner |
2012-10-27 | Reverted back the changes made in 166868 and in 166869 | Mahesha S |
2012-10-27 | Feature: | Mahesha S |
2012-10-04 | Permanently end the whole "pragma got handled by the parser too early" | Eli Friedman |
2012-09-18 | If a comma operator is followed by a token which unambiguously indicates the | Richard Smith |
2012-08-23 | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer |
2012-08-23 | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer |
2012-08-23 | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer |
2012-08-23 | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko |
2012-08-18 | PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and | Richard Smith |
2012-08-10 | Removed an unused function I added a while back. | Fariborz Jahanian |
2012-08-10 | objective-C++: dalyed parsing of ctors with member | Fariborz Jahanian |
2012-08-10 | objective-C++: delayed parsing of member function with | Fariborz Jahanian |
2012-08-10 | objective-C++: Delayed parsing of most common | Fariborz Jahanian |
2012-07-23 | Add diagnostics for comma at end of enum and for extra semicolon at namespace | Richard Smith |
2012-07-22 | Allow the parser to recover gracefully if a typename is used to introduce a d... | Francois Pichet |
2012-07-13 | Move helper class into an anonymous namespace. | Benjamin Kramer |
2012-07-09 | Better parser recovery in Objective-C containers. | Jordan Rose |
2012-07-06 | Added a new memberfor Parser, to be used soon | Fariborz Jahanian |
2012-07-05 | objective-c++ parsing. Turn off delayed parsing | Fariborz Jahanian |
2012-07-03 | Obj-C++11 parser: fix broken parsing of c-function | Fariborz Jahanian |
2012-07-03 | Obj-C++11 parser: turn off buffering of | Fariborz Jahanian |
2012-07-02 | objective-c: just as we have done for method definitions, | Fariborz Jahanian |
2012-06-28 | Support the use of "=delete" and "=default" with delayed template | Douglas Gregor |
2012-06-23 | Clean up a large number of C++11 attribute parse issues, including parsing | Sean Hunt |
2012-06-20 | Unbreak GCC build: GCC doesn't like clang::Parser::CommentHandler and class c... | Dmitri Gribenko |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-06-06 | Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope | Douglas Gregor |
2012-06-06 | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer |
2012-06-06 | Add pedantic warning -Wempty-translation-unit (C11 6.9p1). | Jordan Rose |
2012-05-16 | Move the warnings for extra semi-colons under -Wextra-semi. Also, added | Richard Trieu |