]> granicus.if.org Git - clang/history - lib/Parse/ParseDeclCXX.cpp
fix trivial typos, NFC
[clang] / lib / Parse / ParseDeclCXX.cpp
2017-06-30 Hiroshi Inouefix trivial typos, NFC
2017-06-26 Akira Hatanaka[Sema] Fix a crash-on-invalid when a template parameter...
2017-06-06 Richard SmithPR33318: Add missing full-expression checking to static...
2017-06-01 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-18 Richard SmithFix the location of "missing ';'" suggestions after...
2017-05-10 Richard SmithChanges missed from r302732.
2017-05-05 Nico WeberWarn that the [] spelling of uuid(...) is deprecated.
2017-04-12 Eric Fiselier[Sema] Add __is_aggregate type-trait
2017-04-01 Faisal Vali[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationCo...
2017-03-23 Vassil VassilevPublish RAIIObjectsForParser.h for external usage.
2017-03-17 Matthias GehreImplement DR 373 "Lookup on namespace qualified name...
2017-03-01 Alex LorenzIntroduce an 'external_source_symbol' attribute that...
2017-02-28 Erich KeaneAllow attributes before union definition
2017-02-13 Alex Lorenz[CodeCompletion] Code complete the missing C++11 keywords
2017-02-09 Richard SmithDiagnose attempts to explicitly instantiate a template...
2017-02-07 Richard SmithP0091R3: Implement basic parsing support for C++17...
2017-02-01 Richard SmithFix hole in our enforcement of rule requiring 'typename...
2017-01-28 Richard SmithSupport '#pragma clang __debug dump' within C++ classes.
2017-01-28 Richard SmithConvert sequence of 'if's on the same value to a switch...
2017-01-26 Richard SmithPR0091R3: Implement parsing support for using templates...
2017-01-12 Malcolm ParsonsTracking exception specification source locations
2017-01-12 Richard SmithRemove redundant passing around of a "ContainsAutoType...
2016-12-20 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-19 Daniel JasperRevert "[c++1z] P0195R2: Support pack-expansion of...
2016-12-19 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-16 Richard Smith[c++1z] P0195R2: Allow multiple using-declarators in...
2016-12-08 Richard Smith[c++1z] P0003R5: Removing dynamic exception specifications.
2016-11-17 Malcolm ParsonsFixes for r287241. Use placement new. Apply clang-format.
2016-11-17 Malcolm ParsonsUse unique_ptr for cached tokens for default arguments...
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-09-03 Nico Weber[ms] Add support for parsing uuid as a Microsoft attribute.
2016-09-03 Nico WeberLet Microsoft attributes apply to the type, not the...
2016-09-03 Nico WeberMove calls of MaybeParseMicrosoftAttributes() before...
2016-08-23 Nico WeberRemove two dos line endings.
2016-07-29 Andrey Bokhanko[GCC] Support for __final specifier
2016-07-15 Argyrios Kyrtzidis[AST] Keep track of the left brace source location...
2016-06-24 Richard SmithUsing for attributes voted into C++17.
2016-06-23 Richard SmithRe-commit r273548, reverted in r273589, with a fix...
2016-06-23 Peter CollingbourneRevert r273548, "Rearrange condition handling so that...
2016-06-23 Richard SmithRearrange condition handling so that semantic checks...
2016-06-14 David Majnemer[Parser] Handle __pragma(pack, etc. after type definitions
2016-05-23 David MajnemerClang support for __is_assignable intrinsic
2016-04-29 Hubert Tong[Concepts] Pass requires-clause to ActOnTemplateParamet...
2016-04-13 Hubert TongRemove redundant null-check; NFC
2016-03-30 Alexey Bataev[OPENMP 4.0] Initial support for '#pragma omp declare...
2016-03-21 Reid Klecknerclang-cl: support __cdecl-on-struct anachronism
2016-03-09 Aaron BallmanImplement support for [[maybe_unused]] in C++1z that...
2016-03-08 Aaron BallmanSilence duplicate diagnostics because parsing of a...
2016-03-07 Aaron BallmanImplement support for [[nodiscard]] in C++1z that is...
2016-03-03 Alexey Bataev[OPENMP 4.0] Initial support for 'omp declare reduction...
2016-01-28 Nico WeberInclude RecordDecls from anonymous unions in the AST.
2016-01-20 Alexey BataevFix infinite loop when ::new or ::delete are found...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for ParsedType...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for TemplateTy...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for DeclGroupPtrTy...
2016-01-12 Aaron BallmanProperly track the end location of an exception specifi...
2015-12-27 Craig Topper[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
2015-12-25 Craig TopperRevert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers...
2015-12-24 Craig Topper[Sema] ArrayRef-ize ActOnTemplateParameterList. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
2015-12-24 Ekaterina RomanovaSome minor correction based on David Blaikie post-commi...
2015-12-10 Ekaterina RomanovaDo not generate DW_TAG_imported_module for anonymous...
2015-11-20 Alexey Bataev[MS] Fix for bug 25013 - #pragma vtordisp is unknown...
2015-11-17 Richard Smith[modules] When a #include is mapped to a module import...
2015-11-14 Craig TopperMerge some similar diagnostics using %select.
2015-11-14 Craig TopperFix 80 column violation. NFC.
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-04 Craig TopperSourceRanges are small and trivially copyable, don...
2015-09-19 Serge Pavlov[Modules] More descriptive diagnostics for misplaced...
2015-08-15 Hans WennborgDelay emitting members of dllexport classes until the...
2015-07-31 Alexey BataevOutline function Parser::ParseCXXClassMemberDeclaration...
2015-07-22 David Majnemer[MS Compat] Allow _Atomic(Type) and 'struct _Atomic...
2015-07-21 Richard SmithFix crash-on-invalid: don't look ahead past an unknown...
2015-07-20 Bob WilsonIgnore the "novtable" declspec when not using the Micro...
2015-07-14 Serge PavlovClasses inside lambdas are local not nested.
2015-07-08 David MajnemerRevert "parser: wordsmith diagnostic message" and ...
2015-07-06 Richard SmithDR1909: Diagnose all invalid cases of a class member...
2015-07-01 Richard Smith[modules] Skip trailing attributes when skipping a...
2015-06-30 Yaron KerenUnbreak the Visual C++ 2013 build after r241032.
2015-06-30 Richard SmithRework parsing of pure-specifiers. Perform the grammar...
2015-06-29 Serge PavlovInstantiation of local class members.
2015-06-18 Daniel Marjamaki[clang] Refactoring of conditions so they use isOneOf...
2015-06-16 Saleem Abdulrasoolparser: diagnose empty attribute blocks
2015-06-15 Saleem Abdulrasoolparser: improve diagnostics for MS attributes
2015-06-11 Richard Smith[modules] Fix assert/crash when parsing and merging...
2015-05-20 Aaron BallmanRefactored some common functionality into MaybeParseMic...
2015-05-18 Richard Smith[modules] Support for merging a parsed class template...
2015-05-07 Richard Smith[modules] Suport for merging a parsed enum definition...
2015-04-19 David Majnemer[MS ABI] Correctly associate align attrs before the...
2015-04-10 Kaelyn TakataDon't eagerly typo-correct to a keyword if the next...
2015-03-29 Benjamin Kramer[parse] Don't crash on alternative operator spellings...
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...
next