| | Authored by vaibhav.y on Sep 13 2021, 9:05 AM. Event TimelineHerald added a project: Restricted Project. This revision is now accepted and ready to land. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land. This revision now requires changes to proceed. vaibhav.y marked an inline comment as not done. vaibhav.y marked an inline comment as not done. This revision is now accepted and ready to land. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | | | 424 lines | | 46 lines | | | | 1 line | | 391 lines | | 27 lines | | | | 1 line | | 139 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
c849003dc651 | 7889f33b8450 | 3352691a5d2a | Vaibhav Yenamandra | [clangBasic] Add `Closed` to signal if document is writable (Show More…) | Nov 8 2021, 2:28 PM | 3352691a5d2a | c3a9fc6f4804 | aec2b53c06dd | Vaibhav Yenamandra | [clangBasic] Fixup documentation typo, add explicit type | Nov 8 2021, 1:01 PM | aec2b53c06dd | aef8a6b802bb | 3c98d70779c3 | Vaibhav Yenamandra | [clangBasic] Fix SIGSEGV | Nov 8 2021, 1:00 PM | 3c98d70779c3 | bd5d5fd8e39d | a1c31154e837 | Vaibhav Yenamandra | [clangBasic] Address comments from upstream review | Sep 28 2021, 4:31 PM | a1c31154e837 | 0e668d8f0dd9 | c61f42f6a79e | Vaibhav Yenamandra | [clangBasic] Mark anonymous functions static, improve documentation (Show More…) | Sep 14 2021, 12:45 PM | c61f42f6a79e | e3380625b90f | 5aea7c74e1ea | Vaibhav Yenamandra | [clangBasic] Fixup header guard | Sep 13 2021, 10:00 AM | 5aea7c74e1ea | 8251a07a0c1d | a74a50d4cb73 | Vaibhav Yenamandra | [clang] Emit SARIF Diagnostics: Create `clang::SarifDocumentWriter` interface (Show More…) | Sep 13 2021, 8:59 AM | a74a50d4cb73 | 4e2f44cc9f67 | 16522f128afd | Vaibhav Yenamandra | | Aug 31 2021, 9:03 AM | 16522f128afd | 716d99ca4770 | c566154e1692 | Vaibhav Yenamandra | [clangBasic] Add unit tests for `clang::SarifDocumentWriter` | Aug 27 2021, 3:48 PM | c566154e1692 | f5b0bd6d6649 | 4d5fa49f07ef | Vaibhav Yenamandra | [clangBasic] Create class `clang::SarifDocumentWriter` that provides an… (Show More…) | Jul 13 2021, 9:59 AM | 4d5fa49f07ef | d5e62323cb90 | 4ed13275b73c | Vaibhav Yenamandra | [Clang] Introduce new type `clang::FullSourceRange` (Show More…) | Jul 6 2021, 7:20 AM |
|
Having thought about this a bit more, I think this line should be removed because it's within a header file, so all includes of this header file will be impacted and likely without knowing it. I'm very sorry for the churn, but I think this should go and the llvm:: prefixes should be brought back within the header file. Within the source file, it's fine to use the using.