2009-11-10 |
Daniel Dunbar | Decouple more of clang-cc by moving ImplicitP[CT]H... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Benjamin Kramer | Add newline at EOF. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Benjamin Kramer | Silence warning. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Dan Gohman | Use #include <stdio.h> when using fprintf and stderr. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | clang-cc: Start moving "pure" option handling to Option... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | clang-cc: Sink more options inside codegenopts namespace. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | Change LangOpts initialization to directly test the... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Douglas Gregor | Improve parsing of template arguments to lay the founda... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Fariborz Jahanian | Changed a variable name to match what it represents |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Fariborz Jahanian | This patch implements Code gen. for destruction of |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Ted Kremenek | CIndex: Only display diagnostics to llvm::errs() when... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Mike Stump | Only generate a VTT for classes that need a VTT. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | Driver: Run 'clang' in C++ mode based on the name it... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | Factor out parts of InitializeCompileOptions that depen... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | Localize -disable-llvm-optzns handling to BackendConsum... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | clang-cc: Start sinking (CodeGen) options into namespac... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | Cleanup some clang-cc FIXMEs |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | Add CompileOptions to CompilerInvocation. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
John McCall | Fix a similar problem with qualified lookup through... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
John McCall | Make a somewhat more convincing test case for unqualifi... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Zhongxing Xu | Ignore parentheses when check the type of the expr. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
John McCall | Simple test case for [basic.lookup.udir]. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Zhongxing Xu | SizeofPointerChecker: Many false positives have the... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Mike Stump | Add vtable caching to prevent multiple vtables for... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
John McCall | Fix unqualified lookup through using directives. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Anders Carlsson | When trying to assign a regular string literal to an... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Anders Carlsson | Don't try to emit null fixit hints. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Zhongxing Xu | Now we can safely use the argument expression's source... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Zhongxing Xu | SizeofPointerChecker: If an explicit type specifier... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Anders Carlsson | Use PP.getLocForEndOfToken as suggested by John. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Zhongxing Xu | Use the source range of the whole sizeof expression... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Anders Carlsson | If a function with a default argument is redefined... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Anders Carlsson | Update xode project. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Zhongxing Xu | Add test case for PointerSubChecker. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Zhongxing Xu | Refine PointerSubChecker: compare the base region inste... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Mike Stump | Be sure to clear out VCall when we clear out VCalls. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Zhongxing Xu | Rename: StripCasts describes what it does better. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Mike Stump | Finish off mangling for the VTT. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Mike Stump | Add mangling for the construction vtable. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Jeffrey Yasskin | Fix clang's use of DenseMap iterators after r86636... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | Simplify, following MemoryBuffer::getSTDIN API fix. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | Switch to getFileOrSTDIN(). |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | Remove some if-0'd code, we can resurrect this if we... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Douglas Gregor | Move all of the type-printing logic to its own C++... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Add PreprocessorOptions to CompilerInvocation. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Privatize InitHeaderSearch, this functionality is only... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Move LangOptions, HeaderSearchOptions, and the target... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Switch Target* to Target&. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Add default initializer for Sysroot ivar. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Change clang-cc to expect that all inputs have the... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | (llvm up) Convert clang-cc.cpp:GetLanguage to StringSwitch. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Mike Stump | Enable the use of the new llvm objectsize intrinsic. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Fariborz Jahanian | Further change in a comment. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Fariborz Jahanian | Removed a FIXME on nested type specifier warning. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Fariborz Jahanian | Changed error for nested type qualifier mismatch to |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | Make sure that Type::getAs<ArrayType>() (or Type::getAs... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Ted Kremenek | Remove stale FIXME. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | Make sure that we look into nested, transparent declara... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Fariborz Jahanian | For array pointee type, get its cvr qualifier from |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Add CompilerInvocation object, to capture all the optio... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Eli Friedman | Stub out a few more warning groups. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Benjamin Kramer | Fix build after r86579. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | Make sure that we instantiate default function argument... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Eli Friedman | Add additional note to mark the cause of synthesized... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Douglas Gregor | Improve instantiation of default template arguments... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Benjamin Kramer | Factor CXString creation into a helper method. |
commit | commitdiff | tree | snapshot |
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 |
next |