summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen2016-06-211-1/+1
* Fix a few issues while skipping function bodiesOlivier Goffart2016-06-161-1/+1
* Keep invalid functions as part of the ASTOlivier Goffart2016-06-161-4/+3
* Fix cv-qualification of '*this' captures and nasty bug PR27507 Faisal Vali2016-06-111-1/+1
* Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen2016-06-091-1/+1
* [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen2016-06-091-1/+1
* FixIt: use getLocForEndOfToken to insert fix-it after a type name.Manman Ren2016-06-021-1/+2
* [MSVC] Fix stack overflow in unqualified type lookup logic, by WillAlexey Bataev2016-05-311-5/+11
* [ms][dll] #26935 Defining a dllimport function should cause it to be exportedDenis Zobnin2016-05-251-17/+35
* [ms] Allow more unqualified lookup of types in dependent base classesReid Kleckner2016-05-241-11/+47
* Fix filtering of prior declarations when checking for a tag redeclaration toRichard Smith2016-05-231-1/+2
* [CUDA] Do not allow non-empty destructors for global device-side variables.Artem Belevich2016-05-191-0/+6
* Teach Sema::MergeFunctionDecl to properly check for an out-of-line definition...Vassil Vassilev2016-05-181-1/+1
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-0/+7
* [CUDA] Restrict init of local __shared__ variables to empty constructors only.Artem Belevich2016-05-091-4/+5
* [CUDA] Only __shared__ variables can be static local on device side.Artem Belevich2016-05-091-1/+10
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Availability: set location when creating attribute for tvos, watchos.Manman Ren2016-05-061-1/+2
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-7/+0
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-0/+7
* Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...Aaron Ballman2016-05-041-271/+273
* Avoid -Wshadow warnings about constructor parameters named after fieldsReid Kleckner2016-04-291-19/+61
* Implement CWG 941 - explicit specializations of deleted function templatesFaisal Vali2016-04-171-0/+8
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-7/+0
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-0/+7
* Reverting r266199; it causes build bot failures.Aaron Ballman2016-04-131-274/+272
* Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman2016-04-131-272/+274
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [GCC] Attribute ifunc support in clangDmitry Polukhin2016-04-111-2/+2
* [Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TSNathan Wilson2016-04-091-0/+21
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+3
* [CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar2016-03-301-0/+3
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-301-2/+2
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-291-9/+7
* ObjC: Handle boolean fixed type for enum.Manman Ren2016-03-231-1/+4
* Use an enum instead of hardcoded indices. NFC.Alexander Kornienko2016-03-231-7/+11
* [CUDA] Don't allow templated variadic functions.Justin Lebar2016-03-221-22/+22
* Add replacement = "xxx" to AvailabilityAttr.Manman Ren2016-03-211-1/+2
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-1/+2
* Revert r263687 for ubsan bot failure.Manman Ren2016-03-171-2/+1
* Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner2016-03-171-2/+2
* For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner2016-03-171-2/+2
* Add an optional named argument (replacement = "xxx") to AvailabilityAttr.Manman Ren2016-03-171-1/+2
* Fix destructor definition of invalid classesOlivier Goffart2016-03-161-8/+10
* Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.Manman Ren2016-03-101-1/+3
* [GCC] PR23529 Sema part of attrbute abi_tag supportDmitry Polukhin2016-03-091-0/+18
* [OpenCL] Improve diagnostics of address spaces for variables in functionAnastasia Stulova2016-03-031-20/+12
* [OpenCL] Apply missing restrictions for Blocks in OpenCL v2.0Anastasia Stulova2016-03-031-23/+55
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-2/+3
OpenPOWER on IntegriCloud