summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Decl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* clang/lib/AST/Decl.cpp: Tweak isVLATypeCapturingAllowed() for -Asserts. [-Wun...NAKAMURA Takumi2014-10-291-1/+3
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-1/+15
* Teach SanitizerBlacklist to blacklist by SourceLocation. NFC.Alexey Samsonov2014-10-161-3/+2
* Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...Kostya Serebryany2014-10-161-0/+44
* Change how we distinguish bitfield widths, in-classJohn McCall2014-10-101-32/+17
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-221-0/+7
* patch to add missing warning on sizeof wrong parameterFariborz Jahanian2014-09-121-0/+3
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-091-0/+13
* [modules] Use DeclContext::equals rather than == on DeclContext* whenRichard Smith2014-09-031-0/+5
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-4/+32
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-3/+3
* Range'ify some for loops over RecordDecl::fields()Hans Wennborg2014-08-211-3/+4
* Add some FIXMEs.Richard Smith2014-08-111-0/+2
OpenPOWER on IntegriCloud