aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-11[libclang] In ASTUnit::getMainFileName() Invocation may be null because the A...Argyrios Kyrtzidis
2013-01-11Formatter: Format ObjC static and instance methods consistently, add a test f...Nico Weber
2013-01-11Constify parameter of clang::getCursorKindForDeclDmitri Gribenko
2013-01-11Reject incompatible redeclarations of extern C symbols.Rafael Espindola
2013-01-11Fix crashes in UnwrappedLineParser on missing parens.Manuel Klimek
2013-01-11Fix single-line optimization for ObjC.Manuel Klimek
2013-01-11Fix crash on invalid.Manuel Klimek
2013-01-11Fix parsing of initializer lists with elaborated type specifier.Manuel Klimek
2013-01-11Implements pulling simple blocks into a single line.Manuel Klimek
2013-01-11Allow RefactoringTool to write to memory instead of always to diskEdwin Vane
2013-01-11Correct spacing around new and delete.Daniel Jasper
2013-01-11clang-format: a bit nicer error message.Alexander Kornienko
2013-01-11Enable the new (more C++-like, less broken) EH model when targeting the GNUstepDavid Chisnall
2013-01-11Fixed an assertion failure triggered by invalid code.Enea Zaffanella
2013-01-11Improve handling of trailing declaration annotations.Daniel Jasper
2013-01-11Improved formatting of constructor initializersDaniel Jasper
2013-01-11Test commit.Enea Zaffanella
2013-01-11Refactor IndentState into two classes.Daniel Jasper
2013-01-11Pass 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 itAnna Zaks
2013-01-11[analyzer]Recognize ivar invalidation protocol even if it was redeclaredAnna Zaks
2013-01-11[analyzer] Ivar invalidation: track ivars declared in categories.Anna Zaks
2013-01-10Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith
2013-01-10[analyzer] Allow IvarInvalidation checker to suppress warnings viaAnna Zaks
2013-01-10c++ IRGen. In trivial cases that object is going into staticFariborz Jahanian
2013-01-10Formatter: 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-10ToolChains: 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 theChad Rosier
2013-01-10Formatter: 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-10Provide a better warning when case value overflows.Fariborz Jahanian
2013-01-10Formatting: In @implementation etc lines, put a space before protocol lists.Nico Weber
2013-01-10Refactoring the outermost structure of the formatter.Manuel Klimek
2013-01-10Formatter: Don't put a space in ObjC number literals like @+50Nico Weber
2013-01-10Formatter: Add space before '(' in @implemenation, @interface, @protocol linesNico Weber
2013-01-10Pull calculation whether a line fits one level up.Manuel Klimek
2013-01-10objectiveC++: When throwing c++ exception of Fariborz Jahanian
2013-01-10Pulling formatFirstToken one level up.Manuel Klimek
2013-01-10Fixes layout of right braces.Manuel Klimek
2013-01-10Basic support for diagnostics.Alexander Kornienko
2013-01-10Fixes formatting of function calls etc inside an initializer list.Manuel Klimek
2013-01-10Do not add newline in empty blocks.Manuel Klimek
2013-01-10Improvements to function type and ObjC block formatting.Daniel Jasper
2013-01-10[Mips] Pass a combination of +soft-float and -mips16-hard-float flags toSimon Atanasyan
2013-01-10Fix layout of blocks inside statements.Manuel Klimek
2013-01-10Improve clang-format's understanding of casts.Daniel Jasper
2013-01-10Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei
2013-01-10Introduce a define to switch on debug output.Manuel Klimek
2013-01-10Do more error checking for '{}'.Daniel Jasper