aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-30Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers Fariborz Jahanian
2013-04-29Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (thro...Ted Kremenek
2013-04-29[analyzer] Change PathPieces to be a wrapper around an ilist of (through indi...Ted Kremenek
2013-04-29[analyzer] Remove comparePath's dependency on subscript operator.Ted Kremenek
2013-04-29Emit the TLS intialization functions into a list.Bill Wendling
2013-04-29c language: diagnose use of "[*]" on any array dimensionFariborz Jahanian
2013-04-29Use ArrayRef in AddMethodCandidate.Rafael Espindola
2013-04-29When emitting a preprocessed file with implicit module imports, make sure lin...Argyrios Kyrtzidis
2013-04-29Revert "[analyzer] Model casts to bool differently from other numbers."Jordan Rose
2013-04-29Fix a typo in a parse assert.Fariborz Jahanian
2013-04-29Small CapturedStmt improvementsBen Langmuir
2013-04-29Test commitBen Langmuir
2013-04-29Keep the parser's template depth up to date when parsing local templates andRichard Smith
2013-04-29Implement DR580: access checks for template parameters of a class template areRichard Smith
2013-04-29Properly reenter multiple contexts when parsing a late-parsed function templateRichard Smith
2013-04-29Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't buildRichard Smith
2013-04-27ArrayRef'ize Sema::ActOnEnumBody. No functionality change.Dmitri Gribenko
2013-04-27Silence a silly sign compare warning from GCC.Benjamin Kramer
2013-04-27Exit early when $PWD isn't set. Remove unused unistd.h include.Benjamin Kramer
2013-04-27Use LLVM's preferred current_path API instead of calling getcwd(3) directly.Benjamin Kramer
2013-04-27[driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN toChad Rosier
2013-04-27Fix the dangling pointer.Chad Rosier
2013-04-27Struct-path aware TBAA: fix handling of may_alias attribute.Manman Ren
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-27[driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the WindowsChad Rosier
2013-04-27Fix an assertion hit in Sema::CheckObjCMethodOverrides.Argyrios Kyrtzidis
2013-04-26documenttion parsing. Provide a c-index testFariborz Jahanian
2013-04-26In the ASTImporter, when checking whether twoSean Callanan
2013-04-26Move helper classes into anonymous namespaces.Benjamin Kramer
2013-04-26[analyzer] An ObjC for-in loop runs 0 times if the collection is nil.Jordan Rose
2013-04-26[analyzer] Model casts to bool differently from other numbers.Jordan Rose
2013-04-26[PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis
2013-04-26[Modules] Fix an issue where the reconstructed redeclaration chain was incomp...Argyrios Kyrtzidis
2013-04-26[frontend] Make -chain-include work when used with modules.Argyrios Kyrtzidis
2013-04-26ArrayRefize code. No functionality change.Benjamin Kramer
2013-04-26document parsing. When a sub-class (c++ Objective-C) missing Fariborz Jahanian
2013-04-26[driver] Implement the -fdebug-compilation-dir in a way that is compatible withChad Rosier
2013-04-26Comment parsing: -fparse-all-comments: recognize empty line commentsDmitri Gribenko
2013-04-26Implement C++1y decltype(auto).Richard Smith
2013-04-26C++1y: support simple variable assignments in constexpr functions.Richard Smith
2013-04-26Support debug info for using directives at global/namespace scope.David Blaikie
2013-04-26Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola
2013-04-25Revert r180263. It's causing failures.Bill Wendling
2013-04-25Objective-C: This is a small modification to myFariborz Jahanian
2013-04-25[analyzer] Teach DeadStoreChecker to look though BO_Comma and disregard the LHS.Anna Zaks
2013-04-25Put friend decls in the correct context.Rafael Espindola
2013-04-25Fix header comment.Benjamin Kramer
2013-04-25Improve clang-format's memoization behavior.Daniel Jasper
2013-04-25Fix a case in linkage computation that should check for single line extern "C".Rafael Espindola
2013-04-25Don't mark 'extern "C" void f(void)' as having extern storage class.Rafael Espindola