summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Decl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix linkage bug that miscompiled variable templates instantiated from similar...Larisse Voufo2014-07-021-0/+64
* Make FunctionDecl::getReturnTypeSourceRange() support non-builtin typesAlp Toker2014-07-021-8/+11
* Introduce a FunctionDecl::getReturnTypeSourceRange() utilityAlp Toker2014-07-021-0/+17
* Fix treatment of types defined in function prototypeSerge Pavlov2014-06-251-0/+12
* Fix crash declaring global allocation function with zero parameters. Fixes PR...Nick Lewycky2014-06-071-1/+1
* Rename utility function templatesAlp Toker2014-05-311-6/+6
* Take PrintingPolicy::SuppressUnwrittenScope into account when printing theRichard Smith2014-05-301-0/+3
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-281-8/+1
* Avoid allocating extra memory to handle the lazy definition data pointer forRichard Smith2014-05-221-1/+1
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-36/+40
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-151-1/+1
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-72/+82
* Add support for __declspec(thread) under -fms-extensionsReid Kleckner2014-05-011-0/+15
* AST: Fix visibility calculation for VarTemplateSpecializationDeclDavid Majnemer2014-04-291-0/+4
* Suppress unused variable warningReid Kleckner2014-04-231-1/+3
* Make TypeDecl much less friendly.Richard Smith2014-04-231-2/+2
* AST: Cleanup/simplify some LV calculation codeDavid Majnemer2014-04-231-20/+16
* Teach getTemplateInstantiationPattern to deal with generic lambdas.Faisal Vali2014-04-031-2/+23
* CodeGen: Emit some functions as weak_odr under -fms-compatibilityDavid Majnemer2014-04-021-1/+39
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-3/+3
* Simplify FunctionDecl::getMinRequiredArguments().Richard Smith2014-04-011-26/+6
* Don't fold together the name lookup entries for two declarations if they areRichard Smith2014-03-171-4/+10
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-151-2/+4
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-3/+2
* [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...Aaron Ballman2014-03-101-5/+2
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-081-2/+2
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-071-3/+1
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-071-2/+2
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-071-2/+2
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-41/+28
* Exclude invalid old decl from mismatching linkage assertionIsmail Pazarbasi2014-03-061-3/+2
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* PR18839: 'extern "C++"' also adds an implicit 'extern', not just 'extern "C"'.Richard Smith2014-02-171-4/+4
* Report a correct end location for nameless parameters.Benjamin Kramer2014-02-021-1/+3
* Introduce and use Decl::getAsFunction() to simplify templated function checksAlp Toker2014-01-221-12/+4
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-7/+8
* PR18544: don't assert that 'operator new' is not declared inside a namespace;Richard Smith2014-01-191-4/+9
OpenPOWER on IntegriCloud