| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment parsing: handle \deprecated command. It is a block command, but it | Dmitri Gribenko | 2012-09-13 | 1 | -0/+1 |
* | Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. | Dmitri Gribenko | 2012-09-10 | 4 | -0/+81 |
* | Add handy script for updating plist FileCheck expected output for | Ted Kremenek | 2012-09-10 | 1 | -0/+51 |
* | [analyzer] testing: add a build mode to allow C++11 testing. | Anna Zaks | 2012-09-06 | 2 | -16/+22 |
* | Dont cast away const needlessly. Found by gcc48 -Wcast-qual. | Roman Divacky | 2012-09-06 | 1 | -2/+2 |
* | Comment HTML tag name machers: move from StringSwitch to an efficient | Dmitri Gribenko | 2012-08-31 | 4 | -0/+89 |
* | Revert "[analyzer] Disable diagnostic checking on the buildbot." | Jordan Rose | 2012-08-31 | 1 | -8/+6 |
* | [analyzer] Disable diagnostic checking on the buildbot. | Anna Zaks | 2012-08-30 | 1 | -6/+8 |
* | [analyzer] Fixup 162863. | Anna Zaks | 2012-08-29 | 1 | -3/+0 |
* | [analyzer]Fix typo, unbreak static analyzer BuildBot (at least | Anna Zaks | 2012-08-29 | 1 | -1/+4 |
* | Automatically use more cores when the test build uses 'make'. | Ted Kremenek | 2012-08-28 | 1 | -0/+29 |
* | Consolidate helper methods and configuration logic. No functionality change. | Ted Kremenek | 2012-08-28 | 1 | -34/+46 |
* | Pass --use-analyzer to scan-build when running within the test harness. | Ted Kremenek | 2012-08-28 | 1 | -4/+42 |
* | experimental.security.taint is now alpha.security.taint | Ted Kremenek | 2012-08-28 | 1 | -1/+1 |
* | [analyzer] More internal stats collection. | Anna Zaks | 2012-08-27 | 1 | -4/+13 |
* | [analyzer] Ted fixed the plist-html issue, so the assert can go away. | Anna Zaks | 2012-08-24 | 1 | -3/+1 |
* | [analyzer] Unbreak the static analyzer buildbot. | Anna Zaks | 2012-08-17 | 1 | -1/+3 |
* | Don't constant-fold when pretty-printing alignment attribute. This fixes a | Richard Smith | 2012-08-16 | 1 | -3/+6 |
* | Placate the mingw32 buildbot by suffixing 64-bit constants with ULL. | Richard Smith | 2012-08-14 | 1 | -2/+2 |
* | Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtin | Richard Smith | 2012-08-14 | 1 | -3/+3 |
* | Fix horrible regression in control of warnings caused by introduction of -Wpe... | Ted Kremenek | 2012-08-10 | 1 | -4/+12 |
* | Add missing cctype includes. | Joerg Sonnenberger | 2012-08-10 | 1 | -0/+1 |
* | Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar... | Ted Kremenek | 2012-08-07 | 1 | -0/+17 |
* | TableGen: Remove extraneous \ character from arm_neon.h definitions. | Jim Grosbach | 2012-08-03 | 1 | -1/+1 |
* | [analyzer] CmpRuns should include file name in the issue identifier. | Anna Zaks | 2012-08-02 | 1 | -17/+26 |
* | SATestBuild should not ask for non-existent checkers. | Jordan Rose | 2012-07-26 | 1 | -1/+1 |
* | Un-break standalone invocations of CmpRuns.py. | Jordan Rose | 2012-07-26 | 1 | -1/+1 |
* | Remove an unused header | Michael Han | 2012-07-19 | 1 | -1/+0 |
* | [analyzer] Make CmpRuns external-user friendly. | Anna Zaks | 2012-07-16 | 2 | -45/+63 |
* | Re-apply r159875 with fixes. | Ted Kremenek | 2012-07-07 | 1 | -10/+229 |
* | Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever... | NAKAMURA Takumi | 2012-07-07 | 1 | -228/+10 |
* | Implement -Wpedantic and --no-pedantic to complement -Weverything. | Ted Kremenek | 2012-07-06 | 1 | -10/+228 |
* | Implement AST classes for comments, a real parser for Doxygen comments and a | Dmitri Gribenko | 2012-07-06 | 1 | -0/+6 |
* | [analyzer] Add a statistic for maximum CFG size and a script to summarize ana... | Anna Zaks | 2012-07-05 | 1 | -0/+75 |
* | clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getVa... | NAKAMURA Takumi | 2012-07-03 | 1 | -1/+1 |
* | Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to Jordan | Sean Hunt | 2012-06-20 | 1 | -3/+0 |
* | Reapply r158700 and fixup patches, minus one hunk that slipped through and | Sean Hunt | 2012-06-19 | 1 | -55/+43 |
* | Revert r158700 and dependent patches r158716, r158717, and r158731. | Jakob Stoklund Olesen | 2012-06-19 | 1 | -43/+55 |
* | Remove redundant uses of SmallString | Sean Hunt | 2012-06-19 | 1 | -7/+3 |
* | Stop abusing StringRef. Fixes the Windows build. | Sean Hunt | 2012-06-19 | 1 | -12/+12 |
* | Improve the specification of spellings in Attr.td. | Sean Hunt | 2012-06-19 | 1 | -53/+45 |
* | Handle C++11 attribute namespaces automatically. | Sean Hunt | 2012-06-18 | 1 | -2/+24 |
* | Make clang-tblgen backends functions instead of TableGenBackends. | Jakob Stoklund Olesen | 2012-06-13 | 14 | -630/+403 |
* | [analyzer] Use "issue hash" in CmpRuns; followup on r158180 | Anna Zaks | 2012-06-08 | 1 | -3/+11 |
* | Minor comments and changes to clang-completion-mode.el, from David Wood! | Douglas Gregor | 2012-06-07 | 1 | -19/+11 |
* | [analyzer] SATestBuild should execute SVN updates even if Verbose is off. | Jordan Rose | 2012-06-01 | 1 | -3/+3 |
* | [analyzer] Fix SATestAdd to work with SATestBuild. | Jordan Rose | 2012-06-01 | 2 | -15/+10 |
* | Updating the visualizers to include more datatypes. Patch thanks to Jay Blan... | Aaron Ballman | 2012-05-31 | 1 | -41/+267 |
* | TableGen: Remove extraneous '\' at EOL in generated tests. | Jim Grosbach | 2012-05-30 | 1 | -1/+1 |
* | Fix typo. | Ted Kremenek | 2012-05-22 | 1 | -1/+1 |