summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Unwind path cleanup for array new list initializers.Sebastian Redl2012-02-222-7/+72
* CodeGen for array new list initializers. Doesn't correctly clean up in the fa...Sebastian Redl2012-02-222-27/+102
* Teach overload resolution to prefer user-defined conversion via aDouglas Gregor2012-02-222-0/+79
* Fix parsing and processing initializer lists in return statements and as dire...Sebastian Redl2012-02-229-30/+59
* Warn about non-standard format strings (pr12017)Hans Wennborg2012-02-229-11/+179
* More ArrayRef-ification of methods.Bill Wendling2012-02-227-11/+10
* ArrayRef-icize the function arguments.Bill Wendling2012-02-224-6/+5
* Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.Bill Wendling2012-02-224-35/+33
* Throw away stray CXXDefaultArgExprs. Fixes PR12061.Sebastian Redl2012-02-222-0/+47
* In -fdelayed-template-parsing mode, reenter every scope when late parsing a t...Francois Pichet2012-02-222-102/+133
* Accept braced-init-lists in conditions, and, in passing, dramatically improveRichard Smith2012-02-227-15/+84
* Make sure null initialization in arrays works correctly with ARC types. <rda...Eli Friedman2012-02-222-2/+19
* Generate an AST for the conversion from a lambda closure type to aDouglas Gregor2012-02-2220-46/+114
* Improve diagnostics a bit for bad member initializers, and fix an obscure bug...Eli Friedman2012-02-224-26/+65
* test/CodeGenCXX/thiscall-struct-return.cpp: Relax expressions for -Asserts.NAKAMURA Takumi2012-02-221-3/+3
* [analyzer] Malloc checker: mark 'strdup' and 'strndup' as allocators.Anna Zaks2012-02-222-20/+61
* Adding support for Microsoft's thiscall calling convention. Clang side of th...Aaron Ballman2012-02-222-9/+64
* [analyzer] Malloc: fix another false positive.Anna Zaks2012-02-222-15/+42
* [analyzer] Change naming in bug reports "tainted" -> "untrusted"Anna Zaks2012-02-222-14/+15
* [libclang] Index the field references of a designated initializer, rdar://109...Argyrios Kyrtzidis2012-02-222-0/+22
* Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is aRichard Smith2012-02-2210-19/+276
* Fix typo correction of template arguments to once again allow type names.Kaelyn Uhrain2012-02-224-4/+20
* Provide a way to disable auto-generation of preprocessed files during clang Chad Rosier2012-02-222-0/+4
* modern objc translator: fixes a bug where a class declaration with notFariborz Jahanian2012-02-212-10/+18
* objective-c modern translator. accessing ivars using modern abi - wip.Fariborz Jahanian2012-02-212-62/+39
* Make sure Stmt::dump() is included in libclang.Argyrios Kyrtzidis2012-02-211-2/+2
* In the conflict between C++11 [expr.prim.general]p4, which declaresDouglas Gregor2012-02-212-2/+15
* Fix a crash in the diangostic code in EvalConstant. PR12043.Eli Friedman2012-02-212-1/+8
* No need to go to object file, -emit-llvm is sufficient to see if clangEric Christopher2012-02-211-1/+1
* Skip testing the crtbegin.o, and resume using a single variable for theChandler Carruth2012-02-211-6/+6
* Clean up, add some documentation, and make this test return to checkingChandler Carruth2012-02-211-12/+10
* Don't crash on attempts to synthesize an invalid property.John McCall2012-02-212-0/+10
* Redirect the output to /dev/null. This prevents the output from clutteringRichard Trieu2012-02-211-1/+1
* Only pop the expression evaluation context corresponding to a lambdaDouglas Gregor2012-02-212-5/+15
* Don't assume that a valid expression for the first part of a for-statementRichard Smith2012-02-212-2/+12
* When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa...Jean-Daniel Dupas2012-02-214-18/+104
* Improve our handling of lambda expressions that occur within defaultDouglas Gregor2012-02-219-19/+85
* Allow linux builds to take advantage of libunwind to get unwind.h ifJeffrey Yasskin2012-02-211-3/+13
* Also mark Type's dump() as 'used' to make it available in libclang.Argyrios Kyrtzidis2012-02-211-1/+1
* Remove comma from end of enum to silence build warning.Craig Topper2012-02-211-1/+1
* Mark a few 'dump' methods as 'used' to make sure they are included in libclangArgyrios Kyrtzidis2012-02-212-4/+5
* Implement non-internal linkage for lambda closure types that need aDouglas Gregor2012-02-216-31/+151
* Add a test case for r150976.Nico Weber2012-02-211-0/+41
* Implement name mangling for lambda expressions that occur within theDouglas Gregor2012-02-217-24/+119
* Adding a test case for the working-directory fixAaron Ballman2012-02-211-0/+4
* Have ScanReachableSymbols reported reachable regions. Fixes a false positive...Ted Kremenek2012-02-213-1/+27
* Implement name mangling for lambda expressions that occur within theDouglas Gregor2012-02-2115-82/+285
* Emit the exact size for the invariant intrinsics.Nick Lewycky2012-02-212-9/+12
* [analyzer] + a couple more malloc tests.Anna Zaks2012-02-211-0/+17
* [analyzer] Make KeyChainAPI checker inlining-aware.Anna Zaks2012-02-212-3/+73
OpenPOWER on IntegriCloud