summaryrefslogtreecommitdiffstats
path: root/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Merging r156031:Bill Wendling2012-05-124-71/+2
* Merging r155293:Bill Wendling2012-05-122-17/+37
* Merging r155218:Bill Wendling2012-05-122-43/+29
* Merging r155424:Bill Wendling2012-05-121-4/+8
* Merging r155356:Bill Wendling2012-05-121-1/+2
* Merging r155728:Bill Wendling2012-04-271-2/+4
* Merging r155670:Bill Wendling2012-04-261-0/+1
* Merging r155576:Bill Wendling2012-04-251-0/+3
* Merging r155279:Bill Wendling2012-04-213-21/+17
* objective-c: Issue diagnostic when an implicitFariborz Jahanian2012-04-181-3/+20
* VerifyICE: Pass PartialDiagnostics by reference.Benjamin Kramer2012-04-181-4/+5
* As per John McCall comment:Francois Pichet2012-04-181-4/+4
* PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith2012-04-172-3/+15
* Emulate a MSVC bug where the creation of pointer-to-member to protected membe...Francois Pichet2012-04-171-0/+7
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-178-193/+665
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-161-17/+1
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-164-33/+178
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-169-61/+325
* Directly store TypoResultsMaps in the TypoEditDistanceMap, getting rid of man...Benjamin Kramer2012-04-141-27/+15
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-144-3/+86
* Delete the TypoResultsMap when erasing the pointer to it.Benjamin Kramer2012-04-131-7/+6
* Make control flow more explicit for rebuilding property reference expressions...Douglas Gregor2012-04-131-7/+7
* super and class property reference expressions don't need to beDouglas Gregor2012-04-131-2/+7
* Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set ofRichard Smith2012-04-131-0/+2
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-131-1/+1
* When we're flagging a protected scope to prevent jumps into theJohn McCall2012-04-131-10/+14
* Warn on 64-to-32 for source value of x bits where 64 >= x > 32.David Blaikie2012-04-121-1/+1
* objective-c literals: Issue warning and ignoreFariborz Jahanian2012-04-121-3/+7
* s/isAtomicConversion/tryAtomicConversion/g, per Jordy's suggestion.Douglas Gregor2012-04-121-11/+11
* Fix some i1/i8 confusion within _Atomic(bool) in IR generation, bothDouglas Gregor2012-04-121-0/+7
* Compute standard conversion sequences for conversions to atomicDouglas Gregor2012-04-122-11/+53
* objective-c numeric literal: type of boolean isFariborz Jahanian2012-04-121-1/+13
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-121-98/+212
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-111-5/+16
* Clean up last commit as per dgregor's comments.David Chisnall2012-04-111-7/+7
* Allow c++ initialisers to initialise _Atomic fields.David Chisnall2012-04-111-0/+7
* When we determine that an initialization sequence failed due to anDouglas Gregor2012-04-101-3/+3
* Improve diagnostics in C++11 when a non-type template argument for aDouglas Gregor2012-04-101-2/+27
* Include the Objective-C parameter- and return-passing qualifiers whenDouglas Gregor2012-04-101-5/+15
* Don't include the ':' following code-completion suggestions forDouglas Gregor2012-04-101-3/+6
* objective-c: remove IsConstProperty as it does notFariborz Jahanian2012-04-101-17/+1
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-102-89/+183
* Rework implementation of null non-type template arguments based onDouglas Gregor2012-04-101-118/+154
* objective-c: add an assertion for propertyFariborz Jahanian2012-04-101-0/+5
* My original patch missed the virtual-base case for destroyingJohn McCall2012-04-091-2/+3
* Fix the access check performed as part of the determination of whetherJohn McCall2012-04-092-2/+46
* Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie2012-04-091-1/+1
* Fix several problems with protected access control:John McCall2012-04-074-52/+153
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-064-37/+108
* Thread safety analysis: downgraded requirement that mutex expressions refer t...DeLesley Hutchins2012-04-061-21/+17