aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-25Clarify comment: "diagnose" is better than "warn" when emitting an error.Jordan Rose
2013-01-25Clean up: since we have FunctionDecl::IsInline, make it store the right valueRichard Smith
2013-01-24[analyzer] Add "-analyzer-config mode=[deep|shallow] ".Anna Zaks
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks
2013-01-24[analyzer] refactor: access IPAMode through the accessor.Anna Zaks
2013-01-24removed duplicated comment.Fariborz Jahanian
2013-01-24Patch to check for integer overflow. It has beenFariborz Jahanian
2013-01-24[mips] Do not emit i32 padding if target ABI is O32. This was causing backendAkira Hatanaka
2013-01-24Add a fixit for \U1234 -> \u1234.Jordan Rose
2013-01-24As an extension, treat Unicode whitespace characters as whitespace.Jordan Rose
2013-01-24Handle universal character names and Unicode characters outside of literals.Jordan Rose
2013-01-24Unify diagnostics for \x, \u, and \U without any following hex digits.Jordan Rose
2013-01-24[ms-inline asm] Add an error when trying to compile MS-style inline assemblyChad Rosier
2013-01-24[driver] Associate a JobAction with each result file. This enables the driverChad Rosier
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2013-01-24clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f...NAKAMURA Takumi
2013-01-24Start checking nonnull (as well as format and argument_with_type_tag) onNick Lewycky
2013-01-24Fix some wonky formatting, remove spurious emacs major mode marker. NoNick Lewycky
2013-01-23Micro cleanup: use an array of const char, rather than an array of char, as theRichard Smith
2013-01-23Fix for case-sensitive file systems. UghDouglas Gregor
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-23Add missing null check. Not sure why my tests passed before.Ted Kremenek
2013-01-23Honor attribute 'analyzer_noreturn' on Objective-C methods.Ted Kremenek
2013-01-23Add extra indent for nested calls inside if's.Daniel Jasper
2013-01-23Implement -Wvla correctlyDmitri Gribenko
2013-01-23Factor the trait for lookup into the on-based hash table ofDouglas Gregor
2013-01-23[PCH] Temporarily disable the "ambiguous macro" warning that is currently bog...Argyrios Kyrtzidis
2013-01-23Use 'const Decl *' throughout code completion in SemaDmitri Gribenko
2013-01-23Add constness for NestedNameSpecifier::Create parameterDmitri Gribenko
2013-01-23Don't try to align builder-type continuations on assignments.Daniel Jasper
2013-01-23Constify some getters in RedeclarableTemplateDeclDmitri Gribenko
2013-01-23Don't try to do a hanging ident after assignments.Daniel Jasper
2013-01-23Fix handling of macro definitions.Manuel Klimek
2013-01-23Fixes layouting regression and invalid-read.Manuel Klimek
2013-01-23Fix the formatting of pointer/reference types in range-based for loops.Daniel Jasper
2013-01-23Removing the penalty for breaking after "=".Daniel Jasper
2013-01-23Fix another regression for pointer types.Daniel Jasper
2013-01-23Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly
2013-01-23Fix regression in formatting pointer types.Daniel Jasper
2013-01-23Fixes incorrect handling of the declaration context stack.Manuel Klimek
2013-01-23Fix segfaults in the formatter.Manuel Klimek
2013-01-23Add option to allow putting all parameters onto the next line.Daniel Jasper
2013-01-23Allow us to better guess the context of an unwrapped line.Manuel Klimek
2013-01-23Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling
2013-01-23Make __attribute__((nonnull)) use the general expression evaluator to search forNick Lewycky
2013-01-23[Driver] Don't remove non-regular files that were outputs.Daniel Dunbar
2013-01-23Documentation cleanup: fixing documentation for FrontendAction.James Dennett
2013-01-23Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling
2013-01-22Fix compilation on Linux, which defines PATH_MAX in a weird place,Douglas Gregor
2013-01-22PowerPC: fix __builtin_eh_return_data_regno returnAdhemerval Zanella