index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-08-09
Thread Safety: Added basic argument parsing for all new attributes.
Caitlin Sadowski
2011-08-09
Cleanup; no functionality change.
Eli Friedman
2011-08-09
Move the creation of the record type for the state of Objective-C fast
Douglas Gregor
2011-08-09
Don't serialize the block descriptor or block extended descriptor
Douglas Gregor
2011-08-09
Move the construction of the RecordDecl representing the runtime
Douglas Gregor
2011-08-09
Migrate the serialization of ASTContext's AutoDeduceTy and
Douglas Gregor
2011-08-09
Place back previous order of add_subdirectory()'s to reflect build depedencies.
Ted Kremenek
2011-08-09
Add libsupport to list of libraries to link into diagtool
Ted Kremenek
2011-08-09
Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...
Ted Kremenek
2011-08-09
Provide diag_iterator for iterating over the built-in diagnostic IDs/names in...
Ted Kremenek
2011-08-09
Sort CMakeLists.txt.
Ted Kremenek
2011-08-09
Make sure to canonicalize the argument type of a non-type template
Douglas Gregor
2011-08-09
Hand materialization of temporary expressions when emitting a scalar
Douglas Gregor
2011-08-09
Don't emit memcpy for copying fields of arrays of volatile elements.
Fariborz Jahanian
2011-08-08
If no -miphoneos-version-min specified, see if we can set the default based on
Chad Rosier
2011-08-08
Fix another -Wuninitialized assertion failure (this one involving bit casts) ...
Ted Kremenek
2011-08-08
Add -W flag for ARC warning "performSelector may cause a leak because its sel...
Ted Kremenek
2011-08-08
objective-c: diagnose protocol inconsistencies in following
Fariborz Jahanian
2011-08-08
Make sure FunctionDecls aren't considered during overload resolution if there
Kaelyn Uhrain
2011-08-08
Silence the category-replacing-class-method warning for +load: category
David Chisnall
2011-08-08
Fix typo so we don't use the wrong function for ending ObjC++ catch blocks (G...
David Chisnall
2011-08-08
Improved efficiency by using iterator returned by erase, rather then restarting.
Chad Rosier
2011-08-08
Fix comment (test commit)
Craig Topper
2011-08-07
Avoid fallthrough-branching to an inactive cleanup even if it's
John McCall
2011-08-07
Add a __has_feature macro for generalized initializers, turned off
Sean Hunt
2011-08-06
Do l-value conversion, etc., on a switch condition expression in
John McCall
2011-08-06
[analyzer] Start sketching out a new BugReporterVisitor that inspects branche...
Ted Kremenek
2011-08-06
Be sure to destroy the normal entry block of a cleanup that we
John McCall
2011-08-06
Fix HTML.
Benjamin Kramer
2011-08-06
Only look at decls after the current one when checking if it's the last field...
Benjamin Kramer
2011-08-06
[analyzer] add more buffer overflow tests to show we handle sizeof(VLA) in ob...
Ted Kremenek
2011-08-06
[analyzer] Simplify logic for ExprEngine::VisitUnaryExprOrTypeTraitExpr to av...
Ted Kremenek
2011-08-06
[analyzer] Change SymbolReaper to store region roots implied by the Environme...
Ted Kremenek
2011-08-05
KeychainAPI checker: Track SymbolMetadata instead of MemRegion in checker sta...
Anna Zaks
2011-08-05
Static Analyzer: Add a convinience API. Add comment.
Anna Zaks
2011-08-05
Revert 136984 and 136927.
Ted Kremenek
2011-08-05
Perform array bounds checking in more situations and properly handle special
Kaelyn Uhrain
2011-08-05
Add workaround for built va list (and other builtins) so that running ReadAST...
Jonathan D. Turner
2011-08-05
Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment.
Chad Rosier
2011-08-05
Wire up -import-module to run ReadAST for each module loaded.
Jonathan D. Turner
2011-08-05
Make test/SemaObjC/qualified-protocol-method-conflicts.m always fail and mark...
Ted Kremenek
2011-08-05
Let attribute((cdecl)) and company override -mrtd default calling convention.
Roman Divacky
2011-08-05
Flesh out the -Warray-bounds detection of C89 tail-padded one-element
Chandler Carruth
2011-08-05
Finally getting around to re-working this to more accurately white-list
Chandler Carruth
2011-08-05
Fixed FieldDecl source range.
Abramo Bagnara
2011-08-05
Change the this -W flag to 'return-stack-address'.
Chandler Carruth
2011-08-05
Output to /dev/null, not "0"
Matt Beaumont-Gay
2011-08-05
KeychainAPI checker: Generate an error on double allocation. Pull out getAsPo...
Anna Zaks
2011-08-05
Extend memset/memcpy/memmove checking to include memcmp
Matt Beaumont-Gay
2011-08-05
The continue label in an ARC for-in loop should not involve
John McCall
[next]