summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-282-34/+61
* Fix bug in using shadow decl checking: a using shadow decl should not conflictRichard Smith2016-02-271-0/+6
* [dllexport] Sort out emission order of delayed exported classesReid Kleckner2016-02-263-0/+20
* Reduce false positives in printf/scanf format checkerAndy Gibbs2016-02-261-34/+145
* [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttrXiuli Pan2016-02-263-11/+53
* [Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType.Akira Hatanaka2016-02-251-1/+0
* [OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.Alexey Bataev2016-02-251-22/+62
* Twek fix for PR24473 (r261506) - Preserve the template arguments as writtenFaisal Vali2016-02-251-1/+4
* [OPENMP 4.5] Support fielddecls in 'shared' clause.Alexey Bataev2016-02-251-40/+28
* [OpenCL] Add Sema checks for typesXiuli Pan2016-02-252-2/+26
* Fix assertion failure on MaybeODRUseExprs.Manman Ren2016-02-241-0/+2
* Minor cleanup of Sema::CheckEnableIf. NFC.George Burgess IV2016-02-241-23/+16
* [CUDA] do not allow attribute-based overloading for __global__ functions.Artem Belevich2016-02-241-1/+4
* [OpenCL] Add Sema checks for OpenCL 2.0 blockXiuli Pan2016-02-243-0/+57
* Amends r252104 to evaluate the controlling expression in an unevaluated conte...Aaron Ballman2016-02-231-4/+7
* 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
OpenPOWER on IntegriCloud