2011-12-02 |
Douglas Gregor | Implement name hiding for macro definitions within... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Eli Friedman | Fix bitfield handling for record layout with #pragma... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Daniel Dunbar | runtime/Linux: Initial support for tying compiler-rt... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Eric Christopher | Add support for AVX registers to clang inline asm.... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Eric Christopher | Clean up some oddly gratuitous vertical whitespace. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Eric Christopher | Rename function. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Douglas Gregor | Implementing parsing and resolution of module export... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Ted Kremenek | Fix test regression introduced by r145656. When seeing... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Ted Kremenek | Diagnose use of wide string literal in 'asm' instead... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Richard Smith | Fix wrong-code bug when a const automatic variable... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Kostya Serebryany | [asan] update docs to allow, but discourage, -O0 |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Eli Friedman | When we're passing a vector with an illegal type throug... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Daniel Dunbar | Driver/Darwin: Add ASAN runtime library link support. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Douglas Gregor | Implement name hiding for declarations deserialized... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
David Chisnall | Fix -forwardingTargetForSelector: (GNUstep runtime... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Benjamin Kramer | Add support for AMD's bulldozer. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Douglas Gregor | Introduce the notion of name visibility into modules... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Anna Zaks | [analyzer] Make KeychainAPI checker less aggressive... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Douglas Gregor | When typo-correction an Objective-C superclass name... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Michael J.... | Add Microsoft mangling of constructors and destructors... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Francois Pichet | Change the Microsoft __interface keyword to be an alias... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Anna Zaks | [analyzer] Refactor checkers to use helper function... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Ted Kremenek | When analyzing a C++ method (without a specific caller... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Eli Friedman | Don't use a varargs convention for calls unprototyped... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Argyrios Kyrtzidis | [libclang] Create a diagnostic set to pass at the end... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Douglas Gregor | Infer the submodule ID for a given declaration based... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Douglas Gregor | When sending a message to a receiver that has "unknown... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Argyrios Kyrtzidis | ParmVarDecls have no linkage. Previously we would repor... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Douglas Gregor | Switch the ID numbers used for submodule IDs in the... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Ted Kremenek | Specially whitelist the selector 'addOperationWithBlock... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Ted Kremenek | Further tweak -Wurneachable-code and templates by allow... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Eli Friedman | Fix MSVC class layout for empty classes. Patch by... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Another GCC fix |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Richard Smith | Revert most of r145372 for now. Lookahead beyond the... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Unbreak build with GCC. Clang is too lame to diagnose... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Promote ModuleMap::Module to a namespace-scope class... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Argyrios Kyrtzidis | [PCH] In ASTReader::FinishedDeserializing, after we... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Lang Hames | Test case for fix committed in r145441. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Kostya Serebryany | make asan work at -O0, clang part. Patch by glider... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Ted Kremenek | Per an offline conversation with John McCall, have... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Ted Kremenek | Don't run -Wunreachable-code on template instantiations... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Matt Beaumont-Gay | Don't collide loop variable names (to appease GCC) |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Note that we'll need to handle __include_macros special... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Akira Hatanaka | Get the -march argument based on the target MIPS archit... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Benjamin Kramer | Update CMake build. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Move the module auto-import logic after the logic that... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Trivial indentation fix for the code I just committed |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Introduce an opt-in warning indicating when the compile... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Implement (de-)serialization of the description of... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Anna Zaks | [analyzer] Add checker callback documentation. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Benjamin Kramer | Use raw_ostream::indent. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Switch the module map printer over to |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Add preprocessor-only test for submodule imports |
commit | commitdiff | tree | snapshot |
2011-11-30 |
John McCall | Fix the instantiation of pseudo-object expressions... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | When writing a module file, pass the module through... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Teach the preprocessor how to handle module import... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | When loading a module that involves submodules (e.g... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Bob Wilson | Add bigger method type encodings to protocol objects... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Kostya Serebryany | when -faddress-sanitizer is present, add required flags... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Douglas Gregor | Switch the module-loading interfaces and parser from... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Eric Christopher | Make sure that forward declarations are marked as such... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | [libclang] Do the ConcurrencyCheck at the beginning... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Akira Hatanaka | Change processor names. Patch by Simon Atanasyan. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Richard Smith | Revert r145244. It causes us to create broken ASTs... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Matt Beaumont-Gay | Suppress -Warray-bounds for classes (not just structs... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Douglas Gregor | Eliminate the -emit-module option, which emitted a... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Lang Hames | Test isa<FunctionDecl> to exclude objective-C methods... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Douglas Gregor | Escape strings when printing module maps, for silly... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Douglas Gregor | Switch on-demand module building over to use module... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Ted Kremenek | Relax RegionStore to allow loads from CodeTextRegions... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Matt Beaumont-Gay | Merge branch 'yo-dawg-i-herd-u-like-arrays' |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Ted Kremenek | Place "use @dynamic or provide a method implementation... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Douglas Gregor | Teach the module import mechanism how to rebuild module... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Douglas Gregor | Start refactoring to use module maps when rebuilding... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | Initialize NumWarningsInPreamble in ASTUnit's construct... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Douglas Gregor | Expose the printing of module maps as part of the Modul... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Benjamin Kramer | The cheap version of getName() is sufficient here. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Benjamin Kramer | Preserve constness. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Benjamin Kramer | Silence GCC warnings, RefCountedBase is meant to be... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Richard Smith | Add fix-it to remove 'typedef' from function template... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | Fix leaking of LexedMethod objects created for caching... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | [libclang] Fix leak in clang_indexSourceFile_Impl |
commit | commitdiff | tree | snapshot |
2011-11-29 |
NAKAMURA Takumi | [Win32] Catch exceptions (eg. segfault) on waiting... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | [libclang] Make the test portable. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Richard Smith | PR10101: Recover better from a common copy-paste error... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | [libclang] Make clang_findReferencesInFile also work... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Peter Collingbourne | Add Clang release notes for OpenCL C support. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Peter Collingbourne | Fix URL typo. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Fariborz Jahanian | objc: warn if NSObject attribute appears other than... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Ted Kremenek | Fix serialized diagnostics to handle FixIts that only... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Chandler Carruth | Fix a spelling error pointed out by Sebastien, and... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Chandler Carruth | Remove the last of my notes. I don't think these really... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Chandler Carruth | Last major chunk of features. This covers a couple... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Chandler Carruth | And sink the GNU runtime bit into this section as a... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Chandler Carruth | Flesh out the Objective-C section a bit. This may well... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Bill Wendling | The _setjmp builtin library function should have the... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Eli Friedman | Add a couple more GCC versions to C++ search paths... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Rafael Espindola | CFI is mentioned on the LLVM releases as the clang... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Eli Friedman | A couple driver fixes for PPC Linux. Patches by Michae... |
commit | commitdiff | tree | snapshot |
next |