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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pedantic warning -Wempty-translation-unit (C11 6.9p1).
Jordan Rose
2012-06-06
4
-20
/
+41
*
Zap the /Za compiler switch from MSVC projects, the option is considered harm...
Francois Pichet
2012-06-06
3
-16
/
+2
*
Introduce -Wunused-private-field. If enabled, this warning detects
Daniel Jasper
2012-06-06
3
-2
/
+147
*
Disable path pruning for UndefResultChecker. It turns out we usually want to...
Ted Kremenek
2012-06-06
1
-0
/
+2
*
A non-explicit constructor template with a second parameter that is a
Douglas Gregor
2012-06-05
1
-1
/
+3
*
PlistDiagnostics: force the ranges for control-flow edges to be single locati...
Ted Kremenek
2012-06-05
1
-2
/
+10
*
objective-c: merge deprecated/unavailable attributes to
Fariborz Jahanian
2012-06-05
1
-5
/
+2
*
Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>.
Eli Friedman
2012-06-05
1
-2
/
+7
*
Reapply "Only emit debug information for methods that are user defined, there's"
Eric Christopher
2012-06-05
1
-2
/
+6
*
Mips: Define __mips_hard_float macro additional to __mips_single_float
Simon Atanasyan
2012-06-05
1
-6
/
+7
*
Revert "Only emit debug information for methods that are user defined, there's"
John McCall
2012-06-05
1
-6
/
+2
*
Only emit debug information for methods that are user defined, there's
Eric Christopher
2012-06-05
1
-2
/
+6
*
Teach format string checking about compile-time CFString constants.
Jordan Rose
2012-06-04
1
-20
/
+24
*
Make suggestions for mismatched enum arguments to printf/scanf.
Jordan Rose
2012-06-04
2
-0
/
+9
*
Teach printf/scanf about enums with fixed underlying types.
Jordan Rose
2012-06-04
2
-10
/
+25
*
PR13022: cope with parenthesized function types in MS name mangling.
Richard Smith
2012-06-04
1
-1
/
+1
*
Add a warning for when an array-to-pointer decay is performed on an array
Richard Smith
2012-06-04
3
-4
/
+69
*
[objcmt] Don't migrate to subscripting syntax if the required methods have not
Argyrios Kyrtzidis
2012-06-04
2
-11
/
+52
*
[analyzer] Fix a diagnostics bug which lead to a crash on the buildbot.
Anna Zaks
2012-06-04
1
-0
/
+5
*
objective-c: Handle more warning cases for when
Fariborz Jahanian
2012-06-04
1
-0
/
+17
*
Fixed a problem related to resolution of built-in headers in case a path of t...
Alexander Kornienko
2012-06-04
1
-25
/
+15
*
Removing the lambda extension warning concerning single return statements, as...
Aaron Ballman
2012-06-04
1
-20
/
+0
*
Remove AST and Parse from Driver's dependencies.
Jordan Rose
2012-06-04
1
-1
/
+1
*
Require -pie when linking with ASan on Android.
Evgeniy Stepanov
2012-06-04
1
-0
/
+2
*
Add fma3 intrinsic header file.
Craig Topper
2012-06-04
3
-0
/
+234
*
When adding built-in operator candidates for overload resolution
Douglas Gregor
2012-06-04
1
-26
/
+110
*
Make disabling SSE levels also disable AVX and FMA.
Craig Topper
2012-06-03
1
-6
/
+13
*
Make AES and PCLMUL features imply SSE2 as that's needed to get the right typ...
Craig Topper
2012-06-03
1
-3
/
+4
*
Add fma feature flag for Intel FMA instructions.
Craig Topper
2012-06-03
1
-2
/
+21
*
Improve fixit for comparison operator on lhs of bitwise operator.
Nico Weber
2012-06-03
1
-1
/
+1
*
Initialize the non-target-dependent fields of the Preprocessor in its constru...
Argyrios Kyrtzidis
2012-06-02
1
-48
/
+47
*
ToolInvocation::mapVirtualFile(): Tweak for Win32. Handle the key as native p...
NAKAMURA Takumi
2012-06-02
1
-1
/
+3
*
MIPS: Factor out code selects the float ABI as determined by -msoft-float,
Simon Atanasyan
2012-06-02
1
-15
/
+22
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
8
-10
/
+10
*
Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnosti...
Alexander Kornienko
2012-06-02
1
-5
/
+16
*
[analyzer] Rely on canBeInlined utility instead of checking CallExpr
Anna Zaks
2012-06-02
2
-2
/
+3
*
[analyzer] Fix a spurious undef value warning.
Anna Zaks
2012-06-01
1
-1
/
+9
*
[analyzer] Fix lack of coverage after empty inlined function.
Anna Zaks
2012-06-01
1
-0
/
+2
*
Disable diagnosic path pruning for ReturnUndefChecker.
Ted Kremenek
2012-06-01
1
-0
/
+1
*
static analyzer: add inlining support for directly called blocks.
Ted Kremenek
2012-06-01
5
-69
/
+180
*
Don't allow multiple correction candidates that have the same identifier
Kaelyn Uhrain
2012-06-01
1
-25
/
+53
*
Support C++11 enum forward declarations.
Eric Christopher
2012-06-01
1
-1
/
+2
*
[arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...
Argyrios Kyrtzidis
2012-06-01
4
-25
/
+58
*
Anonymous union members within a struct are now properly handled as an uneval...
Aaron Ballman
2012-06-01
1
-1
/
+1
*
In TypoCorrectionConsumer, BestResults to CorrectionResults to lessen
Kaelyn Uhrain
2012-05-31
1
-14
/
+19
*
objc: properties of NSObject attribute must
Fariborz Jahanian
2012-05-31
1
-1
/
+9
*
[analyzer] Fix BugType memory leak in IdempotentOperationChecker.
Tom Care
2012-05-31
1
-1
/
+4
*
[analyzer] Cleanup for r157721.
Anna Zaks
2012-05-31
1
-11
/
+9
*
Fix an object lifetime issue in clang/Tooling.
Alexander Kornienko
2012-05-31
1
-6
/
+9
*
Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we...
Ted Kremenek
2012-05-31
5
-3
/
+9
[next]