summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression that allowed clearly ill formed code. The diagnostic is stillChandler Carruth2010-08-311-0/+2
* Revert my lame attempt at appeasing the CFGBuilderDouglas Gregor2010-08-311-7/+0
* When provide code completions for a variadic Objective-C methodDouglas Gregor2010-08-311-15/+24
* Teach the CFGBuilder not do die on CXXBindTemporaryExpr, CXXOperatorCallExpr....Douglas Gregor2010-08-311-0/+7
* Implement the __has_nothrow trait family, by Steven Watanabe.Sebastian Redl2010-08-312-3/+108
* Add range of return value expression in ReturnUndefChecker. Patch by Jim Goo...Ted Kremenek2010-08-311-0/+1
* Enable inline namespaces in C++03 as an extension.Sebastian Redl2010-08-313-4/+8
* Add a forgotten place where the enclosing namespace set matters, plus a big t...Sebastian Redl2010-08-311-2/+2
* Enable inline namespaces in the AST.Sebastian Redl2010-08-312-1/+22
* Rename DeclContext::getLookupContext to getRedeclContext and change its seman...Sebastian Redl2010-08-3114-64/+80
* Decl::getEnclosingNamespaceContext has no reason to explicitly skip transpare...Sebastian Redl2010-08-311-1/+1
* When instantiating a function type, instantiate the return type beforeDouglas Gregor2010-08-311-6/+13
* Add a missing return. Bug noticed by Dawn Perchik!Douglas Gregor2010-08-301-0/+1
* When template substitution into a template parameter reduces the levelDouglas Gregor2010-08-301-6/+8
* silence a warningChris Lattner2010-08-301-1/+1
* zap tabsGabor Greif2010-08-301-1/+1
* Fix PR8029, a x86-32 ABI regression in introduced in r112211Chris Lattner2010-08-301-1/+0
* fix dual aspect of PR8007,Gabor Greif2010-08-301-3/+19
* Perform the function-to-pointer adjustment during template argumentDouglas Gregor2010-08-301-31/+43
* Translate NEON vmovn builtin to a vector truncation instead of using an llvmBob Wilson2010-08-301-2/+1
* Adjusted the semantics of assign checking in IdempotentOperationCheckerTom Care2010-08-301-26/+41
* Revert my user-defined literal commits - r1124{58,60,67} pendingAlexis Hunt2010-08-3015-167/+29
* add a fixme.Chris Lattner2010-08-301-1/+5
* use 'features' instead of 'PP->getLangOptions'.Chris Lattner2010-08-301-8/+8
* Heap-allocate the attribute vectors inDouglas Gregor2010-08-301-1/+26
* Fix an corner-case assertion introduced by the refactoring in r112258;Douglas Gregor2010-08-301-0/+2
* Now that GCC will have #pragma push/pop (in GCC 4.6), allow theDouglas Gregor2010-08-301-31/+14
* Emulate (some of) Microsoft's looser semantic checking of exceptionDouglas Gregor2010-08-301-0/+8
* In Microsoft compatibility mode, don't parse the exponent as part ofDouglas Gregor2010-08-301-1/+10
* Predeclare class type_info in Microsoft mode, from Francois Pichet!Douglas Gregor2010-08-301-0/+1
* Add redeclaration checking for static data members and fix a cornerDouglas Gregor2010-08-301-3/+22
* Fix CMake dependenciesDouglas Gregor2010-08-301-0/+6
* Straighten out target triples provided on the command lineDuncan Sands2010-08-301-1/+2
* Two minor fixes to user-defined literals:Alexis Hunt2010-08-301-0/+3
* Add some braces for sanity and GCC silence. These became unbalanced in r112122,Chandler Carruth2010-08-301-1/+2
* Implement C++0x user-defined string literals.Alexis Hunt2010-08-2914-29/+164
* When providing a code completion for an Objective-C message send, dropDouglas Gregor2010-08-291-5/+7
* Improve code completion for initializer lists in constructors. InsteadDouglas Gregor2010-08-291-7/+33
* ObjClang++: Allow declaration of block variable in a collectionFariborz Jahanian2010-08-291-1/+7
* Add comments.Zhongxing Xu2010-08-291-0/+7
* Translate NEON vaddl, vaddw, vsubl, and vsubw builtins to llvm add/subBob Wilson2010-08-291-8/+26
* Complain if a __pragma isn't terminated.John McCall2010-08-291-0/+5
* Add support for Microsoft's __pragma in the preprocessor.John McCall2010-08-282-5/+61
* When perform exact-qualifier-match template argument deduction,John McCall2010-08-281-1/+24
* If filtering a lookup result leaves it ambiguous, keep the ambiguity John McCall2010-08-281-1/+6
* Delete the relaxedLiveness object in the dtor of AnalysisContext.Ted Kremenek2010-08-281-0/+1
* improve comment, patch by Vladimir Kirillov!Chris Lattner2010-08-281-2/+3
* simplify by relying on cascading operator->Gabor Greif2010-08-281-3/+3
* simplifyGabor Greif2010-08-281-2/+3
* suppress annoying textual repetition as 'aka'Gabor Greif2010-08-281-4/+7
OpenPOWER on IntegriCloud