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
2012-03-08
Add a basic CallGraph to Analysis.
Anna Zaks
2012-03-08
improve on diagnostic and provide a fixit hint when
Fariborz Jahanian
2012-03-07
Workaround module test failures by removing the version info from module hashes.
Bob Wilson
2012-03-07
Be smarter in discovering list-initialization of temporaries. Fixes PR12182.
Sebastian Redl
2012-03-07
AST representation for user-defined literals, plus just enough of semantic
Richard Smith
2012-03-07
Add -Wc++11-compat warning for string and character literals followed by
Richard Smith
2012-03-07
Don't even try to directly emit the value of a DeclRefExpr if that declaration
Richard Smith
2012-03-07
[PCH] Mark a PCH file with a flag to indicate if the serialized AST had
Argyrios Kyrtzidis
2012-03-07
Make sure we consistently canonicalize types when canonicalizing TemplateTemp...
Eli Friedman
2012-03-07
objective-c lldb support: don't perform ivar access control check
Fariborz Jahanian
2012-03-07
More git-svn compatible version string, by request.
Andrew Trick
2012-03-07
The constant folder's diagnosic mechanism is irrelevant for C; don't bother
Richard Smith
2012-03-07
[driver] Don't try to generate diagnostic information for linker crashes.
Chad Rosier
2012-03-07
Silence unused variable warnings.
Benjamin Kramer
2012-03-07
Refactor Clang sema attribute handling.
Michael Han
2012-03-06
[AST] VarDecl::hasDefinition() - Early exit if we find a strong definition.
Daniel Dunbar
2012-03-06
[AST] FunctionDecl::getBuiltinID() - Eliminate spurious calls to getASTContext
Daniel Dunbar
2012-03-06
Fix horrific CFG bug where '@autoreleasepool' would be put in a dangling bloc...
Ted Kremenek
2012-03-06
Whitespace.
Chad Rosier
2012-03-06
Cleanup (style). Thanks to Argyrios for catching
Sean Callanan
2012-03-06
CMake: Fix build to add clangEdit to USED_LIBS.
NAKAMURA Takumi
2012-03-06
Extended the UnknownAnyTy resolver to handle
Sean Callanan
2012-03-06
[driver] What was implemented in r152130 was actually -fno-inline-functions, not
Chad Rosier
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
Enable default @synthesize by default.
Ted Kremenek
2012-03-06
Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.
Ted Kremenek
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
[driver] Add support for -fno-inline.
Chad Rosier
2012-03-06
Undo patch for // rdar://10735698
Fariborz Jahanian
2012-03-06
AST: Move several Type::is...Type() functions to be inline.
Daniel Dunbar
2012-03-06
objective-c modern translator. Don't ignore unnamed bitfields
Fariborz Jahanian
2012-03-06
User-defined literals: reject string and character UDLs in all places where the
Richard Smith
2012-03-06
Use TinyPtrVector instead of UsuallyTinyPtrVector.
Argyrios Kyrtzidis
2012-03-06
[analyzer] add a diagnostic event when entering a call via inlining, within t...
Ted Kremenek
2012-03-06
[analyzer] 'Looping back to the head of the loop' diagnostics are prunable.
Ted Kremenek
2012-03-06
[analyzer] Remove now-unused constant. No functionality change.
Jordy Rose
2012-03-06
[analyzer] Fix unnecessary dyn_cast_or_null. No functionality change.
Jordy Rose
2012-03-05
Teak CallAndMessageChecker to only warn about uninitialized struct fields in ...
Ted Kremenek
2012-03-05
static_assert: Allow any string-literal as the message, not just a character
Richard Smith
2012-03-05
Teach SimpleSValBuilder that (in the absence of more information) stack memor...
Ted Kremenek
2012-03-05
AST/stats: Don't effectively use an out-of-line function to return a static
Daniel Dunbar
2012-03-05
[analyzer] Time the execution (per each TU) with -analyzer-stats.
Anna Zaks
2012-03-05
If the element type of an initializer list has a destructor, make sure we che...
Sebastian Redl
2012-03-05
patch to optionally warn for block implementations without explicit
Fariborz Jahanian
2012-03-05
[analyzer] False positive in SelfInit - teach the checker about method
Anna Zaks
2012-03-05
[analyzer] Malloc should assume that ownership is transfered when
Anna Zaks
2012-03-05
Avoid double lookup.
Benjamin Kramer
2012-03-05
Properly handle non-canonical underlying types in
Peter Collingbourne
2012-03-05
Fix a -Wstring-plus-int warning.
Nico Weber
2012-03-05
TargetInfo: create less temporary strings.
Benjamin Kramer
[next]