summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Sort CMakeLists.txtKovarththanan Rajaratnam2009-11-241-2/+2
* Rename CleanupScope -> DelayedCleanupBlock. No functionality change.Douglas Gregor2009-11-243-10/+10
* Update project file.Anders Carlsson2009-11-241-12/+12
* Un-break instantiation of if statements with conditional variablesDouglas Gregor2009-11-241-1/+10
* Fix for PR5568.Edward O'Callaghan2009-11-241-0/+7
* Remove trailing spacesKovarththanan Rajaratnam2009-11-241-41/+41
* Add getByteSize() and getTypeSizeInBytes().Ken Dyck2009-11-241-0/+14
* We can remove this file now.Zhongxing Xu2009-11-242-31/+0
* Refactor undefined result checker. This is the last one.Zhongxing Xu2009-11-246-154/+123
* Refactor NilReceiverStructRet and NilReceiverLargerThanVoidPtrRet into Zhongxing Xu2009-11-246-219/+138
* Remove trailing spacesKovarththanan Rajaratnam2009-11-241-29/+29
* Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...Anders Carlsson2009-11-244-7/+7
* When mangling a ctor/dtor we need to take into consideration whether it's a m...Anders Carlsson2009-11-242-2/+28
* Set the template specialization kind before instantiating the function defini...Anders Carlsson2009-11-241-2/+2
* Teach Evaluate to handle member expressions referring to enum constants andEli Friedman2009-11-241-8/+21
* Ignore constructor member templates in CodeGenModule::EmitTopLevelDecl.Anders Carlsson2009-11-242-0/+13
* It is common for vtables to contain pointers to functions that have either in...Anders Carlsson2009-11-244-4/+63
* rename UndefinedArgChecker to CallAndMessageChecker.Zhongxing Xu2009-11-243-16/+16
* Rename: UndefinedArgChecker.cpp => CallAndMessageChecker.cppZhongxing Xu2009-11-242-1/+1
* Enhance null dereference diagnostics by indicating what variable (if any) was...Ted Kremenek2009-11-245-13/+765
* Sketch the rest of the clang -cc1 option definitions, aka fun with C-x C-(.Daniel Dunbar2009-11-243-13/+263
* Explicitly track the condition variable within an "if" statement,Douglas Gregor2009-11-238-9/+70
* Add clang -cc1 parsing of diagnostic options.Daniel Dunbar2009-11-233-39/+107
* After performing a bounds check in ArrayBoundChecker, record the fact that a ...Ted Kremenek2009-11-231-0/+6
* Clean up the Checker API a little more, resolving some hidden bugsTed Kremenek2009-11-2320-70/+113
* Don't try to treat an enum constant as an lvalue.Anders Carlsson2009-11-232-1/+16
* Convert the && and || operands to bool using standard conversions. Fixes PR5593.Anders Carlsson2009-11-232-9/+40
* Fixe a crash in encoding of SEL type caused by recent changes.Fariborz Jahanian2009-11-232-4/+7
* Handle converting member pointers to bool.Anders Carlsson2009-11-235-3/+47
* Fix a recent regression probably caused by addition of altivec-styleFariborz Jahanian2009-11-234-1/+13
* Provide out-of-line definition for destructor of Checker.Ted Kremenek2009-11-233-1/+20
* Tweak UndefBranchChecker to register the most nested "undefined" expression w...Ted Kremenek2009-11-232-3/+10
* Make 'SEL' pointer to a builtin type and not anFariborz Jahanian2009-11-233-3/+3
* Cleanup title/description of "undefined branch" BugType and add some test cas...Ted Kremenek2009-11-232-2/+18
* Handle base-to-derived casts. Will land test case shortly.Anders Carlsson2009-11-235-51/+153
* Put back hard-coded paths for win32 until I figure out what happened to faile...John Thompson2009-11-231-0/+19
* Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan R...Ted Kremenek2009-11-231-1/+1
* Intercept sizeof and alignof references before they get into ASTContext metho...Sebastian Redl2009-11-236-17/+56
* Reorder the header search a bit so that it matches gcc exactly:Rafael Espindola2009-11-231-5/+7
* Let using directives refer to namespace aliases. Fixes PR5479.Sebastian Redl2009-11-235-25/+48
* Require a class type to be complete before probing its conversionDouglas Gregor2009-11-233-0/+16
* Implement conversion from a switch condition with class type to anDouglas Gregor2009-11-235-32/+150
* Canonical template arguments that are template template parameters byDouglas Gregor2009-11-232-3/+34
* Improve type-checking of templates by distinguishing between membersDouglas Gregor2009-11-232-6/+11
* Do not mark declarations as used when performing overload resolution. Fixes P...Douglas Gregor2009-11-234-4/+63
* Tolerate extraneous "template<>" headers better, downgrading theDouglas Gregor2009-11-233-4/+38
* Fix CMake buildDouglas Gregor2009-11-231-0/+1
* Centralize and complete the computation of value- and type-dependence for Dec...Douglas Gregor2009-11-2311-118/+88
* UndefBranchChecker: more bug reporter helper information emit.Zhongxing Xu2009-11-232-90/+54
* Initial refactor of UndefBranchChecker. We still use GRBranchNodeBuilderZhongxing Xu2009-11-235-41/+103
OpenPOWER on IntegriCloud