aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-16Suppress unused warning on static inline function template specializations.Rafael Espindola
2013-04-16Add support for sparcv9 targets.Jakob Stoklund Olesen
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-16Correctly propagate the storage class to function template instantiations.Rafael Espindola
2013-04-16[analyzer] Improve the malloc checker stack hint messageAnna Zaks
2013-04-15[analyzer] Do not crash when processing binary "?:" in C++Anna Zaks
2013-04-15[analyzer] Add pretty printing to CXXBaseObjectRegion.Anna Zaks
2013-04-15[analyzer] Address code review for r179395Anna Zaks
2013-04-15[analyzer] Add more specialized error messages for corner cases as per Jordan...Anna Zaks
2013-04-15Break after multiline parameters.Daniel Jasper
2013-04-15[analyzer] Don't assert on a temporary of pointer-to-member type.Jordan Rose
2013-04-15Remove some dead code that has not been used since 2010.Joey Gouly
2013-04-15[analyzer] Be lazy about struct/array global invalidation too.Jordan Rose
2013-04-15[analyzer] Re-enable using global regions as a symbolic base.Jordan Rose
2013-04-15[analyzer] Properly invalidate global regions on opaque function calls.Jordan Rose
2013-04-15Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."Argyrios Kyrtzidis
2013-04-15Fix unused variable warning with assertions disabled.Alexander Kornienko
2013-04-15Unified token breaking logic for strings and block comments.Alexander Kornienko
2013-04-15Remove hasExternalLinkageUncached.Rafael Espindola
2013-04-15Fix the storage class of method instantiations.Rafael Espindola
2013-04-15Local thread_local variables are implicitly 'static'. (This doesn't apply to ...Richard Smith
2013-04-15Properly check for a constant initializer for a thread-local variable.Richard Smith
2013-04-15Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.Nadav Rotem
2013-04-15Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem
2013-04-14CodeGen support for function-local static thread_local variables withRichard Smith
2013-04-14Removed #if 0 code that doesn't compiled if uncommented.Rafael Espindola
2013-04-14Diagnose if a __thread or _Thread_local variable has a non-constant initializerRichard Smith
2013-04-14[Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan
2013-04-14[Mips] Fix indentation.Simon Atanasyan
2013-04-14[Mips] Follow-up to r179481. Reduce code duplication. UseSimon Atanasyan
2013-04-14[Mips] Follow-up to r179481. Consider "single-float" as a separateSimon Atanasyan
2013-04-14Add driver support for fedora 18 on ARM.Rafael Espindola
2013-04-14Handle incompatible redeclarations of library builtins better.John McCall
2013-04-14[Mips] Remove "single" from the list of valid MIPS float ABI names. AddSimon Atanasyan
2013-04-13Remove duplicated comment.Simon Atanasyan
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-13Use MapVector rather than simulating it.Richard Smith
2013-04-13Speed-up ObjCMethodDecl::getOverriddenMethods().Argyrios Kyrtzidis
2013-04-13Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included...Argyrios Kyrtzidis
2013-04-13Don't replace an existing decl in the scope chains with itsJohn McCall
2013-04-12[analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled.Anton Yartsev
2013-04-12Headers: Add support for ISO9899:2011 rsize_t.Daniel Dunbar
2013-04-12Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith
2013-04-12tl;dr: Teach Clang to work around g++ changing its workaround to glibc'sRichard Smith
2013-04-12<rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas...Douglas Gregor
2013-04-12[analyzer] Makes NewDeleteLeaks checker work independently from NewDelete.Anton Yartsev
2013-04-12[analyzer] Print a diagnostic note even if the region cannot be printed.Anna Zaks
2013-04-12[analyzer]Print field region even when the base region is not printableAnna Zaks
2013-04-12Sema: Give a typically small DenseMap some inline capacity.Benjamin Kramer
2013-04-12Revamps structural error detection / handling.Manuel Klimek