Age | Commit message (Expand) | Author |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |
2011-09-08 | Implement the Objective-C 'instancetype' type, which is an alias of | Douglas Gregor |
2011-09-04 | Support code-completion for C++ inline methods and ObjC buffering methods. | Argyrios Kyrtzidis |
2011-08-31 | Switch __import__ over to __import_module__, so we don't conflict with | Douglas Gregor |
2011-08-27 | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian |
2011-08-26 | Introduce support for a simple module import declaration, which | Douglas Gregor |
2011-08-25 | Reverse r138567 until a buildbot failure is investigated. | Fariborz Jahanian |
2011-08-25 | objc -arse: Use DeclGroup for forward class declarations; | Fariborz Jahanian |
2011-08-22 | objc - Simplify switing objc decl context by using | Fariborz Jahanian |
2011-08-22 | Restore patch I reversed in r138040. Known buildbot | Fariborz Jahanian |
2011-08-19 | Revers r138040. Need to look at a few buildbot failures. | Fariborz Jahanian |
2011-08-19 | objective-c: Bring objective-c handling of decl context | Fariborz Jahanian |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-05 | Some documentation fixes for the parser, from John Freeman | Douglas Gregor |
2011-06-22 | Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou... | Argyrios Kyrtzidis |
2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith |
2011-05-25 | Add support for Microsoft __if_exists, __if_not_exists extension at class scope. | Francois Pichet |
2011-05-23 | Implement explicit specialization of explicitly-defaulted constructors. | Sean Hunt |
2011-05-12 | Properly parse the 'default' and 'delete' keywords. | Sean Hunt |
2011-05-07 | Add support for _if_exists and __if_not_exists at namespace/global scope. | Francois Pichet |
2011-04-28 | Parsing/AST support for Structured Exception Handling | John Wiegley |
2011-04-27 | Extend Sema::ClassifyName() to support C++, ironing out a few issues | Douglas Gregor |
2011-04-25 | Recognize gcc's ms_struct pragma (and ignore for now). | Fariborz Jahanian |
2011-04-24 | Downgrade unnecessary "typename" from error to warning in Microsoft mode. | Francois Pichet |
2011-04-22 | Correctly emit a diagnostic for multiple templated function definitions in -f... | Francois Pichet |
2011-04-22 | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet |
2011-04-15 | C1X: implement static asserts | Peter Collingbourne |
2011-03-27 | Improve recovery (error + fix-it) when parsing type dependent template name w... | Francois Pichet |
2011-03-26 | Extend the new 'availability' attribute with support for an | Douglas Gregor |
2011-03-24 | Insomniac refactoring: change how the parser allocates attributes so that | John McCall |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-03-22 | Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it const... | Ted Kremenek |
2011-03-16 | Make sure that we always pop a function's scope *before* we call | Douglas Gregor |
2011-03-03 | Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. | Abramo Bagnara |
2011-03-02 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-03-01 | Reinstate the introduction of source-location information for | Douglas Gregor |
2011-03-01 | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor |
2011-03-01 | Reinstate r126737, extending the generation of type-source location | Douglas Gregor |
2011-03-01 | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor |
2011-03-01 | Push nested-name-specifier source location information into elaborated | Douglas Gregor |
2011-02-28 | When we encounter a dependent template name within a | Douglas Gregor |
2011-02-27 | Eliminate a silly little Parse/Sema dance when parsing typename | Douglas Gregor |
2011-02-24 | Retain complete source-location information for C++ | Douglas Gregor |
2011-02-23 | Better parser recovery when method is | Fariborz Jahanian |
2011-02-14 | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne |
2011-02-14 | Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions | Peter Collingbourne |
2011-02-09 | Parse: add support for parsing CUDA kernel calls | Peter Collingbourne |
2011-02-08 | Support for objextive-c++ use of property-dot syntax as receiver | Fariborz Jahanian |
2011-02-04 | Fix a crash-on-invalid where we were trying to parse C++ constructs in | Douglas Gregor |