summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove InitializationSequence::ReferenceBinding, the last redundant sequence ...Sebastian Redl2011-07-141-4/+1
* Moving one misplaced entry in the attribute enum in AttributeList.h into alph...Caitlin Sadowski2011-07-141-1/+1
* Update the remaining comments in Frontend to 'expansion'.Chandler Carruth2011-07-142-3/+2
* Clean up some comments I missed when switching fromChandler Carruth2011-07-141-4/+4
* NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth2011-07-143-8/+18
* Update all of the libclang code corresponding to the preprocessorChandler Carruth2011-07-141-1/+2
* Move the rest of the preprocessor terminology from 'instantiate' andChandler Carruth2011-07-142-30/+30
* Convert terminology in the Lexer from 'instantiate' and variants toChandler Carruth2011-07-142-12/+12
* Switch the TokenLexer's terminology from various forms of 'instantiate'Chandler Carruth2011-07-141-6/+6
* Add 'mutable' to the function declarator chunk, to be used whenDouglas Gregor2011-07-131-0/+14
* In debugger mode, make ObjC message sends to unknown selectors returnJohn McCall2011-07-132-1/+5
* objc++: Some level of covariance is allowed in ObjC properties.Fariborz Jahanian2011-07-121-0/+1
* Implement -MG. Fixes PR9613Peter Collingbourne2011-07-124-1/+6
* Fix a bug where a local variable named 'self' is causingFariborz Jahanian2011-07-122-2/+7
* Improve name mangling for instantiation-dependent types that are notDouglas Gregor2011-07-121-0/+7
* Fix the desugaring of dependent decltype and typeof(expr) nodes. TheDouglas Gregor2011-07-121-9/+3
* Move OBJC_PR_NumBits out of PropertyAttributeKind enum, to its own NumPropert...Argyrios Kyrtzidis2011-07-121-4/+7
* Centralize the getCanonicalType() calls in the Itanium C++ manglingDouglas Gregor2011-07-122-1/+12
* [ARC] Complain about property without storage attribute when @synthesizing it...Argyrios Kyrtzidis2011-07-122-4/+13
* Add diagnostic for constructs like "va_arg(l, float)" which have undefined be...Eli Friedman2011-07-111-0/+3
* [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...Argyrios Kyrtzidis2011-07-112-79/+45
* objc-arc: Diagnose when captured variable in block literalsFariborz Jahanian2011-07-111-0/+12
* Apply patch from Richard Trieu to fix PR9548:Chandler Carruth2011-07-112-19/+25
* Added removeBitWidth method.Abramo Bagnara2011-07-111-0/+5
* Change __debugbreak signature to void __debugbreak(void); MSVC compatibility.Francois Pichet2011-07-101-1/+1
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-096-5/+121
* Add codegen support for the fma/fmal/fmaf builtins.Cameron Zwarich2011-07-081-0/+4
* objc++-arc: more diagnosis of converting a weak-unavailableFariborz Jahanian2011-07-081-3/+3
* Keep track of which source locations are part of a macro argumentChandler Carruth2011-07-071-10/+70
* objc++-arc: diagnose assignment/cast of a weak-unavailableFariborz Jahanian2011-07-071-0/+3
* Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner2011-07-073-9/+0
* Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexe...Argyrios Kyrtzidis2011-07-073-11/+25
* r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly,Cameron Zwarich2011-07-071-2/+0
* A redeclaration of an inline method in C99 mode should trigger emission of thatNick Lewycky2011-07-071-0/+2
* Undo r134587 as the bug was actually a deep and hideous one in theSean Hunt2011-07-071-7/+0
* objc-arc: diagnose assignment/cast of a weak-unavailableFariborz Jahanian2011-07-072-0/+9
* Introduce a new libclang aPI function,Douglas Gregor2011-07-072-3/+171
* In ARC, reclaim all return values of retainable type, not just thoseJohn McCall2011-07-073-3/+17
* [arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver option aliases.Argyrios Kyrtzidis2011-07-071-2/+4
* Make the Preprocessor more memory efficient and improve macro instantiation d...Argyrios Kyrtzidis2011-07-073-2/+83
* Fix bug in SourceManager::getDecomposedInstantiationLocSlowCase.Argyrios Kyrtzidis2011-07-071-3/+2
* Ensure that we actually visit function parameter declarations withSean Hunt2011-07-061-0/+7
* Properly implement the scope restriction on the NRVO forDouglas Gregor2011-07-064-8/+32
* Some code cleanup of r134522Fariborz Jahanian2011-07-061-0/+12
* objc-arc: Support objc_arc_weak_unavailable on thoseFariborz Jahanian2011-07-063-0/+9
* Keep track of when "unrecoverable" errors occur, then allowDouglas Gregor2011-07-061-1/+9
* libclang: Allow callers of clang_saveTranslationUnit() to distinguishDouglas Gregor2011-07-062-4/+40
* Build up statistics about the work done for analysis based warnings.Chandler Carruth2011-07-064-5/+56
* Teach the static analyzer's interpretation of Cocoa conventions toDouglas Gregor2011-07-061-3/+7
* Use attributes from the definition (if available) whenRafael Espindola2011-07-061-1/+1