]> granicus.if.org Git - clang/history - include/clang/Parse
Update cxx_dr_status.html after the 3.8 branch
[clang] / include / clang / Parse /
2016-01-13 Alexey Bataev[OPENMP] Fix for declarative/standalone directives...
2016-01-12 Richard SmithImprove AST dumping:
2015-12-18 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'depend(source...
2015-12-10 Ekaterina RomanovaDo not generate DW_TAG_imported_module for anonymous...
2015-11-03 Richard SmithSwitch to using an explicit scope object to ensure...
2015-10-22 Richard Smith[coroutines] Add parsing support for co_await expressio...
2015-10-12 Hans WennborgParse and ignore #pragma runtime_checks in MS extension...
2015-10-04 Saleem AbdulrasoolAdd -f[no-]declspec to control recognition of __declspe...
2015-09-19 Serge Pavlov[Modules] More descriptive diagnostics for misplaced...
2015-08-21 Richard Smith[modules] When we see a definition of a function for...
2015-07-31 Alexey BataevOutline function Parser::ParseCXXClassMemberDeclaration...
2015-07-30 Ulrich WeigandAdd support for System z vector language extensions
2015-07-07 Douglas GregorWarn when an intended Objective-C specialization was...
2015-07-07 Douglas GregorC++ support for Objective-C lightweight generics.
2015-07-07 Douglas GregorSubstitute type arguments into uses of Objective-C...
2015-07-07 Douglas GregorHandle Objective-C type arguments.
2015-07-07 Douglas GregorParsing, semantic analysis, and AST for Objective-C...
2015-06-30 Richard SmithRework parsing of pure-specifiers. Perform the grammar...
2015-06-25 Meador Inge[Parse] Allow 'constexpr' in condition declarations
2015-06-25 Hubert Tong[Concepts] Parsing of requires-clause in template-decla...
2015-06-24 Douglas GregorReplace __double_underscored type nullability qualifier...
2015-06-19 Douglas GregorHandle 'instancetype' in ParseDeclarationSpecifiers.
2015-06-19 Douglas GregorIntroduced pragmas for audited nullability regions.
2015-06-19 Douglas GregorExtend type nullability qualifiers for Objective-C.
2015-06-19 Douglas GregorIntroduce type nullability specifiers for C/C++.
2015-05-26 Aaron Ballman__declspec is not a core Clang language extension....
2015-05-20 Aaron BallmanRefactored some common functionality into MaybeParseMic...
2015-04-19 Argyrios Kyrtzidis[Sema] Check availability of ObjC super class and proto...
2015-04-19 David Majnemer[MS ABI] Correctly associate align attrs before the...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-26 Richard Smith[modules] If we reach a definition of a class for which...
2015-03-25 Ehsan AkhgariDiagnose ref-qualifiers occuring after virt-specifier...
2015-03-25 Ehsan AkhgariDiagnose declspecs occuring after virt-specifier-seq...
2015-03-24 Ehsan AkhgariRevert "Diagnose declspecs occuring after virt-specifie...
2015-03-24 Ehsan AkhgariRevert "Diagnose ref-qualifiers occuring after virt...
2015-03-24 Ehsan AkhgariDiagnose ref-qualifiers occuring after virt-specifier...
2015-03-24 Ehsan AkhgariDiagnose declspecs occuring after virt-specifier-seq...
2015-03-23 Eli BenderskyCleanup: no need to pass DefinitionKind into ParseCXXIn...
2015-03-19 David MajnemerMS ABI: Implement the MSVC 2015 scheme for scope disamb...
2015-02-25 Nico WeberFold ParseSEHTryBlockCommon() into its only caller...
2015-02-23 Justin BognerRevert "Improve declaration / expression disambiguation...
2015-02-23 Richard SmithImprove declaration / expression disambiguation around...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-21 Francisco Lopes... Initial support for C++ parameter completion
2015-01-16 Nico WeberDon't crash if a declarator in a friend decl doesn...
2014-12-15 Reid KlecknerDiagnose function template definitions inside functions
2014-12-15 David MajnemerParse: Don't reorder tokens using ConsumeToken
2014-12-04 Nico RieckParse qualifiers after comma in declarator lists as...
2014-11-20 Kaelyn TakataWire up delayed typo correction to DiagnoseEmptyLookup...
2014-11-13 Richard SmithPR21437, final part of DR1330: delay-parsing of excepti...
2014-11-08 Richard Smith[c++1z] N4295: fold-expressions.
2014-10-31 Craig TopperRemove a couple typedefs for things in the clang namesp...
2014-10-30 Craig TopperRemove the last couple uses of the ExprArg(just Expr...
2014-10-30 Craig TopperRemove some duplicate functions from the Parser class...
2014-10-27 Kaelyn TakataPass around CorrectionCandidateCallbacks as unique_ptrs so
2014-10-22 Reid KlecknerReland r219810 "Fix late template parsing leak with...
2014-10-22 Rafael EspindolaRemove unused StmtVector& parameters from declaration...
2014-10-15 Reid KlecknerRevert "Fix late template parsing leak with incremental...
2014-10-15 Reid KlecknerFix late template parsing leak with incremental processing
2014-09-23 Nico WeberRevert r197496, as it broke REVERTIBLE_TYPE_TRAITs...
2014-09-03 Benjamin KramerParse: Replace polymorphic functor objects with lambdas...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-12 Richard SmithReject virt-specifiers on friend declarations. Give...
2014-07-31 Tyler NowickiAdd a state variable to the loop hint attribute.
2014-07-31 NAKAMURA TakumiRevert r214333, "Add a state variable to the loop hint...
2014-07-30 Tyler NowickiAdd a state variable to the loop hint attribute.
2014-07-24 Mark HeffernanAdd support for #pragma nounroll.
2014-07-22 Aaron BallmanDisallowing GNU-style attributes in new expressions...
2014-07-22 Reid Kleckner-fms-extensions: Implement half of #pragma init_seg
2014-07-21 Mark HeffernanAdd support for '#pragma unroll'.
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'taskyiel...
2014-07-18 Reid KlecknerFix parsing certain kinds of strings in the MS section...
2014-07-16 Aaron BallmanRemoving a FIXME from the attribute parsing code by...
2014-07-06 Nico WeberAdd parser support for __leave (sema and onward still...
2014-06-28 Craig TopperImport MutableArrayRef into clang namespace.
2014-06-24 Richard TrieuProvide a better diagnostic when braces are put before...
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'ordered' clause.
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'schedule' clause.
2014-06-19 Richard Smith[c++1z] Implement N3994: a range-based for loop can...
2014-06-06 Reid KlecknerDelay lookup of simple default template arguments under...
2014-06-06 Aaron BallmanAdding a new #pragma for the vectorize and interleave...
2014-06-06 Nikola SmiljanicPR11306 - Variadic template fix-it suggestion. Recover...
2014-05-23 Dario DomizioliImplemented support for "pragma clang optimize on/off...
2014-05-16 Richard SmithReplace a fake enum class with the real thing.
2014-05-15 Richard SmithPR19748: Make sure we don't lose colon protection after...
2014-05-08 Ismail PazarbasiSuggest fix-it ':' when '=' used in for-range-declaration
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-05-02 Alp TokerCut off parsing early during code completion
2014-04-14 Aaron BallmanProperly diagnose standard C++ attributes which have...
2014-04-08 Warren Hunt[MS-ABI] Add support for #pragma section and related...
2014-04-03 Reid Kleckner-fms-extensions: Error out on #pragma init_seg
2014-03-31 Aaron BallmanUnify __declspec attribute argument parsing with the...
2014-03-31 Aaron BallmanIntroduced an attribute syntax-neutral method for parsi...
2014-03-12 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-05 David MajnemerAST: Remove layering violation with Sema
2014-03-05 David Majnemer[-cxx-abi microsoft] Implement local manglings accurately
2014-03-03 Richard SmithImprove diagnostics for malformed constructor declarati...
2014-03-02 Richard SmithAdd [extern_c] attribute for modules, allowing a C...
next