Age | Commit message (Expand) | Author |
2012-06-20 | Fix a big layering violation introduced by r158771. | Chandler Carruth |
2012-06-20 | Fix cmake build. | Rafael Espindola |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-06-19 | Adjust scan-build to enable color output for xterm-256color. | Ted Kremenek |
2012-06-19 | Sink definition of IBOutlet, IBOutletCollection, and IBAction into | Ted Kremenek |
2012-06-18 | Add new tool 'diag-build' for showing enabled warnings in a project. | Jordan Rose |
2012-06-17 | diagtool/CMakeLists.txt: Add missing tblgen'd dependency, ClangDiagnosticInde... | NAKAMURA Takumi |
2012-06-11 | Etch out the code path for MS-style inline assembly. | Chad Rosier |
2012-06-09 | [libclang] When doing the cursor visitation make sure declarations | Argyrios Kyrtzidis |
2012-06-08 | [libclang] Don't crash when saving a PCH from a prefix header | Argyrios Kyrtzidis |
2012-06-08 | [libclang/AST] | Argyrios Kyrtzidis |
2012-06-07 | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer |
2012-06-06 | Zap the /Za compiler switch from MSVC projects, the option is considered harm... | Francois Pichet |
2012-06-04 | [diagtool] Properly order libraries in Makefile for buildbot. | Jordan Rose |
2012-06-04 | [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend. | Jordan Rose |
2012-06-01 | [diagtool] Pull show-enabled back out for now. | Jordan Rose |
2012-06-01 | [diagtool] Unbork Makefile build. | Jordan Rose |
2012-06-01 | [diagtool] Appease buildbot by adding llvm_unreachable. | Jordan Rose |
2012-06-01 | [diagtool] Add 'show-enabled', which displays which warnings are enabled. | Jordan Rose |
2012-06-01 | [diagtool] The driver skips two arguments, not one. | Jordan Rose |
2012-05-27 | Replace some custom hash combines with the standard stuff from DenseMapInfo. | Benjamin Kramer |
2012-05-25 | [analyzer] Loading external plugins with scan-build | Anna Zaks |
2012-05-24 | New & improved man page attached, now with standard license added. | Ted Kremenek |
2012-05-23 | [libclang] Report CXType_ObjCId for 'const id', not CXType_Typedef. | Argyrios Kyrtzidis |
2012-05-16 | [libclang] Properly handle @encode() in RecursiveASTVisitor and traverse | Argyrios Kyrtzidis |
2012-05-16 | [libclang/AST] Index references of protocols in "@protocol(...)" syntax. | Argyrios Kyrtzidis |
2012-05-15 | Add the output of "clang --version" to scan-build results, from Gerald Combs! | Douglas Gregor |
2012-05-15 | Allow MCCodeEmitter access to the target MCRegisterInfo. | Jim Grosbach |
2012-05-15 | This patch fixes the cmake build to create libclang.so/libclang.a on linux | Manuel Klimek |
2012-05-10 | Provide a man page for scan-build. Patch by James Lowden! | Ted Kremenek |
2012-05-10 | Fix an assertion hit when the serialized diagnostics writer receive a diagnostic | Argyrios Kyrtzidis |
2012-05-09 | [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin... | Argyrios Kyrtzidis |
2012-05-08 | [libclang] Map 'id'/'Class'/'SEL' to the corresponding CXType kinds. | Argyrios Kyrtzidis |
2012-05-08 | Introduce a new libclang API to determine the platform availability of | Douglas Gregor |
2012-05-07 | [libclang] Actually commit the changes to make libclang's RecursiveASTVisitor | Argyrios Kyrtzidis |
2012-05-07 | [libclang] Put the RecursiveASTVisitor in libclang in a cxindex namespace. | Argyrios Kyrtzidis |
2012-05-07 | Un-revert r156142, "[libclang] Bring back BodyIndexer::TraverseCXXOperatorCal... | Argyrios Kyrtzidis |
2012-05-07 | [libclang] Use a copy of the data-recursive RecursiveASTVisitor inside libclang. | Argyrios Kyrtzidis |
2012-05-06 | Revert r156142, "[libclang] Bring back BodyIndexer::TraverseCXXOperatorCallEx... | NAKAMURA Takumi |
2012-05-04 | [libclang] Bring back BodyIndexer::TraverseCXXOperatorCallExpr which | Argyrios Kyrtzidis |
2012-05-02 | Unrevert r155951, reverted in r155962, with two changes: | Richard Smith |
2012-05-01 | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy |
2012-04-30 | clang_getCursorLexicalParent should return a translation unit cursor for decl... | Douglas Gregor |
2012-04-30 | Fix C versus C++ linkage issue. | Ted Kremenek |
2012-04-30 | Reduce malloc() traffic of clang_getOverridenCursors() by using a pool of Sma... | Ted Kremenek |
2012-04-25 | don't use soname on OpenBSD, it doesn't support it. Patch by | Chris Lattner |
2012-04-20 | [libclang] Don't set dylib load address to 0xe000000. | Argyrios Kyrtzidis |
2012-04-20 | Add a little hack to emulate a clang crash, so the diagnostics generator can be | Chad Rosier |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-18 | Adds a FixedCompilationDatabase to be able to specify tool parameters | Manuel Klimek |