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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Warn on passing a reference to null pointer as an argument in a call
Anna Zaks
2013-03-07
3
-29
/
+141
*
Don't duplicate function names. Thanks to Jordan Rose for pointing it out.
Rafael Espindola
2013-03-07
1
-4
/
+4
*
Add a hasExternalLinkage helper. No functionality change.
Rafael Espindola
2013-03-07
6
-14
/
+19
*
Add a hasExternalStorageAsWritten helper. No functionality change.
Rafael Espindola
2013-03-07
2
-5
/
+10
*
Fix typo.
Rafael Espindola
2013-03-07
1
-1
/
+1
*
[analyzer] Check for returning null references in ReturnUndefChecker.
Jordan Rose
2013-03-07
4
-35
/
+210
*
[analyzer] Clean up a few doc comments for ProgramState and CallEvent.
Jordan Rose
2013-03-07
3
-6
/
+14
*
Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
2013-03-06
7
-27
/
+203
*
[analyzer] Pass the correct Expr to the bug reporter visitors when dealing wi...
Anna Zaks
2013-03-06
2
-3
/
+56
*
[analyzer] IDC: Add config option; perform the idc check on first “null nod...
Anna Zaks
2013-03-06
4
-3
/
+24
*
[PCH] When pre-validating the headers from the PCH, only validate non-system ...
Argyrios Kyrtzidis
2013-03-06
2
-4
/
+26
*
[PCH] For HeaderFileInfoTrait, hash the key using size & time of the file.
Argyrios Kyrtzidis
2013-03-06
3
-40
/
+66
*
[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than...
Argyrios Kyrtzidis
2013-03-06
3
-16
/
+5
*
[PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTra...
Argyrios Kyrtzidis
2013-03-06
2
-8
/
+3
*
Spell Objective-C correctly.
Fariborz Jahanian
2013-03-06
2
-2
/
+2
*
say objective-C in the warning and streamline
Fariborz Jahanian
2013-03-06
3
-23
/
+13
*
Driver: add support for new style multiarch in Ubuntu 13.04
Dmitri Gribenko
2013-03-06
10
-2
/
+57
*
New ASTMatchers and enhancement to hasOverloadedOperatorName
Edwin Vane
2013-03-06
4
-16
/
+176
*
[Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...
Alexey Samsonov
2013-03-06
2
-21
/
+43
*
revert r176531 due to clan-native-arm fails
Weiming Zhao
2013-03-06
3
-37
/
+2
*
PR15390: If a function returns a pointer to a function, that function type
Richard Smith
2013-03-06
4
-21
/
+39
*
After issuing a diagnostic for undefining or redefining a builtin macro,
Richard Smith
2013-03-06
5
-14
/
+37
*
objective-C: don't crash after diagnosing
Fariborz Jahanian
2013-03-06
2
-2
/
+19
*
Remove unused static variable.
Douglas Gregor
2013-03-05
1
-4
/
+0
*
Preprocessor: don't keep comments under -traditional-cpp.
Jordan Rose
2013-03-05
2
-1
/
+16
*
PR 11326: Lack diagnosic message when ABI conflicts on ARM
Weiming Zhao
2013-03-05
3
-2
/
+37
*
fix a missing check in my last patch.
Fariborz Jahanian
2013-03-05
2
-3
/
+12
*
Preprocessor: don't consider // to be a line comment in -E -std=c89 mode.
Jordan Rose
2013-03-05
3
-4
/
+16
*
doc. parsing. Improve on diagnostics on my last patch.
Fariborz Jahanian
2013-03-05
5
-13
/
+36
*
Remove outdated claim that GCC builds without a C++ compiler from compilers c...
Richard Smith
2013-03-05
1
-1
/
+0
*
Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first
Lang Hames
2013-03-05
2
-3
/
+21
*
[libclang] When logging a CXTranslationUnit that came from an AST file, print...
Argyrios Kyrtzidis
2013-03-05
3
-0
/
+14
*
Fix this checkin.
Fariborz Jahanian
2013-03-05
1
-1
/
+1
*
doc parsing. Add @method and @callback for
Fariborz Jahanian
2013-03-05
7
-19
/
+46
*
Mips specific inline assembler constraint 'R'
Jack Carter
2013-03-05
2
-1
/
+27
*
Make LibASTMatchersTutorial code match text
Edwin Vane
2013-03-05
1
-5
/
+5
*
Documentation: use code highlighting
Dmitri Gribenko
2013-03-05
1
-30
/
+31
*
Add a test that we are passing the -fobjc-default-synthesize flag for Apple and
David Chisnall
2013-03-05
1
-0
/
+6
*
Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a
Richard Smith
2013-03-05
2
-2
/
+18
*
Add quotation marks to template names in diagnostics.
David Blaikie
2013-03-05
9
-11
/
+31
*
scan-build: explicitly say "No bugs found" if there are no reports.
Jordan Rose
2013-03-05
1
-0
/
+1
*
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-03-05
9
-7
/
+17
*
doc parsing. We want to issue a strong warning when
Fariborz Jahanian
2013-03-05
8
-2
/
+40
*
[analyzer] Don't let cf_audited_transfer override CFRetain semantics.
Jordan Rose
2013-03-04
2
-6
/
+39
*
Comment parsing: refactor handling of command markers in AST
Dmitri Gribenko
2013-03-04
7
-69
/
+154
*
Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.
Bob Wilson
2013-03-04
4
-14
/
+35
*
Tidy up lists of Cortex-A series processors, adding entries for A7.
Bob Wilson
2013-03-04
3
-6
/
+11
*
Fix confused use of llvm::StringSwitch for armv7r architecture.
Bob Wilson
2013-03-04
1
-1
/
+1
*
Mips specific inline assembler constraint 'R'
Jack Carter
2013-03-04
2
-3
/
+4
*
[PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compa...
Argyrios Kyrtzidis
2013-03-04
2
-5
/
+5
[next]