]> granicus.if.org Git - clang/history - lib/AST/Decl.cpp
Fix member function call with null 'this' pointer.
[clang] / lib / AST / Decl.cpp
2017-04-19 Richard SmithFix member function call with null 'this' pointer.
2017-04-19 Richard Smith[modules] Properly look up the owning module for an...
2017-04-17 Benjamin KramerRevert "Address http://bugs.llvm.org/pr30994 so that...
2017-04-17 Yaron KerenAddress http://bugs.llvm.org/pr30994 so that a non...
2017-03-21 Argyrios Kyrtzidis[index/AST] Determine if a typedef shares a name and...
2017-03-21 Akira HatanakaAdd support for attribute enum_extensibility.
2017-03-07 Argyrios Kyrtzidis[AST/ObjC] Make ObjCCategoryImplDecl consistent with...
2017-02-15 Serge PavlovUse dedicated method instead of copying conditions...
2017-02-14 George Burgess IVAdd a destruct-on-exit function to ASTContext.
2017-01-12 Malcolm ParsonsTracking exception specification source locations
2016-12-09 Reid KlecknerStore decls in prototypes on the declarator instead...
2016-11-01 Manuel KlimekFix parenthesized assert (nfc).
2016-10-28 Justin LebarRelax assertion in FunctionDecl::doesDeclarationForceEx...
2016-10-28 Justin Lebar[CUDA] [AST] Allow isInlineDefinitionExternallyVisible...
2016-10-14 Richard SmithReinstate r284008 reverted in r284081, with two fixes:
2016-10-13 Justin Lebar[CUDA] Emit deferred diagnostics during Sema rather...
2016-10-12 Richard SmithRevert r284008. This is us to fail to instantiate stati...
2016-10-12 Vassil VassilevReinstate r283887 and r283882.
2016-10-11 Vassil VassilevRevert r283887 and r283882, until the issue is understo...
2016-10-11 Vassil Vassilev[modules] PR28752: Do not instantiate variable declarat...
2016-10-10 Richard SmithRe-commit r283722, reverted in r283750, with a fix...
2016-10-10 Daniel JasperRevert "P0035R4: Semantic analysis and code generation...
2016-10-10 Richard SmithP0035R4: Semantic analysis and code generation for...
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-08-17 Adrian PrantlSimplify condition. (NFC)
2016-08-17 Adrian PrantlDebug info: Mark noreturn functions with DIFlagNoReturn.
2016-08-15 Justin LebarAdd the notion of deferred diagnostics.
2016-08-11 Richard SmithP0217R3: Perform semantic checks and initialization...
2016-08-10 Bruno Cardoso LopesReapply [Sema] Add sizeof diagnostics for bzero
2016-08-05 Bruno Cardoso LopesRevert "[Sema] Add sizeof diagnostics for bzero"
2016-08-04 Bruno Cardoso Lopes[Sema] Add sizeof diagnostics for bzero
2016-07-15 Argyrios Kyrtzidis[AST] Keep track of the left brace source location...
2016-07-07 David Majnemer[AST] Use ArrayRef in more interfaces
2016-06-28 Manman RenAvailabilityAttr: we accept "macos" as the platform...
2016-06-25 Richard SmithImplement C++17 P0386R2, inline variables. (The 'inline...
2016-06-24 David MajnemerUse more ArrayRefs
2016-06-23 David MajnemerUse ranges to concisely express iteration
2016-05-05 Richard Smith[modules] Enforce the rules that an explicit or partial...
2016-04-11 Dmitry Polukhin[GCC] Attribute ifunc support in clang
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-03-02 Nico WeberSerialize `#pragma detect_mismatch`.
2016-03-02 Nico WeberSerialize `#pragma comment`.
2016-02-12 Anastasia Stulova[OpenCL] Disable C99 standard lib functions
2016-01-26 David Majnemer[MS Compat] Don't crash if __GetExceptionInfo is in...
2016-01-12 Alexey BataevFix infinite recursion for invalid declaration, by...
2016-01-06 Richard SmithPR26048, PR26050: put non-type template parameters...
2015-12-30 Chandler Carruth[ptr-traits] Move methods manipulating PointerUnions...
2015-12-30 Chandler Carruth[ptr-traits] Stop using two bogus types as stand-ins...
2015-12-29 Richard SmithModel NamespaceAliasDecls as having their nominated...
2015-12-16 Reid KlecknerPrint qualified display names when emitting CodeView
2015-11-14 Ben Langmuir[modules] Allow "redefinition" of typedef of anon tag...
2015-11-13 Richard Smith[modules] Follow the C++ standard's rule for linkage...
2015-11-12 Richard Smith[modules] Simplify and generalize the existing rule...
2015-11-10 Evgeniy StepanovImplement __attribute__((internal_linkage)).
2015-11-09 Alexander KornienkoUse "auto" when the type name is redundant
2015-11-09 Alexander KornienkoAdjust printQualifiedName to handle unscoped enums...
2015-11-03 Richard Smith[modules] Rationalize the behavior of Decl::declaration...
2015-10-08 David Majnemer[MSVC Compat] Enable ABI impacting non-conforming behav...
2015-09-30 Anastasia Stulova[OpenCL 2.0] Enable program scope variables, Section...
2015-08-31 David Majnemer[MS ABI] Correctly mangle classes without names for...
2015-08-06 James Y KnightConvert a few classes over to use the new TrailingObjec...
2015-08-05 Richard Smithfunction_ref-ize ExternalASTSource::FindExternalLexical...
2015-08-05 Benjamin Kramer[AST] ArrayRefize template param list info setters...
2015-08-05 Benjamin Kramer[AST] ArrayRefize BlockDecl::setCaptures. No functional...
2015-07-17 James Y KnightFix alignment issues in Clang.
2015-07-13 Samuel Antao[OpenMP] Add TLS-based implementation for threadprivate...
2015-07-10 David Majnemer[MS ABI] Don't generates code for unreferenced inline...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Alexander Potapenko[ASan] Initial support for Kernel AddressSanitizer
2015-05-19 David Majnemer[AST] Put VarDeclBitfields on a diet
2015-05-15 Richard Smith[modules] Add local submodule visibility support for...
2015-05-14 David Majnemer[MS ABI] __declspec(thread) behaves like thread_local...
2015-05-14 David Majnemer[AST] hasAttr followed by getAttr isn't efficient
2015-05-10 Craig TopperDe-virtualize some const versions of getCanonicalDecl...
2015-04-22 Nico WeberWrap to 80 columns, fix typo in comment. No behavior...
2015-04-17 Nico WeberFollow-up to r235046: selectany only causes a definitio...
2015-04-15 Nico WeberDon't crash when a selectany symbol would get common...
2015-04-15 Nico Weberclang-format a line containing nothing but a "{". No...
2015-04-15 Nico WeberMake __declspec(selectany) turn variable declartions...
2015-04-09 Kaelyn TakataProperly implement warn_unused_result checking for...
2015-04-05 Benjamin KramerReplace copy loop with std::copy.
2015-04-02 Benjamin KramerPartially revert "Replace custom alignment enforcement...
2015-04-02 Benjamin KramerReplace custom alignment enforcement with LLVM_ALIGNAS.
2015-03-27 Richard Smith[modules] Handle defining a tag with a typedef name...
2015-03-20 Reid KlecknerC++14: Disable sized deallocation by default due to...
2015-03-20 David MajnemerDon't crash-on-valid when an inline function is friend...
2015-03-13 David MajnemerMS ABI: Implement __GetExceptionInfo for std::make_exce...
2015-03-07 Richard SmithReplace Sema's map of locally-scoped extern "C" declara...
2015-03-05 Richard Smith[modules] Rework merging of redeclaration chains on...
2015-02-21 Richard SmithCleanup: remove artificial division between lookup...
2015-02-10 Richard Smith[modules] When determining whether a name from a module...
2015-02-04 Larisse VoufoGeneralize r228066 to give all implicit global allocati...
2015-02-03 Larisse VoufoPR22419: Give implicit sized deallocation functions...
2015-02-02 David MajnemerThe prefix 'Ms-' should be 'MS-'
2014-12-16 David MajnemerAST: Fix the linkage of static vars in fn template...
2014-12-12 Evgeny AstigeevichFix the issue of mangling of local anonymous unions...
2014-12-10 David MajnemerAST: Properly calculate the linkage of a IndirectFieldDecl
2014-11-11 Alexey Samsonov[Sanitizer] Refactor sanitizer options in LangOptions.
next