summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Consider visibility attributes last, so that they take precedence.Rafael Espindola2012-04-142-21/+33
* Replace manual delete[] with OwningArrayPtr.Benjamin Kramer2012-04-142-12/+10
* Don't leak vtable thunks.Benjamin Kramer2012-04-141-0/+1
* Delete late parsed attributes instead of leaking them.Benjamin Kramer2012-04-141-0/+1
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-142-5/+4
* Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.Benjamin Kramer2012-04-146-125/+36
* ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked.Benjamin Kramer2012-04-141-2/+4
* c-index-test: dispose spelling string after use.Benjamin Kramer2012-04-141-0/+1
* 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-1429-146/+388
* Delete the TypoResultsMap when erasing the pointer to it.Benjamin Kramer2012-04-131-7/+6
* Don't enter cleanups for unreachable variables. It's impossible toJohn McCall2012-04-133-0/+16
* modern objective-c translator: Fixes translation ofFariborz Jahanian2012-04-133-1/+51
* Avoid string thrashing when we can concatenate them in the final buffer.Benjamin Kramer2012-04-131-8/+8
* Serialize and deserialize some missing bits from BlockDecl.John McCall2012-04-132-0/+7
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-137-7/+5
* Remove clangIndex reference from clang-interpreter CMake buildDouglas Gregor2012-04-131-1/+0
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-1337-2899/+3
* modern objective-c translator: When translatingFariborz Jahanian2012-04-132-37/+46
* Make control flow more explicit for rebuilding property reference expressions...Douglas Gregor2012-04-131-7/+7
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-137-108/+0
* super and class property reference expressions don't need to beDouglas Gregor2012-04-132-2/+22
* First set of tests for ARM homogenous aggregates. C only. C++ will follow.Anton Korobeynikov2012-04-131-0/+158
* Step forward with supporting of ARM homogenous aggregates:Anton Korobeynikov2012-04-134-43/+119
* Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set ofRichard Smith2012-04-135-1/+32
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-136-11/+11
* Support -Wc++98-compat-pedantic as requested:Seth Cantrell2012-04-133-4/+13
* all-std-headers.cpp: Include the C++11 headers when building with clangRichard Smith2012-04-131-1/+1
* Fix a trivial oversight with apple-kext static local destructorsJohn McCall2012-04-132-0/+23
* Mention atomics support in the release notes.Richard Smith2012-04-131-0/+2
* When we're flagging a protected scope to prevent jumps into theJohn McCall2012-04-133-10/+37
* Now that we provide sufficient support for three C11/C++11 atomicsRichard Smith2012-04-131-4/+4
* C++11 no longer requires files to end with a newlineSeth Cantrell2012-04-133-3/+8
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-137-47/+376
* objective-c modern translator: beautify rewrite ofFariborz Jahanian2012-04-121-7/+7
* Config.h: Add another definition which the Darwin build (sometimes) uses.Daniel Dunbar2012-04-121-0/+3
* Warn on 64-to-32 for source value of x bits where 64 >= x > 32.David Blaikie2012-04-122-1/+5
* [analyzer] PCH deserialization optimization.Anna Zaks2012-04-129-92/+187
* [analyzer] Test case for r154451 (redefining system functions).Anna Zaks2012-04-121-0/+17
* objective-c literals: Issue warning and ignoreFariborz Jahanian2012-04-123-3/+17
* 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-124-7/+41
* Include lambda capture init expressions in CFG.Ted Kremenek2012-04-122-1/+37
* Add -Wuninitialized test for C++11 lambdas.Ted Kremenek2012-04-121-1/+6
* Fix CFGBuilder to not include the body of a LambdaExpr in the CFG of the encl...Ted Kremenek2012-04-121-3/+5
* MIPS: Initialize MIPS CPU's name by default value.Simon Atanasyan2012-04-121-3/+6
* Compute standard conversion sequences for conversions to atomicDouglas Gregor2012-04-123-11/+76
* objective-c numeric literal: type of boolean isFariborz Jahanian2012-04-123-2/+54
* modern objective-c translator. ifdef'out Fariborz Jahanian2012-04-122-1/+11
* Fix the signatures for the _mm256_storeu2_* intrinsics.Chad Rosier2012-04-121-3/+3