aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-03-01Moving tagging of '__experimental_modules_import' IdentifierInfo out ofTed Kremenek
2012-03-01Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s...Eli Friedman
2012-03-01[analyzer] Turn inlining on by default for better testing exposure.Anna Zaks
2012-03-01Add a flag -fthread-sanitizer.Kostya Serebryany
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-03-01[analyzer] Fix a regression introduced in malloc withAnna Zaks
2012-03-01Reapply r151702 with a small fix for a failure to cut and pasteEric Christopher
2012-03-01Fix the isReferenced bit on parameters in a couple of edge cases. PR12153.Eli Friedman
2012-03-01Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.Argyrios Kyrtzidis
2012-03-01StmtProfiler: Add a null check for child statements.Peter Collingbourne
2012-03-01Implement double underscore names support in __has_attributeJean-Daniel Dupas
2012-03-01Avoid examining the AST from the parser, and simplify somewhat.Richard Smith
2012-03-01Revert r151800, which was committed without review and has correctness issues.Richard Smith
2012-03-01Implements support for #pragma include_alias in ms compatibility mode. Fixes...Aaron Ballman
2012-03-01Added support for parsing declspecs on enumerations. Fixes PR8783Aaron Ballman
2012-03-01Implement "optimization" for lambda-to-block conversion which inlines the gen...Eli Friedman
2012-03-01Reject 'a = {0} = {0}' rather than parsing it as '(a = {0}) = {0}'. AlsoRichard Smith
2012-03-01Fix regression from llvm-gcc where we should NOT emit a warning about __attri...Ted Kremenek
2012-03-01[analyzer] Diagnostics - do not try to cleanup the path with macros, itAnna Zaks
2012-03-01Tighten type-checking a bit to make it clearer how BuildCXXMemberCallExpr is ...Eli Friedman
2012-03-01Move suport for redefining operator keywords from -fms-extensions to -fms-com...Nico Weber
2012-03-01Change if...else if...else if... to a switch.Ted Kremenek
2012-02-29[analyzer] when scanning FIDs in a PathDiagnostic, correctly recurse calls an...Ted Kremenek
2012-02-29Allow operator keywords to be #defined in ms-ext mode.Nico Weber
2012-02-29objective-c: provide fixit hint when atomic property does notFariborz Jahanian
2012-02-29Fix a couple -Wuninitialized warnings from gcc. Reported by David Greene.Eli Friedman
2012-02-29Serialization: Switch over to using the native SmallVector based BitstreamWriterDaniel Dunbar
2012-02-29Allocate TargetLibraryInfo for the CodeGen passes. Otherwise, it's instantiatedChad Rosier
2012-02-29[analyzer] Malloc: A pointer might escape through CFContainers APIs,Anna Zaks
2012-02-29Revert r151702, "Add support for handling captured variables in lambda debugDaniel Dunbar
2012-02-29Add -C when linking on Solaris so that the error messages are understandable ...David Chisnall
2012-02-29Tentatively fix PR12117. The test case from the bug now passes, and all exist...Sebastian Redl
2012-02-29Reapply r151638 and r151641.James Molloy
2012-02-29Remove a recursive visitiation in ExprEngine that is no longer neededErik Verbruggen
2012-02-29[analyzer] Tweak the UnreachableCode checker to not warning about unreachable...Ted Kremenek
2012-02-29A couple minor bug-fixes for template instantiation for expressions which are...Eli Friedman
2012-02-29[driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis
2012-02-29Add support for handling captured variables in lambda debug info.Eric Christopher
2012-02-29Formatting.Eric Christopher
2012-02-29Make the odr-use logic work correctly for constant-expressions. PR12006.Eli Friedman
2012-02-29Sema/ObjC: Override search can generate a large search list, bump the base sizeDaniel Dunbar
2012-02-29ASTWriter: Cache some DenseMaps we use repeatedly.Daniel Dunbar
2012-02-29Parse: Change PragmaPackHandler to use the preprocessor allocator.Daniel Dunbar
2012-02-29objective-c modern translator. Fixes misc. bug in writing Fariborz Jahanian
2012-02-29Make sure list-initialization of arrays works correctly in explicit type conv...Eli Friedman
2012-02-28Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis
2012-02-28Single- and zero-element initializer lists to scalars are list-initialization...Sebastian Redl
2012-02-28[analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that d...Ted Kremenek
2012-02-28[analyzer diagnostics] start prototyping stripping PathDiagnostics of unneces...Ted Kremenek
2012-02-28Modern objective-c translator. rewriting ivars of aggregate type.Fariborz Jahanian