2009-11-09 |
Eli Friedman | Add code generation test for r86500. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Fariborz Jahanian | Test case for Sean Hunt's patch which I left out. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Eli Friedman | Add support for cdecl attribute. (As far as I know... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | Slightly more testing for instantiation of non-type... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Benjamin Kramer | Writing to a struct passed by value is pointless. Remov... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | Improve c-index-test's parsing of the -code-completion... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Anders Carlsson | Add a triple to try to fix the buildbot error. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Steve Naroff | Introduce CXString type and associated functions clang_... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Anders Carlsson | __uint128_t is indeed an unsigned integer type. Fixes... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | When transforming an InitListExpr, if we already comput... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | C doesn't allow mixing declarations and statements... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | Simplify test to deal with type-based ordering variations |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | Verify that code-completion is at least a little bit... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | Minor cleanup for CIndex-based code-completion: |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | Fix a broken link |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | update test case. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | Add check for pointer arithmetic on non-array variables. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | Add check for obsolete function call of getpw(). |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | remove redundant file name in CMakeLists.txt. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | update CMakeList.txt |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Update CMake |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | Add checker for CWE-588: Attempt to Access Child of... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Update CMake |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | Put all long strings in 80-col. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | Add checker for CWE-587: Assignment of a Fixed Address... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | Add checker for CWE-469: Use of Pointer Subtraction... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Eli Friedman | Rearrange function to avoid recursive use-after-free. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Eli Friedman | Explicitly note that pre-inc/dec lvalues are not suppor... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | fix thinko |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Eli Friedman | Add hack to make the given testcase work. As far as... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | mention that clang defaults to C99 mode, PR5388 |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | remove a mostly obsolete "word of warning" |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zhongxing Xu | Add a test case for CWE-467, and simplify the wording... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Rename areAllFields32Or64BitBasicType to canExpandIndir... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Eli Friedman | Remove a useless variable that got left behind. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Eli Friedman | Unify the codepaths used to verify base and member... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Eli Friedman | Fix use-after-free bug. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Benjamin Kramer | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Sebastian Redl | Special-case default argument expression in instantiati... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Zhongxing Xu | Add a checker for CWE-467: Use of sizeof() on a Pointer... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Sebastian Redl | When checking the namespace of a redeclaration or defin... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Sebastian Redl | Don't reprocess non-dependent initializers of non-depen... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Edward O'Callaghan | Fix for FreeBSD toolchain in regards to CPP, Credit... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Add clarifying parens. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Revert unintentional change to this file. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Sean Hunt | Test commit - minor terminology change to my recent... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Douglas Gregor | Always make sure we're using an unqualified type when... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Move a function which returns a class outside of extern... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | CIndex: Add temporary hack to leak memory instead of... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Drop require_and_and argument. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Remove RUN: true lines. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Move test/Index input files into a sub directory (not... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Eliminate &&s in tests. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Rework site config for cmake to be generated at configu... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Tweak a FIXME. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | Handle member expressions where the member declaration... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | More LValue related code cleanup. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | More cleanup, the code is much easier to follow now. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | Reduce nesting, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | We only need to call SetObjCNonGC for local variables... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | Change EmitPointerToDataMemberLValue to take a FieldDec... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Fariborz Jahanian | Patch to gives an error that at least points users... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Chris Lattner | commit test update |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Chris Lattner | teach the various targets what native integer types... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Fix some build warnings. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Add some missing libraries for CMake as well. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Add some missing libraries. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Douglas Gregor | Cope with calls to operator() templates. Fixes PR5419. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Chris Lattner | add missing #include |
commit | commitdiff | tree | snapshot |
2009-11-07 |
John McCall | Support -Wshorten-64-to-32 for integer types only,... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | Add bug number. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
John McCall | Improve -Wconversion by permitting binary operations... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | Don't treat variables with non-trivial ctors or dtors... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | Cleanup, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | Always mangle functions with special names. Fixes PR5420. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | When instantiating a field decl, make sure to clone... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Ted Kremenek | Use SaveAndRestore to simplify logic in LiveVariables... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Switch clang-cc to use ApplyHeaderSearchOptions, and... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | When looking up and adding substitutions to the substit... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Add HeaderSearchOptions class, for packaging the inform... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Lift InitHeaderSearch::AddEnvVarPaths logic higher. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Formatting fixes. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Rename PreprocessorInitOptions to PreprocessorOptions... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Lift compiler builtin include path logic higher. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Ted Kremenek | Remove Checker::CheckType() (and instead using CheckerV... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
John McCall | Test case for -Wconversion. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
John McCall | Implement -Wconversion. Off by default, in the non... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Steve Naroff | Add basic code completion support for ObjC messages. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | Revert r86315 and add Type::FixedWidthInt to the FIXME... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Devang Patel | MIPS linkage name confuses gdb here. Generate and test... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Devang Patel | Do not assert if debug info for certain type is not... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Devang Patel | Do not emit linkage name for global variables. It confu... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Eli Friedman | Make sure isCopyAssignment is only true for actual... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Douglas Gregor | Various improvements to Clang's code-completion infrast... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Mike Stump | Refine the non-virtual this adjustment. Optimize out... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Fariborz Jahanian | Since default writable attribute is 'assign', allow |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Fariborz Jahanian | Make fragile-abi test run happy. |
commit | commitdiff | tree | snapshot |
next |