summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* clang/test/CodeGen/fp-contract.c: It requires ppc32!NAKAMURA Takumi2012-07-061-0/+1
* Add -ffp-contract = { fast | on | off } command line option support.Lang Hames2012-07-062-0/+14
* [objcmt] Check for classes that accept 'objectForKey:' (or the other selectorsArgyrios Kyrtzidis2012-07-062-0/+20
* objective-c: don't involve properties when checkingFariborz Jahanian2012-07-051-0/+20
* [objcmt] Allow migrating to subscripting syntax for other classesArgyrios Kyrtzidis2012-07-052-0/+84
* Thread-safety analysis: eliminate false positives in case where the definitionDeLesley Hutchins2012-07-051-3/+197
* MIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_dsp macrosSimon Atanasyan2012-07-051-0/+14
* objective-c++ parsing. Turn off delayed parsingFariborz Jahanian2012-07-051-1/+2
* MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support.Simon Atanasyan2012-07-051-0/+24
* MIPS: Define __mips16 macro if -mips16 option is provided.Simon Atanasyan2012-07-051-0/+12
* MIPS: Add -mips16 / -mno-mips16 command line support.Simon Atanasyan2012-07-051-0/+13
* Give test check tags consistent names. Simon Atanasyan2012-07-051-9/+9
* PR13273: When performing list-initialization with an empty initializer list,Richard Smith2012-07-054-0/+73
* Obj-C++11 parser: handle a fall out of delayed Fariborz Jahanian2012-07-032-1/+43
* [analyzer] For now, don't inline non-static member overloaded operators.Jordan Rose2012-07-031-1/+18
* Obj-C++11 parser: fix broken parsing of c-functionFariborz Jahanian2012-07-031-0/+5
* objective-c: Refactor parse/sema portion ofFariborz Jahanian2012-07-031-1/+1
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-0310-13/+13
* When using -pg targeting OS X 10.8, pass -no_new_main to the linker.Bob Wilson2012-07-031-0/+5
* Thread safety analysis: improve handling of smart pointers.DeLesley Hutchins2012-07-031-3/+168
* Make the following changes in the way Mips handles vector arguments and returnAkira Hatanaka2012-07-032-0/+38
* Thread Safety Analysis: handle expressions involving temporaries,DeLesley Hutchins2012-07-031-0/+40
* Add additional architecture defines for PPC targets.Hal Finkel2012-07-031-0/+106
* Rename -Wself-assign-memvar to -Wself-assign-field to improve local consisten...Nico Weber2012-07-031-2/+2
* Significantly simplify CGExprAgg's logic about ignored results:John McCall2012-07-021-11/+60
* [libclang] Introduce clang_Cursor_isDynamicCall which,Argyrios Kyrtzidis2012-07-021-0/+59
* objective-c: just as we have done for method definitions,Fariborz Jahanian2012-07-021-0/+32
* -Wuninitialized: assume that an __attribute__((returns_twice)) function mightRichard Smith2012-07-021-0/+19
* test/Driver/crash-report.c: don't fail if there are no files left behind by a...Richard Smith2012-07-021-1/+1
* Thread safety analysis: fixed bug that occurs when very silly peopleDeLesley Hutchins2012-07-021-0/+65
* [analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation.Jordan Rose2012-07-021-11/+10
* Thread safety analysis: fixed incorrect error message at the end of a locks_r...DeLesley Hutchins2012-07-021-0/+16
* Thread safety analysis: don't warn in case of duplicate annotation.DeLesley Hutchins2012-07-021-0/+20
* Improve crash reporting test coverage.David Blaikie2012-07-021-2/+8
* Thread Safety Analysis: turn off checking within trylock functions.DeLesley Hutchins2012-07-021-0/+27
* Add a warning flag for "'extern' variable has an initializer".Matt Beaumont-Gay2012-07-021-2/+1
* Extend a workaround for a CMake bug in LLVM's r159593 to apply toChandler Carruth2012-07-021-1/+2
* We support a mode where the Clang regression tests are run but not theChandler Carruth2012-07-021-3/+8
* In blocks, only pretend that enum constants have enum type if necessary.Jordan Rose2012-07-021-30/+24
* When we're looking for redeclarations which might provide a definition in Cod...Eli Friedman2012-07-021-0/+14
* Make this test invariant to future changes of the max loop unrolling count.Ted Kremenek2012-07-021-1/+1
* Be more eager about setting the 'Invalid' bit on an invalid classDouglas Gregor2012-07-021-3/+3
* Fix subtle bug in AnalysisConsumer where we would not analyze functions whose...Ted Kremenek2012-07-022-48/+164
* Switch from using a lit.cfg-generator variable to the real variable inChandler Carruth2012-07-021-1/+1
* [analyzer] Convert existing checkers to use check::preCall and check::postCall.Jordan Rose2012-07-022-1/+24
* [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.Jordan Rose2012-07-021-0/+12
* [analyzer] Convert RetainCountChecker to use CallEvent as much as possible.Jordan Rose2012-07-021-3/+2
* [analyzer] Add a new abstraction over all types of calls: CallEventJordan Rose2012-07-021-0/+13
* [PCH] Make sure that all newly introduced visible decls in a DeclContextArgyrios Kyrtzidis2012-07-021-0/+44
* A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ...Richard Smith2012-07-021-0/+5