2012-10-09 |
Benjamin Kramer | Clearing a SmallPtrSet is still expensive, split it... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | We use the enums to query whether an Attributes object... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Arnaud A. de... | CXXMethodDecl::isConst() and CXXMethodDecl::isVolatile... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Argyrios Kyrtzidis | Move the logic that searches for overridden methods... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Argyrios Kyrtzidis | When storing the C++ overridden methods, store them... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Eli Friedman | Make sure we allow "#pragma options align=mac68k" in... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Ted Kremenek | Add regression test to check if -Wenum-conversion is... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Argyrios Kyrtzidis | In VarDecl::getSourceRange() make sure to check that... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Chandler Carruth | Actually add the -Wenum-conversion group to -Wconversio... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Chandler Carruth | Sort the subgroups of the diagnostic group for -Wconver... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Chandler Carruth | Make Bitrig's clang understand -stdlib= correctly. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Bill Wendling | Use a special path to place the .o files in. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Daniel Jasper | CompilationDatabaseTest: Fix another Windows path issue. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Daniel Jasper | CompilationDatabase: Use //net paths for tests, as... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Benjamin Kramer | Don't emit double parentheses in __clang_version__. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Daniel Jasper | Hopefully appease Windows buildbot with Japanese (... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Daniel Jasper | FileNameMatchTrie: Use StringRef instead of Twines... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Daniel Jasper | Support symlinks and relative paths in complilation... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
David Blaikie | Use a single note diagnostic for all the precedent... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
David Blaikie | StringRef-ify Binary/UnaryOperator::getOpcodeStr |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Benjamin Kramer | Python bindings: fix typo. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Benjamin Kramer | Python bindings: Add missing availability kind. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Rafael Espindola | Use getArch instead of getArchName + string compare. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Rafael Espindola | Use getArch instead of getArchName. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Dmitri Gribenko | List of potential checkers: smart pointer checker:... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Dmitri Gribenko | Clang static analyzer docs: fix a couple of HTML markup... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Dmitri Gribenko | List of potential checkers: more C++11 details for... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Benjamin Kramer | Expose __builtin_bswap16. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Ted Kremenek | Place warn_impcast_different_enum_types in a new warnin... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Ted Kremenek | Add link to potential future checkers. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Ted Kremenek | Add list of potential checkers. Provided by Anton... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Jordan Rose | [analyzer] Tweak test to run the retain-count checker... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Jordan Rose | ParentMap: Restore the ability to update an existing... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Jordan Rose | [analyzer] Handle implicit statements used for end... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Argyrios Kyrtzidis | [libclang] Fix the comments, as suggested by Dmitri. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Argyrios Kyrtzidis | [libclang] Don't disable the preprocessing record while... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Alex Rosenberg | Fix another spot where this test varied for a Release... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Alex Rosenberg | Make test resilient to Release build temp names. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Alex Rosenberg | Propagate calling convention for aliases and weakrefs. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Alex Rosenberg | FileCheckize test |
commit | commitdiff | tree | snapshot |
2012-10-05 |
DeLesley Hutchins | Thread-safety analysis: allow attributes on constructor... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Ted Kremenek | Add color output to 'diagtool tree' to show what warnin... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Aaron Ballman | Changing line endings from Windows to Unix. No functio... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Michael Liao | Add intrinsic of MULX in BMI2 header |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Abramo Bagnara | Added forgotten break. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Eli Friedman | Make sure to generate the right kind of MDNode for... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Richard Smith | Workaround for libstdc++4.6 <atomic> bug: make comment... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
David Blaikie | Implement -Wshift-op-parentheses for: a << b + c |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Argyrios Kyrtzidis | [libclang] Now that we have a CXModule object, pass... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Argyrios Kyrtzidis | [libclang] Introduce new C functions that provide infor... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Argyrios Kyrtzidis | [Modules] Introduce Module::TopHeaders which is a set... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Argyrios Kyrtzidis | [preprocessing record] Have PPEntityID be independent... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Argyrios Kyrtzidis | [libclang] Introduce CXCursor_ModuleImportDecl cursor... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Chad Rosier | Test case for r165275. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Richard Smith | If we flow off the end of a value-returning function: |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Richard Smith | libstdc++-4.6 needs the same common_type fix as libstdc... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Richard Smith | Egriegious hack to support libstdc++4.6's broken <atomi... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Abramo Bagnara | Fixed FunctionTypeLoc source range. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Abramo Bagnara | Fixed instantiated operators source range. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Abramo Bagnara | Fixed friend decl source range. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Abramo Bagnara | Fixed ParamDecl source range for implicit typed k&r... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Schmidt | Fix the CodeGen/ppc64-varargs-struct.c test case to... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Schmidt | Add a test case for r156143, which enabled general... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Benjamin Kramer | Driver: Link crtfastmath.o if it's available and -ffast... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Michael Han | Fix scope location when parsing GNU attributes. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Preston Gurd | Revert 165129 |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Benjamin Kramer | Prefer StringRef::startswith to the strncmp/strlen... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Logan Chien | Fix typo in comments. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Axel Naumann | Fix r165005: The lexical DeclContext is not the right... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Nick Lewycky | Add missing comment for mangling. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Lang Hames | Fail early with a clear assert if an operation with... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Lang Hames | Test file-scoped FP_CONTRACT pragma. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Eli Friedman | Permanently end the whole "pragma got handled by the... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | Add an explicit -object_path_lto flag during linking... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Fariborz Jahanian | use ';' instead of '-' in the note part of my last... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Chad Rosier | Update test case for r165174. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Sean Silva | tblgen: Migrate clang-tblgen to new TableGenMain API. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | Remove the directory that these are already in. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Argyrios Kyrtzidis | [libclang] When indexing, invoke the importedASTFile... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Argyrios Kyrtzidis | [libclang] Simplify indexing of module imports by handl... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Richard Smith | PR14004: Fix typo in documentation. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | Fix invalid reads by memcmp. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | Always initialize FPContractable. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michael J.... | [Options] Store the owning OptTable in Option so it... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Simon Atanasyan | Remove useless parameter "WantFile" from Driver::GetPro... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Schmidt | This patch enables general varargs support for the... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Fariborz Jahanian | Fix a typo in my last patch reported by Erik Schwiebert. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Douglas Gregor | Remove ASTReader::needPendingInstantiation(), introduce... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Douglas Gregor | Add some FIXMEs to the ASTReader code |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Douglas Gregor | Revert most of the functionality in r165001. Instead... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Fariborz Jahanian | objective-C arc: Warn under arc about a use of an ivar... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Simon Atanasyan | Implement Adnroid MIPS toolchain support: |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Preston Gurd | Fix failure of newly added test, by using %clang instea... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Preston Gurd | Adds a test to verify that Clang does the optimization... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jordan Rose | Revert "InlineObjCInstanceMethod.m: Remove lines introd... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | clang-check: Add clangRewriteCore.a to the Makefile... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | Matching block names with FileCheck requires asserts. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | CodeGen: Fix a silly typo when emitting subs of block... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nico Weber | When mangling an APSInt with the ms abi, make sure... |
commit | commitdiff | tree | snapshot |
next |