summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked.Benjamin Kramer2012-04-141-2/+4
* 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-1417-108/+235
* 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-132-0/+6
* modern objective-c translator: Fixes translation ofFariborz Jahanian2012-04-131-1/+4
* 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
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-1322-1798/+3
* modern objective-c translator: When translatingFariborz Jahanian2012-04-131-37/+23
* 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-133-76/+0
* super and class property reference expressions don't need to beDouglas Gregor2012-04-131-2/+7
* 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-133-1/+15
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-131-1/+1
* Support -Wc++98-compat-pedantic as requested:Seth Cantrell2012-04-131-4/+4
* Fix a trivial oversight with apple-kext static local destructorsJohn McCall2012-04-131-0/+1
* When we're flagging a protected scope to prevent jumps into theJohn McCall2012-04-131-10/+14
* C++11 no longer requires files to end with a newlineSeth Cantrell2012-04-131-1/+2
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-134-30/+245
* objective-c modern translator: beautify rewrite ofFariborz Jahanian2012-04-121-7/+7
* Warn on 64-to-32 for source value of x bits where 64 >= x > 32.David Blaikie2012-04-121-1/+1
* [analyzer] PCH deserialization optimization.Anna Zaks2012-04-123-81/+100
* 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-123-6/+17
* Include lambda capture init expressions in CFG.Ted Kremenek2012-04-121-1/+17
* 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-122-11/+53
* objective-c numeric literal: type of boolean isFariborz Jahanian2012-04-121-1/+13
* modern objective-c translator. ifdef'out Fariborz Jahanian2012-04-121-0/+5
* Fix the signatures for the _mm256_storeu2_* intrinsics.Chad Rosier2012-04-121-3/+3
* Changed all direct calls to CompletionConsumer.reset(..) to go callErik Verbruggen2012-04-121-4/+4
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-127-28/+32
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-124-195/+440
* These functions too have no prototypes. Audited the rest of Sema forEric Christopher2012-04-122-4/+4
* static functions have a need for mangled name debug information too.Eric Christopher2012-04-121-3/+4
* The copy and destroy helper functions aren't prototyped, don't call themEric Christopher2012-04-121-2/+2
* modern objective-c translator. Fixes a mis-translation whenFariborz Jahanian2012-04-111-0/+4
* [analyzer] dynamic_cast Simplify null value generation.Anna Zaks2012-04-111-8/+2
* modern objective-c translator. Fixes a translation bug when Fariborz Jahanian2012-04-111-18/+6
* Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith2012-04-111-4/+62
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-114-19/+34
* Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar ty...David Chisnall2012-04-111-4/+15
* 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
* Enable debug info for objective c implementations that may not haveEric Christopher2012-04-113-1/+22
* Support C++11 attributes at the start of a parameter-declaration.Richard Smith2012-04-112-10/+20