issues
search
doctaweeks
/
include-what-you-use
Automatically exported from code.google.com/p/include-what-you-use
Other
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
make iwyu work for C code
#36
GoogleCodeExporter
opened
9 years ago
9
allow for user-specified order for #includes
#35
GoogleCodeExporter
opened
9 years ago
5
option for not reordering #includes
#34
GoogleCodeExporter
closed
9 years ago
3
false positive: suggested to remove #include when inline function accesses a type's subscript
#33
GoogleCodeExporter
closed
9 years ago
2
CMake build: iwyu-driver.cc seems to be missing
#32
GoogleCodeExporter
closed
9 years ago
1
Documentation enhancement: IWYU evangelism
#31
GoogleCodeExporter
closed
9 years ago
3
Feature request - command line argument --log-file
#30
GoogleCodeExporter
closed
9 years ago
2
Feature request - command line argument --log-file
#29
GoogleCodeExporter
closed
9 years ago
3
false positives - should add these lines: <A/file_name.h> should remove these lines: <B/A/file_name.h>
#28
GoogleCodeExporter
closed
9 years ago
5
std::vector<T*>::const_iterator* parameter: T* not recognized as forward-declarable
#27
GoogleCodeExporter
closed
9 years ago
7
Feature request: allow usage without make -k
#26
GoogleCodeExporter
closed
9 years ago
7
Forward declaration of class in a namespace not recognized as legit
#25
GoogleCodeExporter
closed
9 years ago
4
Does not compile with latest LLVM/Clang from trunk
#24
GoogleCodeExporter
closed
9 years ago
3
include-what-you-use compile error
#23
GoogleCodeExporter
closed
9 years ago
17
Test badinc fails on mac @ r62
#22
GoogleCodeExporter
closed
9 years ago
3
run_iwyu_tests.py should fail with a friendlier message if you build in release mode
#21
GoogleCodeExporter
closed
9 years ago
3
getopt is unavailable on Win32
#20
GoogleCodeExporter
closed
9 years ago
11
SizeOfAlignOfExpr was renamed
#19
GoogleCodeExporter
closed
9 years ago
4
Referencing 'new' pulls in a bogus include
#18
GoogleCodeExporter
closed
9 years ago
3
pragma parsing chokes on \r
#17
GoogleCodeExporter
closed
9 years ago
1
Analyze headers
#16
GoogleCodeExporter
opened
9 years ago
45
GetCanonicalName improvements
#15
GoogleCodeExporter
closed
9 years ago
2
Response file support
#14
GoogleCodeExporter
closed
9 years ago
2
CompilerInstance::setLLVMContext no longer exists
#13
GoogleCodeExporter
closed
9 years ago
2
iwyu doesn't enumerate system include directories
#12
GoogleCodeExporter
closed
9 years ago
15
StripPathPrefixAndGetAssociatedIncludeMap fails to differntiate absolute and relative paths on Win32
#11
GoogleCodeExporter
closed
9 years ago
2
Patch to fix CMake link order
#10
GoogleCodeExporter
closed
9 years ago
1
Link fails in cmake build
#9
GoogleCodeExporter
closed
9 years ago
2
Compile Include-what-you-use with MSVC 2010 - part 2.
#8
GoogleCodeExporter
closed
9 years ago
1
Compile Include-what-you-use with MSVC 2010
#7
GoogleCodeExporter
closed
9 years ago
1
Does not bould out-of-tree
#6
GoogleCodeExporter
closed
9 years ago
17
Absolute for relative path replacement
#5
GoogleCodeExporter
opened
9 years ago
44
iwyu test fails in badinc.cc
#4
GoogleCodeExporter
closed
9 years ago
4
iwyu_include_picker.h mentions GetBestIncludeForSymbol which doesn't exist anywhere
#3
GoogleCodeExporter
closed
9 years ago
2
Documentation should mention that REQUIRES_RTTI=1 is required when building iwyu, at least on OS X
#2
GoogleCodeExporter
closed
9 years ago
6
Why does "WhyIWYUIsDifficult" use scoped_ptr for its example where a forward-declaration is sufficient?
#1
GoogleCodeExporter
closed
9 years ago
2
Previous