aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-21Mark a few 'dump' methods as 'used' to make sure they are included in libclangArgyrios Kyrtzidis
2012-02-21Implement non-internal linkage for lambda closure types that need aDouglas Gregor
2012-02-21Remove svn:eol-style on the test I just added.Nico Weber
2012-02-21Add a test case for r150976.Nico Weber
2012-02-21Implement name mangling for lambda expressions that occur within theDouglas Gregor
2012-02-21Adding a test case for the working-directory fixAaron Ballman
2012-02-21Have ScanReachableSymbols reported reachable regions. Fixes a false positive...Ted Kremenek
2012-02-21Implement name mangling for lambda expressions that occur within theDouglas Gregor
2012-02-21Emit the exact size for the invariant intrinsics.Nick Lewycky
2012-02-21[analyzer] + a couple more malloc tests.Anna Zaks
2012-02-21[analyzer] Make KeyChainAPI checker inlining-aware.Anna Zaks
2012-02-20Make RequireLiteralType work correctly with incomplete array types. PR12037.Eli Friedman
2012-02-20[PCH] Recover gracefully if the ASTReader detects that a file is differentArgyrios Kyrtzidis
2012-02-20Fix a constexpr FIXME: When implicitly instantiating the primary template for anRichard Smith
2012-02-20Formatting.Eric Christopher
2012-02-20Make PreprocessorOptions::DetailedRecordIncludesNestedMacroExpansions false b...Argyrios Kyrtzidis
2012-02-20objc IRGen: force CSE of load of ivar offsets by settingFariborz Jahanian
2012-02-20[analyzer] Make Malloc aware of inter-procedural execution + basicAnna Zaks
2012-02-20[analyzer] Testing: These checkers are not experimental anymore.Anna Zaks
2012-02-20[analyzer] Turn on by default the Malloc Checker and a couple of CStringAnna Zaks
2012-02-20Make sure that we set up the right declaration contexts when creatingDouglas Gregor
2012-02-20modern objc translator. Finish off first cut of theFariborz Jahanian
2012-02-20When we resolve the type of an 'auto' variable, clear out the linkageDouglas Gregor
2012-02-20Make test case less sensitive to metadata numbering.Chad Rosier
2012-02-20Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor
2012-02-20Remove the type retaining from the clang frontend. This is nowEric Christopher
2012-02-20Make forward declarations for objective-c types use the newEric Christopher
2012-02-20[clang.py] Format and add documention for TypeGregory Szorc
2012-02-20[clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qual...Gregory Szorc
2012-02-20[clang.py] Implement Type.argument_types()Gregory Szorc
2012-02-20[clang.py] Implement Type.__eq__ and Type.__ne__Gregory Szorc
2012-02-20Deserialize the direct-initialization range of a "new" expressionDouglas Gregor
2012-02-20Fixing the working-directory option so that it stores the proper directory.Aaron Ballman
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-20Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ toChandler Carruth
2012-02-20ObjCMessageExpr: Don't leave SelLocsKind uninitialized when the send is impli...Benjamin Kramer
2012-02-19Set the location of the template keyword when allocating a new TemplateIdAnno...Benjamin Kramer
2012-02-19Make the regular expressions in this test more narrow to ensure we'reChandler Carruth
2012-02-19objective-c modern translator: comment out private ivarsFariborz Jahanian
2012-02-19[clang.py] Implement Type.is_function_variadicGregory Szorc
2012-02-19Emit a warning when list-initializing a std::initializer_list member.Sebastian Redl
2012-02-19Harden test against for operator new(unsigned int).Benjamin Kramer
2012-02-19Make heap-allocation of std::initializer_list 'work'.Sebastian Redl
2012-02-19Make std::initializer_list member initializers 'work'.Sebastian Redl
2012-02-19Refuse to compile global std::initializer_lists instead of doing completely t...Sebastian Redl
2012-02-19Get recursive initializer lists to work and add a test. Codegen of std::initi...Sebastian Redl
2012-02-19Add a testcase for using objects with list-constructors, and fix a Sema crash...Sebastian Redl
2012-02-19Add a testcase to show that temporaries from the initializer list are destroy...Sebastian Redl
2012-02-19Add a testcase for start+end implementations of std::initializer_list.Sebastian Redl
2012-02-19Fix a crash for nested initializer list initialization. Still does the wrong ...Sebastian Redl