index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2013-02-25
[ubsan] Emit single check for left shift.
Will Dietz
2013-02-25
[analyzer] Restrict ObjC type inference to methods that have related result t...
Anna Zaks
2013-02-25
[analyzer] Recover all PreStmtPurgeDeadSymbols nodes with a single successor ...
Ted Kremenek
2013-02-25
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
[analyzer] Address Jordan's code review of r175857.
Anna Zaks
2013-02-25
[analyzer] Handle reference parameters with default values.
Jordan Rose
2013-02-25
Fix empty declaration printing.
Michael Han
2013-02-25
[analyzer] Base regions may be invalid when layered on symbolic regions.
Jordan Rose
2013-02-25
Re-add hack that caused regression.
Daniel Jasper
2013-02-25
[analyzer] Relax assumption in FindLastStoreBRVisitor that the thing we are l...
Ted Kremenek
2013-02-25
[analyzer] add the notion of an "interesting" lvalue expression for ExplodedN...
Ted Kremenek
2013-02-25
Add more attributes from the command line to functions.
Bill Wendling
2013-02-25
Update Clang for a minor DIBuilder breaking change.
David Blaikie
2013-02-24
Moving initialization into the initializer list and correcting capitalization...
Aaron Ballman
2013-02-24
Allow breaking between a type and name in variable declarations.
Daniel Jasper
2013-02-24
[analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...
Ted Kremenek
2013-02-24
Add "KnownSVal" to represent SVals that cannot be UnknownSVal.
Ted Kremenek
2013-02-24
PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
Richard Smith
2013-02-24
[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...
Argyrios Kyrtzidis
2013-02-24
In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons...
Argyrios Kyrtzidis
2013-02-23
Better formatting of conditional expressions.
Daniel Jasper
2013-02-23
Prefer 'and' over '&' in comments.
David Blaikie
2013-02-23
Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
2013-02-23
Don't recognize unnamed pointer parameters as casts.
Daniel Jasper
2013-02-23
Allow splitting between string literals and identifiers.
Daniel Jasper
2013-02-23
Implement __builtin_eh_return_data_regno() for ARM and MIPS.
Logan Chien
2013-02-23
ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...
Richard Smith
2013-02-23
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
Remove the hack that avoided mangling static functions in extern C contexts.
Rafael Espindola
2013-02-23
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-22
Propagate the split dwarf file information through into the backend
Eric Christopher
2013-02-22
[libclang] Fix assertion hit when code-completing inside a function macro wit...
Argyrios Kyrtzidis
2013-02-22
objective-C arg: provide fixit support when
Fariborz Jahanian
2013-02-22
Driver: Pass down the -march setting down to -cc1as on x86 too.
Benjamin Kramer
2013-02-22
Make sure we apply attributes to correct places.
Bill Wendling
2013-02-22
Split out the command handling for split debug info, we're going
Eric Christopher
2013-02-22
[analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion.
Jordan Rose
2013-02-22
Add support for coldcc to clang
Peter Collingbourne
2013-02-22
[preprocessing record] Have the MacroDefinitions map point to the MacroDefini...
Argyrios Kyrtzidis
2013-02-22
Replace some typically large vectors with SmallVector.
Benjamin Kramer
2013-02-22
Make sure pragmas don't attach visibility attributes to auto variables with
Rafael Espindola
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
Use raw_ostream::indent, update comment.
Benjamin Kramer
2013-02-22
Push the raw_ostream through the template diffing code.
Benjamin Kramer
2013-02-22
Streamify FormatASTNodeDiagnosticArgument.
Benjamin Kramer
2013-02-22
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-22
StmtPrinter: Directly print types to the stream instead of taking a detour th...
Benjamin Kramer
2013-02-22
Fix MergeFunctionDecl implicit CC for static methods.
Timur Iskhodzhanov
2013-02-22
Don't crash if we try to apply 'alignas' to a variable declared with an
Richard Smith
[prev]
[next]