summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-264-10/+10
* [Sema] Don't use dyn_cast to detect an AtomicTypeDavid Majnemer2015-05-231-0/+5
* Fix assertion when assigning to object in OpenCL constant address space.Richard Smith2015-05-221-0/+8
* Check for bool-like conversion in conditional expressions.Richard Trieu2015-05-202-4/+30
* Eagerly correct typos in ParenExprs that may be type casts for non-C++ code.Kaelyn Takata2015-05-011-0/+6
* Don't warn about use of deprecated API when the containing context is unavail...Jordan Rose2015-04-301-6/+6
* Batch up access-related diagnostics on enum constants until the whole enum is...Jordan Rose2015-04-301-0/+81
* Fix Sema tests using __try by adding tripleReid Kleckner2015-04-281-2/+2
* [Sema] Don't allow unverified bitfields in FieldDeclsDavid Majnemer2015-04-261-0/+4
* [Sema] Check if a builtin is FunctionPrototype().Davide Italiano2015-04-251-0/+4
* Diagnose variadic main() as an extension; addresses PR17905.Aaron Ballman2015-04-231-0/+2
* Implement target-specific __attribute__((aligned)) valueUlrich Weigand2015-04-211-2/+5
* Fix __alignof__ of global variables on SystemZUlrich Weigand2015-04-211-0/+17
* Put statement expression decls in the enclosing code DeclContextReid Kleckner2015-04-201-1/+14
* Comment parsing: fix an assertion failure on a verbatim block terminated with...Dmitri Gribenko2015-04-151-0/+6
* Improve the error message for assigning to read-only variables.Richard Trieu2015-04-113-6/+10
* [Sema] Correctly recurse when looking for [*] in function definitionsDavid Majnemer2015-04-071-0/+3
* HasSideEffects() should return false for calls to pure and const functions.Michael Kuperstein2015-04-061-1/+13
* Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher2015-04-021-1/+1
* Correct typos in SEH filter expressionsReid Kleckner2015-04-021-0/+6
* Add test intended for commit in r231317Reid Kleckner2015-04-011-0/+7
* Sema: Accept pointers to any address space for builtin functionsTom Stellard2015-03-311-0/+8
* [PPC] Move argument range checks for HTM and crypto builtins to SemaKit Barton2015-03-301-0/+51
* Fix -Wshift-count-negative. It didn't work if the right hand sideDavide Italiano2015-03-261-0/+6
* Create android x86_32 and x86_64 target infoTamas Berghammer2015-03-252-0/+16
* Correct typos in C11 generic-selection expressions.Kaelyn Takata2015-03-191-0/+6
* Add -Wpartial-availability.Nico Weber2015-03-191-0/+25
* Comment parsing: move a diagnostic to the correct group.Dmitri Gribenko2015-03-172-3/+15
* Use Sema's PrintingPolicy when diagnosing DeclSpecs.Benjamin Kramer2015-03-121-0/+21
* Under duress, move check for target support of __builtin_setjmp/Joerg Sonnenberger2015-03-111-0/+34
* Warn when jumping out of a __finally block via continue, break, return, __leave.Nico Weber2015-03-091-2/+76
* Support __attribute__((availability)) on Android.Dan Albert2015-03-031-0/+31
* Add clang support for Objective-C application extensions.Bob Wilson2015-03-021-0/+18
* Win64: Silently ignore __stdcall, __fastcall, and __thiscallReid Kleckner2015-02-261-4/+9
* Add support for analyzing FreeBSD kernel printf extensions.Dimitry Andric2015-02-192-0/+47
* Sema: size_t is available in C when -fms-compatibility is enabledDavid Majnemer2015-02-181-0/+2
* [X86] Add range checking on immediate arguments on XOP vpcom builtins.Craig Topper2015-02-131-0/+33
* Sema: Semantically check _Atomic-qualified pointersDavid Majnemer2015-02-121-2/+4
* Make the byte-shift SSE intrinsics emit vector shuffles which we know the bac...Filipe Cabecinhas2015-02-071-7/+0
* Implement IRGen for SEH __finally and AbnormalTerminationReid Kleckner2015-02-041-1/+1
* Catch more cases when diagnosing integer-constant-expression overflows.Josh Magee2015-02-042-0/+149
* Sema: Add support for __declspec(restrict)David Majnemer2015-02-041-5/+5
* [inlineasm] Fix an incorrect warning about register constraint and modifier.Akira Hatanaka2015-02-041-0/+16
* Diagnose CXX 'this' pointer reference in funcs with naked attrWeiming Zhao2015-02-031-0/+15
* Allow objc_bridge(id) to be used on typedefs of [cv] void*.John McCall2015-02-011-2/+2
* Remove support for pnaclcall attributeDerek Schuff2015-01-281-2/+0
* PR 20146Nathan Sidwell2015-01-281-1/+1
* Sema: Ensure that __c11_atomic_fetch_add has a pointer to complete typeDavid Majnemer2015-01-281-1/+5
* Check wchar_t type on PS4.Alex Rosenberg2015-01-271-1/+1
* Properly handle typos in the conditional of ?: expressions in C.Kaelyn Takata2015-01-271-0/+5
OpenPOWER on IntegriCloud