index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
__declspec is not a core Clang language extension. Instead, require -fms-exte...
Aaron Ballman
2015-05-26
4
-10
/
+10
*
[Sema] Don't use dyn_cast to detect an AtomicType
David Majnemer
2015-05-23
1
-0
/
+5
*
Fix assertion when assigning to object in OpenCL constant address space.
Richard Smith
2015-05-22
1
-0
/
+8
*
Check for bool-like conversion in conditional expressions.
Richard Trieu
2015-05-20
2
-4
/
+30
*
Eagerly correct typos in ParenExprs that may be type casts for non-C++ code.
Kaelyn Takata
2015-05-01
1
-0
/
+6
*
Don't warn about use of deprecated API when the containing context is unavail...
Jordan Rose
2015-04-30
1
-6
/
+6
*
Batch up access-related diagnostics on enum constants until the whole enum is...
Jordan Rose
2015-04-30
1
-0
/
+81
*
Fix Sema tests using __try by adding triple
Reid Kleckner
2015-04-28
1
-2
/
+2
*
[Sema] Don't allow unverified bitfields in FieldDecls
David Majnemer
2015-04-26
1
-0
/
+4
*
[Sema] Check if a builtin is FunctionPrototype().
Davide Italiano
2015-04-25
1
-0
/
+4
*
Diagnose variadic main() as an extension; addresses PR17905.
Aaron Ballman
2015-04-23
1
-0
/
+2
*
Implement target-specific __attribute__((aligned)) value
Ulrich Weigand
2015-04-21
1
-2
/
+5
*
Fix __alignof__ of global variables on SystemZ
Ulrich Weigand
2015-04-21
1
-0
/
+17
*
Put statement expression decls in the enclosing code DeclContext
Reid Kleckner
2015-04-20
1
-1
/
+14
*
Comment parsing: fix an assertion failure on a verbatim block terminated with...
Dmitri Gribenko
2015-04-15
1
-0
/
+6
*
Improve the error message for assigning to read-only variables.
Richard Trieu
2015-04-11
3
-6
/
+10
*
[Sema] Correctly recurse when looking for [*] in function definitions
David Majnemer
2015-04-07
1
-0
/
+3
*
HasSideEffects() should return false for calls to pure and const functions.
Michael Kuperstein
2015-04-06
1
-1
/
+13
*
Unify warnings/errors from "maybe you meant" to "did you mean".
Eric Christopher
2015-04-02
1
-1
/
+1
*
Correct typos in SEH filter expressions
Reid Kleckner
2015-04-02
1
-0
/
+6
*
Add test intended for commit in r231317
Reid Kleckner
2015-04-01
1
-0
/
+7
*
Sema: Accept pointers to any address space for builtin functions
Tom Stellard
2015-03-31
1
-0
/
+8
*
[PPC] Move argument range checks for HTM and crypto builtins to Sema
Kit Barton
2015-03-30
1
-0
/
+51
*
Fix -Wshift-count-negative. It didn't work if the right hand side
Davide Italiano
2015-03-26
1
-0
/
+6
*
Create android x86_32 and x86_64 target info
Tamas Berghammer
2015-03-25
2
-0
/
+16
*
Correct typos in C11 generic-selection expressions.
Kaelyn Takata
2015-03-19
1
-0
/
+6
*
Add -Wpartial-availability.
Nico Weber
2015-03-19
1
-0
/
+25
*
Comment parsing: move a diagnostic to the correct group.
Dmitri Gribenko
2015-03-17
2
-3
/
+15
*
Use Sema's PrintingPolicy when diagnosing DeclSpecs.
Benjamin Kramer
2015-03-12
1
-0
/
+21
*
Under duress, move check for target support of __builtin_setjmp/
Joerg Sonnenberger
2015-03-11
1
-0
/
+34
*
Warn when jumping out of a __finally block via continue, break, return, __leave.
Nico Weber
2015-03-09
1
-2
/
+76
*
Support __attribute__((availability)) on Android.
Dan Albert
2015-03-03
1
-0
/
+31
*
Add clang support for Objective-C application extensions.
Bob Wilson
2015-03-02
1
-0
/
+18
*
Win64: Silently ignore __stdcall, __fastcall, and __thiscall
Reid Kleckner
2015-02-26
1
-4
/
+9
*
Add support for analyzing FreeBSD kernel printf extensions.
Dimitry Andric
2015-02-19
2
-0
/
+47
*
Sema: size_t is available in C when -fms-compatibility is enabled
David Majnemer
2015-02-18
1
-0
/
+2
*
[X86] Add range checking on immediate arguments on XOP vpcom builtins.
Craig Topper
2015-02-13
1
-0
/
+33
*
Sema: Semantically check _Atomic-qualified pointers
David Majnemer
2015-02-12
1
-2
/
+4
*
Make the byte-shift SSE intrinsics emit vector shuffles which we know the bac...
Filipe Cabecinhas
2015-02-07
1
-7
/
+0
*
Implement IRGen for SEH __finally and AbnormalTermination
Reid Kleckner
2015-02-04
1
-1
/
+1
*
Catch more cases when diagnosing integer-constant-expression overflows.
Josh Magee
2015-02-04
2
-0
/
+149
*
Sema: Add support for __declspec(restrict)
David Majnemer
2015-02-04
1
-5
/
+5
*
[inlineasm] Fix an incorrect warning about register constraint and modifier.
Akira Hatanaka
2015-02-04
1
-0
/
+16
*
Diagnose CXX 'this' pointer reference in funcs with naked attr
Weiming Zhao
2015-02-03
1
-0
/
+15
*
Allow objc_bridge(id) to be used on typedefs of [cv] void*.
John McCall
2015-02-01
1
-2
/
+2
*
Remove support for pnaclcall attribute
Derek Schuff
2015-01-28
1
-2
/
+0
*
PR 20146
Nathan Sidwell
2015-01-28
1
-1
/
+1
*
Sema: Ensure that __c11_atomic_fetch_add has a pointer to complete type
David Majnemer
2015-01-28
1
-1
/
+5
*
Check wchar_t type on PS4.
Alex Rosenberg
2015-01-27
1
-1
/
+1
*
Properly handle typos in the conditional of ?: expressions in C.
Kaelyn Takata
2015-01-27
1
-0
/
+5
[next]