aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-13Forgot about CommentHTMLTags.td, which I had a stale copy of.android-sdk-support_r11android-cts-4.2_r2android-cts-4.2_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1tools_r22jb-mr1.1-releasejb-mr1.1-dev-plus-aospjb-mr1.1-devjb-mr1-releasejb-mr1-dev-plus-aospjb-mr1-devStephen Hines
2012-09-10Merge up through LLVM r163557.Stephen Hines
2012-09-10Merge branch 'upstream' into merge-2012_09_10Stephen Hines
2012-09-10Fix PR13784: instantiation of an abstract class in a conditional operator.David Blaikie
2012-09-10Move the null check outside of the loop, no functionality change.Argyrios Kyrtzidis
2012-09-10[PCH] When loading fields from external storage make sure to alsoArgyrios Kyrtzidis
2012-09-10[analyzer] Make the defaults explicit for each of the new config options.Jordan Rose
2012-09-10[analyzer] For now, don't inline C++ standard library functions.Jordan Rose
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-09-10Remove clang man page reference to -Oz. It's not an option we want people to...Ted Kremenek
2012-09-10Thread-safety analysis: differentiate between two forms of analysis; a preciseDeLesley Hutchins
2012-09-10Now that I have a test file to work with, disable the Filecheck part of this ...Ted Kremenek
2012-09-10Correctly 'cat' out test files.Ted Kremenek
2012-09-10Fix another case where we should be using isBeforeInTranslationUnit().Ted Kremenek
2012-09-10Add a few more cases where we should be using isBeforeInTranslationUnit().Ted Kremenek
2012-09-10As a debugging aid to unbreak the buildbots, cat the plist files so I can vie...Ted Kremenek
2012-09-10More tweaking and test cases for call to superFariborz Jahanian
2012-09-10Re-enable FileCheck testing of retain-release.m test, and forceTed Kremenek
2012-09-10objective-C: Improving diagnostocs for missing call toFariborz Jahanian
2012-09-10Temporarily disable FileCheck part of this test.Ted Kremenek
2012-09-10Allow vector types in pseudo-destructor expressions. Fixes PR13798.Douglas Gregor
2012-09-10Workaround for MacOSX build failure with gcc <= 4.4Alexander Kornienko
2012-09-10Revert "Revert Ted's r163489 and r163490, due to breakage."Ted Kremenek
2012-09-10Make helper functions static.Benjamin Kramer
2012-09-10Wrong crtbegin/crtend pair used for PIE on Android.Evgeniy Stepanov
2012-09-10Revert Ted's r163489 and r163490, due to breakage.NAKAMURA Takumi
2012-09-10MIPS: Use -march=arch option to select either generic MIPS ISA,Simon Atanasyan
2012-09-10Use isBeforeInTranslationUnitThan() instead of operator<.Ted Kremenek
2012-09-10Take another crack at stabilizing the emission order of analyzerTed Kremenek
2012-09-10Have PathDiagnosticPiece::getString() return a StringRef insteadTed Kremenek
2012-09-10Indent the "message" key in analyzer plist output.Ted Kremenek
2012-09-10Add handy script for updating plist FileCheck expected output forTed Kremenek
2012-09-09RawCommentList: don't copy the whole new RawComment to LastComment each time.Dmitri Gribenko
2012-09-09Remove dead method ProgramState::MarshalState().Ted Kremenek
2012-09-09Added missing const.Abramo Bagnara
2012-09-09Fixed support for disabled wchar_t and added an appropriate test.Abramo Bagnara
2012-09-08clang/test/Sema/format-strings-scanf.c: Relax a couple of expressions with ex...NAKAMURA Takumi
2012-09-08Add some ARM EABI preprocessor builtins testsAnton Korobeynikov
2012-09-08Do not construct StringRef from NULL argument.Anton Korobeynikov
2012-09-08Provide some ACLE C defines. This should fix PR13796Anton Korobeynikov
2012-09-08Try disabling the FileCheck part of the retain-release.m test to see if it fi...Ted Kremenek
2012-09-08Fix bug in BugReporter::RemoveUneededCalls() where "prunable"Ted Kremenek
2012-09-08When a bad UTF-8 encoding or bogus escape sequence is encountered in aRichard Smith
2012-09-08This test does not require --exact-match from FileCheck.Ted Kremenek
2012-09-08Attempt (again) to stabilize the order of the emission of diagnosticsTed Kremenek
2012-09-08Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso.Jordan Rose
2012-09-08Format strings: %Ld isn't available on Darwin or Windows.Jordan Rose
2012-09-08-fcatch-undefined-behavior: Factor emission of the creation of, and branch to,Richard Smith
2012-09-08[analyzer] ObjCSelfInitChecker should always clean up in postCall checks.Jordan Rose