History log of /external/clang/bindings/python/tests/cindex/test_diagnostics.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1f1988fe75f27548459cabee2ea6162cbfd9add2 10-Mar-2012 Gregory Szorc <gregory.szorc@gmail.com> [clang.py] Refactor get_tu and get_cursor test helper functions into util.py

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152510 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_diagnostics.py
ea403825faa5b8780a9b44277e6a2c68d7849146 05-Feb-2012 Tobias Grosser <grosser@fim.uni-passau.de> [clang.py] Expose diagnostic category and option info to Python binding

Contributed by: Gregory Szorc <gregory.szorc@gmail.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149825 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_diagnostics.py
888982e42ba1b3098abbc1fd5e605d35ba51b34b 30-Aug-2011 Douglas Gregor <dgregor@apple.com> Update python testcase for GNU old-style field designator warning,
from Anders Waldenborg!


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138786 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_diagnostics.py
f784ff0c8abe4e935fbb9c8d67230c55817ccac0 05-Feb-2011 Tobias Grosser <grosser@fim.uni-passau.de> python bindings: Remove unneeded instruction

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124954 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_diagnostics.py
f498e00a30ca7fdaf4f49e778862f4cf84ffab2a 05-Feb-2011 Tobias Grosser <grosser@fim.uni-passau.de> python bindings: fix Diagnostics.range iterator

The iterator did never throw an IndexError. It was therefore not possible
to use it in a normal foreach loop as that loop would never stop.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124953 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_diagnostics.py
d52864bd33c66aacc84133460d8c9c0dfcdd5c18 14-Feb-2010 Daniel Dunbar <daniel@zuster.org> CIndex: Switch CXSourceRange to proper half-open intervals.
- Doug, please review.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96162 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_diagnostics.py
532fc63b51cd0eb795df36d3fe306645b8b980e4 31-Jan-2010 Daniel Dunbar <daniel@zuster.org> cindex/Python: Add full support for Diagnostic and FixIt objects, available via TranslationUnit.diagnostics.

Several important FIXMEs remain:
- We aren't getting all the notes?
- There is still no way to get diagnostics for invalid inputs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94933 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_diagnostics.py