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-04-18
Objective-C++: Enable passing of modern C++11 style
Fariborz Jahanian
2013-04-18
Add comment to describe cleverness.
Benjamin Kramer
2013-04-18
Comment parsing: simplify code. As a side effect, this also silences GCC's
Dmitri Gribenko
2013-04-18
Objective-C parsing [qoi]: Provide good recovery when
Fariborz Jahanian
2013-04-18
[CMake] Create the directory before creating the link to the clang headers.
Argyrios Kyrtzidis
2013-04-18
[analyzer] Refine 'nil receiver' diagnostics to mention the name of the metho...
Ted Kremenek
2013-04-18
Dropped the parentheses for #pragma message and its kin in the -E output gene...
Andy Gibbs
2013-04-18
[analyzer] "Force" LazyCompoundVals on bind when they are simple enough.
Jordan Rose
2013-04-18
[analyzer] Don't crash if we cache out after making a temporary region.
Jordan Rose
2013-04-18
Specify that we're parsing ms-style inline assembly.
Chad Rosier
2013-04-18
Reject asm output constraints that consist of modifiers only.
Benjamin Kramer
2013-04-18
[Parser] Handle #pragma pack/align inside C structs.
Argyrios Kyrtzidis
2013-04-18
Switch the note order for -Woverloaded-shift-op-parentheses so that the note
Richard Trieu
2013-04-18
[analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
Anna Zaks
2013-04-17
[analyzer] Improve dereferenced expression tracking for MemberExpr with a dot...
Anna Zaks
2013-04-17
[analyzer] Gain more precision retrieving the right SVal by specifying the ty...
Anna Zaks
2013-04-17
[analyzer] Allow TrackConstraintBRVisitor to work when the value it’s track...
Anna Zaks
2013-04-17
[Modules] Use global index to improve typo correction performance
Argyrios Kyrtzidis
2013-04-17
Add support for gcc's spelling of -fcolor-diagnostics.
Nico Weber
2013-04-17
[document parsing]: When tag declaration (but not definition!)
Fariborz Jahanian
2013-04-17
Fix off-by-one error in #pragma clang system_header.
Jordan Rose
2013-04-17
PR15755: don't drop parameter packs when dropping parameters with default
Richard Smith
2013-04-17
Sema: Remove unused variable.
Benjamin Kramer
2013-04-17
[analyzer] Don't warn for returning void expressions in void blocks.
Jordan Rose
2013-04-17
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-17
DR974: Lambdas can have default arguments.
Richard Smith
2013-04-17
Implemented #pragma GCC warning/error in the same mould as #pragma message.
Andy Gibbs
2013-04-17
Set SRet flags properly in '-cxx-abi microsoft'.
Timur Iskhodzhanov
2013-04-17
Fix PR15291: noreturn adjustment in overload resolution for function template...
Douglas Gregor
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-17
Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
2013-04-17
Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i...
Argyrios Kyrtzidis
2013-04-17
Use the extra info in global method pool to speed up looking for ObjC overrid...
Argyrios Kyrtzidis
2013-04-17
In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden...
Argyrios Kyrtzidis
2013-04-17
Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...
Argyrios Kyrtzidis
2013-04-16
Don't propagate around TargetOptions in IR-gen; we don't use it.
John McCall
2013-04-16
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
Don't put too much thought into whether or not to capture a
John McCall
2013-04-16
[analyzer] Add experimental option "leak-diagnostics-reference-allocation".
Ted Kremenek
2013-04-16
objc_autoreleasePoolPop() can throw if a -dealloc does.
John McCall
2013-04-16
Properly sort list.
Ted Kremenek
2013-04-16
Factor CheckerManager to be able to pass AnalyzerOptions to checkers
Ted Kremenek
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
2013-04-16
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
Parser support for #pragma clang __debug captured
Tareq A. Siraj
2013-04-16
[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
2013-04-16
Fix PR4296: Add parser detection/error recovery for nested functions, from Se...
Douglas Gregor
2013-04-16
Fix handling of atomic shift operations, from Serge Pavlov.
Douglas Gregor
2013-04-16
Objective-C IRGen. Use llvm::WeakVH
Fariborz Jahanian
[prev]
[next]