]> granicus.if.org Git - clang/history - lib/Parse
[driver][mips] Remove redundant curly brackets. NFC
[clang] / lib / Parse /
2017-07-05 Erik VerbruggenFix invalid warnings for header guards in preambles
2017-07-05 Richard Smith[modules ts] Declarations from a module interface unit...
2017-07-03 Alex LorenzAdd a fixit for -Wobjc-protocol-property-synthesis
2017-07-02 Hiroshi Inouefix trivial typos in comments; NFC
2017-07-01 Bruno Cardoso Lopes[Modules] Implement ODR-like semantics for tag types...
2017-06-30 George Burgess IV[Parse] Use normalized attr name for late-parsing checks.
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-19 Alex Lorenz[Parser][ObjC] Use an artificial EOF token while parsin...
2017-06-06 Richard SmithPR33318: Add missing full-expression checking to static...
2017-06-05 Javed AbsarAdd support for #pragma clang section
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-01 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-01 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-01 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-01 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-01 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-01 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-01 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-23 Faisal Vali[NFC, Refactor] Modernize TemplateIdAnnotation using...
2017-05-20 Faisal ValiFix PR25627: constant expressions being odr-used in...
2017-05-20 Hubert TongFix valid-for-expr ellipses eaten as invalid decl
2017-05-19 Richard SmithWhen a type-id is unexpectedly given a name, assume...
2017-05-18 Richard SmithFix the location of "missing ';'" suggestions after...
2017-05-11 NAKAMURA TakumiPrune unused \param(s) of clang::Parser::ParseTemplateI...
2017-05-10 Richard SmithChanges missed from r302732.
2017-05-10 Richard SmithImprove diagnosis of unknown template name.
2017-05-10 Richard SmithWhen we see a '<' operator, check whether it's a probab...
2017-05-09 Alex Lorenz[CodeCompletion] Complete platform names in @available...
2017-05-09 Alex LorenzAdd support for pretty platform names to `@available`/
2017-05-05 Nico WeberWarn that the [] spelling of uuid(...) is deprecated.
2017-05-03 Carlo Bertolli[OpenMP] Extended parse for 'always' map modifier
2017-04-21 Richard SmithP0629R0: Switch to latest proposal for distinguishing...
2017-04-20 Saleem AbdulrasoolParse: cleanup some bleeding whitespace
2017-04-19 Alex LorenzAdd support for editor placeholders to Clang
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-18 Alex LorenzRevert r300539 - Add #pragma clang attribute
2017-04-18 Alex LorenzFix one more 'not all control paths return a value...
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-12 Eric Fiselier[Sema] Add __is_aggregate type-trait
2017-04-11 Alex Lorenz[Parser][ObjC++] Improve diagnostics and recovery when...
2017-04-04 Adam NemetAdd #pragma clang fp
2017-04-01 Faisal Vali[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationCo...
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2017-03-29 Egor ChuraevReapplied r298976 [OpenCL] Added parsing for OpenCL...
2017-03-29 Egor ChuraevReverted r298976 [OpenCL] Added parsing for OpenCL...
2017-03-29 Egor Churaev[OpenCL] Added parsing for OpenCL vector types.
2017-03-27 Vassil VassilevPublish one more parser RAII for external use.
2017-03-23 Vassil VassilevPublish RAIIObjectsForParser.h for external usage.
2017-03-23 Alex LorenzSupport attributes for Objective-C categories
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...
next