summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Decl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] Simplify and generalize the existing rule for finding hiddenRichard Smith2015-11-121-2/+32
* Implement __attribute__((internal_linkage)).Evgeniy Stepanov2015-11-101-0/+8
* Use "auto" when the type name is redundantAlexander Kornienko2015-11-091-91/+79
* Adjust printQualifiedName to handle unscoped enums in a way similar to anonym...Alexander Kornienko2015-11-091-0/+9
* [modules] Rationalize the behavior of Decl::declarationReplaces, and inRichard Smith2015-11-031-54/+30
* [MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...David Majnemer2015-10-081-1/+2
* [OpenCL 2.0] Enable program scope variables, Section 6.5.1.Anastasia Stulova2015-09-301-1/+0
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-311-4/+4
* Convert a few classes over to use the new TrailingObjects helper.James Y Knight2015-08-061-28/+28
* function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove itsRichard Smith2015-08-051-14/+4
* [AST] ArrayRefize template param list info setters. No functionality change i...Benjamin Kramer2015-08-051-22/+14
* [AST] ArrayRefize BlockDecl::setCaptures. No functionality change intended.Benjamin Kramer2015-08-051-17/+8
* Fix alignment issues in Clang.James Y Knight2015-07-171-3/+3
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-4/+8
* [MS ABI] Don't generates code for unreferenced inline definitions of library ...David Majnemer2015-07-101-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-1/+2
* [AST] Put VarDeclBitfields on a dietDavid Majnemer2015-05-191-0/+2
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-3/+16
* [MS ABI] __declspec(thread) behaves like thread_local in MSVC 2015David Majnemer2015-05-141-3/+6
* [AST] hasAttr followed by getAttr isn't efficientDavid Majnemer2015-05-141-2/+5
* De-virtualize some const versions of getCanonicalDecl by redirecting to the n...Craig Topper2015-05-101-4/+0
* Wrap to 80 columns, fix typo in comment. No behavior change.Nico Weber2015-04-221-7/+7
* Follow-up to r235046: selectany only causes a definition if it's not inherited.Nico Weber2015-04-171-1/+2
* Don't crash when a selectany symbol would get common linkageNico Weber2015-04-151-3/+3
* clang-format a line containing nothing but a "{". No behavior change.Nico Weber2015-04-151-3/+2
* Make __declspec(selectany) turn variable declartions into definitions.Nico Weber2015-04-151-2/+2
* Properly implement warn_unused_result checking for classes/structs.Kaelyn Takata2015-04-091-0/+12
* Replace copy loop with std::copy.Benjamin Kramer2015-04-051-2/+1
* Partially revert "Replace custom alignment enforcement with LLVM_ALIGNAS."Benjamin Kramer2015-04-021-2/+4
* Replace custom alignment enforcement with LLVM_ALIGNAS.Benjamin Kramer2015-04-021-4/+4
* [modules] Handle defining a tag with a typedef name for linkage purposes on t...Richard Smith2015-03-271-0/+8
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-33/+0
* Don't crash-on-valid when an inline function is friend of class templateDavid Majnemer2015-03-201-1/+2
* MS ABI: Implement __GetExceptionInfo for std::make_exception_ptrDavid Majnemer2015-03-131-1/+8
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-0/+7
* [modules] Rework merging of redeclaration chains on module import.Richard Smith2015-03-051-0/+5
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-2/+2
* [modules] When determining whether a name from a module replaces a name weRichard Smith2015-02-101-51/+99
* Generalize r228066 to give all implicit global allocation functions default v...Larisse Voufo2015-02-041-6/+1
* PR22419: Give implicit sized deallocation functions default visibilityLarisse Voufo2015-02-031-1/+6
* The prefix 'Ms-' should be 'MS-'David Majnemer2015-02-021-1/+1
* AST: Fix the linkage of static vars in fn template specializationsDavid Majnemer2014-12-161-1/+1
* Fix the issue of mangling of local anonymous unions (Itanium C++ ABI):Evgeny Astigeevich2014-12-121-0/+16
* AST: Properly calculate the linkage of a IndirectFieldDeclDavid Majnemer2014-12-101-2/+5
* [Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov2014-11-111-1/+1
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-1/+1
* Fix the buildDavid Blaikie2014-10-311-1/+1
* Fix unused-function warning differently from r220853David Blaikie2014-10-311-8/+1
OpenPOWER on IntegriCloud