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
2011-06-02
Reverts the Tooling changes as requested by Chris.
Manuel Klimek
2011-06-02
Implement -fgnu89-inline. Fixes PR10041.
Rafael Espindola
2011-06-02
Tweak code completions for Objective-C Key-Value Observing. The
Douglas Gregor
2011-06-02
Fix 80-column violation.
Francois Pichet
2011-06-02
Add stuff for o32 ABI conformance.
Akira Hatanaka
2011-06-01
Fix an incorrect warning about explicit template specializations for
Douglas Gregor
2011-06-01
Add the necessary -L option for finding libprofile_rt.a. It might be a good
Rafael Espindola
2011-06-01
The expression in a noexcept exception-specification is a
Douglas Gregor
2011-06-01
Implement comparisons between nullptr and Objective-C object
Douglas Gregor
2011-06-01
Even a return statement of an expression with a dependent type in a void
Nick Lewycky
2011-06-01
[PCH] Be conservative and check all the files the PCH references to see if
Argyrios Kyrtzidis
2011-06-01
Microsoft friend acting as a forward declaration; try#2. Now only 2 lines.
Francois Pichet
2011-05-31
This patch implements an AST matching framework that allows to write
Manuel Klimek
2011-05-31
Revert 132332 (Microsoft friend as a forward declaration), John McCall pointe...
Francois Pichet
2011-05-31
Robustify objc method type description (subroutine type) by walking parameter...
Devang Patel
2011-05-31
List objective-c ineterfaces as public types in dwarf debug info output.
Devang Patel
2011-05-31
List c++ class type as public type in dwarf debug info output.
Devang Patel
2011-05-31
Ensure we enter an unevaluated context when instantiating a noexcept
Sean Hunt
2011-05-31
Driver/Clang: Simplify code to use arch enumerations.
Daniel Dunbar
2011-05-31
Recreate the DeclContext before adding the implicit friend forward declaratio...
Francois Pichet
2011-05-31
For compatibility with MSVC, a friend declaration also act as a forward decla...
Francois Pichet
2011-05-31
Whenever we instantiate a static data member, make sure to define any new
Nick Lewycky
2011-05-31
Expand the coverage of the warning for constants on the RHS of logical operands:
Chandler Carruth
2011-05-31
Utilize PackedVector, introduced with llvm commit r132325.
Argyrios Kyrtzidis
2011-05-30
Fix another incorrect type bug.
David Chisnall
2011-05-29
Add a new warning on NULL pointer constant to integer conversion.
Richard Trieu
2011-05-29
Fix a regression in the source locations for unary trait expressions.
Chandler Carruth
2011-05-28
Convert Clang over to resuming from landing pads with llvm.eh.resume.
John McCall
2011-05-28
Eliminate temporary argument vectors.
Benjamin Kramer
2011-05-28
Fix another type mismatch.
David Chisnall
2011-05-28
Fix missing cast.
David Chisnall
2011-05-28
Add support for ARM ldrexd/strexd builtins
Bruno Cardoso Lopes
2011-05-28
Add a couple of helper methods in the SourceManager API, isAtStartOfMacroInst...
Argyrios Kyrtzidis
2011-05-27
Clean up a C++0x/C++03 conditional check.
Douglas Gregor
2011-05-27
Add unnamed_addr to internal globals which are only used as an operand to mem...
Eli Friedman
2011-05-27
Match llvm-gcc's string literals alignment by forcing alignment on string lit...
Eli Friedman
2011-05-27
Back out r132209; it's breaking nightly tests.
Eli Friedman
2011-05-27
Clean up my changes to jump-diagnostic handling for local variables of
Douglas Gregor
2011-05-27
Implement a new, much improved version of the cleanup hack. We just need
John McCall
2011-05-27
Add assertions to verify that we are not trying to instantiate a
Sean Hunt
2011-05-27
Update the jump-scope checker for local variables with initializers,
Douglas Gregor
2011-05-27
Add an additional check for null pointer before accessing PatternDecl.
Richard Trieu
2011-05-27
Enhance Clang to start instantiating static data member definitions
Chandler Carruth
2011-05-27
Objective-C doesn't consider the use of incomplete types as method
Douglas Gregor
2011-05-26
Silence sign compare warning.
Benjamin Kramer
2011-05-26
Change the include stack of "instantiated from" notes to fall under the contr...
Richard Trieu
2011-05-26
Add a fix-it and better error recovery for improperly nested namespaces. Thi...
Richard Trieu
2011-05-26
Tighen analyzer diagnostics w.r.t ObjC/CF leaks.
Ted Kremenek
2011-05-26
Extract two more methods from the unary type trait checking. These
Chandler Carruth
2011-05-26
Remove a no longer relevant comment. It was just repeating the
Chandler Carruth
[next]