aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-13[Basic] Make DiagnosticBuilder::{Clear,Emit} protected.Daniel Dunbar
2012-03-13[Basic] Eliminate DiagnosticBuilder::Suppress and matching ctor, this stuff isDaniel Dunbar
2012-03-13[Basic] Make DiagnosticBuilder::{isActive,getLocation,getDiagID} protected.Daniel Dunbar
2012-03-13[Basic] Fix ~Diagnostic() to not call Emit() when there is no diag obj (mostDaniel Dunbar
2012-03-13[Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary sizeDaniel Dunbar
2012-03-13Remove unused-but-set variable.Benjamin Kramer
2012-03-13Long double is just double on FreeBSD/{PPC,PPC64}.Roman Divacky
2012-03-13Tweak linkage order for solaris.David Chisnall
2012-03-13Ensure that default arguments are handled correctly in sub scopes. For example:James Molloy
2012-03-13Implement [temp.param]p5: the top-level cv-qualifiers on a non-type templateRichard Smith
2012-03-13PR11850 + duplicates: don't assume that a function parameter pack expansion isRichard Smith
2012-03-13PR11925: A function can't have a variably-modified return type. Not even in C++.Richard Smith
2012-03-13It never makes sense to do a lookup into a LinkageSpecDecl, so assert that weNick Lewycky
2012-03-13Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith
2012-03-13[libclang] When there's a file error when saving the PCH, make sure toArgyrios Kyrtzidis
2012-03-13Make the error about assigning to lambda-captured variablesJohn McCall
2012-03-13[Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iter...Argyrios Kyrtzidis
2012-03-13Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis
2012-03-13Alternate fix to PR12248: put Sema in charge of special-casingJohn McCall
2012-03-13[msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall....NAKAMURA Takumi
2012-03-12modern objective-c translator. @try/@catch translation. wip.Fariborz Jahanian
2012-03-12Add new analyzer diagnostic mode where plists can have bugs that span multipl...Ted Kremenek
2012-03-12[analyzer] Include inlining call stack depth in plist output.Ted Kremenek
2012-03-12Address some of the concerns by Chandler.Bill Wendling
2012-03-12Update FIXME.Bill Wendling
2012-03-12Have clang pay attention to the LIBRARY_PATH environment variable.Bill Wendling
2012-03-12C++11 [temp.deduct.call]p6 tweak: when given a set of overlaodedDouglas Gregor
2012-03-12Make sure we treat variables captured by reference in lambda as modifiable lv...Eli Friedman
2012-03-12[Sema] -Add an invalid objc category to the DeclContext so that it can beArgyrios Kyrtzidis
2012-03-12ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false)...Jordy Rose
2012-03-12objective-c modern translator: ivar offset symbolsFariborz Jahanian
2012-03-12Fix a crash-on-invalid found by -Wlogical-op-parentheses.David Blaikie
2012-03-12Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU.James Molloy
2012-03-12Fix parsing of trailing-return-type. Types are syntactically prohibited fromRichard Smith
2012-03-12Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith
2012-03-11Fix typo in comment, 'langauge' -> 'language'.Nick Lewycky
2012-03-11objective-c modern abi rewriter: provide section pragmas forFariborz Jahanian
2012-03-11Document the weak-linking behavior of the availability attributeDouglas Gregor
2012-03-11Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.NAKAMURA Takumi
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-11llvm::SwitchInstStepan Dyatkovskiy
2012-03-11Document the availability attributeDouglas Gregor
2012-03-11When template argument deduction is ignoring qualifiers, perform deepDouglas Gregor
2012-03-11cxx_status: No compiler changes are required for 'minimal support for garbageRichard Smith
2012-03-11Add a missing 'template' keyword.Douglas Gregor
2012-03-11[analyzer] Replace a static helper with existing logic. No functionality change.Jordy Rose
2012-03-10When determining whether an identifier followed by a '<' in a memberDouglas Gregor
2012-03-10Fix crash & accepts-invalid for array of arrays of user defined type.David Blaikie
2012-03-10Updated the test so that it checks for ms-compatibility in addition to ms-ext...Aaron Ballman
2012-03-10Adding namespace qualifiers to the visualizers and improving their behavior.Aaron Ballman