]> granicus.if.org Git - clang/history - lib/Parse
[Modules] In case of lock timeout, fallback and build module
[clang] / lib / Parse /
2017-03-17 Matthias GehreImplement DR 373 "Lookup on namespace qualified name...
2017-03-16 Argyrios Kyrtzidis[index/AST] Add references for ObjC getter=/setter...
2017-03-14 Jonathan RoelofsFix misspelled enum
2017-03-06 Eric Fiselier[coroutines] Add DependentCoawaitExpr and fix re-buildi...
2017-03-01 Alex LorenzIntroduce an 'external_source_symbol' attribute that...
2017-02-28 Erich KeaneAllow attributes before union definition
2017-02-15 Richard SmithPR24440: Do not silently discard a fold-expression...
2017-02-14 Richard TrieuRemove unused variable. No functional change.
2017-02-14 Aaron BallmanImprove diagnostic reporting when using __declspec...
2017-02-14 Reid KlecknerMS inline asm: Filter MXCSR out of the inferred clobber...
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-08 Richard SmithMore fixes for places where 'decltype(auto)' is permitt...
2017-02-08 Richard SmithDon't crash on 'decltype(auto)::'. Rather than treating...
2017-02-08 Richard SmithFix constructor declarator detection for the case when...
2017-02-07 Richard SmithP0091R3: Implement basic parsing support for C++17...
2017-02-05 Coby Tayree[X86][MS]Adjacent comments within multi-line inline...
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-20 Manman RenRevert r292508 given that we intend to remove driver...
2017-01-20 Richard SmithFinish implementation of C++ DR1310 (http://wg21.link...
2017-01-19 Richard SmithPR13403 (+duplicates): implement C++ DR1310 (http:...
2017-01-19 Manman RenModule: Improve diagnostic message when cxx modules...
2017-01-15 Argyrios Kyrtzidis[code-completion] Fix crash when trying to do postfix...
2017-01-12 Malcolm ParsonsTracking exception specification source locations
2017-01-12 Richard SmithRemove redundant passing around of a "ContainsAutoType...
2017-01-11 Malcolm ParsonsRemove repeated word in comment (NFC)
2017-01-10 Richard SmithRemove dead code.
2017-01-10 Richard SmithRemove a couple of parameters that are always false.
2017-01-10 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2017-01-10 Faisal Vali[NFC] Rename RAII ExpressionEvaluationContext variable...
2017-01-07 Richard SmithConsistently use a ConstantEvaluated context for expres...
2017-01-07 Richard SmithPR23135: Don't instantiate constexpr functions referenc...
2017-01-06 Konstantin Zhuravlyov[OpenCL] Re-enable supported core extensions based...
2017-01-06 Alex Lorenz[ObjC] The declarator for a block literal should be...
2017-01-04 George Burgess IV[Parse] Don't ignore attributes after a late-parsed...
2017-01-03 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-29 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-25 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-20 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-20 Alexey Bataev[OPENMP] Fix for PR31428: variable named like directive...
2016-12-20 Akira Hatanaka[Parser] Correct typo after lambda capture initializer...
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-18 Yaxun LiuRecommit r289979 [OpenCL] Allow disabling types and...
2016-12-17 Kelvin Li[OpenMP] Sema and parsing for 'target teams' pragma
2016-12-16 Yaxun LiuRevert r289979 due to regressions
2016-12-16 Yaxun Liu[OpenCL] Allow disabling types and declarations associa...
2016-12-16 Richard Smith[c++1z] P0195R2: Allow multiple using-declarators in...
2016-12-09 Reid KlecknerRemove special error recovery for ::(id)
2016-12-09 Reid KlecknerStore decls in prototypes on the declarator instead...
2016-12-09 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-12-08 Alex Lorenz[CodeCompletion] Provide Objective-C class property...
2016-12-08 Richard Smith[c++1z] P0003R5: Removing dynamic exception specifications.
2016-12-07 Alex Lorenz[ObjC++] Don't enter a C++ declarator scope when the...
2016-12-06 Richard Smith[modules] Use the "redundant #include" diagnostic rathe...
2016-12-02 Richard SmithMore diagnostic name fixups: w_ -> warn_, warning_...
2016-12-02 Richard SmithMass-rename the handful of error_* diagnostics to err_*.
2016-12-01 Alex Lorenz[ObjC] Avoid a @try/@finally/@autoreleasepool fixit...
2016-11-30 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
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-10 Jordan RoseAccept nullability qualifiers on array parameters.
2016-11-10 George Burgess IVClean up uses of unique_ptr for RAII objects. NFC.
2016-11-09 Argyrios Kyrtzidis[index] Fix issue with protocol name locations in confo...
2016-11-03 Malcolm ParsonsRemove redundant calls to std::string::data()
2016-11-03 Olivier GoffartFix heuristics skipping invalid ctor-initializers with...
2016-11-02 Erich Keaneregcall: Implement regcall Calling Conv in clang
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-10-25 Kelvin LiRe-apply patch r279045.
2016-10-18 Richard SmithAdd missing warning for use of C++1z init-statements...
2016-10-18 Alex Lorenz[CodeCompletion] Add a block property setter completion...
2016-10-08 Justin Lebar[CUDA] Add #pragma clang force_cuda_host_device_{begin...
2016-09-30 Justin Lebar[CUDA] Emit a warning if a CUDA host/device/global...
2016-09-30 Justin Lebar[CUDA] Fix up MaybeParseGNUAttributes call used for...
2016-09-30 Justin Lebar[CUDA] Handle attributes on CUDA lambdas appearing...
2016-09-13 Bruno Cardoso Lopes[SemaObjC] Be more strict while parsing type arguments...
2016-09-13 Nico Weber[clang-cl] Diagnose duplicate uuids.
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-09-07 Reid KlecknerParsing MS pragma intrinsic
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-09-03 Nico WeberRemove function name from comment.
2016-08-30 Richard SmithUnrevert r280035 now that the clang-cl bug it exposed...
2016-08-30 Nico WeberRevert r280035 (and followups r280057, r280085), it...
2016-08-30 Richard SmithC++ Modules TS: driver support for building modules.
2016-08-26 Richard SmithC++ Modules TS: add frontend support for building pcm...
2016-08-23 Nico WeberRemove two dos line endings.
2016-08-19 Richard SmithC++ Modules TS: support parsing the 'module' declaratio...
2016-08-18 Richard SmithC++ Modules TS: Add parsing support for module import...
2016-08-18 Diana PicusRevert "[OpenMP] Sema and parsing for 'teams distribute...
2016-08-17 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute simd...
2016-08-08 Serge PavlovPass information in a record instead of stack. NFC
2016-08-05 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute' pragma
2016-08-01 David Majnemer[Parse] Let declarations follow labels in -fms-extensio...
2016-07-29 David MajnemerEnsure Ident_GNU_final is properly initialized in the...
2016-07-29 Andrey Bokhanko[GCC] Support for __final specifier
next