summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Make Sema::CheckFormatString a static function inside SemaChecking.cppAndy Gibbs2016-02-221-31/+46
* Addressing review comments for r261163.Manman Ren2016-02-224-39/+14
* Fix PR24473 : Teach clang to remember to substitute into member variable temp...Faisal Vali2016-02-221-2/+48
* [MSVC Compat] Implement -EHc semanticsDavid Majnemer2016-02-201-0/+7
* [OPENMP 4.5] Initial support for data members in 'lastprivate' clause.Alexey Bataev2016-02-201-61/+46
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-192-10/+11
* [OpenCL] Generate metadata for opencl_unroll_hint attributeAnastasia Stulova2016-02-191-0/+48
* Removed unused local variableSerge Pavlov2016-02-191-3/+0
* Implement the likely resolution of core issue 253.Nico Weber2016-02-191-6/+11
* Fix my typo from r261278Richard Trieu2016-02-191-1/+1
* Add -Wcomma warning to Clang.Richard Trieu2016-02-182-0/+92
* Remove use of builtin comma operator.Richard Trieu2016-02-184-13/+50
* [Sema] Fix bug in TypeLocBuilder::pushImplAkira Hatanaka2016-02-181-4/+32
* [Parse] Code complete expressions in bracket declarators.Benjamin Kramer2016-02-181-0/+4
* Sema: provide an extension warning for enable_ifSaleem Abdulrasool2016-02-181-0/+2
* Add 'nopartial' qualifier for availability attributes.Manman Ren2016-02-174-8/+46
* [modules] Cache 'acceptable decl' lookups for namespaces. In projects withRichard Smith2016-02-172-0/+24
* Correct more typos in conditional expressionsDavid Majnemer2016-02-171-1/+16
* [OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.Alexey Bataev2016-02-171-2/+12
* [OpenCL] Added half type literal with suffix h.Anastasia Stulova2016-02-171-1/+8
* [OPENMP] Fix handling loop-based directives with arrays.Alexey Bataev2016-02-171-68/+106
* Improve diagnostics for ill-formed literal operator declarations.Richard Smith2016-02-171-86/+144
* [typo-correction] Apply name specifier corrections when forming a NNSReid Kleckner2016-02-161-0/+4
* [OPENMP] Allow to use compound assignment operators.Alexey Bataev2016-02-161-10/+37
* [OPENMP] Improved handling of pseudo-captured expressions in OpenMP.Alexey Bataev2016-02-161-20/+41
* Sema: prevent assertion on stack return checkingSaleem Abdulrasool2016-02-151-2/+4
* Sema: constify EvalAddr, EvalValSaleem Abdulrasool2016-02-151-139/+146
* Fix a leak in the generated code for attributes with strings.Benjamin Kramer2016-02-131-3/+3
* Don't copy a DenseMap just to do lookup in it.Benjamin Kramer2016-02-131-6/+1
* [Sema] More changes to fix Objective-C fallout from r249995.Bob Wilson2016-02-132-33/+51
* Make -Wnull-conversion more useful.Richard Trieu2016-02-131-7/+14
* Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...Eugene Zelenko2016-02-127-177/+92
* [CUDA] Tweak attribute-based overload resolution to match nvcc behavior.Artem Belevich2016-02-122-43/+72
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-113-43/+40
* Silence some MSVC false positive warnings about integer zexts and falling off...Reid Kleckner2016-02-101-1/+1
* [OPENMP 4.5] Initial support for data members in 'firstprivate' clause.Alexey Bataev2016-02-101-76/+73
* Fix assertion "Chunk.Kind == DeclaratorChunk::Function" with attributed type.Denis Zobnin2016-02-101-0/+7
* Fix PR26543: add a check for definition in CXXRecordDecl.Alexey Bataev2016-02-101-1/+2
* [Sema] Issue a warning for integer overflow in nested struct initializerAkira Hatanaka2016-02-101-6/+14
* Revert "Avoid forcing emission of delayed dllexported classes on template ins...Reid Kleckner2016-02-091-10/+0
* [OPENMP] Allow to use the variable in the same 'threadprivate'Alexey Bataev2016-02-091-3/+0
* Do not mark variable as threadprivate if it was marked already.Alexey Bataev2016-02-091-0/+3
* [OPENMP] Allow to reference threadprivate variable in same directive.Alexey Bataev2016-02-091-2/+8
* Avoid forcing emission of delayed dllexported classes on template instantiationReid Kleckner2016-02-091-0/+10
* Make ParentMap work with explicit specializations of function templates.Nico Weber2016-02-081-1/+0
* [Concepts] Remove the IsConcept bit and associated member functions from VarDeclNathan Wilson2016-02-081-5/+8
* Remove dead code.Richard Smith2016-02-081-4/+0
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-084-22/+94
* [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 byNathan Wilson2016-02-082-2/+32
* Sema: handle typo correction on ARC'ed ivarSaleem Abdulrasool2016-02-071-0/+4
OpenPOWER on IntegriCloud