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-01-11
[libclang] In ASTUnit::getMainFileName() Invocation may be null because the A...
Argyrios Kyrtzidis
2013-01-11
Formatter: Format ObjC static and instance methods consistently, add a test f...
Nico Weber
2013-01-11
Constify parameter of clang::getCursorKindForDecl
Dmitri Gribenko
2013-01-11
Reject incompatible redeclarations of extern C symbols.
Rafael Espindola
2013-01-11
Fix crashes in UnwrappedLineParser on missing parens.
Manuel Klimek
2013-01-11
Fix single-line optimization for ObjC.
Manuel Klimek
2013-01-11
Fix crash on invalid.
Manuel Klimek
2013-01-11
Fix parsing of initializer lists with elaborated type specifier.
Manuel Klimek
2013-01-11
Implements pulling simple blocks into a single line.
Manuel Klimek
2013-01-11
Allow RefactoringTool to write to memory instead of always to disk
Edwin Vane
2013-01-11
Correct spacing around new and delete.
Daniel Jasper
2013-01-11
clang-format: a bit nicer error message.
Alexander Kornienko
2013-01-11
Enable the new (more C++-like, less broken) EH model when targeting the GNUstep
David Chisnall
2013-01-11
Fixed an assertion failure triggered by invalid code.
Enea Zaffanella
2013-01-11
Improve handling of trailing declaration annotations.
Daniel Jasper
2013-01-11
Improved formatting of constructor initializers
Daniel Jasper
2013-01-11
Test commit.
Enea Zaffanella
2013-01-11
Refactor IndentState into two classes.
Daniel Jasper
2013-01-11
Pass false instead of 0 since isStar parameter of getArray has type bool. No ...
Nikola Smiljanic
2013-01-11
[analyzer] Rename the warning: state the issue before the hint of how it
Anna Zaks
2013-01-11
[analyzer]Recognize ivar invalidation protocol even if it was redeclared
Anna Zaks
2013-01-11
[analyzer] Ivar invalidation: track ivars declared in categories.
Anna Zaks
2013-01-10
Truth in advertising: LocallyScopedExternalDecls actually only contains
Richard Smith
2013-01-10
[analyzer] Allow IvarInvalidation checker to suppress warnings via
Anna Zaks
2013-01-10
c++ IRGen. In trivial cases that object is going into static
Fariborz Jahanian
2013-01-10
Formatter: Put spaces in ObjC method decls in the right place for Google style.
Nico Weber
2013-01-10
[analyzer] Fix non-determinizm introduced in r172104.
Anna Zaks
2013-01-10
ToolChains: Minor touchup to use correct type, avoid truncation.
Will Dietz
2013-01-10
[ms-inline asm] Extend the inline asm Sema lookup interface to determine if the
Chad Rosier
2013-01-10
Formatter: No spaces around '=' in @property lines.
Nico Weber
2013-01-10
[analyzer] Add more checks to the ObjC Ivar Invalidation checker.
Anna Zaks
2013-01-10
Provide a better warning when case value overflows.
Fariborz Jahanian
2013-01-10
Formatting: In @implementation etc lines, put a space before protocol lists.
Nico Weber
2013-01-10
Refactoring the outermost structure of the formatter.
Manuel Klimek
2013-01-10
Formatter: Don't put a space in ObjC number literals like @+50
Nico Weber
2013-01-10
Formatter: Add space before '(' in @implemenation, @interface, @protocol lines
Nico Weber
2013-01-10
Pull calculation whether a line fits one level up.
Manuel Klimek
2013-01-10
objectiveC++: When throwing c++ exception of
Fariborz Jahanian
2013-01-10
Pulling formatFirstToken one level up.
Manuel Klimek
2013-01-10
Fixes layout of right braces.
Manuel Klimek
2013-01-10
Basic support for diagnostics.
Alexander Kornienko
2013-01-10
Fixes formatting of function calls etc inside an initializer list.
Manuel Klimek
2013-01-10
Do not add newline in empty blocks.
Manuel Klimek
2013-01-10
Improvements to function type and ObjC block formatting.
Daniel Jasper
2013-01-10
[Mips] Pass a combination of +soft-float and -mips16-hard-float flags to
Simon Atanasyan
2013-01-10
Fix layout of blocks inside statements.
Manuel Klimek
2013-01-10
Improve clang-format's understanding of casts.
Daniel Jasper
2013-01-10
Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...
Guy Benyei
2013-01-10
Introduce a define to switch on debug output.
Manuel Klimek
2013-01-10
Do more error checking for '{}'.
Daniel Jasper
[next]