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
2012-03-09
Literal operators can't have default arguments.
Richard Smith
2012-03-09
Support for raw and template forms of numeric user-defined literals,
Richard Smith
2012-03-09
Remove accidental binary commit.
John McCall
2012-03-09
[AST] Memoize ASTContext::getTypeInfo().
Daniel Dunbar
2012-03-09
Perform l2r conversions on delete operands before doing
John McCall
2012-03-09
Make sure we update the static local decl address map when we are forced to r...
Eli Friedman
2012-03-09
Make sure constant emission handles initializer lists with strings correctly....
Eli Friedman
2012-03-09
[AST] NestedNameSpecifier's ctor/dtor are trivial and should be inlined.
Daniel Dunbar
2012-03-09
[AST] Type::isVoidType() is trivial and should be inlined.
Daniel Dunbar
2012-03-09
[AST] Reduce Decl::getASTContext() calls.
Daniel Dunbar
2012-03-09
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-03-08
[analyzer] Use call graph to determine order in which functions are
Anna Zaks
2012-03-08
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-08
Call Graph: Only the root node is allowed to have an invalid Decl*.
Anna Zaks
2012-03-08
Remove a test FIXME for a case which is already fixed.
Richard Smith
2012-03-08
Fix a couple of issues with literal-operator-id parsing, and provide recovery
Richard Smith
2012-03-08
Don't crash when a statement in a block is ill-formed but
John McCall
2012-03-08
When checking the encoding of an 8-bit string literal, don't just check the
Richard Smith
2012-03-08
Turn explicit construction of temporaries using initializer list syntax into ...
Sebastian Redl
2012-03-08
Untangle getUnderlyingDeclImpl, no functionality change.
Benjamin Kramer
2012-03-08
[utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failure
Argyrios Kyrtzidis
2012-03-08
[AST] Clean up NamedDecl::getUnderlyingDecl() change a bit.
Daniel Dunbar
2012-03-08
Remove stray semi-colon.
Daniel Dunbar
2012-03-08
[AST] APValue: Split the fast path of MakeUninit to be inline.
Daniel Dunbar
2012-03-08
[utils/FuzzTest] The help message says that if you don't specify --max-tests
Argyrios Kyrtzidis
2012-03-08
[utils/FuzzTest] For --filelist the option type is string, not integer.
Argyrios Kyrtzidis
2012-03-08
[Basic] PartialDiagnostic: Manual split out the cold part of freeStorage(), the
Daniel Dunbar
2012-03-08
[AST] Change NamedDecl::getUnderlyingDecl() to inline the fast (and incredibl...
Daniel Dunbar
2012-03-08
Replace MarkVarRequired with a more generic
Rafael Espindola
2012-03-08
Also test pr12104 with pch.
Rafael Espindola
2012-03-08
Implement -fno-dwarf2-cfi-asm on linux too.
Rafael Espindola
2012-03-08
Ensure we don't print 123ULL_foo when printing a user-defined integer literal.
Richard Smith
2012-03-08
Add support for cooked forms of user-defined-integer-literal and
Richard Smith
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
[AST] Change Type::isIntegerType to be inlined(). It is very popular.
Daniel Dunbar
2012-03-08
Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not
Richard Smith
2012-03-08
Loosen the precondition of isCXXInstanceMember() to simply return
Douglas Gregor
2012-03-08
Spelling.
Daniel Dunbar
2012-03-08
Sema: Don't emit a gajillion calls to sanity() -- an empty function -- in NDEBUG
Daniel Dunbar
2012-03-08
User-defined literal support for character literals.
Richard Smith
2012-03-08
Fix -Wuninitialized to catch the case of a class being initialized with a call
Richard Trieu
2012-03-08
[libclang] Fix a crash when serializing a preprocessing record that contains
Argyrios Kyrtzidis
2012-03-08
Streamline BalancedDelimiterTracker, by eliminating the duplicate
Douglas Gregor
2012-03-08
improve on diagnostic when block captures uninitialized
Fariborz Jahanian
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-08
[libclang] Enhance clang_getOverriddenCursors.
Argyrios Kyrtzidis
2012-03-07
Workaround module test failures by removing the version info from module hashes.
Bob Wilson
2012-03-07
Remove unnecessary include in ExprObjC.h
Richard Trieu
2012-03-07
Be smarter in discovering list-initialization of temporaries. Fixes PR12182.
Sebastian Redl
[prev]
[next]