aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-12-17Completely re-implement (de-)serialization of declarationDouglas Gregor
2011-12-17Split the Windows toolchain definition into its own file. This isChandler Carruth
2011-12-17Fix an abiguous-else warning from GCC. I have no idea why Clang doesn'tChandler Carruth
2011-12-17Update CMake dependencies.Ted Kremenek
2011-12-17Add -mavx2 and -mno-avx2 command line support. Also add core-avx2 processor t...Craig Topper
2011-12-17Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect.NAKAMURA Takumi
2011-12-17[PCH] Don't deserialize bodies of interesting decls while iteratingArgyrios Kyrtzidis
2011-12-17Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives...Ted Kremenek
2011-12-17Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek
2011-12-17[PCH] Fix bug where we failed to update an identifier for a single tokenArgyrios Kyrtzidis
2011-12-17[PCH] In ASTReader::FinishedDeserializing fully load the interesting decls,Argyrios Kyrtzidis
2011-12-17In Parser::SkipUntil do not stop at '@' unconditionally.Argyrios Kyrtzidis
2011-12-17After late parsing an objc method, make sure there are no leftover cached tok...Argyrios Kyrtzidis
2011-12-17Add a missing check before trying to evaluate a temporary. PR11595.Eli Friedman
2011-12-17Fix _mm_permute_ps and _mm256_permute_ps AVX intrinsics to use "I" (ICE)Chad Rosier
2011-12-17Revert r146797, which was a partial revert of r146791; It was correct in theChad Rosier
2011-12-17Fix _mm256_extractf128_* AVX intrinsics to use "I" (ICE) markings. FixChad Rosier
2011-12-17Partial revert of r146791; vpermilps/vpermilpd instructions accepts ymm/mem/i...Chad Rosier
2011-12-17Remove a non-gcc-compatible extension that would apply attributes on declarat...Eli Friedman
2011-12-17[analyzer] Add support for taint flowing through a function (atoi).Anna Zaks
2011-12-17[analyzer] Minor: Simplify & assert.Anna Zaks
2011-12-17Fix _mm256_round_pd, _mm256_round_ps, _mm_permute_pd and _mm256_permute_pd AVXChad Rosier
2011-12-16When in a limited debug information situation if we can find the originalEric Christopher
2011-12-16Start down the path of getting clang to internally agree on structs versusEric Christopher
2011-12-16Fix an inconsistency in the syntactic form of InitListExpr in case of initial...Nicola Gigante
2011-12-16Don't allow #include (and its friends #import, #include_next andRichard Smith
2011-12-16Make sure we're always setting the previous declaration of an ObjCInterfaceDeclDouglas Gregor
2011-12-16Add the value of "suitably aligned" from the C++11 standard to Basic/TargetInfo.Nick Lewycky
2011-12-16Fix 80-column violation and whitespace. No functionality change.Nick Lewycky
2011-12-16Add missing flush call. This is an attempt to fix a broken Windows buildbot.Eli Friedman
2011-12-16Fix vinsertf128_* AVX intrinsics to use "I" (ICE) markings. Fix avxintrin.h to Chad Rosier
2011-12-16Fix vperm2f128_* AVX intrinsics to use "I" (ICE) markings. Fix avxintrin.h to Chad Rosier
2011-12-16PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression whichRichard Smith
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith
2011-12-16[analyzer] Better stdin support.Anna Zaks
2011-12-16Fixup to the relaxed diagnostic verification option r146633.Anna Zaks
2011-12-16If there is a definition of an ObjCInterfaceDecl, make it the Decl returned f...Douglas Gregor
2011-12-16Support decltype in pseudo destructors and dependent destructor calls.David Blaikie
2011-12-16objc: after issuing the warning on direct use of __attribute__((NSObject))Fariborz Jahanian
2011-12-16Fix chaining of ObjCInterfaceDecl redeclarationsDouglas Gregor
2011-12-16Sema::RequireCompleteType currently attempts toSean Callanan
2011-12-15In SourceManager::~SourceManager do a sanity check to make sure weArgyrios Kyrtzidis
2011-12-15When generating debug info for an ObjCInterfaceDecl, try to dig out the defin...Douglas Gregor
2011-12-15Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it onlyDouglas Gregor
2011-12-15[analyzer] Address Jordy's comments for r145985.Anna Zaks
2011-12-15When name lookup finds a module-private Objective-C class declaration,Douglas Gregor
2011-12-15Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor
2011-12-15Refactor and simplify AddInitializerToDecl.Richard Smith
2011-12-15Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to theDouglas Gregor
2011-12-15Introduce the core infrastructure needed to model a completeDouglas Gregor