This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
103aa8be7cc57801ca083b5a53e34b51df36d3e3
qt-creator
/
tests
/
unit
/
unittest
/
data
/
diagnostic_source_location.cpp
10 lines
57 B
C++
Raw
Normal View
History
Unescape
Escape
Clang: Add diagnostics Diagnostics are now moved to the clang backend process. Fixits are supported too. Change-Id: I20faacf466bbf78dec479220c3d7b336a47bc453 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
2015-08-31 16:28:26 +02:00
int
function
(
)
{
}
Clang: Make SourceLocation lazily calculate its fields Trigger path, line, column and offset evaluation only if one of them is accessed. Change-Id: Ib2f8b06ece94a3b7424db28523b5796628865202 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
2018-10-15 13:10:53 +02:00
int
function2
(
)
{
/*abcdЙf*/
}
Copy Permalink