summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Emit weak vtables of non-template classes with hidden visibility.John McCall2010-08-034-7/+17
* Support x86 AVX 256-bit instructions built-ins. Right now support all of them...Bruno Cardoso Lopes2010-08-031-2/+112
* Labels (and case statement) don't create independent scope parents for theJohn McCall2010-08-022-16/+34
* Fix idempotent operations false positive caused by ivars not being invalidate...Ted Kremenek2010-08-021-0/+27
* Further adjustments to -Wglobal-constructors; works for references and directJohn McCall2010-08-021-8/+11
* When using a precompiled preamble, save the diagnostics produced whenDouglas Gregor2010-08-022-2/+9
* Add test case for <rdar://problem/8258814>.Ted Kremenek2010-08-021-0/+9
* Query only the latest version of an identifier in the PCH chain. Make sure th...Sebastian Redl2010-08-023-1/+20
* Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f...Argyrios Kyrtzidis2010-08-022-0/+12
* Improve flat store: MemRegion::getAsOffset() computes a region's offset withinZhongxing Xu2010-08-021-0/+11
* Driver: Start ripping out support for -pipe, which is worthless and complicatesDaniel Dunbar2010-08-021-6/+0
* Kill off RequiresGlobalConstructor in favor of isConstantInitializer.John McCall2010-08-011-0/+16
* Make a first pass at implementing -Wglobal-constructors. I'm worried that thisJohn McCall2010-08-011-0/+39
* Instantiate attributes from the pattern record when instantiatingJohn McCall2010-08-011-0/+13
* Don't consider all local variables in C++ to mandate scope-checking, justJohn McCall2010-08-011-0/+12
* Only run the jump-checker if there's a branch-protected scope *and* there'sJohn McCall2010-08-012-2/+8
* Fix fragile-ABI ObjC exceptions in the presence of optimization withJohn McCall2010-07-312-9/+88
* Parser: Add support for #pragma align, which is just another spelling of #pragmaDaniel Dunbar2010-07-311-0/+10
* After a lengthy design discussion, add support for "ownership attributes" for...Ted Kremenek2010-07-311-4/+118
* Test case for PR7763.Tom Care2010-07-301-0/+14
* Correctly deal with using names for both functions and structs in chained PCH.Sebastian Redl2010-07-306-14/+31
* Tighten the rules when deciding if an ivar must beFariborz Jahanian2010-07-301-0/+5
* Fixed typedef inside extern "C".Abramo Bagnara2010-07-301-0/+3
* tests: Use env instead of assuming bash.Daniel Dunbar2010-07-301-1/+1
* Improve error recovery when presented with an ill-formed template-idJohn McCall2010-07-302-1/+5
* Emit global destructors even if the destroyed object has no initializers or hasJohn McCall2010-07-301-2/+17
* fix PR5179 and correctly fix PR5831 to not miscompile.Chris Lattner2010-07-303-6/+21
* There is no reason for this test to invoke 'llc'.Daniel Dunbar2010-07-301-1/+1
* Add test case for crash reported in <rdar://problem/8236270> (which has since...Ted Kremenek2010-07-301-0/+11
* Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>.Ted Kremenek2010-07-301-3/+15
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-303-0/+21
* Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek2010-07-301-11/+16
* Revert "Re-apply fixed version of 108749, correctly conditionalizing the newDaniel Dunbar2010-07-292-5/+5
* CMake: Clang test targets depend on the {FileCheck,not,count} tools.Daniel Dunbar2010-07-291-3/+3
* Weak references and variables that are not definitions are not required for e...Argyrios Kyrtzidis2010-07-291-0/+7
* Implement PCH support for offsetof(base-specifier).Argyrios Kyrtzidis2010-07-292-0/+7
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-292-0/+4
* fix rdar://8251384, another case where we could access beyond theChris Lattner2010-07-291-0/+10
* handle a case where we could access off the end of a functionChris Lattner2010-07-291-0/+6
* in release mode, irbuilder doesn't add names to instructions,Chris Lattner2010-07-291-2/+2
* fix PR7742 / rdar://8250764, a miscompilation of structChris Lattner2010-07-291-0/+16
* Tigthen the condition for issung ivar shadowingFariborz Jahanian2010-07-291-0/+21
* When taking the address of a value of Objective-C object type (e.g.,Douglas Gregor2010-07-291-0/+7
* Allow a looser form of compatibility checking (which ignoresDouglas Gregor2010-07-291-0/+11
* When deleting a value of class type, make sure that type is completeDouglas Gregor2010-07-291-0/+11
* Reword the empty struct/union warning in C to note that such structs and unio...Douglas Gregor2010-07-292-3/+5
* This is a little bit far, but optimize cases like:Chris Lattner2010-07-291-0/+10
* implement a todo: pass a eight-byte that consists of aChris Lattner2010-07-291-3/+13
* Move new test (that requires RegionStore) into its own file.Jordy Rose2010-07-292-23/+25
* Use a LazyCompoundVal to handle initialization with a string literal, rather ...Jordy Rose2010-07-291-0/+23
OpenPOWER on IntegriCloud