summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* The result of the Microsoft __uuidof operator must be considered a global lva...Francois Pichet2012-04-162-2/+8
* Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman2012-04-168-80/+102
* Add 'env' in hopes of making this test pass on Windows.Nick Lewycky2012-04-161-1/+1
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-1610-87/+125
* Like for LLVM / shlib, we also provide a SONAME to libclang.soSylvestre Ledru2012-04-151-0/+5
* Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...Craig Topper2012-04-153-6/+8
* Fix tests that weren't actually verifying anything.David Blaikie2012-04-156-9/+9
* Correct indentationDavid Blaikie2012-04-151-22/+22
* [clang.py] Implement TypeKind.spellingGregory Szorc2012-04-152-1/+17
* Use MDBuilder to help with metadata creation.Duncan Sands2012-04-155-45/+16
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-156-14/+24
* Actually, this tree isn't necessarily binary.Benjamin Kramer2012-04-151-2/+2
* Recursively delete rewrite rope nodes when tearing down the tree.Benjamin Kramer2012-04-151-0/+5
* %clang -cc1 -> %clang_cc1Seth Cantrell2012-04-152-2/+2
* PR12226: don't generate wrong code if a braced string literal is used toRichard Smith2012-04-158-20/+36
* objective-c modern translator: Make metadataFariborz Jahanian2012-04-142-7/+16
* [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer.Anna Zaks2012-04-141-0/+2
* 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