2013-02-23 |
NAKAMURA Takumi | clang/AST/Decl.h: Add "raw_ostream.h" to appease msvc. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Richard Smith | ubsan: Emit bounds checks for array indexing, vector... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
John McCall | Test that attribute(availability) doesn't override... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
David Blaikie | Remove the CFGElement "Invalid" state. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Rafael Espindola | Remove the hack that avoided mangling static functions... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Peter Collingbourne | Revert r175912, "Add support for coldcc to clang" at... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Propagate the split dwarf file information through... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | [libclang] Fix assertion hit when code-completing insid... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Fariborz Jahanian | objective-C arg: provide fixit support when |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Update tests so that we don't test for function-only... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Driver: Pass down the -march setting down to -cc1as... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Make sure we apply attributes to correct places. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Split out the command handling for split debug info... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jordan Rose | [analyzer] Don't canonicalize the RecordDecl used in... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Peter Collingbourne | Add support for coldcc to clang |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | [preprocessing record] Have the MacroDefinitions map... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Replace some typically large vectors with SmallVector. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Rafael Espindola | Make sure pragmas don't attach visibility attributes... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
David Blaikie | Suppress -Wswitch to unbreak the build. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Michael Han | [Sema] Semantic analysis for empty-declaration and... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Use raw_ostream::indent, update comment. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Push the raw_ostream through the template diffing code. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Streamify FormatASTNodeDiagnosticArgument. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Streamify getNameForDiagnostic and remove the string... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Dmitri Gribenko | Comment parsing: add CommentOptions to allow specifying... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | StmtPrinter: Directly print types to the stream instead... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Timur Iskhodzhanov | Fix MergeFunctionDecl implicit CC for static methods. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | scan-build: Remove debug print. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | C++11 status page: |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Don't crash if we try to apply 'alignas' to a variable... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Don't accidentally and silently accept C++11 attributes... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Update to use references to attribute groups instead... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Per the grammar in [dcl.dcl]p1, a simple-declaration... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Handle alignas(foo...) pack expansions. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | In LookupResult::resolveKind(), when handling multiple... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | When a parameter list in a C function has an error... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | Don't crash when applying an alloc_size attribute on... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Don't skip '_Alignas' when disambiguating 'final'.... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Teach -ast-print how to print trailing-return-types. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Ted Kremenek | [analyzer] Implement "Loop executed 0 times" diagnostic... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7.... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | [libclang] Fix a crash with invalid code, while skip... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
NAKAMURA Takumi | Decl.cpp/mergeTemplateLV(): Tweak a description. [... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
John McCall | Only suppress instance context if a member is actually |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Anna Zaks | [analyzer] Place all inlining policy checks into one... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Add -fbracket-depth=N, analogous to -ftemplate-depth... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jordan Rose | [analyzer] Make sure a materialized temporary matches... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Ted Kremenek | Fix regression in modeling assignments of an address... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Make sure we only use the output file as a base for... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Fariborz Jahanian | objective-C arc: Diagnostic can not say to use bridge |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jordan Rose | [analyzer] Fix buildbot by not reusing a variable name. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jordan Rose | Preproceessor: fix #if skipping under -traditional... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Make logic smaller. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Michael Gottesman | Added a footnote to the documentation for objc_storeStr... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Aaron Ballman | Removing has_getDecl (added in r175532). It cause a... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Apply the 'nobuiltin' attribute to call sites when... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Make for x86 to stop it failing on ARM buildbots. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Grammar. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Jordan Rose | [analyzer] Make sure a temporary object region matches... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
John McCall | Ignore visibility from enclosing template arguments |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Simplify code to use castAs rather than getAs + assert. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Fix copy/paste to refer to the relevant type (ProgramPo... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
NAKAMURA Takumi | clang/test/Driver/qa_override.c: Appease gcc-driver. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Richard Smith | Fix typo 'with with' in diagnostic. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Add back implicitly dropped const. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Eric Christopher | Fix formatting and tabs in file. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Eric Christopher | Don't pass -split-dwarf= to the backend unless we're... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Eric Christopher | Remove the SplitDebug action and replace with a set... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Replace ProgramPoint llvm::cast support to be well... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Ted Kremenek | Remove superfluous null pointer check. The pointer... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Dmitri Gribenko | AST dumping: dump template instantiations only once |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Daniel Jasper | Remove accidentally introduced no-op line. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Ted Kremenek | Teach serialized diagnostics about notes without locations. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Daniel Jasper | Consistently put {} onto the same line for empty functions. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Replace CFGElement llvm::cast support to be well-defined. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Fariborz Jahanian | Patch for debug info of qualified-id types is 'id' |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Benjamin Kramer | Try to fix the test for cmake builds, where clang is... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Ted Kremenek | [scan-build] Add quotes around clang executable name... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Bill Wendling | Try to get buildbots to pass these tests. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Ted Kremenek | [scan-build] fix xcode version parsing to handle dot... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Chad Rosier | [driver] Handle the processing of the QA_OVERRIDE_GCC3_... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Jordan Rose | Preprocessor: preserve whitespace in -traditional-cpp... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Chad Rosier | [driver] Add a dump method for ArgList. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Daniel Jasper | Allow breaking between type and name in for loops. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Evgeniy Stepanov | Add MSan to the list of targets in Makefile-based builds. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Joey Gouly | Add a 64-bit triple to these tests, to fix 32-bit bots. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Joey Gouly | Fix an OpenCL test case. Pointer arguments to kernels... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Joey Gouly | Add support to Sema and CodeGen for floating point... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Correct spelling of 'enumerator'. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Avoid implicit conversions of Optional<T> to bool. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
NAKAMURA Takumi | StaticAnalyzer/Core: Suppress warnings. [-Wunused-varia... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Jordan Rose | [analyzer] Record whether a base object region represen... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Jordan Rose | [analyzer] Add another reinterpret_cast behavior test. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Jordan Rose | [analyzer] Tidy up a few uses of Optional in RegionStore. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
NAKAMURA Takumi | CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Richard Smith | libstdc++'s <cstdalign> #includes <stdalign.h> and... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Nick Lewycky | Respect -fno-canonical-prefixes when deciding where... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Use None rather than Optional<T>() where possible. |
commit | commitdiff | tree | snapshot |
2013-02-21 |
David Blaikie | Rename TypeLoc's isType to isKind |
commit | commitdiff | tree | snapshot |
next |