]> granicus.if.org Git - clang/history - lib/Sema/SemaDecl.cpp
Reapply "[Modules] Fix regression when an elaborated-type-specifier mentions a hidden...
[clang] / lib / Sema / SemaDecl.cpp
2015-12-11 Ben LangmuirReapply "[Modules] Fix regression when an elaborated...
2015-12-11 Nick LewyckyError on redeclaring with a conflicting asm label and...
2015-12-11 Ben LangmuirRevert "[Modules] Fix regression when an elaborated...
2015-12-10 Ben Langmuir[Modules] Fix regression when an elaborated-type-specif...
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-11-25 Richard SmithP0001R1: 'register' storage class specifier is no longe...
2015-11-18 Akira HatanakaProduce a better diagnostic for global register variables.
2015-11-17 Richard Smith[modules] When a #include is mapped to a module import...
2015-11-17 Craig Topper[Sema] Remove unnecessary typecast of bool to int when...
2015-11-17 Craig Topper[Sema] Combine similar diagnostics using %select. NFC
2015-11-17 Richard Smith[modules] Fix some more cases where we used to reject...
2015-11-14 Craig TopperMove diagnostics from Parse to Sema to remove Sema...
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-12 Richard SmithRevert r240335.
2015-11-12 Nathan Wilson[Sema] Remove unnecessary parens in check using logical...
2015-11-11 Nathan WilsonAdd diagnostics which fall under [dcl.spec.concept]p5
2015-11-11 Richard SmithAdd support for GCC's '__auto_type' extension, per...
2015-11-11 Richard SmithN3922: direct-list-initialization of an auto-typed...
2015-11-10 Evgeniy StepanovImplement __attribute__((internal_linkage)).
2015-11-06 Akira HatanakaAdd support for function attribute 'not_tail_called'.
2015-11-05 Richard Smith[modules] Don't merge an anonymous enum definition...
2015-11-04 Nathan Wilson[Concepts] Add diagnostics which fall under [dcl.spec...
2015-11-03 Richard Smith[modules] Rationalize the behavior of Decl::declaration...
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-28 John McCallRefine r251469 to give better (and more localizable...
2015-10-22 John McCallDefine weak and __weak to mean ARC-style weak reference...
2015-10-22 Richard Smith[coroutines] Initial stub Sema functionality for handli...
2015-10-13 Richard Smith[modules] Allow the error on importing a C++ module...
2015-10-08 David Majnemer[MSVC Compat] Try to treat an implicit, fixed enum...
2015-10-08 David Majnemer[Sema] Tweak incomplete enum types on MSVC ABI targets
2015-10-08 David Majnemer[MSVC Compat] Enable ABI impacting non-conforming behav...
2015-09-30 Douglas GregorDon't inherit the "unavailable" attribute from an overr...
2015-09-30 Douglas GregorDon't inherit availability information when implementin...
2015-09-30 Anastasia Stulova[OpenCL 2.0] Enable program scope variables, Section...
2015-09-23 Richard SmithRemove warning on over-wide bit-field of boolean type...
2015-09-22 Artem Belevich[CUDA] Allow parsing of host and device code simultaneo...
2015-09-22 Artem Belevich[CUDA] Add appropriate host/device attribute to builtins.
2015-09-22 Artem Belevich[CUDA] Allow function overloads in CUDA based on host...
2015-09-19 Serge Pavlov[Modules] More descriptive diagnostics for misplaced...
2015-09-18 Alexander MusmanFix for assertion fail for pragma weak on typedef.
2015-09-15 David Majnemer[MS ABI] Restore our warning for overwide bitfields...
2015-09-15 David Majnemer[MS ABI] Overwide bool bitfields should be permitted
2015-09-14 Andrey BokhankoPR24595: Ignore calling convention modifiers for struct...
2015-09-14 Rachel CraikC11 _Bool bitfield diagnostic
2015-09-09 Nathan Wilson[Concepts] Add diagnostic; invalid specifier on functio...
2015-09-04 Hans WennborgDon't allow dllexport/import on static local variables
2015-09-04 Richard SmithCleanups, no functionality change.
2015-09-04 Richard SmithFix a potential APInt memory leak when using __attribut...
2015-09-02 Vedant Kumar[Sema] Avoid crash on tag-type mismatch (Fixes PR24610)
2015-09-01 Aaron BallmanAdd a new frontend warning for referencing members...
2015-08-31 David Majnemer[MS ABI] Correctly mangle classes without names for...
2015-08-28 Hans WennborgFollow-up to r246338: use getParentFunctionOrMethod
2015-08-28 Hans WennborgAllow TLS vars in dllimport/export functions; only...
2015-08-27 Artem Belevich[CUDA] Check register names on appropriate side of...
2015-08-26 Nathan WilsonModify DeclaratorChuck::getFunction to be passed an...
2015-08-21 Richard Smith[modules] When we see a definition of a function for...
2015-08-20 Artem BelevichRevert r245496 "[CUDA] Add appropriate host/device...
2015-08-19 Artem Belevich[CUDA] Add appropriate host/device attribute to builtins.
2015-08-17 Richard Smith[modules] When parsing the base specifiers of a parse...
2015-08-14 Nathan Wilson[CONCEPTS] Add diagnostic; invalid tag when concept...
2015-08-14 Davide Italiano[Sema] main can't be declared as global variable, in...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-06 Eric ChristopherRename the non-coding style conformant functions in...
2015-08-05 Benjamin Kramer[AST] ArrayRefize template param list info setters...
2015-08-03 Nathan Wilson[CONCEPTS] Add concept to VarDecl and diagnostic for...
2015-07-31 Nathan Wilsontest commit; wrap ellipses in comment with brackets
2015-07-30 Hubert Tong[Concepts] Add diagnostic: non template declaration
2015-07-30 Pete CooperUse llvm::reverse to make a bunch of loops use foreach...
2015-07-25 Benjamin Kramer[AST] Turn the callbacks of lookupInBases and forallBas...
2015-07-22 Hans WennborgDowngrade error about adding 'dllimport' to used free...
2015-07-22 Hubert Tong[CONCEPTS] Add diagnostics: non-defining function;...
2015-07-21 Richard Smith[modules] In C++, stop serializing and deserializing...
2015-07-19 Richard Smith[modules] Don't save uninteresting identifiers, and...
2015-07-16 Aaron BallmanDisable #pragma redefine_extname for C++ code as it...
2015-07-14 Paul RobinsonAdd a "maximum TLS alignment" characteristic to the...
2015-07-14 David Majnemer[Sema] Emit a better diagnostic when variable redeclara...
2015-07-10 Justin BognerSema: Allow null names to be passed in to isAcceptableT...
2015-07-06 Richard SmithRefactor to avoid long if-condition.
2015-07-06 Richard SmithPR24030, PR24033: Consistently check whether a new...
2015-07-06 Richard SmithDR1909: Diagnose all invalid cases of a class member...
2015-07-06 Richard SmithWhen we see something that looks like a constructor...
2015-07-01 Richard Smith[modules] Don't require the 'inline' specifier when...
2015-06-30 Richard SmithRework parsing of pure-specifiers. Perform the grammar...
2015-06-29 Richard SmithPR23942: a pure-specifier's integer literal must be...
2015-06-27 Davide Italiano[Sema] Unions cannot have virtual functions.
2015-06-25 Aaron BallmanFix #pragma redefine_extname when there is a local...
2015-06-24 Douglas GregorReplace __double_underscored type nullability qualifier...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Richard Smith[modules] Add a flag to disable the feature that permit...
2015-06-22 Douglas GregorMisc. cleanups suggested by Aaron Ballman
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-21 Saleem AbdulrasoolSema: add a helper for enumerating the TST id (NFC)
2015-06-21 Saleem AbdulrasoolSema: convert decl + while loop into for loop (NFC)
2015-06-19 Douglas GregorExtend type nullability qualifiers for Objective-C.
2015-06-19 Douglas GregorIntroduce type nullability specifiers for C/C++.
2015-06-18 Daniel Marjamaki[clang] Refactoring of conditions so they use isOneOf...
2015-06-17 Richard Smith[modules] Ensure that if we merge the definitions of...
2015-06-11 Richard Smith[modules] Fix assert/crash when parsing and merging...
next