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
/
attr-malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Account for calling convention specifiers in function definitions in IR test ...
David Blaikie
2015-06-29
1
-2
/
+2
*
Sema: Add support for __declspec(restrict)
David Majnemer
2015-02-04
1
-5
/
+5
*
Move a bunch of tests to directly use the CC1 layer. This at least saves
Chandler Carruth
2014-01-15
1
-2
/
+2
*
This really seems like a boring set of fixes to our tests to make them more
Chandler Carruth
2010-11-16
1
-1
/
+4
*
Update tests to use %clang instead of 'clang', and forcibly disable use of '
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Use clang to run tests which include headers from the system.
Daniel Dunbar
2009-11-17
1
-2
/
+2
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-3
/
+3
*
Change handling of attribute 'malloc' to only accept the attribute on function
Ted Kremenek
2009-08-15
1
-5
/
+5
*
Add more attribute 'malloc' test cases involving function pointers.
Ted Kremenek
2009-08-14
1
-0
/
+1
*
Per Eli Friedman's feedback, handle attribute 'malloc' being applied to
Ted Kremenek
2009-08-14
1
-3
/
+5
*
Rename macro to avoid a name clash on FreeBSD.
Benjamin Kramer
2009-08-11
1
-2
/
+2
*
warn, as gcc does, if __attribute__((malloc)) applied to function returning n...
Ryan Flynn
2009-08-09
1
-0
/
+6
*
map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...
Ryan Flynn
2009-08-09
1
-0
/
+16